/*
* PUBLIC
*/
.html5-endscreen.ytp-player-content{
	display: none;	
}

.et_pb_row{
	width: 92%;	
}
.et_pb_button{
	font-weight: 400;	
}
#header-qrcom{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
}
.admin-bar #header-qrcom{
	top: 32px;
}
#header-qrcom-menu a{
	margin: 0 0.69vw;	
	color: #414141;
}
#header-qrcom-menu a:first-child{
	margin-left: 0;	
}
#header-qrcom-menu a:last-child{
	margin: 0;	
}
#header-qrcom-menu a:nth-last-of-type(2){
	padding: 9.5px 20px 9.5px 56px;
	position: relative;
	border: 1px solid #B7CEB0;
}
#header-qrcom-menu a:nth-last-of-type(2):before{
	content: "";
	position: absolute;
	width: 19px;
	height: 19px;
	background-image: url(img/phone.svg);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	left: 18.5px;
	top: calc(50% - 10px);
}
#header-qrcom-menu a:last-child{
	padding: 10.5px 20px;
	background: #B7CEB0;
}
#header-qrcom-menu-burger{
	display: none;
	visibility: hidden;
	margin-left: 28px;
}
#header-qrcom-menu-fermer{
	display: none;
	visibility: hidden;		
	cursor: pointer;
}

#menu-mobile-qrcom{
	position: fixed;
	width: 100%;
	height: calc(100vh - 97px);
	top: 97px;
	left: -100vw;
	background: #B7CEB0;
	display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 23px 24.5px;
    text-align: center;
	transition: left 0.6s;
	display: none;
	visibility: hidden;
}
.admin-bar #menu-mobile-qrcom{
	top: calc(97px + 32px);	
}
#menu-mobile-qrcom a{
	color: #FFFFFF;
	font-family: 'Unbounded-Regular',Helvetica,Arial,Lucida,sans-serif;
}

/*
* Slider header home
*/
.slider_photos_defilantes {
	display: flex;
	gap: 18px; /* Espacement entre les colonnes */
}
.slider_photos_defilantes .slider-container {
	max-height: 900px;
	height: 75vw;
	width: 100%;
	overflow: hidden;
	position: relative;
}
.slider_photos_defilantes .slider {
	position: absolute;
	width: 100%;
	display: flex;
	flex-direction: column;
}
.slider_photos_defilantes .slider img {
	height: 340px;
	max-width: 320px;
	width: 100%;
	padding: 8px 0;
	object-fit: cover;
	object-position: center;
	display: block;
	border-radius: 20px;
}

/*
Blocks home
*/
div#avatar_content_header_home > div:first-child {
    display: flex;
    align-items: center;
}
div#avatar_content_header_home > div:first-child > p {
    width: 65%;
	padding-right: 24px;
}
div#avatar_content_header_home > div:first-child > img {
    width: 35%;
}
div#avatar_content_header_home > div:last-child{
	display: flex;
	flex-direction: row;
	margin-top: 32px;
}
div#avatar_content_header_home > div:last-child > a{
	display: inline-block;
	padding: 12px 24px;
	font-size: 16px;
	color: #000000;
}
div#avatar_content_header_home > div:last-child > a:first-child{
	background: #B7CEB0;
	margin-right: 16px;
}
div#avatar_content_header_home > div:last-child > a:last-child{
	border: 1px solid #B7CEB0;
}

#missions-strategies-liste ul{
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 48px;
}

