.txt-bold{
	font-weight: 600;
}
.txt-italic{
	font-style: italic;
}

.content-texte a{
	font-weight: 600;
	color: #f26a57;
	text-decoration:underline;
}

#popContact #button{
	margin-top: 20px;
	text-align: center;
}

input[type='button'],
.bt-lien{
	background: #f16d54; /* Old browsers */
	background: -moz-linear-gradient(0.25turn, #F26a57, #EBA837); /* FF3.6-15 */
	background: -webkit-linear-gradient(0.25turn, #F26a57, #EBA837); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(0.25turn, #F26a57, #EBA837); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F26a57', endColorstr='#EBA837',GradientType=0 ); /* IE6-9 */
	font-size: 15px;
	color: white;
	font-family: 'Raleway', sans-serif;
	border-radius: 30px;
	font-weight: 600;
	padding: 10px 30px;
	transition: all 0.2s;
}
input[type='button']:hover,
.bt-lien:hover{
	box-shadow: 1px 1px 9px #F26A57;
		transition: all 0.3s;
}

.bloc-footer .wpcf7-form input[type="button"]{
	width: auto;
}

/* Firefox utilise un préfixe */
input:-moz-read-only {
  background-color: #f26a57;
}

/* Blink/WebKit/Edge n'ont pas de préfixe */
input:read-only {
  background-color: #f26a57;
}

.title-year{
	display:inline-block;
	padding: 5px;
	background: #f26a57;
	font-family: "Raleway";
	font-size: 600;
	font-size: 24px;
	color:#fff;
	margin:10px;
}

.content .resume{
  font-weight: 100;
}

.content-text-X ol {
	list-style: decimal;
	margin-left:20px;
}

.content-text-X ul {
	list-style: square;
	margin-left:20px;
}

.content-text-X ol li {
	list-style: decimal;
	margin-left:20px;
}

.content-text-X ul li {
	list-style: square;
	margin-left:20px;
}

.titrePrincipal {
    font-size: 20px;
}


.container {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-top: 56.25%; /* 16:9 Aspect Ratio */
}

.responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.grid-container {
    display: grid;
    grid-template-columns: 50% 50%;
}

@media screen and (max-width: 800px) {
	.grid-container {
	    display: grid;
	    grid-template-columns: 1fr;
	}
}