#accordion_supports h3{
	font-size: 18px;
	line-height: 1.5em;
	background: none;
	border: none;
	color: #414141;
	padding: 22.5px 56px 22.5px 0;
	position: relative;
	border-bottom: 1px solid #414141;
	border-radius: 0;
}
#accordion_supports h3:first-child{
	border-top: 1px solid #414141;
}
#accordion_supports h3 .ui-icon,
#accordion_supports h3.ui-state-active .ui-icon,
#accordion_supports h3.ui-button:active .ui-icon{
	background-image: url(img/arrow.svg);
	background-position: center;
	transform: rotateZ(180deg);
	position: absolute;
	right: 7px;
	top: calc(50% - 4px);
	transition: transform 0.4s;
}
#accordion_supports h3.ui-state-active,
#accordion_supports h3.ui-button:active{
	border-bottom: 0;	
}
#accordion_supports h3 .ui-icon{
	transform: rotateZ(0deg);
}
#accordion_supports > .content{
	padding: 0;
	border: 0;
	border-bottom: 1px solid #414141;
	border-radius: 0;
}
#accordion_supports > .content{
	position: relative;	
}
#accordion_supports > .content .avatar{
	position: absolute;
	right: 70px;
	top: 485px;
	z-index: 9;
}
#accordion_supports > .content .avatar img{
	width: 273px;
	height: 234px;
	object-fit: contain;
	object-position: center;		
}
#accordion_supports > .content .slider .slick-arrow{
	position: absolute;
	top: calc(50% - 19px);
	border: 0;
	background: 0;
	z-index: 9;
	cursor: pointer;
}
#accordion_supports > .content .slider .slick-arrow.slick-prev{
	left: 37px;	
}
#accordion_supports > .content .slider .slick-arrow.slick-next{
	right: 37px;
	transform: rotateZ(180deg);
}
#accordion_supports > .content .slider .slick-arrow img{
	width: 38px;
	height: 38px;
}
#accordion_supports > .content .slider img{
	width: 100%;
	object-fit: cover;
	object-position: center;
}
#accordion_supports > .content .slider .video lite-youtube,
#accordion_supports > .content .slider img,
#accordion_supports > .content .slider iframe{
	height: 703px;
}
#accordion_supports > .content .slider .video{
	position: relative;	
}
#accordion_supports > .content .slider .video .overlay-ended{
	position: absolute;
	width: 100%;
	height: 60%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: #000000;
	display: none;
}
#accordion_supports > .content .slider .video .video-image{
	cursor: pointer;	
}
#accordion_supports > .content .slider .video .video-play{
    z-index: 999999;
    width: 80px;
    height: 80px;
    position: absolute;
    top: calc(50% - 40px);
    left: calc(50% - 40px);
    object-fit: contain;
	cursor: pointer;
}
#accordion_supports > .content .slider iframe{
	width: 100%;	
}
#accordion_supports > .content .slider .video lite-youtube{
	max-width: 100%;	
}
#accordion_supports > .content .textes{
	padding: 80px 0;
	display: flex;
	flex-direction: row;
	justify-content: space-around;
}
#accordion_supports > .content .textes > div{
	width: 38.4%;	
}
#accordion_supports > .content .textes > div:first-child > h4{
	text-transform: uppercase;
	font-size: 56px;
	line-height: 1.2em;
}
#accordion_supports > .content .textes > div:last-child > p{
	margin-bottom: 32px;	
}
#accordion_supports > .content .textes > div:last-child a{
	font-size: 16px;
	padding: 12px 24px;
	display: inline-block;
}
#accordion_supports > .content .textes > div:last-child a.bouton_couleur{
	background: #F17253;
	color: #FFFFFF;
}
#accordion_supports > .content .textes > div:last-child a.bouton_blanc{
	margin-left: 32px;	
	border: 1px solid #F17253;
	color: #414141;
}
#accordion_supports > .content.orange .textes > div:last-child a.bouton_couleur{
	background: #FFA51D;
}
#accordion_supports > .content.jaune .textes > div:last-child a.bouton_couleur{
	background: #FFD21D;
}
#accordion_supports > .content.vert .textes > div:last-child a.bouton_couleur{
	background: #35C4BF;
}
#accordion_supports > .content.bleu .textes > div:last-child a.bouton_couleur{
	background: #629FE2;
}
#accordion_supports > .content.magenta .textes > div:last-child a.bouton_couleur{
	background: #E85FC0;
}
#accordion_supports > .content.rose .textes > div:last-child a.bouton_couleur{
	background: #FF8FCB;
}
#accordion_supports > .content.orange .textes > div:last-child a.bouton_blanc{
	color: #FFA51D;
}
#accordion_supports > .content.jaune .textes > div:last-child a.bouton_blanc{
	color: #FFD21D;
}
#accordion_supports > .content.vert .textes > div:last-child a.bouton_blanc{
	color: #35C4BF;
}
#accordion_supports > .content.bleu .textes > div:last-child a.bouton_blanc{
	color: #629FE2;
}
#accordion_supports > .content.magenta .textes > div:last-child a.bouton_blanc{
	color: #E85FC0;
}
#accordion_supports > .content.rose .textes > div:last-child a.bouton_blanc{
	color: #FF8FCB;
}

#formulaire_simulation{
	position: relative;	
	padding-bottom: 28px;
	margin-bottom: 32px;
}
#formulaire_simulation:after{
	content: "";
	position: absolute;
	width: 221px;
	height: 166px;
	background-image: url(img/avatar-qr-com-blanc.svg);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	bottom: 0;
	right: 0;
	display: none;
}
#formulaire_simulation.active:after{
	display: block;	
}
#formulaire_simulation .formulaire{
    width: 100%;
	display: flex;
	justify-content: space-between;
	padding-right: 72px;
	position: relative;
	margin-bottom: 24px;
}
#formulaire_simulation .formulaire > *:not(:last-child){
	width: calc(25% -  24px);	
}
#formulaire_simulation .formulaire label{
	display: flex;
    flex-direction: column;	
	font-size: 16px;
	position: relative;
}
#formulaire_simulation .formulaire label select{
	margin-top: 8px;	
	border: 0;
	background: #A2CAF5;
	font-size: 16px;
	line-height: 1.5em;
	padding: 12px;
	width: 100%;
	appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}
#formulaire_simulation .formulaire label input[type="date"],
#formulaire_simulation .formulaire label input.date{
	margin-top: 8px;	
	border: 0;
	background: #A2CAF5;
	font-size: 16px;
	line-height: 1.4em;
	padding: 12px;
	width: 100%;	
	color: #4e4e4e;
	min-height: 48px;
	text-align: left;
}
#formulaire_simulation .formulaire label:not(.date):after{
    content: "";
    position: absolute;
    right: 12px;
    top: 65%;
    pointer-events: none;
    font-size: 16px;
    color: #333;
	width: 12px;
	height: 12px;
	background-image: url(img/arrow-form.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 12px;
}
#formulaire_simulation .formulaire .submit{
	position: absolute;
	bottom: 0;
	right: 0;
	background: none;
	border: 0;
	cursor: pointer !important;
	width: 48px !important;	
	padding: 0;
	line-height: 0em;
	opacity: 1;
}
#formulaire_simulation .submit:disabled{
	cursor: default;
	opacity: 0.3;
}
#formulaire_simulation .infos{
	display: none;	
}
#formulaire_simulation.active .infos{
	display: block;	
}
#formulaire_simulation .infos .titre{
	font-family: 'Unbounded-Regular',Helvetica,Arial,Lucida,sans-serif;
	font-size: 32px;
	line-height: 1.3em;
	margin-bottom: 32px;
	color: #FFFFFF;
}
#formulaire_simulation .infos .liste ul{
	list-style-type : none;
	padding: 0;
	margin: 0;
}
#formulaire_simulation .infos .liste ul li{
	margin-bottom: 10px;	
}
#formulaire_simulation .infos .liste ul li span{
	font-weight: 700;	
	min-width: 165px;
}
#formulaire_simulation .infos .liste ul li:last-child{
	margin-bottom: 0;	
}
#formulaire_simulation .infos .offre{
	margin-bottom: 30px;
}
#formulaire_simulation .infos .offre:last-child{
	margin-bottom: 0;	
}
#formulaire_simulation .infos .offre .titre_offre{
	margin-bottom: 10px;
	font-weight: 700;
}
#formulaire_simulation .infos .offre .titre_offre .supprimer{
	margin-right: 5px;
    cursor: pointer;
    border-radius: 100px;
    line-height: 1.4em;
    padding: 0 8px 4px;
    font-size: 14px;
    font-weight: 600;
    background: #414141;
    color: #d5d5d5;
    border: 0;
    font-family: Open Sans;
    text-transform: lowercase;
    vertical-align: text-bottom;
	transform: scale(0.8);
}

#comment-sa-marche h4{
	margin-bottom: 16px;	
}

#logos_confiance img {
    height: 93px;
    margin: 24px 37px;
    max-width: 194px;
    object-fit: contain;
    object-position: center;
}
#logos_confiance{
	text-align: center;	
}

#footer-reseaux img{
  margin-right: 14px;
  vertical-align: middle;
}

#formulaire-contactform .wpcf7-form > p{
	padding-bottom: 24px;	
}
#formulaire-contactform label{
	font-size: 16px;	
	display: block;
}
#formulaire-contactform input[type="text"],
#formulaire-contactform input[type="email"],
#formulaire-contactform input[type="tel"],
#formulaire-contactform textarea{
	background: #E3ECE0;
	color: #000000;
	padding: 12.5px;
	width: 100%;
	border: 0;
}
#formulaire-contactform input[type="submit"]{
	padding: 12px 24px;
	border: 0;
	background: white;
	font-size: 16px;
	color: #000000;
	border-radius: 0;
	font-weight: 400;
}
#formulaire-contactform .wpcf7-form-control-wrap .wpcf7-list-item{
	margin-left: 0;	
}
#formulaire-contactform .wpcf7-form-control-wrap .wpcf7-list-item a{
	color: white;
	text-decoration: underline;
}

@media only screen and (max-width: 1230px) {
	#home-h1 h1{
		font-size: 44px;	
	}
}

@media only screen and (max-width: 1200px) {	
	#formulaire_simulation .formulaire{
		display: grid;
    	grid-template-columns: 1fr 1fr;	
	}
	#formulaire_simulation .formulaire > *:not(:last-child){
		width: calc(100% - 12px);
		margin-bottom: 15px;
	}
	#header-qrcom-menu a{
		margin: 0 0.3vw;	
	}
	#header-qrcom-menu a:nth-last-of-type(2){
		width: 64px;
        display: inline-block;
        white-space: nowrap;
        overflow: visible;
        color: transparent;
        padding: 7px 20px;
		z-index: 1;
	}
	#header-qrcom-menu a:nth-last-of-type(2):before{
	    left: calc(50% - 9.5px);
	}
	#header-qrcom-menu a:last-child{
		display: inline-block;
		z-index: 9;
		position: relative;
		padding: 8px 20px;
	}
	
	#accordion_supports > .content .textes > div:last-child > div{
		display: flex;
		flex-direction: column;
		align-items: flex-start;
	}
	#accordion_supports > .content .textes > div:last-child > div a.bouton_blanc{
		margin: 16px 0 0 0;	
	}
	#accordion_supports > .content .textes > div:first-child > h4{
		font-size: 40px;
	}
}

@media only screen and (max-width: 980px) {
	#formulaire_simulation .formulaire{
		grid-template-columns: 1fr;
	}
	#formulaire_simulation .formulaire > *:not(:last-child){
		width: 100%;	
	}
	#logos_confiance img{
		height: 64px;
		margin: 8px 10px;
	}
	#home-h1 h1{
		font-size: 34px;	
	}
	.et_pb_section_0{
		margin-top: 89px;	
	}
	#menu-mobile-qrcom{
		display: flex;
		visibility: visible;
	}
	#menu-mobile-qrcom a{
		font-size: 24px;
		line-height: 1.4em;
		padding: 16px 0;
	}
	#header-qrcom-menu a:not(:nth-last-child(-n+2)){
		display: none;
		visibility: hidden;
	}
	#header-qrcom-menu-burger{
		cursor: pointer;
		display: inline-block;
		visibility: visible;
	}
	#header-qrcom-menu-burger.hide{
		display: none;
		visibility: hidden;
	}
	#header-qrcom-menu-fermer.show{
		display: block;
		visibility: visible;
	}
	#menu-mobile-qrcom > div{
		margin-top: 32px;	
	}
	#menu-mobile-qrcom > div a{
		font-family: 'Roboto',Helvetica,Arial,Lucida,sans-serif;
		color: #414141;
		line-height: 1.5em;
		border: 1px solid #FFFFFF;
		display: inline-block;
		vertical-align: middle;
	}
	#menu-mobile-qrcom > div a:first-child{
		margin-right: 8px;	
		font-size: 14px;
		padding: 8px 20px 8px 56px;
		position: relative;
	}
	#menu-mobile-qrcom > div a:first-child:before{
		content: "";
		position: absolute;
		width: 19px;
		height: 19px;
		background-image: url(img/phone.svg);
		background-repeat: no-repeat;
		background-size: contain;
		background-position: center;
		left: 18.5px;
		top: calc(50% - 10px);		
	}
	#menu-mobile-qrcom > div a:last-child{
		margin-left: 8px;	
		font-size: 16px;
		padding: 7px 20px;
	}
	
	.slider_photos_defilantes .slider-container{
		height: 460px;
	}
	.slider_photos_defilantes .slider img{
		max-width: initial;
	}
	
	#avatar_content_header_home{
		position: relative;	
	}
	div#avatar_content_header_home > div:first-child > img{
		position: absolute;	
		min-width: 109px;
		width: 22%;
		right: 0;
		bottom: 0px;
	}
	div#avatar_content_header_home > div:last-child{
		flex-direction: column;
		align-items: flex-start;
	}
	div#avatar_content_header_home > div:last-child > a:first-child{
		margin-right: 0;
		margin-bottom: 16px;
	}
	div#avatar_content_header_home > div:first-child > p{
		width: 100%;	
	}
	
	#missions-strategies-liste ul{
		display: block;	
	}
	#missions-strategies-liste ul li{
		margin-bottom: 32px;
	}
	#missions-strategies-liste ul li:last-child{
		margin-bottom: 0;	
	}
	
	#accordion_supports > .content .textes{
		flex-direction: column;
	}
	#accordion_supports > .content .textes > div{
		width: 100%;	
	}
	#accordion_supports > .content .textes > div:first-child > h4{
		font-size: 40px;
		padding-bottom: 20px;
	}
	#accordion_supports > .content .textes > div:last-child > p{
		font-size: 16px;	
	}
	
/*** wrap row in a flex box ***/
.custom_row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
-webkit-flex-wrap: wrap; /* Safari 6.1+ */
flex-wrap: wrap;
}
 
/*** custom classes that will designate the order of columns in the flex box row ***/
.first-on-mobile {
-webkit-order: 1;
order: 1;
}
 
.second-on-mobile {
-webkit-order: 2;
order: 2;
}
 
.third-on-mobile {
-webkit-order: 3;
order: 3;
}
 
.fourth-on-mobile {
-webkit-order: 4;
order: 4;
}
/*** add margin to last column ***/
.custom_row:last-child .et_pb_column:last-child {
margin-bottom: 30px;
}
}

@media only screen and (max-width: 782px) {
	.admin-bar #header-qrcom{
		top: 46px;
	}
	.admin-bar #menu-mobile-qrcom{
		top: calc(97px + 46px);	
	}	
	.slider_photos_defilantes .slider img{
		height: 170px;
	}
	div#avatar_content_header_home > div:first-child > img{
		bottom: 30px;	
	}
	
	#accordion_supports > .content .slider img,
	#accordion_supports > .content .slider .video lite-youtube,
	#accordion_supports > .content .slider iframe{
		height: 257px;	
	}
	#accordion_supports > .content .textes{
		padding: 48px 0;	
	}
	#accordion_supports > .content .avatar{
		top: 157px;	
		right: 23px;
	}
	#accordion_supports > .content .avatar img{
		width: 138px;
		height: 118px;
	}
	#accordion_supports > .content .slider .slick-arrow img{
		width: 21px;
		height: 21px;
	}
	#accordion_supports > .content .slider .slick-arrow.slick-prev{
		left: 13px;	
	}
	#accordion_supports > .content .slider .slick-arrow.slick-next{
		right: 13px;
	}
	#formulaire_simulation:after{
		width: 121px;
		height: 121px;
	}
}

@media only screen and (max-width: 479px) {
	#footer-partie-1 .et_pb_row_3-5_1-5_1-5>.et_pb_column.et_pb_column_1_5{
		width: 46% !important;
        margin-right: 2% !important;	
	}
}