/* CSS Document */

	#tooltip
	{
		text-align: center;
		color: #fff;
		background: rgba(0,0,0,0.83);
		position: absolute;
		z-index: 333;
		padding: 15px;
	}
 /* triangle decoration */
    #tooltip:after 
    {
        width: 0;
        height: 0;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-top: 10px solid #111;
        content: '';
        position: absolute;
        left: 50%;
        bottom: -10px;
        margin-left: -10px;
    }
 
        #tooltip.top:after
        {
            border-top-color: transparent;
            border-bottom: 10px solid #111;
            top: -20px;
            bottom: auto;
        }
 
        #tooltip.left:after
        {
            left: 10px;
            margin: 0;
        }
 
        #tooltip.right:after
        {
            right: 10px;
            left: auto;
            margin: 0;
        }
.pagination{
	
    clear: both;
    display: flex;
    width: 100%;
    flex-wrap: wrap;
	text-align: center;
	margin:0px auto;
	padding:30px 0;
}

.pagination .page-numbers{
	
	margin:10px;
    background: white;
    color: black;
    padding: 10px 20px;
   transition: 0.25s all ease-in-out;
}
.pagination .current,
.pagination a:hover{
    background: #f26722;
	
}

.et_pb_column{
	min-height: 0!important;
}
	.base.et_pb_text_inner{
		width: 100%; /* 100 */
		padding: 0 20px; /* 0 16 */
	}

/* 1. LES ÉLÉMENTS POUR LE CSS DES PAGES  */
/*************************************
	AFFICHAGE DES ACTIVITÉS
	CLASSES : #ajax-container .filtre .carre_gris (.mchoices-container .btn-choice .dropdown-choice) container-intro h1.titre-intro p.texte-intro .et_pb_column_x .apercu-activite .link-container.img-container .titre-container
*************************************/
#entete-blanche, #ajax-container{
	padding-top: 0;
	z-index: 20;
}
.loading-ajax .loadajax{
	display:block;
    position: fixed; 
    right: 0px;
    left: 0px;
    background: rgba(0,0,0,0.50);
    z-index: 222;
    bottom: 0px;
    top: 0px;
}
.loadajax{
	display:none;
}


.spinner {
   position: absolute;
   left: 50%;
   top: 50%;
   height:60px;
   width:60px;
   margin:0px auto;
   -webkit-animation: rotation .6s infinite linear;
   -moz-animation: rotation .6s infinite linear;
   -o-animation: rotation .6s infinite linear;
   animation: rotation .6s infinite linear;
   border-left:6px solid #ffffff;
   border-right:6px solid #ffffff;
   border-bottom:6px solid #ffffff;
   border-top:6px solid rgba(242,103,34,.8);
   border-radius:100%;
}
/* page recherche*/

#post-22526 #ajax-container{
	padding-top: 20px!important;
	
}
@-webkit-keyframes rotation {
   from {-webkit-transform: rotate(0deg);}
   to {-webkit-transform: rotate(359deg);}
}
@-moz-keyframes rotation {
   from {-moz-transform: rotate(0deg);}
   to {-moz-transform: rotate(359deg);}
}
@-o-keyframes rotation {
   from {-o-transform: rotate(0deg);}
   to {-o-transform: rotate(359deg);}
}
@keyframes rotation {
   from {transform: rotate(0deg);}
   to {transform: rotate(359deg);}
}


#entete-blanche > .et_pb_row:nth-of-type(1),
#ajax-container > .et_pb_row:nth-of-type(1){
	margin-top: 0px; /* -200 */
}

#entete-blanche > .et_pb_row:not(.et_pb_row_x),
#ajax-container > .et_pb_row:not(.et_pb_row_x){
	padding: 30px 0px 60px; /* 60 80 80 */
	width: 100%;
	background: white;
}
.padding-simple,
#entete-blanche  > .et_pb_row:not(.et_pb_row_x){
	padding-left:5% ; 
	padding-right:5% ;
}
 
#entete-blanche .et_pb_row_x,
#ajax-container .et_pb_row_x{
	width: 100%;
	position: relative;
	z-index: 0;
}

#filter_activites{
	padding: 0px 0; /* 20 0 */
}
#liste{
	
    margin: 20px 0px;
}
#vignettes{
    margin: 20px 0px;
	
	
}
.filtre.scrolling{
	
    z-index: 12;
    position: sticky;
	position: -webkit-sticky;
  align-self: flex-start; /* <-- this is the fix https://stackoverflow.com/questions/44446671/my-position-sticky-element-isnt-sticky-when-using-flexbox */
    top: 0px;
}
.filtre.scrolling #filter_activites_box{
	flex-wrap: nowrap;
	background:  #ffffff;
    margin: 0px 0 0 16px;
	white-space: nowrap;
	
}
.filtre #filter_activites_box{

   /* overflow: hidden;*/
  	display: flex; /* inline to fit content width */
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
	flex-wrap: wrap;
	/*padding:5px 30px 5px 10px;*/
	padding:5px;
/*
	-ms-justify-content: center;
	-webkit-justify-content: center;
	justify-content: center;
*/
}

.fonta  a,
.filtre .carre_gris,
.form-sao .carre_gris,
.filtre a{
	color: #6d6d6d;
}

.form-sao .carre_gris,
.filtre .carre_gris{
	border: 4px solid #6d6d6d; /* 4 */
	font-size: 1rem; /* 0.8 */
	text-transform: uppercase;
    font-family: interstate, sans-serif;
    font-weight: 700;
	letter-spacing: -1px;
	min-height: 46px; /* 46 */
	max-height: 46px; /* 46 */
	cursor: pointer;
}

.form-sao{
	margin-bottom: 24px;
}

.form-sao .carre_gris{
	cursor: text;
	text-transform: none;
}

.filtre .btn-text {
	display: block;
	

}
.filtre .btn-text a{
	display: block;
   transition: 0.25s all ease-in-out;

}
.btn-pFiltre,
.cb-container,
.filtre .btn-text ,
.filtre .mchoices-container{
/*	position: relative; NON! DB*/ 
	margin: 10px 10px 0px 0; /* 0 10 */
	transition: 0.25s all ease-in-out;
}

.filtre .mchoices-container.open,
.filtre .mchoices-container:hover{
	border-color: #f26722;
}
.filtre .btn-text a,
.filtre .mchoices-container .btn-choice {
	padding: 8px 8px 0 8px; /* 3 8 0 16 */
    line-height: 25px;
}

.filtre .mchoices-container .btn-choice{
	cursor: pointer;
	display: inline-block;
	transition: 0.5s all ease-in-out;
 width: 100%;
}

.filtre .mchoices-container{
 width: 100%;
	position: relative;
}
.filtre .btn-text .active,
a.active,
.filtre .mchoices-container.active .btn-choice{
	color: #f26722;
}

.filtre .mchoices-container .btn-choice:after{
    content: "";
    float: right;
    display: block;
    text-align: revert;
    border-top: 7px solid #6d6d6d;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    margin: 7px 2px 0 12px;
    vertical-align: middle;
    transition: 0.5s all ease-in-out;
}

.filtre .mchoices-container.active .btn-choice:after{
	border-top-color: #f26722;
}

	.filtre .dropdown-choiceANCIEn{
	position: absolute;
	top: 45px; /* 45 */
	left: -4px; /* 4 */
	background-color: #fff; /* #fff */
	padding: 20px; /* 20*/
	width: 300px; /* 300 */
	max-height: 0;
	visibility: hidden;
	transition: 0.15s all ease-in-out;
	cursor: default;
	border: 4px solid #6d6d6d; /* 4 */
	z-index: 999;
}

.filtre .dropdown-choice {
    position: absolute;
    top: 43px;
    left: 0;
    background-color: #fff;
    width: 100%;
	min-width:300px;
    visibility: hidden;
    transition: 0.15s all ease-in-out;
    cursor: default;
    z-index: 999;
}

.filtre .border-box {

    padding: 10px;
    border: 4px solid #6d6d6d;
    max-height: 168px;
    z-index: 101111;
    position: relative;
    overflow-y: scroll;
}

.filtre ul.dropdown-choice{
	padding: 0px!important;
	list-style-type: none;
}

.filtre ul.dropdown-choice li{
	padding: 12px 20px; /* 12 20 */
	cursor: pointer;
}

.filtre ul.dropdown-choice li:hover{
	background-color: rgba(247,247,247,1.00);
	color: #f26722;
}
.filtre .mchoices-container.open .dropdown-choice {
	visibility: visible;
}
.filtre  .dropdown-choice .border-box{
	max-height: 60vh; /* 600 */
	overflow-y: scroll;
}


.filtre .mchoices-container .dropdown-choice .gChoice a{
    padding: 10px 0px;
    display: block;
}

.filtre .mchoices-container .dropdown-choice .gChoice{
	display: block;
	opacity: 0;
	transition: 0.15s all ease-in-out;
}

.filtre .mchoices-container.open .dropdown-choice .gChoice{
	opacity: 1;
}



/*** TEXTE  ***/
.container-intro h1.titre-intro{
	font-size: 1.75rem; /* 2.25 */
	text-transform: uppercase;
	font-family: interstate, sans-serif;
	font-weight: 700;
	font-style: normal;
	color: #6d6d6d;
	text-align: center;
	margin: 45px 10px 10px 10px; /* 65 0 35 */
}

.container-intro h1.titre-intro em{
	font-size: 4rem; /* 5 */
	font-family: "Abuget", sans-serif;
	text-transform: none!important;
	font-weight: 500;
	font-style: normal;
}

.container-intro .texte-intro{
	width: 90%;
	max-width: 1000px;
	margin: 0 auto;
	font-size: 1rem; /* 1.2 */
	font-family: interstate, sans-serif;
	font-weight: 500;
	font-style: normal;
	color: #6d6d6d;
	line-height: 1.75em;
	text-align: center;
}



/***** ALPHA CHECKBOX CHANGE ****/
.carre_gris ,
.btn-pFiltre,
 .btn-choice,
#filter_activites_box  a {
	background: white
	
}
#filter_activites_box > div{
   /* flex: 0 0 auto;*/
   /* margin: 7px;*/
/*	position:relative;*/
}
#filter_activites .dropdown-choice a{
	border:none;
}
.cb-container a {
  display: block;
  position: relative;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 46px;
  height: 46px;
  border: 4px solid #6d6d6d;
  transition: 0.25s all ease-in-out;
}

.filtre .btn-text a:hover,
.cb-container a:hover{
	border-color: #f26722;
}
 
.cb-container.fonta{
	text-align: center;
    position: relative;
}


/* Create a custom checkbox */
.f-icon {
  position: absolute;
  top: 3px;
  left: 3px;
  height: 32px;
  width: 32px;
  /*background-image: url(../../uploads/2020/12/terrasse_off2.png);
  background-size: cover;
  background-repeat: no-repeat;*/
}

.cb-container input:checked ~ .f-icon {
/*  background-image: url(../../uploads/2020/12/terrasse_on.png);*/
}

/*** ICON POUR LA TERRASSE ***/
.icon-terrasse i{
	font-size: 24px; /* 32 */
	padding-top: 7px;
}

.cb-container.fonta i{
	transition: 0.25s all ease-in-out;
}

.cb-container.fonta  i{
	font-size: 28px; 
	padding-top: 6px;
}

.cb-container.fonta .icon-bord-eau i{
	font-size: 28px; /* 32 */
	padding-top: 5px;
}

.cb-container.fonta .icon-jeux i{
	font-size: 25px; /* 32 */
	padding-top: 6px;
}

.cb-container.fonta .icon-chien i{
	font-size: 28px; /* 32 */
	padding-top: 5px;
}

.cb-container.fonta .icon-mobilite i{
	font-size: 28px; /* 32 */
	padding-top: 7px;
}

.cb-container.fonta .icon-dejeuner i{
	font-size: 26px; /* 32 */
	padding-top: 7px;
}

.cb-container.fonta input:checked ~ .icon-chien i ,
.cb-container.fonta input:checked ~ .icon-bord-eau i ,
.cb-container.fonta input:checked ~ .icon-terrasse i ,
.cb-container.fonta input:checked ~ .icon-jeux i ,
.cb-container.fonta input:checked ~ .icon-local i ,
.cb-container.fonta input:checked ~ .icon-dejeuner i ,
.cb-container.fonta input:checked ~ .icon-mobilite i {
  color: #f26722;
}

.cb-container input:checked ~ .f-icon.icon-terrasse {
  background-image: url(../../uploads/2020/12/terrasse_on.png);
}

.btn-pFiltre{
	position: relative;
	border: 4px solid #6d6d6d;
	cursor: pointer;
	max-height: 46px;
	width: 46px;
	text-align: center;
	/*margin: 0 10px;*/
	transition: 0.25s all ease-in-out;
}

.btn-pFiltre:hover{
	border-color: #f26722;
}

.btn-pFiltre i{
	font-size: 26px;
	padding-top: 6px;
}

body.filtre-ouvert .btn-pFiltre i{
	color: #f26722;
}





.filtre_general_container{
	display: none;
    justify-content: left;
    visibility: hidden;
	max-height: 0;
	opacity: 0;
	transition: 0.25s all ease-in-out;
}

body.filtre-ouvert .filtre_general_container  {
	max-height: 500px; /* À REVOIR */
	opacity: 1;
	/*margin-top: 24px;*/
	visibility: visible;
flex-wrap: wrap;
	display: -ms-flex;
	display: -webkit-flex;
	display: flex;
}


/***** AFFICHAGE DES activiteS *****/
.et_pb_row.et_pb_row_x .et_pb_column_1_3.et_pb_column.et_pb_column_x{
	width: 100%;
	margin-bottom: 36px;
}


.apercu-activite{
	position: relative;
	top: -30px;
	opacity: 0;
	transition: 0.4s all ease-in-out;
}

.apercu-activite.arrive{
	top: 0px;
	opacity: 1;
}

.apercu-activite .img-container{
	width: 100%;
	height: 260px; /* 400 */
	position: relative;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	transition: 0.5s all ease-in-out;
	overflow: hidden;
}

.apercu-activite .img-container:before,
.circuit-container .circuit-img:before{
	content:"";
	position:absolute; top:0;right:0;bottom:0;left:0;
	background:inherit;
	transition:inherit;
}


.apercu-activite:hover .img-container:before,
.circuit-container:hover .circuit-img:before{
	transform: scale(1.03);
}

.apercu-activite .img-container .coeur-favoris,
.pActivite-coeur,
.img-container .coeur-favoris{
	position: absolute;
	top: 8px; /* 10 */
	right: 8px; /* 10 */
}

.pActivite-coeur{
	z-index: 99;
	top: 16px; /* 10 */
	right: 16px; /* 10 */
	background-color: rgba(104,104,104,1.00);
	padding: 10px 6px 6px;
	border-radius: 90px;
	line-height: 0;
	cursor: pointer;
}

.apercu-activite .img-container .att-cdc,
.pActivite-coeur .att-cdc,
.img-container .att-cdc{
	width: 40px; /* 161 */
	/* height: 27px; 143 */
	opacity: 0.65;
	transition: 0.15s all ease-in-out;
}

.apercu-activite .img-container .att-cdc.oui,
.pActivite-coeur .att-cdc.oui,
.img-container .att-cdc.oui{
	opacity: 1;
}

.apercu-activite .img-container .tags{
	position: absolute;
	bottom: 14px; /* 20 */
	right: 6px; /* 8 */
}

.tagsbt a,
.apercu-activite .img-container .tags p{
	display: inline-block;
	padding: 8px 10px; /* 10 12 */
	background-color: rgba(0,0,0,0.80);
	color: #fff;
	font-size: 0.8rem; /* 0.8 */
	font-family: interstate, sans-serif;
	font-weight: 700;
	font-style: normal;
	text-transform: uppercase;
	line-height: 1em;
	width: auto;
	border: 2px solid rgba(255,255,255,0.75);
	border-radius: 2px;
	margin: 0 5px;
}
.tagsbt a:last-child{
	margin-right:0px!important;
}


.apercu-activite .titre-container{
	width: 90%;
	margin: 0 auto;
	background-color: #fff;
	padding: 16px; /* 25 */
	min-height: 180px; /* 210 */
}

.apercu-activite .titre-container.event-only{
	min-height: 200px; /* 210 */
}

.blog-modif article .entry-title,
.apercu-activite .titre-container h2{
	font-size: 2rem; /* 1.2 */
	font-family: interstate, sans-serif;
	font-weight: 700;
	font-style: normal;
	text-transform: uppercase;
	line-height: 1.3em;
	color: #000;
	padding-bottom: 5px;
}

.blog-modif article .entry-title{
	font-size: 1.2rem; /* 1.2 */
}

.s-etiquette,
.blog-modif article .post-meta .published,
.apercu-activite .titre-container p{
	font-size: 1.25rem; /* 0.8 */
	font-family: interstate, sans-serif;
	font-weight: 500;
	font-style: normal;
	line-height: 1.5em;
	color: #6d6d6d!important;
}


/*******************************
	POSITION DE LA MÉDAILLE DES ANNONCEURS
*****************************/

.medaille-annonceur{
	position: absolute;
    top: 0;
    left: 12px; /* 16 */
    z-index: 9999;
	/* display: none!important; */
}

.medaille-annonceur img{
	width: 70px; /* 100 */
}




/*********** MÉDIA QUERIES *****************/
@media screen and (max-width: 980px){ /**********  MAX-WIDTH: 980px   *******************/


	/*** NOUVEAU POUR LE MOBILE ***/
	.scrolling #filter_activites{
		overflow-x: scroll;
		overflow-y: hidden;
  		display: flex; /* inline to fit content width */
	}
	
	.scrolling #filter_activites{
	/* height: 320px; */
	}
.et_pb_row.et_pb_row_x{
 /*   margin-top: -200px;*/
}
	
	
} /**********  FIN MAX-WIDTH: 980px   *******************/


@media screen and (max-width: 767px){ /**********  MAX-WIDTH: 767px   *******************/

	
	
} /**********  FIN MAX-WIDTH: 767px   *******************/


@media screen and (max-width: 479px){ /**********  MAX-WIDTH: 400px   *******************/

	/***** AFFICHAGE DES activiteS *****/
	.et_pb_row.et_pb_row_x .et_pb_column_1_3.et_pb_column.et_pb_column_x{
		margin-bottom: 36px!important;
	}
	
} /**********  FIN MAX-WIDTH: 400px   *******************/



/****************************************************
				MÉDIA QUERIES 
****************************************************/
@media screen and (min-width: 400px){ /**********  MIN-WIDTH: 400px   *******************/

	
/*** TEXTE  ***/
.container-intro h1.titre-intro{
	font-size: 1.9rem; /* 2.25 */
	margin: 40px 0 15px; /* 65 0 35 */
}

.container-intro h1.titre-intro em{
	font-size: 4.25rem; /* 5 */
}

.container-intro .texte-intro{
	font-size: 1.1rem; /* 1.2 */
}
	
/***** AFFICHAGE DES activiteS *****/
.apercu-activite .img-container{
	height: 280px; /* 400 */
}

.apercu-activite .img-container .att-cdc,
.img-container .att-cdc{
	top: 8px; /* 10 */
	right: 8px; /* 10 */
 
}

.apercu-activite .img-container .tags{
	bottom: 15px; /* 20 */
	right: 6px; /* 8 */
}


.tagsbt a,
.apercu-activite .img-container .tags p{
	padding: 9px 11px; /* 10 12 */
	margin: 0 6px; /* 0 10 */
}


.apercu-activite .titre-container{
	width: 90%; /* 100 */
	padding: 19px; /* 25 */
	min-height: 180px; /* 210 */
}
	
.apercu-activite .titre-container.event-only{
	min-height: 210px; /* 210 */
}

.blog-modif article .entry-title,
.apercu-activite .titre-container h2{
	font-size: 1.9rem; /* 1.2 */
}
	
.blog-modif article .entry-title{
	font-size: 1.4rem; /* 1.2 */
}

.blog-modif article .post-meta .published,
.apercu-activite .titre-container p{
	font-size: 1.2rem; /* 0.8 */
}

/*******************************
	POSITION DE LA MÉDAILLE DES ANNONCEURS
*****************************/
.medaille-annonceur{
    left: 13px; /* 16 */
}

.medaille-annonceur img{
	width: 75px; /* 100 */
}

	
	
	
	
} /**********  FIN MIN-WIDTH: 400px   *******************/

@media screen and (min-width: 525px){ /**********  MIN-WIDTH: 525px   *******************/
	.filtre .mchoices-container .dropdown-choice .gChoice a{
    padding: 2px 0px;
}

.filtre .mchoices-container .dropdown-choice .gChoice {

    font-size: 0.8em;
	}
	.filtre .mchoices-container{
		
		width:auto;
	}
/*** TEXTE  ***/
.container-intro h1.titre-intro{
	font-size: 2.05rem; /* 2.25 */
	margin: 40px 0 15px; /* 65 0 35 */
}

.container-intro h1.titre-intro em{
	font-size: 4.5rem; /* 5 */
}

.container-intro .texte-intro{
	font-size: 1.2rem; /* 1.2 */
}
	
	
/***** AFFICHAGE DES activiteS *****/
	.apercu-activite .img-container{
		height: 310px; /* 400 */
	}

	.apercu-activite .img-container .att-cdc,
	.img-container .att-cdc{
		top: 9px; /* 10 */
		right: 9px; /* 10 */
		width: 45px; /* 161 */
		/*height: 35px;  143 */
	}

	.apercu-activite .img-container .tags{
		bottom: 18px; /* 20 */
		right: 7px; /* 8 */
	}

	.tagsbt a,
	.apercu-activite .img-container .tags p{
		padding: 10px 12px; /* 10 12 */
		margin: 0 8px; /* 0 10 */
	}


	.apercu-activite .titre-container{
		padding: 22px; /* 25 */
		min-height: 190px; /* 210 */
	}
	
	.apercu-activite .titre-container.event-only{
		min-height: 220px; /* 210 */
	}

	
	/*** À REVOIR ***/
	.blog-modif article .entry-title,
	.apercu-activite .titre-container h2{
		font-size: 1.9rem; /* 1.2 */
	}
	
	.blog-modif article .entry-title{
		font-size: 1.5rem; /* 1.2 */
	}

	.apercu-activite .titre-container p{
		font-size: 1.2rem; /* 0.8 */
	}

/*******************************
	POSITION DE LA MÉDAILLE DES ANNONCEURS
*****************************/
.medaille-annonceur{
    left: 14px; /* 16 */
}

.medaille-annonceur img{
	width: 90px; /* 100 */
}

	
	
} /**********  FIN MIN-WIDTH: 525px   *******************/


@media screen and (min-width: 768px){ /**********  MIN-WIDTH: 768px   *******************/

	/***** AFFICHAGE DES activiteS *****/
.et_pb_row.et_pb_row_x .et_pb_column_1_3.et_pb_column.et_pb_column_x{
	width: 49%; /* 32.3333 */
	margin-right: 2%; /* 1.5 */
	margin-bottom: 2%; /* 1.5 */
}
	.filtre #filter_activites_box{
   /*  margin: 0px 0 0 16px;*/
		
	}
.et_pb_row.et_pb_row_x .et_pb_column_1_3.et_pb_column.et_pb_column_x:nth-child(2n){ /* ici à changer */
	margin-right: 0%;
}

.apercu-activite{
	top: -30px; /* -30 */
}

.apercu-activite:hover,
.circuit-container:hover{
	-webkit-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.5); /* 0 0 8 0 */
	-moz-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.5); /* 0 0 8 0 */
	box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.5); /* 0 0 8 0 */
	transition: 0.2s all ease-in-out;
}

.apercu-activite .img-container{
	height: 270px; /* 400 */
}

.apercu-activite .img-container .att-cdc,
.img-container .att-cdc{
	top: 8px; /* 10 */
	right: 8px; /* 10 */
	width: 50px; /* 161 */
	/* height: 30px; 143 */
}


.apercu-activite .img-container .tags{
	position: absolute;
	bottom: 14px; /* 20 */
	right: 6px; /* 8 */
}

.tagsbt a,
.apercu-activite .img-container .tags p{
	font-size: 0.85rem; /* 0.8 */
}


.apercu-activite .titre-container{
	padding: 14px; /* 25 */
	min-height: 130px; /* 210 */
	width: 100%; /* 100 */
	margin: 0;
}
	
.apercu-activite .titre-container.event-only{
	min-height: 150px; /* 210 */
}

.blog-modif article .entry-title,
.apercu-activite .titre-container h2{
	font-size: 1.25rem; /* 1.2 */
	padding-bottom: 5px; /* 5 */
}

.blog-modif article .post-meta .published,
.apercu-activite .titre-container p{
	font-size: 0.825rem; /* 0.8 */
}

	
/*******************************
	POSITION DE LA MÉDAILLE DES ANNONCEURS
*****************************/
.medaille-annonceur img{
	width: 80px; /* 100 */
}

	
} /**********  FIN MIN-WIDTH: 768px   *******************/


@media screen and (min-width: 981px){ /**********  MIN-WIDTH: 981px   *******************/
	/* engin de recherche*/
#post-22526 #ajax-container {
    padding-top: 230px!important;
}
#entete-blanche ,
#ajax-container{
	padding-top: 50px;
}
#entete-blanche  > .et_pb_row:nth-of-type(1),
	#ajax-container > .et_pb_row:nth-of-type(1){
	margin-top: -140px; /* -200 */
}
#entete-blanche  > .et_pb_row:not(.et_pb_row_x), 
#ajax-container > .et_pb_row:not(.et_pb_row_x){ 
	padding: 60px 40px 60px; /* 60 80 80 */
}
	/*#ajax-container > .et_pb_row:not(.et_pb_row_x) et #ajax-container .et_pb_row, ajouté le 1 mars2021 suite au commetnaire d,emilie  */
	#ajax-container > .et_pb_row:not(.et_pb_row_x),
#ajax-container .et_pb_row,
#entete-blanche  .et_pb_row_x,
#ajax-container .et_pb_row_x{
	width: 90%;
}
	 
.filtre .dropdown-choice{
	top: 42px;
	left: -3px; /* 4 */
	background-color: #fff; /* #fff */
	width: 350px; /* 300 */
	border:0px;
	padding:0px;
}
	 
.filtre   .dropdown-choice .border-box
{
	max-height: 400px; /* 600 */
}
	
	
/***** ALPHA CHECKBOX CHANGE ****/
.cb-container a{
  display: block;
  width: 46px; /* 46 */
  height: 46px; /* 46 */

}

/* Create a custom checkbox */
.f-icon {
  position: absolute;
  top: 6px; /* 3 */
  left: 6px; /* 3 */
  height: 26px; /* 32 */
  width: 26px; /* 32 */
}


.cb-container.fonta .icon-chien i{
	font-size: 28px; /* 32 */
}

.btn-pFiltre{
	max-height: 46px; /* 46 */
	width: 46px; /* 46 */

}

.btn-pFiltre img{
	width: 26px; /* 32 */

}

.cb-container .informations.v2{
	width: 160px; /* 250 */
}

.filtre_general_container{
    -ms-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    visibility: hidden;
	
	
	display: none;
}

body.filtre-ouvert .filtre_general_container{
	max-height: 500px; /* À REVOIR */
/*	margin-top: 20px;*/ /* 24 */
}
	

/*** TEXTE  ***/
.container-intro h1.titre-intro{
	font-size: 2.5rem; /* 2.25 */
	margin: 40px 0 27px; /* 65 0 35 */
}

.container-intro h1.titre-intro em{
	font-size: 5.5rem; /* 8 */
	/*	display: block;*/
}

.container-intro .texte-intro{
	width: 90%; /* 90 */
	max-width: 700px; /* 1000 */
	font-size: 1.25rem; /* 1.25 */
}
	
/***** AFFICHAGE DES activiteS *****/

.apercu-activite .img-container{
	height: 295px; /* 400 */
}

.apercu-activite .img-container .att-cdc,
.img-container .att-cdc{
	top: 10px; /* 10 */
	right: 10px; /* 10 */
	width: 55px; /* 161 */
	/* height: 35px; 143 */
}


.apercu-activite .img-container .tags{
	bottom: 15px; /* 20 */
}

.apercu-activite .img-container .tags p{
	padding: 8px 10px; /* 10 12 */
	font-size: 0.9rem; /* 0.8 */
	margin: 0 6px; /* 0 10 */
}


.apercu-activite .titre-container{
	padding: 16px; /* 25 */
	min-height: 140px; /* 210 */
}
	
.apercu-activite .titre-container.event-only{
	min-height: 170px; /* 210 */
}

.blog-modif article .entry-title,
.apercu-activite .titre-container h2{
	font-size: 1.3rem; /* 1.2 */
}

.blog-modif article .post-meta .published,
.apercu-activite .titre-container p{
	font-size: 0.85rem; /* 0.8 */
}

	
/*******************************
	POSITION DE LA MÉDAILLE DES ANNONCEURS
*****************************/
.medaille-annonceur{
    left: 15px; /* 16 */
}

.medaille-annonceur img{
	width: 90px; /* 100 */
}


	
} /**********  FIN MIN-WIDTH: 981px   *******************/


@media screen and (min-width: 1170px){ /**********  MIN-WIDTH: 1170px   *******************/
/* engin de recherche **/
#post-22526 #ajax-container {
    padding-top: 250px!important;
}
#entete-blanche  > .et_pb_row:nth-of-type(1),
#ajax-container > .et_pb_row:nth-of-type(1){
	margin-top: -160px; /* -200 */
}
	#entete-blanche > .et_pb_row:not(.et_pb_row_x), 
	#ajax-container > .et_pb_row:not(.et_pb_row_x){ 
	padding: 60px 50px 60px; /* 60 80 80 */
}
	   
	
/***** ALPHA CHECKBOX CHANGE ****/


/* Create a custom checkbox */
.f-icon {
  position: absolute;
  top: 5px; /* 3 */
  left: 5px; /* 3 */
  height: 28px; /* 32 */
  width: 28px; /* 32 */
}
	
  

/*** TEXTE  ***/
.container-intro h1.titre-intro{
	font-size: 2.4rem; /* 2.25 */
	margin: 40px 0 30px; /* 65 0 35 */
}

.container-intro h1.titre-intro em{
	font-size: 5.35rem; /* 5 */
}

.container-intro .texte-intro{
	max-width: 800px; /* 1000 */
}
	

/***** AFFICHAGE DES activiteS *****/
.et_pb_row.et_pb_row_x .et_pb_column_1_3.et_pb_column.et_pb_column_x{
	width: 32.3333%; /* 32.3333 */
	margin-right: 1.5%; /* 1.5 */
	margin-bottom: 1.5%; /* 1.5 */
}

.et_pb_row.et_pb_row_x .et_pb_column_1_3.et_pb_column.et_pb_column_x:nth-child(2n){ /* ici à changer */
	margin-right: 1.5%; /* 1.5 */
}
	
.et_pb_row.et_pb_row_x .et_pb_column_1_3.et_pb_column.et_pb_column_x:nth-child(3n){ /* ici à changer */
	margin-right: 0%;
}
	
/***** AFFICHAGE DES activiteS *****/
.apercu-activite:hover,
.circuit-container:hover{
	-webkit-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.5); /* 0 0 8 0 */
	-moz-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.5); /* 0 0 8 0 */
	box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.5); /* 0 0 8 0 */
}

.apercu-activite .img-container{
	height: 310px; /* 400 */
}


.apercu-activite .img-container .tags{
	bottom: 16px; /* 20 */
	right: 7px; /* 8 */
}

.apercu-activite .img-container .tags p{
	padding: 9px 11px; /* 10 12 */
	font-size: 0.85rem; /* 0.8 */
	margin: 0 7px; /* 0 10 */
}


.apercu-activite .titre-container{
	padding: 19px; /* 25 */
	min-height: 160px; /* 210 */
}

.apercu-activite .titre-container.event-only{
	min-height: 190px; /* 210 */
}	

.blog-modif article .entry-title,
.apercu-activite .titre-container h2{
	font-size: 1.25rem; /* 1.2 */
}

.blog-modif article .post-meta .published,
.apercu-activite .titre-container p{
	font-size: 0.825rem; /* 0.8 */
}

/*******************************
	POSITION DE LA MÉDAILLE DES ANNONCEURS
*****************************/
.medaille-annonceur{
    left: 14px; /* 16 */
}

.medaille-annonceur img{
	width: 85px; /* 100 */
}
	
	
} /**********  FIN MIN-WIDTH: 1170px   *******************/


@media screen and (min-width: 1350px){ /**********  MIN-WIDTH: 1350px   *******************/
#entete-blanche  > .et_pb_row:nth-of-type(1),
#ajax-container > .et_pb_row:nth-of-type(1){
	margin-top: -180px; /* -200 */
}
	#entete-blanche  > .et_pb_row:not(.et_pb_row_x),
	#ajax-container > .et_pb_row:not(.et_pb_row_x){ 
	padding: 60px 60px 70px; /* 60 80 80 */
}  
	
 

/* Create a custom checkbox */
.f-icon {
  top: 4px; /* 3 */
  left: 4px; /* 3 */
  height: 30px; /* 32 */
  width: 30px; /* 32 */
}
   

/*** TEXTE  ***/
.container-intro h1.titre-intro{
	font-size: 2.3rem; /* 2.25 */
	margin: 40px 0 32.5px; /* 65 0 35 */
}

.container-intro h1.titre-intro em{
	font-size: 5.2rem; /* 5 */
}

.container-intro .texte-intro{
	max-width: 900px; /* 1000 */
}
	
	
/***** AFFICHAGE DES activiteS *****/
.apercu-activite:hover,
.circuit-container:hover{
	-webkit-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.5); /* 0 0 8 0 */
	-moz-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.5); /* 0 0 8 0 */
	box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.5); /* 0 0 8 0 */
}

.apercu-activite .img-container{
	height: 340px; /* 400 */
}


.apercu-activite .img-container .tags{
	bottom: 18px; /* 20 */
	right: 8px; /* 8 */
}

.apercu-activite .img-container .tags p{
	padding: 10px 12px; /* 10 12 */
	font-size: 0.8rem; /* 0.8 */
	margin: 0 8px; /* 0 10 */
}


.apercu-activite .titre-container{
	padding: 22px; /* 25 */
	min-height: 180px; /* 210 */
}
	
.apercu-activite .titre-container.event-only{
	min-height: 210px; /* 210 */
}

.blog-modif article .entry-title,
.apercu-activite .titre-container h2{
	font-size: 1.2rem; /* 1.2 */
}
	
.blog-modif article .entry-title{
	font-size: 1.3rem; /* 1.2 */
}

.blog-modif article .post-meta .published,
.apercu-activite .titre-container p{
	font-size: 0.8rem; /* 0.8 */
}
	
/*******************************
	POSITION DE LA MÉDAILLE DES ANNONCEURS
*****************************/
.medaille-annonceur{
    left: 16px; /* 16 */
}

.medaille-annonceur img{
	width: 100px; /* 100 */
}

	
} /**********  FIN MIN-WIDTH: 1350px   *******************/


@media screen and (min-width: 1600px){ /**********  MIN-WIDTH: 1600px   *******************/
#entete-blanche > .et_pb_row:nth-of-type(1),
#ajax-container > .et_pb_row:nth-of-type(1){
	margin-top: -200px; /* -200 */
}
#entete-blanche  > .et_pb_row:not(.et_pb_row_x),
#ajax-container > .et_pb_row:not(.et_pb_row_x){
	padding: 60px 80px 80px; /* 60 80 80 */
}
	  

/*** TEXTE  ***/
.container-intro h1.titre-intro{
	font-size: 2.25rem; /* 2.25 */
	margin: 0px 0 35px; /* 65 0 35 */
}

.container-intro h1.titre-intro em{
	font-size: 5rem; /* 5 */
}

.container-intro .texte-intro{
	max-width: 1000px; /* 1000 */
}
	
/***** AFFICHAGE DES activiteS *****/
.apercu-activite .img-container{
	height: 370px; /* 400 */
}


.apercu-activite .img-container .tags{
	bottom: 20px; /* 20 */
}

.apercu-activite .img-container .tags p{
	margin: 0 9px; /* 0 10 */
}


.apercu-activite .titre-container{
	padding: 25px; /* 25 */
	min-height: 200px; /* 210 */
}
	
.apercu-activite .titre-container.event-only{
	min-height: 220px; /* 210 */
}

	
} /**********  FIN MIN-WIDTH: 1600px   *******************/


@media screen and (min-width: 1800px){ /**********  MIN-WIDTH: 1800px   *******************/
	.filtre #filter_activites_box{
		overflow:visible;
		
	}

 

.filtre .dropdown-choice{
	width: 400px; /* 300 */
}

.filtre ul.dropdown-choice li{
	padding: 12px 20px; /* 12 20 */
}

	
 
 
.btn-pFiltre img{
	width: 32px; /* 32 */
	margin-top: 3px; /* 3 */
}

 

 


	
/***** AFFICHAGE DES activiteS *****/
.apercu-activite .img-container{
	height: 400px; /* 400 */
}

.apercu-activite .img-container .tags p{
	margin: 0 10px; /* 0 10 */
}

.apercu-activite .titre-container{
	min-height: 210px; /* 210 */
}
	
	
.apercu-activite .titre-container.event-only{
	min-height: 230px; /* 210 */
}

} /**********  FIN MIN-WIDTH: 1800px   *******************/



/***
	ENTETE BG-NOIR
	class : .bg-noir-entete
***/
body:not(.page-template-noheader-template, .single-post) .pAcc-top0 > .et_pb_row:after,
.fond-noir .pAcc-top0 > .et_pb_row:after,
.fond-noir .et-main-area .et_pb_section_0 > .et_pb_row:after,
.bg-noir-entete:after{
	content: "";
	width: 100%!important;
	height: 300px!important;
	visibility: visible!important;
	position: absolute;
    top: 0;
    left: 0;
	background: rgb(0,0,0);
	background: -webkit-linear-gradient(rgba(0,0,0,0.5046393557422969) 0%, rgba(0,0,0,0) 75%, rgba(0,0,0,0) 100%);
	background: -o-linear-gradient(rgba(0,0,0,0.5046393557422969) 0%, rgba(0,0,0,0) 75%, rgba(0,0,0,0) 100%);
	background: linear-gradient(rgba(0,0,0,0.5046393557422969) 0%, rgba(0,0,0,0) 75%, rgba(0,0,0,0) 100%);
}




/*************************
	LISTING DES CIRCUITS TOURISTIQUE
	CLASSES : .circuit-container .circuit
*************************/

.circuit-container{
	display: block;
	width: 100%; /* 48.5 */
	margin-bottom: 16px; /* 3% */
	background-color: #fff;
	position: relative;
	transition: 0.5s all ease-in-out;
	vertical-align: top;
}

.circuit-container .circuit-img{
	width: 100%;
	height: 220px; /* 384 */
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
	overflow: hidden;
	transition: 0.5s all ease-in-out;
}



.circuit-container .circuit-info{
	padding: 12px 12px 20px; /* 24 42 42 */
}

.circuit-container .circuit-titre{
	display: block;
	color: #000;
	font-size: 1.4rem; /* 1.4 */
    text-transform: uppercase;
/*    font-family: interstate, sans-serif;*/
    font-weight: 900;
    font-style: normal;
	padding-bottom: 12px; /* 12 */
}

.circuit-desc{
	color: #6d6d6d;
	font-size: 0.9rem; /* 0.9 */
}

.circuit-container .ligne-gris{
	position: relative;
	margin: 25px 0; /* 25 0 */
}

.circuit-container .ligne-gris:before{
	left: calc(50% - 130px); /* 50 300 */
    width: 100%; /* 90 */
    max-width: 260px; /* 600 */
}

.circuit-container .zone-experience.circuit .et_pb_code_inner{
	flex-wrap: nowrap;
}

.circuit-container .zone-experience.circuit .un_exp{
	width: auto; /* 48 */
}

.circuit-container .zone-experience.circuit .un_exp img{
	width: 32px; /* 48 */
	height: auto!important;
}

.circuit-container .zone-experience.circuit .un_exp .info p{
	font-size: 0.80rem; /* 0.80 */
}

.circuit-container .zone-experience.circuit .un_exp .info p:first-of-type{
	font-size: 1.5rem; /* 1.25 */
}


.circuit-container .zone-experience.circuit .un_exp .info p:last-of-type{
	display: none; /* block */
}

.circuit-container .temps_carre_gris{
	display: block;
	width: 180px; /* 250 */
	margin: 0 auto 16px; /* 0 a 16*/ 
	text-align: center;
}


/*** pCircuit-titreAct ***/

.pCircuit-titreAct h2{
	color: #6d6d6d;
	line-height: 1.35em;
}




/***************************
	CIRCUIT TOURISTIQUE
	.intro-circuit .temps_carre_gris
****************************/

.intro-circuit{
	text-align: center!important;
}

.intro-circuit .et_pb_text_inner{
	max-width: 1000px; /* 1000 */
	margin: 0 auto;
	width: 100%; /* 100 */
	padding: 0 16px; /* 0 16 */
}


.intro-circuit p{
	color: #434343;
	font-size: 1.1rem; /* 1.2 */
    font-family: interstate, sans-serif;
    font-weight: 500;
	line-height: 1.75em;
	text-align: center;
}


.temps_carre_gris,
.blog-modif article .post-content a,
p.temps_carre_gris{
	display: inline-block;
	border: 4px solid #6d6d6d; /* 6 */ 
	color: #6d6d6d;
	font-size: 0.9rem!important; /* 0.9 */
    text-transform: uppercase;
    font-family: interstate, sans-serif;
    font-weight: 900; /* 700 */
/*    letter-spacing: -1px;*/
	padding: 8px 18px 5px; /* 8 24 5 */
	margin-bottom: 25px; /* 50 */
}

.ligne-gris{
	color: #6d6d6d;
	font-size: 1rem; /* 1 */
    text-transform: uppercase;
    font-family: interstate, sans-serif;
    font-weight: 900;
	text-align: center;
	margin-top: 25px; /* 50 */
	position: relative;
} 

.ligne-gris:before{
	content: "";
	position: absolute;
	top: 9px; /* 14 */
	left: calc(50% - 130px); /* 50 - 325px */
	width: 100%; /* 80 */
	max-width: 260px; /* 650 */
	height: 4px; /* 5 */
	background-color: #6d6d6d;
	z-index: 0;
}

h2.ligne-gris:before,
h3.ligne-gris:before,
h4.ligne-gris:before{
	top: 4px; /* 9 */
}

.ligne-gris .fond_blanc{
	background-color: #fff;
	padding: 8px 14px; /* 8 25 */
	position: relative;
} 


/* EXPÉRIENCE
	CLASSES : .zone-experience .un_exp .info
*/

.zone-experience .et_pb_code_inner{
	display: flex;
	justify-content: center;
	flex-wrap: wrap; /* nowrap*/
}

.un_exp{
	display: flex;
	align-items: center;
	justify-content: center; /* none */
	margin: 8px 12px; /* 0 12 */
	width: calc(100% - 24px);
}

.un_exp .info{
	margin-left: 16px;
}

.un_exp .info p{
	font-size: 1.0rem; /* 1 */
    text-transform: uppercase;
    font-family: interstate, sans-serif;
    font-weight: 900;
	text-align: center;
	padding-bottom: 0;
	color: #6d6d6d;
}

.un_exp .info p:first-of-type{
    font-size: 2rem; /* 1.5 */
}

.un_exp .info p:last-of-type{
	margin-top: 4px; /* -6 */
/*	display: none;  block */
}



/******************************************************************
	PARCOURS CODE 
	CLASSES : .parcours-code .et_pb_code_inner .jour .titre .stitre .description
	ACTIVITÉ : .activite .img-container .compteur .act-information .titre-activite .important
*****************************************************************/

.parcours-code .et_pb_code_inner{
	font-family: interstate, sans-serif;
}

.jour,
.act-information{
	padding: 35px 20px; /* 70 40 */
}

.act-information{
	padding-top: 16px; /* 30 */
}

.jour .titre{
	font-size: 2rem; /* 2.5 */
    text-transform: uppercase;
    font-family: interstate, sans-serif;
    font-weight: 700;
    font-style: normal;
	color: #434343;
	padding-bottom: 1rem; /* 1rem */
}

.jour .stitre{
	font-size: 0.9rem; /* 0.9 */
    font-weight: 700;
	color: #434343;
	padding-bottom: 1rem; /* 1 */
}

.jour p:last-of-type,
.act-information p{
  font-size: 1.1rem;	  
    font-weight: 500;
    font-style: normal;
	color: #434343;
}

/*** ACTIVITÉ ***/

/*
.activite > a{
	display: block;
}
*/

.activite .img-container{
	position: relative;
	background-size: cover;
	background-position: center center;
	height: 240px; /* 375 */
}

.img-container .compteur{
	position: absolute;
	top: 0;
	left: 0;
	min-width: 30px; /* 42 */
	background-color: #e05206;
	color: #fff;
	font-size: 1.6rem; /* 1.6 */
    font-weight: 900;
    font-style: normal;
	padding: 4px 8px!important; /* 4 8 */
	text-align: center;
}

.act-information .titre-activite{
	color: #6d6d6d;
	font-size: 1.1rem; /* 1 */
	padding-bottom: 20px; /* 20 */
	font-weight: 600;
}

.act-information .titre-activite:hover{
	text-decoration: underline;
}

.act-information p.important{
	color: #fff;
	background-color: #e05206;
	text-align: center;
	padding: 10px 20px!important; /* 10 20 */ 
	font-size: .9rem; /* 1.2 */
}

/*** Carte Google pour les circuits ***/

.map-sticky{
	position: sticky!important;
	top: 0;
}

.admin-bar .map-sticky{
	top: 32px;
}

#map{
	height: 100vh;
}

.admin-bar #map{
	height: calc(100vh - 32px);
}


/*** PAGE BLOGUE ***/
/* .blog-modif */

.blog-modif article{
	width: 100%; /* 47.5 */
	display: inline-block;
	margin-right: 0%; /* 4.66 */
	background-color: #fff;
	padding: 10px /* 35 */
}

.blog-modif article .entry-featured-image-url{
	margin: -10px -10px 10px; /* 35 */
}

.blog-modif article .post-content a{
	margin-top: 24px!important; /* 24 */
	margin-bottom: 20px!important; /* 20 */
	padding: 6px 48px 5px!important; /* 6 48 5 */
	border-width: 5px!important; /* 5 */
}

.blog-modif article .post-content-inner p{
	font-size: 13px; /* 16 */
	font-weight: 600;
	color: #6d6d6d;
	line-height: 1.5em;
}


/* DIFFERENCE ENTETE POUR ARTICLE */
.single-post #main-content .pAcc-top0 .et_pb_row_0.article-entete{
	background-position: 0% 95%;
	min-height: 180px; /* 320px*/
	max-height: 35vh;
}

.pAcc-top0 .et_pb_row_0.article-entete .pAcc-slogan{
	top: 42.5%;
}

/*
.pAcc-top0 .et_pb_row_0.article-entete .pAcc-slogan h1{
	font-size: 2.5rem;  3rem 
	text-shadow: 0 0 5px rgba(0, 0, 0, 25%);
	text-shadow: none;
}
*/

.single-post #main-content .main_title,
.single-post #et-boc .et_pb_row h1{
	font-size: 1.75rem; /* 2.5 */
	text-transform: uppercase;
    font-family: interstate, sans-serif;
	font-weight: 700;
	color: #6d6d6d;
}


.single-post #main-content .pATL{
	position: relative; /* absolute */
	top: 0;
	left: 0;
	margin-bottom: 20px;
	border: 4px solid #6d6d6d;
	padding: 4px 14px 3px;
	font-weight: 500;
	text-transform: none!important;
}


img.img-article{
	float: none; /* right*/
	max-width: 100%; /* 50% */
	margin: 0 0 24px 0px; /* 0 0 24 24 */
}

.single-post #main-content .container{
	width: 100%; /* 80 */
	padding-top: 0!important; /* 58 */ 
}

.single-post .container #ajax-container{
	padding-bottom: 0; /* autre?  */
}

.single-post .container #ajax-container .et_pb_row .et_pb_column{
	padding: 0 20px; /* 0 20 */ 
}

.single-post .container #ajax-container .et_pb_row .et_pb_column ol{
	list-style-type: decimal;
}


/**********************************
	UN ARTICLE :SIGNATURE
	CLASS : .barre-signature .signature-img .info-signature .nom .date
************************************/
.single-post  .barre-signature{
	width: 90%;
	margin: 12px auto 36px 0; /* 36 auto 36 0 */
	height: 2px;
	background-color: rgba(151,151,151,0.60);
}

.single-post .signature-img{
	max-width: 152px;
	margin: 0 auto 24px; /* 0 24px 24px 0 */ 
	border: solid 2px #f26722;
}

.single-post .signature{
	display: flex;
	flex-direction: column; /* row */
	justify-content: center;
	/* align-items: flex-start; */
}

.single-post .signature .info-signature{
	text-align: center;
}

.single-post .signature .info-signature .nom{
	font-size: 1.2rem; /* 1 */
	color: #6d6d6d;
	font-weight: 700;
	padding-bottom: 0;
}

.single-post .signature .info-signature .date{
	font-size: 0.9rem; /* 0.7 */
	color: #6d6d6d;
}


/*******************************
	LA MOSAIIQUE
	CLASS : .section-masonry .ligne .texte .color-bleu .element1x1 .element3x1
*******************************/

.ligne{
	width: 100%; /* 1600px */
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.element1x1{
	width: 23.125%; /* 370 : 370 / 1600 */
	/* height: 23.125%;  370 : 370 / 1600 */
}

.element1x2{
	width: 23.125%; /* 370 : 370 / 1600 */
	/* height: 23.125%;  370 : 370 / 1600 */
}

.element2x2 .element1x1{
	width: 47.435%; /* 370 / 780 */
}

.element1x2 .element1x1{
	width: 100%; /* 370 / 780 */
}

.element3x1{
	width: 74.375%; /* 1190 / 1600 */
	/* height: 370px;  370 / 1600 */
}

.element2x2{
	width: 48.75%;
/*	height: 780px;*/
}

.element2x1{
	width: 48.75%;
}

.texte.element1x1{
    font-family: interstate, sans-serif;
    font-weight: 700;
    font-style: normal;
    line-height: 1.25em;
    text-transform: uppercase;
    color: #6d6d6d;
    padding: 0% 1%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
} 

.texte.element1x1 .chiffre{
	font-size: 1.75rem; /* 6.25 */
	color: #fff;
	line-height: 1.1em;
}

.texte.element1x1 p:first-of-type{
	padding-bottom: 5px; /* 10 */
}

.texte.element1x1 .chiffre.cb{
	font-size: 1.25rem; /* 4.5 */
}

.texte.element1x1 .titre{
	font-size: 0.70rem; /* 1.75 */
	color: #6d6d6d;
	mix-blend-mode: multiply;
	line-height: 1.1em; /* 1.25 */
}

.texte.element1x1 .chiffre.inverse{
	font-size: 0.75rem; /* 2 */
}

.texte.element1x1 .chiffre.inverse.cp{
	font-size: 0.70rem; /* 1.75 */
}

.color-bleu{
	background-color: blue;
}

.element2x2-texte{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.ligne div, .ligne img{
	margin-bottom: 2.5%;
}

.ligne .element2x2 div,
.ligne .element2x2 img{
	margin-bottom: 5%;
}

.ligne .element1x2 div,
.ligne .element1x2 img{
	margin-bottom: 10.81%;
}

.ligne .element1x2 div.last,
.ligne .element1x2 img.last{
	margin-bottom: 0%;
}

.ligne .last{
	margin-right: 0!important;
}

/***************************
	LA MOSAIQUE - LES COULEURS / IMAGES
****************************/
.orange-img1{
	background: url(../../uploads/2020/12/thl-spectacles.jpg) center center #e05206;
    background-size: cover;
}

.bleu-img1{
	background: url(../../uploads/2020/12/thl-rivieres-navigable.jpg) center center #00b0ca;
    background-size: cover;
}

.vert-img1{
	background: url(../../uploads/2020/12/thl-sentier-pedestres.jpg) center center #b6bf00;
    background-size: cover;
}

.gris-img1{
	background: url(../../uploads/2020/12/thl-grand-reservoir.jpg) center center #cccccc;
    background-size: cover;
}

.rougef-img1{
	background: url(../../uploads/2020/12/thl-evenements-memorables.jpg) center center #a70240;
    background-size: cover;
}

.orange-1{
	background-color: #e05206;
}

.bleu-1{
	background-color: #00b0ca;
}

.vert-1{
	background-color: #b6bf00;
}

.gris-1{
	background-color: #cccccc;
}

.rougef-1{
	background-color: #a70240;
}

.jaune-1{
	background-color: #fdb714;
}

/************************************
	AJOUT DU 17 SEPTEMBRE 2021
	CLASS : .fblanc .texte-noir .pTerritoire texteFancy
**************************************/

/*
.pTerritoire.fblanc{
	background-color: #fff;
}
*/

/*
.pTerritoire{
	 box-shadow: 1px 3px 5px 0px rgba(0,0,0,0.60);
	-webkit-box-shadow: 1px 3px 5px 0px rgba(0,0,0,0.60);
	-moz-box-shadow: 1px 3px 5px 0px rgba(0,0,0,0.60);
}
*/

.pTerritoire.texte-noir{
/*	padding: 32px;*/
}

.pTerritoire.texte-noir p{
	color: #000;
}

.pTerritoire.txt1{
	margin-top: -75px; /* -75 */
}

.pTerritoire.img1{
	margin-top: -50px; /* -75 */
}

.pTerritoire.texteFancy p{
	font-size: 1.25rem;
}

.pTerritoire.texteFancy b,
.pTerritoire.texteFancy strong{
	font-family: "Abuget", sans-serif;
	font-weight: 400;
	font-size: 5.5rem;
	display: block;
	line-height: 1.25em;
}

.pTerritoire.grande{
	margin-bottom: 20px!important;
}

.pTerritoire.petit{
	display: inline-block;
	width: calc(50% - 10px);
}

.pTerritoire.petit.gauche{
	margin-right: 20px;
}

.pTerritoire.petit img{
	max-width: 140px;
	width: 100%;
}





/* .blogue-sentete */
.blogue-sentete{
	font-size: 1.00rem; /* 1.25rem */
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	font-family: interstate, sans-serif;
    font-weight: 700;
    font-style: normal;
	margin-top: 10px; /* 20 */
	padding-bottom: 0 !important;
}

.no-shadow h1,.no-shadow h2{
	text-shadow: none!important;
}

/************************
	HEADER BLOG
**************************/
.header-blog{
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 99;
	padding: 16px 0 16px; /* 16 0 8 */
	background-color: rgba(255,255,255,0.25)!important;
}

.header-blog .container{
	margin-left: 10%;
	text-align: center; /* remove it */
}

.admin-bar .header-blog{
	top: 46px; /* 32 */
}

.header-blog .container-img{
/*	display: none;  inline-block */
	margin-bottom: 12px;
}

.header-blog .container-img a{
	display: inline-block;
}

.header-blog .container-img img{
	max-width: 250px; /* 375 */
	width: 100%;
}

.header-blog div{
	display: inline-block;
}


.header-blog .menu{
	float: none; /* right */
	/*margin-top: 8px; */
}

.header-blog .menu a{
	color: #fff;
	display: block;
}

.header-blog .menu .encadrer-menu a{
	border: 4px solid #fff; /* 5 */
	padding: 8px 20px; /* 10 28 */
	text-transform: uppercase;
	font-family: interstate, sans-serif;
	transition: 0.25s all ease-in-out;
}

.header-blog .menu .encadrer-menu a:hover{
	background-color: rgba(255,255,255,0.4);
}



/***********************
	TOP 5
**********************/

.top5-container .top5{
	margin: 50px auto;
	border: 1px solid #C8C8C8;
	-webkit-box-shadow: 0px 0px 2px 10px rgba(0,0,0,0.2); 
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.2);
}

	.top5-container .top5 .top5-texte {
		padding: 20px;
		
	}

		.top5-container .top5 .top5-imgActivities .et_pb_column{
			padding: 0!important;
			float: none!important;
		}

	.top5-container .top5 .top5-texte h3{
		font-size: 1.35rem;
		font-family: interstate, sans-serif;
		font-weight: 700;
		font-style: normal;
		text-transform: uppercase;
	}

	.top5-container .top5 .top5-texte p{
		font-size: 1.1rem;
		font-family: interstate, sans-serif;
		font-weight: 500;
		font-style: normal;
		line-height: 1.5em;
	}

				.top5-container .top5 .top5-imgActivities .et_pb_column .apercu-activite .img-container{
/*					height: 300px;*/
/*					max-width: 400px;*/
					width: 100%;
				}


/*********** MÉDIA QUERIES *****************/
@media screen and (max-width: 980px){ /**********  MAX-WIDTH: 980px   *******************/

	
	
} /**********  FIN MAX-WIDTH: 980px   *******************/


@media screen and (max-width: 767px){ /**********  MAX-WIDTH: 767px   *******************/
	
	.blog-modif article.first .entry-featured-image-url{
		background-image: none!important;
	}
	
	
} /**********  FIN MAX-WIDTH: 767px   *******************/


@media screen and (max-width: 479px){ /**********  MAX-WIDTH: 400px   *******************/

	
	
} /**********  FIN MAX-WIDTH: 400px   *******************/



/****************************************************
				MÉDIA QUERIES 
****************************************************/
@media screen and (min-width: 400px){ /**********  MIN-WIDTH: 400px   *******************/

/*************************
	LISTING DES CIRCUITS TOURISTIQUE
	CLASSES : .circuit-container .circuit
*************************/

	.circuit-container{
		margin-bottom: 20px; /* 3% */
	}

	.circuit-container .circuit-img{
		height: 240px; /* 384 */
	}

	.circuit-container .circuit-info{
		padding: 16px 20px 24px; /* 24 42 42 */
	}

	.circuit-desc{
		font-size: 1rem; /* 0.9 */
	}

	.circuit-container .ligne-gris:before{
		left: calc(50% - 150px); /* 50 300 */
		width: 100%; /* 90 */
		max-width: 300px; /* 600 */
	}

	.circuit-container .zone-experience.circuit .un_exp img{
		width: 36px; /* 48 */
	}

	.circuit-container .zone-experience.circuit .un_exp .info p:first-of-type{
		font-size: 1.75rem; /* 1.25 */
	}

	.circuit-container .zone-experience.circuit .un_exp .info p:last-of-type{
		display: none; /* block */
	}

	.circuit-container .temps_carre_gris{
		width: 200px; /* 250 */
		margin: 0 auto 16px; /* 0 a 16*/ 
	}

/***************************
	CIRCUIT TOURISTIQUE
	.intro-circuit .temps_carre_gris
****************************/
	.intro-circuit .et_pb_text_inner{
		width: 100%; /* 100 */
		padding: 0 20px; /* 0 16 */
	}


	.intro-circuit p{
		font-size: 1.1rem; /* 1.2 */
	}


	.temps_carre_gris,
	.blog-modif article .post-content a,
	p.temps_carre_gris{
		border: 5px solid #6d6d6d; /* 6 */ 
		padding: 8px 20px 5px; /* 8 24 5 */
		margin-bottom: 30px; /* 50 */
	}

	.ligne-gris{
		font-size: 1rem; /* 1 */
		margin-top: 30px; /* 50 */
	} 

	.ligne-gris:before{
		top: 10px; /* 14 */
		left: calc(50% - 150px); /* 50 - 325px */
		max-width: 300px; /* 650 */
	}
	
	h2.ligne-gris:before,
	h3.ligne-gris:before,
	h4.ligne-gris:before{
		top: 5px; /* 9 */
	}

	.ligne-gris .fond_blanc{
		padding: 8px 17px; /* 8 25 */
	} 


/* EXPÉRIENCE
	CLASSES : .zone-experience .un_exp .info
*/

.zone-experience .et_pb_code_inner{
	flex-wrap: wrap; /* nowrap*/
}

.un_exp{
	justify-content: center; /* none */
	margin: 8px 12px; /* 0 12 */
}

.un_exp .info{
	margin-left: 16px; /* 10 */
}

.un_exp .info p{
	font-size: 1.0rem; /* 1 */
	text-align: center;
	padding-bottom: 0;
}

.un_exp .info p:first-of-type{
    font-size: 2rem; /* 1.5 */
}

.un_exp .info p:last-of-type{
	margin-top: 4px; /* -6 */
}
	
/******************************************************************
	PARCOURS CODE 
	CLASSES : .parcours-code .et_pb_code_inner .jour .titre .stitre .description
	ACTIVITÉ : .activite .img-container .compteur .act-information .titre-activite .important
*****************************************************************/
.jour,
.act-information{
	padding: 40px 34px; /* 70 40 */
}

.act-information{
	padding-top: 18px; /* 30 */
}

.jour .titre{
	font-size: 2.1rem; /* 2.5 */
}

/*.jour p:last-of-type,
.act-information p{
	font-size: 1.3rem; /* 1.4 
}*/

/*** ACTIVITÉ ***/

/*
.activite > a{
	display: block;
}
*/

.activite .img-container{
	height: 270px; /* 375 */
}

.img-container .compteur{
	min-width: 34px; /* 42 */
	padding: 5.5px 8px!important; /* 4 8 */
}

 /* 
.act-information p.important{
	font-size: 1.1rem;1.2 
}
*/
	
	
/* DIFFERENCE ENTETE POUR ARTICLE */
.pAcc-top0 .et_pb_row_0.article-entete{
	min-height: 240px; /* 320px*/
}
	
.pAcc-top0 .et_pb_row_0.article-entete.v-listing{
	min-height: 280px; /* 420px*/
}
	
.single-post #main-content .main_title,
.single-post #et-boc .et_pb_row h1{
	font-size: 1.9rem; /* 2.5 */
}

.single-post #main-content .pATL{
	margin-bottom: 25px;
}

	
.pAcc-top0 .et_pb_row_0.article-entete .pAcc-slogan{
	top: 44%;
}

.pAcc-top0 .et_pb_row_0.article-entete .pAcc-slogan h1{
	font-size: 2.6rem; /* 3rem */
}

.single-post .container #ajax-container .et_pb_row .et_pb_column{
	padding: 0 25px; /* 0 20 */ 
}
	
/*******************************
	LA MOSAIIQUE
	CLASS : .section-masonry .ligne .texte .color-bleu .element1x1 .element3x1
*******************************/
.texte.element1x1 .chiffre{
	font-size: 2rem; /* 6.25 */
}

.texte.element1x1 p:first-of-type{
	padding-bottom: 6px; /* 10 */
}

.texte.element1x1 .chiffre.cb{
	font-size: 1.4rem; /* 4.5 */
}

.texte.element1x1 .titre{
	font-size: 0.80rem; /* 1.75 */
	line-height: 1.15em; /* 1.25 */
}

.texte.element1x1 .chiffre.inverse{
	font-size: 0.85rem; /* 2 */
}

.texte.element1x1 .chiffre.inverse.cp{
	font-size: 0.80rem; /* 1.75 */
}
	
} /**********  FIN MIN-WIDTH: 400px   *******************/

@media screen and (min-width: 525px){ /**********  MIN-WIDTH: 525px   *******************/

/*************************
	LISTING DES CIRCUITS TOURISTIQUE
	CLASSES : .circuit-container .circuit
*************************/
	.circuit-container{
		margin-bottom: 3%; /* 3% */
	}

	.circuit-container .circuit-img{
		height: 260px; /* 384 */
	}

	.circuit-container .circuit-info{
		padding: 20px 30px 30px; /* 24 42 42 */
	}

	.circuit-container .ligne-gris:before{
		left: calc(50% - 180px); /* 50 300 */
		width: 100%; /* 90 */
		max-width: 360px; /* 600 */
	}

	.circuit-container .zone-experience.circuit .un_exp img{
		width: 48px; /* 48 */
	}
	
	.circuit-container .zone-experience.circuit .et_pb_code_inner{
		flex-wrap: wrap; /* nowrap*/
	}

	.circuit-container .zone-experience.circuit .un_exp{
		margin: 0 12px; /* 0 12 */
		width: calc(50% - 24px);
		margin-bottom: 10px;
	}

	

	.circuit-container .zone-experience.circuit .un_exp .info p:first-of-type{
		font-size: 1.5rem; /* 1.25 */
	}

	.circuit-container .zone-experience.circuit .un_exp .info p:last-of-type{
		display: block; /* block */
		font-size: 1rem;
	}

	.circuit-container .temps_carre_gris{
		width: 210px; /* 250 */
		margin: 0 auto 16px; /* 0 a 16*/ 
	}

/***************************
	CIRCUIT TOURISTIQUE
	.intro-circuit .temps_carre_gris
****************************/
	.intro-circuit .et_pb_text_inner{
		width: 95%; /* 100 */
	}


	.intro-circuit p{
		font-size: 1.15rem; /* 1.2 */
	}


	.temps_carre_gris,
	.blog-modif article .post-content a,
	p.temps_carre_gris{
		padding: 8px 22px 5px; /* 8 24 5 */
		margin-bottom: 35px; /* 50 */
	}

	.ligne-gris{
		font-size: 1rem; /* 1 */
		margin-top: 35px; /* 50 */
	} 

	.ligne-gris:before{
		left: calc(50% - 190px); /* 50 - 325px */
		max-width: 380px; /* 650 */
	} 

	.ligne-gris .fond_blanc{
		padding: 8px 17px; /* 8 25 */
	} 


/* EXPÉRIENCE
	CLASSES : .zone-experience .un_exp .info
*/

.zone-experience .et_pb_code_inner{
	flex-wrap: wrap; /* nowrap*/
}

.un_exp{
	justify-content: center; /* none */
	margin: 8px 12px; /* 0 12 */
	width: calc(50% - 24px);
}

.un_exp .info{
	margin-left: 16px; /* 10 */
}

.un_exp .info p{
	font-size: 0.9rem; /* 1 */
	text-align: center;
	padding-bottom: 0;
}

.un_exp .info p:first-of-type{
    font-size: 1.75rem; /* 1.5 */
}

.un_exp .info p:last-of-type{
	margin-top: 0px; /* -6 */
}
	
/******************************************************************
	PARCOURS CODE 
	CLASSES : .parcours-code .et_pb_code_inner .jour .titre .stitre .description
	ACTIVITÉ : .activite .img-container .compteur .act-information .titre-activite .important
*****************************************************************/
	.jour,
	.act-information{
		padding: 50px 38px; /* 70 40 */
	}

	.act-information{
		padding-top: 20px; /* 30 */
	}

	.jour .titre{
		font-size: 2.25rem; /* 2.5 */
	}

/*	.jour p:last-of-type,
	.act-information p{
		font-size: 1.4rem;  1.4
	} */

	/*** ACTIVITÉ ***/

	.activite .img-container{
		height: 300px; /* 375 */
	}

	.img-container .compteur{
		min-width: 38px; /* 42 */
		padding: 6.5px 8px!important; /* 4 8 */
	}


	.act-information p.important{
		font-size: 1.2rem; /* 1.2 */
	}
	
/*** PAGE BLOGUE ***/
/* .blog-modif */

.blog-modif article{
	padding: 18px /* 35 */
}

.blog-modif article .entry-featured-image-url{
	margin: -18px -18px 18px; /* 35 */
}



.blog-modif article .post-content-inner p{
	font-size: 14px; /* 16 */
}
	
/* DIFFERENCE ENTETE POUR ARTICLE */

.pAcc-top0 .et_pb_row_0.article-entete .pAcc-slogan{
	top: 43%;
}

.pAcc-top0 .et_pb_row_0.article-entete .pAcc-slogan h1{
	font-size: 2.7rem; /* 3rem */
}

.single-post .container #ajax-container .et_pb_row .et_pb_column{
	padding: 0 35px; /* 0 20 */ 
}
	
/* DIFFERENCE ENTETE POUR ARTICLE */
.pAcc-top0 .et_pb_row_0.article-entete{
	min-height: 260px; /* 320px*/
}
	
.pAcc-top0 .et_pb_row_0.article-entete.v-listing{
	min-height: 310px; /* 420px*/
}
	
.single-post #main-content .main_title,
.single-post #et-boc .et_pb_row h1{
	font-size: 2rem; /* 2.5 */
}

.single-post #main-content .pATL{
	margin-bottom: 30px;
}

/*******************************
	LA MOSAIIQUE
	CLASS : .section-masonry .ligne .texte .color-bleu .element1x1 .element3x1
*******************************/
.texte.element1x1 .chiffre{
	font-size: 2.5rem; /* 6.25 */
}

.texte.element1x1 p:first-of-type{
	padding-bottom: 7px; /* 10 */
}

.texte.element1x1 .chiffre.cb{
	font-size: 1.7rem; /* 4.5 */
}

.texte.element1x1 .titre{
	font-size: 1.00rem; /* 1.75 */
	line-height: 1.20em; /* 1.25 */
}

.texte.element1x1 .chiffre.inverse{
	font-size: 1.05rem; /* 2 */
}

.texte.element1x1 .chiffre.inverse.cp{
	font-size: 1.00rem; /* 1.75 */
}
	
/* .blogue-sentete */
.blogue-sentete{
	font-size: 1.10rem; /* 1.25rem */
	margin-top: 12px; /* 20 */
}

/************************
	HEADER BLOG
**************************/
.header-blog{
	padding: 16px 0 16px; /* 16 0 8 */
}

.header-blog .container{
	text-align: center; /* remove it */
}

.header-blog .container-img img{
	max-width: 280px; /* 375 */
	width: 100%;
}

/***********************
	TOP 5
**********************/

	.top5-container .top5 .top5-texte {
		padding: 24px;
		
	}
	.top5-container .top5 .top5-texte h3{
		font-size: 1.4rem;
	}

	.top5-container .top5 .top5-texte p{
		font-size: 1.15rem;
	}
	
} /**********  FIN MIN-WIDTH: 525px   *******************/


@media screen and (min-width: 768px){ /**********  MIN-WIDTH: 768px   *******************/

/*************************
	LISTING DES CIRCUITS TOURISTIQUE
	CLASSES : .circuit-container .circuit
*************************/
	.circuit-container .circuit-img{
		height: 300px; /* 384 */
	}

	.circuit-container .circuit-info{
		padding: 24px 36px 36px; /* 24 42 42 */
	}

	.circuit-container .ligne-gris:before{
		left: calc(50% - 270px); /* 50 300 */
		width: 100%; /* 90 */
		max-width: 540px; /* 600 */
	}

	.circuit-container .zone-experience.circuit .un_exp img{
		width: 48px; /* 48 */
	}
	
	.circuit-container .zone-experience.circuit .et_pb_code_inner{
		flex-wrap: nowrap;
	}

	.circuit-container .zone-experience.circuit .un_exp{
		margin: 0 12px; /* 0 12 */
		width: auto;
	}

	

	.circuit-container .zone-experience.circuit .un_exp .info p:first-of-type{
		font-size: 1.25rem; /* 1.25 */
	}

	.circuit-container .zone-experience.circuit .un_exp .info p:last-of-type{
		display: block; /* block */
		font-size: 0.8rem; /* 0.8 */
	}

	.circuit-container .temps_carre_gris{
		width: 210px; /* 250 */
		margin: 0 auto 16px; /* 0 a 16*/ 
	}

/***************************
	CIRCUIT TOURISTIQUE
	.intro-circuit .temps_carre_gris
****************************/
	.intro-circuit .et_pb_text_inner{
		width: 90%; /* 100 */
	}


	.intro-circuit p{
		font-size: 1.2rem; /* 1.2 */
	}


	.temps_carre_gris,
	.blog-modif article .post-content a,
	p.temps_carre_gris{
		border: 6px solid #6d6d6d;  /* 6 */  
		padding: 8px 24px 5px; /* 8 24 5 */
		margin-bottom: 40px; /* 50 */
    	font-weight: 700;   
	}

	.ligne-gris{
		font-size: 1rem; /* 1 */
		margin-top: 40px; /* 50 */
    	font-weight: 700; 
	} 

	.ligne-gris:before{
		top: 11px;  /* 14 */ 
		left: calc(50% - 280px); /* 50 - 325px */
		max-width: 560px; /* 650 */
		height: 5px;
	}
	
	h2.ligne-gris:before,
	h3.ligne-gris:before,
	h4.ligne-gris:before{
		top: 6px; /* 9 */
	}

	.ligne-gris .fond_blanc{
		padding: 8px 20px; /* 8 25 */
	} 


/* EXPÉRIENCE
	CLASSES : .zone-experience .un_exp .info
*/

.zone-experience .et_pb_code_inner{
	flex-wrap: nowrap; /* nowrap*/
}

.un_exp{
	justify-content: initial; /* none */
	margin: 0px 12px; /* 0 12 */
	width: auto;
}
	
.un_exp img{
	height: 60px; /* 78 */
}

.un_exp .info{
	margin-left: 10px; /* 10 */
}

.un_exp .info p{
	font-size: 0.8rem; /* 1 */
    font-weight: 700;
	text-align: center;
	padding-bottom: 0;
}

.un_exp .info p:first-of-type{
    font-size: 1.5rem; /* 1.5 */
}

.un_exp .info p:last-of-type{
	margin-top: -2px; /* -6 */
}
	

/******************************************************************
	PARCOURS CODE 
	CLASSES : .parcours-code .et_pb_code_inner .jour .titre .stitre .description
	ACTIVITÉ : .activite .img-container .compteur .act-information .titre-activite .important
*****************************************************************/
	.jour,
	.act-information{
		padding: 60px 42px; /* 70 42 */
	}

	.act-information{
		padding-top: 22px; /* 30 */
	}

	.jour .titre{
		font-size: 2.4rem; /* 2.5 */
	}


	/*** ACTIVITÉ ***/

	.activite .img-container{
		height: 330px; /* 375 */
	}

	.img-container .compteur{
		min-width: 42px; /* 42 */
		padding: 7.5px 8px!important; /* 4 8 */
	}
	
/*** PAGE BLOGUE ***/
/* .blog-modif */

	.blog-modif article{
		width: 47.5%; /* 47.5 */
		margin-right: 4.35%; /* 4.66 */
		padding: 15px; /* 35 */
		vertical-align: top;
	}

	.blog-modif article:nth-child(2n + 1){
		margin-right: 0%;
	}


	.blog-modif article .entry-featured-image-url{
		margin: -15px -15px 15px; /* 35 */
	}

	.blog-modif article .post-content-inner p{
		font-size: 14px;
	}
	
	/*** BLOG FIRST ***/
	.blog-modif article.first{
		width: 100%;
		display: flex;
		flex-direction: row;
		align-items: center;
		padding: 0;
	}

	.blog-modif article.first .entry-featured-image-url,
	.blog-modif article.first .encadrer{
		width: 50%;
	}

	.blog-modif article.first .entry-featured-image-url{
		margin: 0;
		background-size: cover;
		background-repeat: no-repeat;
		background-position: 50% 50%;
	}
	
	.blog-modif article.first .entry-featured-image-url img{
		display: none;
	}


	.blog-modif article.first .encadrer{
		padding: 25px 28px; /* 100 45 */
		background-color: #fff;
	}

/* DIFFERENCE ENTETE POUR ARTICLE */

	.pAcc-top0 .et_pb_row_0.article-entete .pAcc-slogan{
		top: 42.5%;
	}

	.pAcc-top0 .et_pb_row_0.article-entete .pAcc-slogan h1{
		font-size: 2.8rem; /* 3rem */
	}

	.single-post .container #ajax-container .et_pb_row .et_pb_column{
		padding: 0 50px; /* 0 20 */ 
	}
	
/* DIFFERENCE ENTETE POUR ARTICLE */
	.pAcc-top0 .et_pb_row_0.article-entete{
		min-height: 280px; /* 320px*/
	}

	.pAcc-top0 .et_pb_row_0.article-entete.v-listing{
		min-height: 350px; /* 420px*/
	}
	

	.single-post #main-content .pATL{
		margin-bottom: 36px;
	}
	

/**********************************
	UN ARTICLE :SIGNATURE
	CLASS : .barre-signature .signature-img .info-signature .nom .date
************************************/
.single-post  .barre-signature{
	/*margin: 12px auto 36px 0;  36 auto 36 0 */
}

.single-post .signature-img{
	margin: 0 24px 24px 0; /* 0 24px 24px 0 */ 
}

.single-post .signature{
	flex-direction: row; /* row */
	justify-content: flex-start;
	align-items: flex-start; 
}

.single-post .signature .info-signature{
	text-align: left;
}

.single-post .signature .info-signature .nom{
	font-size: 1.2rem; /* 1 */
}

.single-post .signature .info-signature .date{
	font-size: 0.9rem; /* 0.7 */
}

	
/*******************************
	LA MOSAIIQUE
	CLASS : .section-masonry .ligne .texte .color-bleu .element1x1 .element3x1
*******************************/
.texte.element1x1 .chiffre{
	font-size: 3.25rem; /* 6.25 */
}

.texte.element1x1 p:first-of-type{
	padding-bottom: 8px; /* 10 */
}

.texte.element1x1 .chiffre.cb{
	font-size: 2.1rem; /* 4.5 */
}

.texte.element1x1 .titre{
	font-size: 1.25rem; /* 1.75 */
	line-height: 1.25em; /* 1.25 */
}

.texte.element1x1 .chiffre.inverse{
	font-size: 1.35rem; /* 2 */
}

.texte.element1x1 .chiffre.inverse.cp{
	font-size: 1.25rem; /* 1.75 */
}
	
/* .blogue-sentete */
.blogue-sentete{
	font-size: 1.15rem; /* 1.25rem */
	margin-top: 15px; /* 20 */
}

/************************
	HEADER BLOG
**************************/
.header-blog{
	padding: 16px 0 12px; /* 16 0 8 */
}

.header-blog .container{
	margin-left: 10%;
	text-align: left; /* remove it */
}

.header-blog .container-img a{
	display: inline-block;
}

.header-blog .container-img img{
	max-width: 280px; /* 375 */
}

.header-blog .container-img{
	display: inline-block; /* inline-block */
}

.header-blog .menu{
	float: right; /* right */
	margin-top: -2px; /* 8 */
}

.header-blog .menu .encadrer-menu a{
	border: 4px solid #fff; /* 5 */
	padding: 5px 18px; /* 10 28 */
}
	
	
/***********************
	TOP 5
**********************/

	.top5-container .top5 .top5-texte {
		padding: 36px 30px;	
	}
	
} /**********  FIN MIN-WIDTH: 768px   *******************/

@media screen and (min-width: 783px){
	
	/****************   SEULEMENT POUR LE ADMIN BAR   ****************/
	.admin-bar .header-blog{
		top: 32px; /* 32 */
	}
	
}


@media screen and (min-width: 981px){ /**********  MIN-WIDTH: 981px   *******************/

/*************************
	LISTING DES CIRCUITS TOURISTIQUE
	CLASSES : .circuit-container .circuit
*************************/

	.circuit-container{
		display: inline-block;
		width: 48.5%; /* 48.5 */
		margin-right: 3%; /* 3*/
		margin-bottom: 3%; /* 3 */
	}

	.circuit-container:nth-child(2n){
		margin-right: 0%;
	}

	.circuit-container .circuit-img{
		height: 280px; /* 384 */
	}

	.circuit-container .circuit-info{
		padding: 16px 20px 36px; /* 24 42 42 */
	}

	.circuit-container .circuit-titre{
		font-size: 1.3rem; /* 1.4 */
		padding-bottom: 10px; /* 12 */
	}

	.circuit-desc{
		font-size: 0.9rem; /* 0.9 */
	}

	.circuit-container .ligne-gris{
		margin: 25px 0; /* 25 0 */
	}

	.circuit-container .ligne-gris:before{
		left: calc(50% - 180px); /* 50 300 */
		width: 100%; /* 90 */
		max-width: 360px; /* 600 */
	}

	.circuit-container .zone-experience.circuit .un_exp img{
		width: 40px; /* 48 */
	}

	.circuit-container .zone-experience.circuit .un_exp .info p{
		font-size: 0.80rem; /* 0.80 */
	}

	.circuit-container .zone-experience.circuit .un_exp .info p:first-of-type{
		font-size: 1.5rem; /* 1.25 */
	}

	.circuit-container .zone-experience.circuit .un_exp .info p:last-of-type{
		display: none;
	}

	.circuit-container .temps_carre_gris{
		width: 215px; /* 250 */
		margin: 0 auto 16px; /* 0 a 16*/ 
	}


/***************************
	CIRCUIT TOURISTIQUE
	.intro-circuit .temps_carre_gris
****************************/
	.intro-circuit .et_pb_text_inner{
		max-width: 1000px; /* 1000 */
		width: 100%;
	}


	.temps_carre_gris{
		margin-bottom: 45px; /* 50 */
	}

	.ligne-gris{
		font-size: 1rem; /* 1 */
		margin-top: 45px; /* 50 */
	} 

	.ligne-gris:before{
		top: 12px; /* 14 */
		left: calc(50% - 325px); /* 50 - 325px */
		width: 80%;
		max-width: 650px; /* 650 */
	}
	
	h2.ligne-gris:before,
	h3.ligne-gris:before,
	h4.ligne-gris:before{
		top: 7px; /* 9 */
	}

	.ligne-gris .fond_blanc{
		padding: 8px 25px; /* 8 25 */
	} 


/* EXPÉRIENCE
	CLASSES : .zone-experience .un_exp .info
*/

	.un_exp{
		margin: 0 12px; /* 0 12 */
	}

	.un_exp img{
		height: 69px; /* 78 */
	}

	.un_exp .info p{
		font-size: 0.9rem; /* 1 */
	}

	.un_exp .info p:first-of-type{
		font-size: 1.5rem; /* 1.5 */
	}

	.un_exp .info p:last-of-type{
		margin-top: -6px; /* -6 */
	}


/******************************************************************
	PARCOURS CODE 
	CLASSES : .parcours-code .et_pb_code_inner .jour .titre .stitre .description
	ACTIVITÉ : .activite .img-container .compteur .act-information .titre-activite .important
*****************************************************************/

.jour,
.act-information{
	padding: 40px 32px; /* 70 42 */
}

.act-information{
	padding-top: 16px; /* 30 */
}

.jour .titre{
	font-size: 2.1rem; /* 2.5 */
}
/*
.jour p:last-of-type,
.act-information p{
	font-size: 1.2rem;  1.4
} */

/*** ACTIVITÉ ***/

.activite .img-container{
	height: 275px; /* 375 */
}

.img-container .compteur{
	min-width: 32px; /* 42 */
	padding: 2.5px 8px!important; /* 4 8 */
}
/*
.act-information .titre-activite{
	font-size: 0.9rem;  1 
}*/
/* 
.act-information p.important{
	font-size: 1.0rem; 1.2
}
 */
	
	
	.blog-modif article{
		padding: 25px /* 35 */
	}

	.blog-modif article .entry-featured-image-url{
		margin: -25px -25px 25px; /* 35 */
	}

	.blog-modif article .post-content-inner p{
		font-size: 15px;
	}

	
/* DIFFERENCE ENTETE POUR ARTICLE */


	.pAcc-top0 .et_pb_row_0.article-entete .pAcc-slogan h1{
		font-size: 2.9rem; /* 3rem */
	}

img.img-article{
	float: right; /* right*/
	max-width: 50%; /* 50% */
	margin: 0 0 24px 24px; /* 0 0 24 24 */
}

.single-post #main-content .container{
	width: 80%; /* 80 */
	padding-top: 58px!important; /* 58 */ 
}

.single-post .container #ajax-container{
	padding-bottom: 4%; /* autre?  */
}

.single-post .container #ajax-container .et_pb_row .et_pb_column{
	padding: 0 0px; /* 0 20 */ 
}

	
/* DIFFERENCE ENTETE POUR ARTICLE */
.single-post #main-content .pAcc-top0 .et_pb_row_0.article-entete{
	background-position: 0% 95%;
	min-height: 320px; /* 320px*/
	max-height: 42.5vh;
}
	
	
.pAcc-top0 .et_pb_row_0.article-entete.v-listing{
		min-height: 420px; /* 420px*/
		max-height: 60vh;
		background-position: 0% 95%;
	}
	



.single-post #main-content .main_title,
.single-post #et-boc .et_pb_row h1{
	font-size: 1.8rem; /* 2.5 */
	margin-top: 20px; /* 40 */
}


.single-post #main-content .pATL{
	position: absolute; /* absolute */
	top: -47px;
	left: -26px;
	margin-bottom: 0px;
}
	
/**********************************
	UN ARTICLE :SIGNATURE
	CLASS : .barre-signature .signature-img .info-signature .nom .date
************************************/
.single-post .signature .info-signature .nom{
	font-size: 1.0rem; /* 1 */
}

.single-post .signature .info-signature .date{
	font-size: 0.8rem; /* 0.7 */
}

/*******************************
	LA MOSAIIQUE
	CLASS : .section-masonry .ligne .texte .color-bleu .element1x1 .element3x1
*******************************/
.texte.element1x1 .chiffre{
	font-size: 4rem; /* 6.25 */
}

.texte.element1x1 p:first-of-type{
	padding-bottom: 9px; /* 10 */
}

.texte.element1x1 .chiffre.cb{
	font-size: 2.45rem; /* 4.5 */
}

.texte.element1x1 .titre{
	font-size: 1.35rem; /* 1.75 */
}

.texte.element1x1 .chiffre.inverse{
	font-size: 1.50rem; /* 2 */
}

.texte.element1x1 .chiffre.inverse.cp{
	font-size: 1.35rem; /* 1.75 */
}
	
/************************************
	AJOUT DU 17 SEPTEMBRE 2021
	CLASS : .fblanc .texte-noir .pTerritoire texteFancy
**************************************/
.column-flex-middle{
	display: flex;
	flex-direction: row;
	align-items: center;
}

	
/* .blogue-sentete */
.blogue-sentete{
	font-size: 1.20rem; /* 1.25rem */
	margin-top: 17.5px; /* 20 */
}

/************************
	HEADER BLOG
**************************/
.header-blog{
	padding: 16px 0 10px; /* 16 0 8 */
}


.header-blog .container-img img{
	max-width: 300px; /* 375 */
}

.header-blog .menu{
	margin-top: -2px; /* 8 */
}

.header-blog .menu .encadrer-menu a{
	border: 4px solid #fff; /* 5 */
	padding: 6px 20px; /* 10 28 */
}
	
	
/*** BLOG FIRST ***/
	.blog-modif article.first .encadrer{
		padding: 40px 32px; /* 100 35 */
	}
	

/***********************
	TOP 5
**********************/

.top5-container .top5{
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	margin: 50px auto;
	border: none;
	-webkit-box-shadow: None; 
	box-shadow: none;
}

	.top5-container .top5 .top5-texte {
		padding: 20px 8px 20px 20px; /* 40 20 40 40 */
	}
	
		.top5-container .top5 .top5-texte h3{
			font-size: 1.30rem;
		}

		.top5-container .top5 .top5-texte p{
			font-size: 1.05rem;
		}

				.top5-container .top5 .top5-imgActivities .et_pb_column .apercu-activite .img-container{
					height: 200px; /* 300 */
					width: 267px; /* 400 */
				}

	
	
} /**********  FIN MIN-WIDTH: 981px   *******************/


@media screen and (min-width: 1170px){ /**********  MIN-WIDTH: 1170px   *******************/

/*************************
	LISTING DES CIRCUITS TOURISTIQUE
	CLASSES : .circuit-container .circuit
*************************/

	.circuit-container .circuit-img{
		height: 315px; /* 384 */
	}

	.circuit-container .circuit-info{
		padding: 20px 28px 28px; /* 24 42 42 */
	}

	.circuit-container .circuit-titre{
		font-size: 1.3rem; /* 1.4 */
		padding-bottom: 12px; /* 12 */
	}

	.circuit-container .temps_carre_gris{
		width: 215px; /* 250 */
	}	

	.circuit-container .ligne-gris:before{
		left: calc(50% - 210px); /* 50 300 */
		max-width: 420px; /* 600 */
	}

	.circuit-container .zone-experience.circuit .un_exp img{
		width: 40px; /* 48 */
	}

	.circuit-container .zone-experience.circuit .un_exp .info p{
		font-size: 0.80rem; /* 0.80 */
	}

	.circuit-container .zone-experience.circuit .un_exp .info p:first-of-type{
		font-size: 1.25rem; /* 1.25 */
	}

	.circuit-container .zone-experience.circuit .un_exp .info p:last-of-type{
		display: block;
		font-size: 0.8rem; /* 0.8 */
	}

	.circuit-container .zone-experience.circuit .et_pb_code_inner{
		flex-wrap: wrap; /* nowrap*/
	}

	.circuit-container .zone-experience.circuit .un_exp{
		margin: 0 12px; /* 0 12 */
		width: calc(50% - 24px);
		margin-bottom: 10px;
	}
	
/***************************
	CIRCUIT TOURISTIQUE
	.intro-circuit .temps_carre_gris
****************************/
.temps_carre_gris{
	margin-bottom: 50px; /* 50 */
}

.ligne-gris{
	margin-top: 50px; /* 50 */
} 

.ligne-gris:before{
	top: 12px; /* 14 */
} 

h2.ligne-gris:before,
h3.ligne-gris:before,
h4.ligne-gris:before{
	top: 7px; /* 9 */
}


/* EXPÉRIENCE
	CLASSES : .zone-experience .un_exp .info
*/

.un_exp img{
	height: 78px; /* 78 */
}

.un_exp .info p{
	font-size: 0.95rem; /* 1 */
}
	
/******************************************************************
	PARCOURS CODE 
	CLASSES : .parcours-code .et_pb_code_inner .jour .titre .stitre .description
	ACTIVITÉ : .activite .img-container .compteur .act-information .titre-activite .important
*****************************************************************/

.jour,
.act-information{
	padding: 50px 36px; /* 70 42 */
}

.act-information{
	padding-top: 19px; /* 30 */
}

.jour .titre{
	font-size: 2.2rem; /* 2.5 */
}
/*
.jour p:last-of-type,
.act-information p{
	font-size: 1.25rem;  1.4 
}*/

/*** ACTIVITÉ ***/

.activite .img-container{
	height: 300px; /* 375 */
}

.img-container .compteur{
	min-width: 36px; /* 42 */
	padding: 3px 8px!important; /* 4 8 */
}

.act-information .titre-activite{
	font-size: 0.95rem; /* 1 */
}
/*
.act-information p.important{
	font-size: 1.1rem;  1.2 
}
*/

/*** PAGE BLOGUE ***/
/* .blog-modif */

	.blog-modif article{
		padding: 35px /* 35 */
	}


	.blog-modif article .entry-featured-image-url{
		margin: -35px -35px 35px; /* 35 */
	}

	
	.blog-modif article .post-content-inner p{
		font-size: 16px;
	}
	
	
/* DIFFERENCE ENTETE POUR ARTICLE */


	.pAcc-top0 .et_pb_row_0.article-entete .pAcc-slogan h1{
		font-size: 3rem; /* 3rem */
	}

	
/* DIFFERENCE ENTETE POUR ARTICLE */

	.single-post #main-content .main_title,
	.single-post #et-boc .et_pb_row h1{
		font-size: 1.9rem; /* 2.5 */
		margin-top: 30px; /* 40 */
	}


	.single-post #main-content .pATL{
		top: -42px;
		left: -26px;
	}
	
	
/*******************************
	LA MOSAIIQUE
	CLASS : .section-masonry .ligne .texte .color-bleu .element1x1 .element3x1
*******************************/
.texte.element1x1 .chiffre{
	font-size: 4.5rem; /* 6.25 */
}

.texte.element1x1 p:first-of-type{
	padding-bottom: 10px; /* 10 */
}

.texte.element1x1 .chiffre.cb{
	font-size: 2.8rem; /* 4.5 */
}

.texte.element1x1 .titre{
	font-size: 1.45rem; /* 1.75 */
}

.texte.element1x1 .chiffre.inverse{
	font-size: 1.65rem; /* 2 */
}

.texte.element1x1 .chiffre.inverse.cp{
	font-size: 1.45rem; /* 1.75 */
}
	
	
/* .blogue-sentete */
.blogue-sentete{
	font-size: 1.25rem; /* 1.25rem */
	margin-top: 20px; /* 20 */
}

/************************
	HEADER BLOG
**************************/
.header-blog{
	padding: 16px 0 10px; /* 16 0 8 */
}


.header-blog .container-img img{
	max-width: 325px; /* 375 */
}

.header-blog .menu{
	margin-top: -2px; /* 8 */
}

.header-blog .menu .encadrer-menu a{
	border: 4px solid #fff; /* 5 */
	padding: 7px 22px; /* 10 28 */
}
	
/*** BLOG FIRST ***/
	.blog-modif article.first .encadrer{
		padding: 55px 35px; /* 100 35 */
	}
	
	
/***********************
	TOP 5
**********************/

	.top5-container .top5 .top5-texte {
		padding: 25px 10px 25px 25px;
	}
	
		.top5-container .top5 .top5-texte h3{
			font-size: 1.30rem;
		}

		.top5-container .top5 .top5-texte p{
			font-size: 1.05rem;
		}

				.top5-container .top5 .top5-imgActivities .et_pb_column .apercu-activite .img-container{
					height: 225px; /* 300 */
					width: 300px; /* 400 */
				}
	
	
} /**********  FIN MIN-WIDTH: 1170px   *******************/


@media screen and (min-width: 1350px){ /**********  MIN-WIDTH: 1350px   *******************/

/*************************
	LISTING DES CIRCUITS TOURISTIQUE
	CLASSES : .circuit-container .circuit
*************************/

	.circuit-container .circuit-img{
		height: 340px; /* 384 */
	}

	.circuit-container .circuit-info{
		padding: 24px 34px 34px; /* 24 42 42 */
	}

	.circuit-container .circuit-titre{
		font-size: 1.35rem; /* 1.4 */
	}

	.circuit-container .temps_carre_gris{
		width: 225px; /* 250 */
	}	

	.circuit-container .ligne-gris:before{
		left: calc(50% - 250px); /* 50 300 */
		max-width: 500px; /* 600 */
	}

	.circuit-container .zone-experience.circuit .un_exp img{
		width: 40px; /* 48 */
	}

	.circuit-container .zone-experience.circuit .un_exp .info p{
		font-size: 0.80rem; /* 0.80 */
	}

	.circuit-container .zone-experience.circuit .un_exp .info p:first-of-type{
		font-size: 1.25rem; /* 1.25 */
	}

	.circuit-container .zone-experience.circuit .un_exp .info p:last-of-type{
		display: block;
		font-size: 0.7rem;
	}

	.circuit-container .zone-experience.circuit .et_pb_code_inner{
		flex-wrap: nowrap; /* nowrap*/
	}

	.circuit-container .zone-experience.circuit .un_exp{
		width: auto;
		margin-bottom: 0;
	}
	
/***************************
	CIRCUIT TOURISTIQUE
	.intro-circuit .temps_carre_gris
****************************/
	.ligne-gris:before{
		top: 13px; /* 14 */
	} 

	h2.ligne-gris:before,
h3.ligne-gris:before,
h4.ligne-gris:before{
	top: 8px; /* 9 */
}


/* EXPÉRIENCE
	CLASSES : .zone-experience .un_exp .info
*/

	.un_exp .info p{
		font-size: 1rem; /* 1 */
	}
	
	
/******************************************************************
	PARCOURS CODE 
	CLASSES : .parcours-code .et_pb_code_inner .jour .titre .stitre .description
	ACTIVITÉ : .activite .img-container .compteur .act-information .titre-activite .important
*****************************************************************/
.jour,
.act-information{
	padding: 60px 38px; /* 70 42 */
}

.act-information{
	padding-top: 22px; /* 30 */
}

.jour .titre{
	font-size: 2.3rem; /* 2.5 */
}
 /* 
.jour p:last-of-type,
.act-information p{
	font-size: 1.30rem;1.4 
}
*/
/*** ACTIVITÉ ***/

.activite .img-container{
	height: 325px; /* 375 */
}

.img-container .compteur{
	min-width: 38px; /* 42 */
	padding: 3px 8px!important; /* 4 8 */
}

.act-information .titre-activite{
	font-size: 1.2rem; /* 1 */
}
/* 
.act-information p.important{
	font-size: 1.2rem; 1.2 
}
*/
	
/* DIFFERENCE ENTETE POUR ARTICLE */

	.single-post #main-content .main_title,
	.single-post #et-boc .et_pb_row h1{
		font-size: 2.1rem; /* 2.5 */
		margin-top: 40px; /* 40 */
	}


	.single-post #main-content .pATL{
		top: -48px;
		left: -45px;
	}
	
	
/**********************************
	UN ARTICLE :SIGNATURE
	CLASS : .barre-signature .signature-img .info-signature .nom .date
************************************/
.single-post .signature .info-signature .date{
	font-size: 0.7rem; /* 0.7 */
}
	
	
/*******************************
	LA MOSAIIQUE
	CLASS : .section-masonry .ligne .texte .color-bleu .element1x1 .element3x1
*******************************/
.texte.element1x1 .chiffre{
	font-size: 5.1rem; /* 6.25 */
}

.texte.element1x1 .chiffre.cb{
	font-size: 3.2rem; /* 4.5 */
}

.texte.element1x1 .titre{
	font-size: 1.60rem; /* 1.75 */
}

.texte.element1x1 .chiffre.inverse{
	font-size: 1.80rem; /* 2 */
}

.texte.element1x1 .chiffre.inverse.cp{
	font-size: 1.5rem; /* 1.75 */
}
	
/************************
	HEADER BLOG
**************************/
.header-blog{
	padding: 16px 0 10px; /* 16 0 8 */
}


.header-blog .container-img img{
	max-width: 375px; /* 375 */
}

.header-blog .menu{
	margin-top: 0px; /* 8 */
}

.header-blog .menu .encadrer-menu a{
	border: 4px solid #fff; /* 5 */
	padding: 8px 24px; /* 10 28 */
}
	
/*** BLOG FIRST ***/
	.blog-modif article.first .encadrer{
		padding: 75px 40px; /* 100 35 */
	}
	
	
/***********************
	TOP 5
**********************/

	.top5-container .top5 .top5-texte {
		padding: 30px 12px 30px 30px;
	}
	
		.top5-container .top5 .top5-texte h3{
			font-size: 1.35rem;
		}

		.top5-container .top5 .top5-texte p{
			font-size: 1.10rem;
		}

				.top5-container .top5 .top5-imgActivities .et_pb_column .apercu-activite .img-container{
					height: 260px; /* 300 */
					width: 347px; /* 400 */
				}
	
	
} /**********  FIN MIN-WIDTH: 1350px   *******************/


@media screen and (min-width: 1600px){ /**********  MIN-WIDTH: 1600px   *******************/

/*************************
	LISTING DES CIRCUITS TOURISTIQUE
	CLASSES : .circuit-container .circuit
*************************/

	.circuit-container .circuit-img{
		height: 362px; /* 384 */
	}

	.circuit-container .circuit-info{
		padding: 24px 42px 42px; /* 24 42 42 */
	}

	.circuit-container .circuit-titre{
		font-size: 1.4rem; /* 1.4 */
	}

	.circuit-container .temps_carre_gris{
		width: 235px; /* 250 */
	}	

	.circuit-container .ligne-gris:before{
		left: calc(50% - 275px); /* 50 300 */
		max-width: 550px; /* 600 */
	}

	.circuit-container .zone-experience.circuit .un_exp img{
		width: 44px; /* 48 */
	}

	.circuit-container .zone-experience.circuit .un_exp .info p:first-of-type{
		font-size: 1.25rem; /* 1.25 */
	}

	.circuit-container .zone-experience.circuit .un_exp .info p:last-of-type{
		font-size: 0.7rem;
	}
	
/***************************
	CIRCUIT TOURISTIQUE
	.intro-circuit .temps_carre_gris
****************************/
	.ligne-gris:before{
		top: 14px; /* 14 */
	} 
	
	h2.ligne-gris:before,
	h3.ligne-gris:before,
	h4.ligne-gris:before{
		top: 9px; /* 9 */
	}
	
/******************************************************************
	PARCOURS CODE 
	CLASSES : .parcours-code .et_pb_code_inner .jour .titre .stitre .description
	ACTIVITÉ : .activite .img-container .compteur .act-information .titre-activite .important
*****************************************************************/
.jour,
.act-information{
	padding: 70px 40px; /* 70 42 */
}

.act-information{
	padding-top: 25px; /* 30 */
}

.jour .titre{
	font-size: 2.4rem; /* 2.5 */
}
/*
.jour p:last-of-type,
.act-information p{
	font-size: 1.35rem;  1.4 
}
*/
/*** ACTIVITÉ ***/

.activite .img-container{
	height: 350px; /* 375 */
}

.img-container .compteur{
	min-width: 40px; /* 42 */
	padding: 3px 8px!important; /* 4 8 */
}
	
	
/* DIFFERENCE ENTETE POUR ARTICLE */

	.single-post #main-content .main_title,
	.single-post #et-boc .et_pb_row h1{
		font-size: 2.3rem; /* 2.5 */
		margin-top: 50px; /* 40 */
	}


	.single-post #main-content .pATL{
		top: -48px;
		left: -66px;
	}
	
/*******************************
	LA MOSAIIQUE
	CLASS : .section-masonry .ligne .texte .color-bleu .element1x1 .element3x1
*******************************/
.texte.element1x1 .chiffre{
	font-size: 5.75rem; /* 6.25 */
}

.texte.element1x1 .chiffre.cb{
	font-size: 3.8rem; /* 4.5 */
}

.texte.element1x1 .titre{
	font-size: 1.75rem; /* 1.75 */
}

.texte.element1x1 .chiffre.inverse{
	font-size: 2rem; /* 2 */
}

.texte.element1x1 .chiffre.inverse.cp{
	font-size: 1.6rem; /* 1.75 */
}
	
	
/************************
	HEADER BLOG
**************************/
.header-blog{
	padding: 16px 0 10px; /* 16 0 8 */
}

	.header-blog .menu{
		margin-top: -2px;
	}
	
.header-blog .menu .encadrer-menu a{
	border: 5px solid #fff; /* 5 */
	padding: 8px 24px; /* 10 28 */
}
	
/*** BLOG FIRST ***/
	.blog-modif article.first .encadrer{
		padding: 100px 45px; /* 100 35 */
	}
	
/***********************
	TOP 5
**********************/

	.top5-container .top5 .top5-texte {
		padding: 35px 15px 35px 35px;
	}

				.top5-container .top5 .top5-imgActivities .et_pb_column .apercu-activite .img-container{
					height: 300px; /* 300 */
					width: 400px; /* 400 */
				}
	
} /**********  FIN MIN-WIDTH: 1600px   *******************/


@media screen and (min-width: 1800px){ /**********  MIN-WIDTH: 1800px   *******************/

/*************************
	LISTING DES CIRCUITS TOURISTIQUE
	CLASSES : .circuit-container .circuit
*************************/

	.circuit-container .circuit-img{
		height: 384px; /* 384 */
	}

	.circuit-container .circuit-info{
		padding: 24px 42px 42px; /* 24 42 42 */
	}

	.circuit-container .circuit-titre{
		font-size: 1.4rem; /* 1.4 */
		padding-bottom: 12px; /* 12 */
	}

	.circuit-desc{
		font-size: 0.9rem; /* 0.9 */
	}

	.circuit-container .ligne-gris{
		margin: 25px 0; /* 25 0 */
	}

	.circuit-container .ligne-gris:before{
		left: calc(50% - 300px); /* 50 300 */
		width: 90%; /* 90 */
		max-width: 600px; /* 600 */
	}

	.circuit-container .zone-experience.circuit .un_exp img{
		width: 48px; /* 48 */
	}

	.circuit-container .zone-experience.circuit .un_exp .info p:last-of-type{
		font-size: 0.80rem; /* 0.80 */
	}

	.circuit-container .zone-experience.circuit .un_exp .info p:first-of-type{
		font-size: 1.25rem; /* 1.25 */
	}

	.circuit-container .temps_carre_gris{
		width: 250px; /* 250 */
		margin: 0 auto 16px; /* 0 a 16*/ 
	}
	
/******************************************************************
	PARCOURS CODE 
	CLASSES : .parcours-code .et_pb_code_inner .jour .titre .stitre .description
	ACTIVITÉ : .activite .img-container .compteur .act-information .titre-activite .important
*****************************************************************/
.jour,
.act-information{
	padding: 70px 42px; /* 70 42 */
}

.act-information{
	padding-top: 25px; /* 30 */
}
	
.jour .titre{
	font-size: 2.5rem; /* 2.5 */
}
/*
.jour p:last-of-type,
.act-information p{
	font-size: 1.35rem;  1.4 
}
*/
/*** ACTIVITÉ ***/

.activite .img-container{
	height: 375px; /* 375 */
}

.img-container .compteur{
	min-width: 42px; /* 42 */
	padding: 4px 8px!important; /* 4 8 */
}

/* DIFFERENCE ENTETE POUR ARTICLE */

	.single-post #main-content .main_title,
	.single-post #et-boc .et_pb_row h1{
		font-size: 2.5rem; /* 2.5 */
	}


	
/*******************************
	LA MOSAIIQUE
	CLASS : .section-masonry .ligne .texte .color-bleu .element1x1 .element3x1
*******************************/
.texte.element1x1 .chiffre{
	font-size: 6.25rem; /* 6.25 */
}

.texte.element1x1 p:first-of-type{
	padding-bottom: 10px; /* 10 */
}

.texte.element1x1 .chiffre.cb{
	font-size: 4.5rem; /* 4.5 */
}

.texte.element1x1 .titre{
	font-size: 1.75rem; /* 1.75 */
	line-height: 1.25em; /* 1.25 */
}

.texte.element1x1 .chiffre.inverse{
	font-size: 2.0rem; /* 2 */
}

.texte.element1x1 .chiffre.inverse.cp{
	font-size: 1.75rem; /* 1.75 */
}

	
/***********************
	TOP 5
**********************/

	.top5-container .top5 .top5-texte {
		padding: 40px 20px 40px 40px;
	}
	
	
	
} /**********  FIN MIN-WIDTH: 1800px   *******************/


/***** À PROXITMITE DANS LES PAGES D'ACTIVITÉS ****/




/*** BTN FACEBOOK ***/
#fb-messanger-fake-button {
    position: fixed;
    bottom: 24px;
    right: 24px;
    z-index: 100000;
    transition: opacity 0.3s;
}


.footer_menu ul, .footer_menu ul li{
	display: block!important;
}

.footer_menu ul li a br{
	display: none;
}


.footer_menu .et_pb_menu__menu{
	display: block!important;
}

.footer_menu .et_mobile_nav_menu{
	display: none!important;
}


/*********************************
	PAGE ORGANISATION
	Classes : page-organisation
*********************************/

.page-organisation,.achive-organisation{
	background-color: #cccccc!important;
}

.page-organisation .container:before,
.achive-organisation .container:before{
	content: none!important;
}

.page-organisation #ajax-container,
.achive-organisation #ajax-container{
	background-color: transparent!important;
}

.achive-organisation #ajax-container .intro-circuit ul{
	text-align: left;
    list-style-type: disc;
}

.achive-organisation #ajax-container .intro-circuit ul li a{
	color: #000000;
}


.achive-organisation #ajax-container .intro-circuit ul li a:hover{
	text-decoration: underline;
}



/* 21 septembre 2021 */
.btn-encadrer.menu-item{
	margin-left: 16px!important;
}

.btn-encadrer.menu-item a{
	border: 1px solid #fff;
	padding: 8px 14px 8px!important;
}

.btn-encadrer.menu-item.orange a{
	border: 1px solid #f26722;
	background-color: #f26722;
	color: #fff!important;
}

.btn-encadrer.menu-item.orange a:hover{
	background-color: transparent;
}

/* 27 septembre 2021 */
.liste-muni ul{
	margin-top: 16px; /* 16 */
	list-style-type: none;
	padding: 0!important;
}

	.liste-muni ul li{
		margin: 8px; /* 8 */
		display: inline-block;
	}

		.liste-muni ul li a{
			padding: 4px 8px; /* 4 8 */
			border: 2px solid #ed6e00;
			font-size: 18px; /* 18 */
			transition: 0.25s all ease-in-out;
		}

		.liste-muni ul li a:hover{
			padding: 4px 8px; /* 4 8 */
			border: 2px solid #ed6e00;
			background-color: #ed6e00;
			color: #fff;
		}

a.btn-element{
	width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}



/****  ARRANGER LES ARTICLES   *****/
.single-post #et-boc{
	margin-top: 8px;
}


.single-post #et-boc .et_pb_row{
	width: 100%!important;
}

.single-post #et-boc .et_pb_row h1{
	margin-top: 0;
}

.error-fb-insta{
	color: #B30609;
	font-size: 0.75rem;
	font-style: italic;
}

.sc-fb, .sc-insta{
	display: inline-block;
	margin-left: 12px;
	margin-right: 12px;
}

.res-soc-center{
	text-align: center;
}

.et_social_inline{
	display: none!important;
}

.partage-ressociaux .et_social_inline{
	display: block!important;
}

.partage-ressociaux,
.partage-ressociaux .et_social_inline .et_social_networks .et_social_icons_container{
	text-align: center;
}

.partage-ressociaux .titre{
	color: #6d6d6d;
    font-size: 1.8rem;
    font-family: interstate, sans-serif;
    font-weight: 700;
    font-style: normal;
	margin-bottom: 24px;
}

.partage-ressociaux .et_social_inline .et_social_networks .et_social_icons_container li{
	display: inline-block!important;
	width: auto!important;
	float: none!important;
}


.search-button-organisation{
	padding: 4.5px 12px;
	color: #fff;
	background-color: #f26722;
	border: 2px solid #f26722;
	font-size: 1.2rem;
	vertical-align: top;
	cursor: pointer;
	transition: 0.15s all ease-in-out;
}

.search-button-organisation:hover{
	color: #f26722;
	background-color: #fff;
}

.titre-club h3{
	font-size: 1.5rem;
    font-family: interstate, sans-serif;
    font-weight: 700;
    font-style: normal;
	text-transform: uppercase;
	color: #6d6d6d;
}

.titre-club p{
	font-size: 1.0rem;
    font-family: interstate, sans-serif;
    font-weight: 500;
    font-style: normal;
	color: #434343;
	line-height: 2em;
}

.titre-club ul li{
	margin: 16px 0;
	font-size: 1.0rem;
	font-family: interstate, sans-serif;
    font-weight: 500;
    font-style: normal;
	color: #434343;
}

.titre-club ul li a{
	color: #434343;
}

.titre-club ul li a:hover{
	text-decoration: underline;
}



/*************************
	BOUTON PAGINATION
***********************/
.page-numbers-container{
	text-align: center;
}

.page-numbers-container .page-numbers{
	/* border: 3px solid #f26722; */
	padding: 9px 17px;
	margin: 0 8px;
	background-color: #fff;
	color: #000;
	transition: 0.25s all ease-in-out;
}

.page-numbers-container .page-numbers.current{
	font-weight: 700;
	background-color: #f26722
}

.page-numbers-container a.page-numbers:hover{
	background-color: #f26722;
}


/************************************
	AJOUT DU 1er AVRIL 2022
************************************/
.boite .carree-gris{
	/* border: 4px solid #6d6d6d; */
    /* padding: 5px 12px!important;  */
    color: #6d6d6d;
    /* font-weight: 700; */
    transition: 0.2s all ease-in;
	display: inline-block;
	margin: 10px 0px;
}
.boite .carree-gris:first-of-type{
	margin-left: 0px;
}

.boite .carree-gris a,
.boite .carree-gris i{
    color: #6d6d6d;
}

.boite .carree-gris a{
    padding: 8px 6px!important;
}

.boite .carree-gris:hover{
	/* border: 4px solid #ed6e00; */
    color: #ed6e00;
}

.boite .carree-gris:hover a,
.boite .carree-gris:hover i{
    color: #ed6e00;
}

@media screen and (min-width: 768px){
	.boite .carree-gris{
		margin: 10px 12px;
	}
}


/****************************
	6 AVRIL 2022
*****************************/
.gallery-activite .et_pb_gallery_items  .et_pb_gallery_item{
	width: 100%;
	margin-top: 2%;
	margin-bottom: 0;
	display: inline-block;
}

@media screen and (min-width: 500px){
	.gallery-activite .et_pb_gallery_items  .et_pb_gallery_item{
		width: 49%;
		margin-top: 2%;
		margin-right: 2%;
	}

	.gallery-activite .et_pb_gallery_items  .et_pb_gallery_item:nth-child(2n){
		margin-right: 0%;
	}
}

@media screen and (min-width: 768px){

}

@media screen and (min-width: 981px){
	.gallery-activite .et_pb_gallery_items  .et_pb_gallery_item{
		width: 32%;
		margin-top: 2%;
		margin-right: 2%;
	}

	.gallery-activite .et_pb_gallery_items  .et_pb_gallery_item:nth-child(2n){
		margin-right: 2%;
	}
	
	.gallery-activite .et_pb_gallery_items  .et_pb_gallery_item:nth-child(3n){
		margin-right: 0%;
	}
}


/************************************
	NOUVEAUTÉ 16 MAI 2022
*************************************/
.popup-rando-curtain-wrapper.version2 .popup-rando-wrapper{
	width: 90%;
}

.popup-rando-curtain-wrapper.version2 .popup-rando-wrapper .popup-rando .popup-rando-jic-wrapper{
	display: flex;
	flex-direction: column;
}

.popup-rando-curtain-wrapper.version2 .popup-rando-wrapper .popup-rando .popup-rando-jic-wrapper .popup-rando-img-wrapper{
	display: inline-block;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	width: 100%;
	min-height: 280px;
}

.popup-rando-curtain-wrapper.version2 .popup-rando-wrapper .popup-rando .popup-rando-jic-wrapper .popup-rando-txt-wrapper{
	display: inline-block;
	width: 100%;
}

.popup-rando-curtain-wrapper.version2 .popup-rando-wrapper .popup-rando .popup-rando-jic-wrapper .popup-rando-txt-wrapper p{
	font-size: 24px;
	font-family: interstate, sans-serif;
    font-weight: 500;
    font-style: normal;

}

.popup-rando-curtain-wrapper.version2 .popup-rando-wrapper .popup-rando .popup-rando-jic-wrapper .popup-rando-txt-wrapper a{
	transition: 0.33s all ease-in-out;
	font-family: interstate, sans-serif;
    font-weight: 500;
    font-style: normal;

}

.popup-rando-curtain-wrapper.version2 .popup-rando-wrapper .popup-rando .popup-rando-jic-wrapper .popup-rando-txt-wrapper a:hover{
	background-color: #fff;
	color: #000;
}

@media screen and (min-width: 981px){
	.popup-rando-curtain-wrapper.version2 .popup-rando-wrapper .popup-rando .popup-rando-jic-wrapper{
		display: flex;
		flex-direction: row;
		align-items: center;
	}

	.popup-rando-curtain-wrapper.version2 .popup-rando-wrapper .popup-rando .popup-rando-jic-wrapper .popup-rando-img-wrapper{
		width: 60%;
		min-height: 485px;
	}
	
	.popup-rando-curtain-wrapper.version2 .popup-rando-wrapper .popup-rando .popup-rando-jic-wrapper .popup-rando-txt-wrapper{
		width: 40%;
	}
}

/***********
	FOOTER ARCHIVE
***********/

.footer-archive .et_pb_row{
	margin-right: auto;
	margin-left: auto;
	padding: 50px 25px;
}


.footer-archive .et_pb_row .et-menu-nav,
.footer-archive .et_pb_row .et-menu-nav ul{
	width: 100%;
}

@media screen and (min-width: 981px){
	.footer-archive .et_pb_row .et_pb_column_1_2{
		width: 48.5%;
		margin-right: 3%;
		display: inline-block;
		padding: 50px;
	}
	.footer-archive .et_pb_row .et_pb_column_1_2:last-of-type{
		margin-right: 0;
	}
}

/***************************
	MODIFICATION DU 8 JUIN
**************************/
#particularites .service .indicateur{
	margin-top: 0;
}

#particularites .titre-particularites{
	text-align: center;
	color: #fff;
	padding-top: 36px;
	padding-bottom: 0px;
	font-size: 18px;
	text-transform: uppercase;
	position: relative;
	z-index: 9;
	font-weight: 700;
}

@media screen and (min-width: 768px){
	#particularites .titre-particularites{
		font-size: 24px;
	}
}


/*****************************************
	page-template-noheader-concours-template
	.entete-concours
	.concours-titre
	.concours-soleil
*****************************************/
/*** DEBUT ENTETE ***/
	.page-template-noheader-concours-template .header-blog.concours{
		background: #777c7f!important;
		/* background: linear-gradient(90deg, rgba(255,255,255,0.2) 0%, rgba(255,255,255,0.2) 50%, rgba(255,255,255,0) 100%)!important; */
	}

	.page-template-noheader-concours-template .header-blog.concours .container-img{
		margin-bottom: 12px; /* 0 */
	}

	.page-template-noheader-concours-template .entete-concours{
		min-height: 500px; /* 800 */
		height: 100vh;
		display: flex;
		align-items: center;
	}

	.page-template-noheader-concours-template .entete-concours .concours-titre{
		padding-top: 52px; /* 52 */
		margin-bottom: 0;
	}

	.page-template-noheader-concours-template .entete-concours .concours-titre p{
		color: #fff;
		text-transform: uppercase;
		font-size: 16px; /* 25 */
		text-decoration: underline;
		font-weight: 700;
		font-family: interstate, sans-serif;
	}

	.page-template-noheader-concours-template .entete-concours .concours-titre h1{
		color: #fff;
		text-transform: uppercase;
		font-size: 24px; /* 36 */
		font-weight: 700;
		font-family: interstate, sans-serif;
		
	}

	.page-template-noheader-concours-template .entete-concours .logo-evenement{
		margin-bottom: 6px;
	}

	.page-template-noheader-concours-template .entete-concours .logo-evenement img{
		max-width: 300px; /* 666 */
	}

	.page-template-noheader-concours-template .entete-concours .concours-titre h1 strong{
		text-transform: capitalize;
		font-size: 100px; /* 250 */
		font-family: "Abuget", sans-serif;
		font-weight: 400;
		display: block;
		margin: 40px 0 40px -0; /* 40 0 40 -246 */
	}
/*** FIN ENTETE ***/
/*** DÉBUT Premiere section
.espace-droite
***/
.page-template-noheader-concours-template .texte-concours p{
	font-size: 22px; /* 45 */
	color: #000;
	font-weight: 700;
	font-family: interstate, sans-serif;
	line-height: 1.1em;
}

.page-template-noheader-concours-template .texte-concours p strong{
	color: #F26722;
}

.page-template-noheader-concours-template .ajustement-colonne{
	padding: 10px 0;
}

.page-template-noheader-concours-template .ajustement-colonne.col3 .et_pb_column:first-of-type,
.page-template-noheader-concours-template .ajustement-colonne.col2 .et_pb_column:first-of-type{
	padding-bottom: 20px;
}


.page-template-noheader-concours-template .textes-carre-concours.blanc p{
	color: #fff;
}

.page-template-noheader-concours-template .textes-carre-concours.noir p{
	color: #000;
}

.page-template-noheader-concours-template .textes-carre-concours p{
	padding: 50px 24px; /* 10 24 */
	font-size: 19px; /* 32 */
	font-weight: 700;
	font-family: interstate, sans-serif;
	line-height: 1.1em;
}

.page-template-noheader-concours-template .text-flex-center{
	display: flex;
	align-items: center;
}



/*** FIN Premiere section ***/
/*******************************************
	SECTION ORANGE
********************************************/
.page-template-noheader-concours-template .texte-fond-orange p{
	font-size: 23px; /* 54 */
	font-weight: 900;
	font-family: interstate, sans-serif;
	line-height: 1.1em;
	text-transform: uppercase;
	color: #fff;
}

.page-template-noheader-concours-template .texte-fond-orange p strong{
	color: #000;
	font-weight: 900;
}

.page-template-noheader-concours-template .texte-cercle{
	width: 256px; /* 500 */
	height: 256px; /* 500 */
	border: 3px solid #000;
	padding: 20px 20px; /* 60 115 */
	display: flex;
	align-items: center;
	border-radius: 500px;
    margin: 0 auto 0 auto; /* 0 -100 0 auto */
}

.page-template-noheader-concours-template .texte-cercle:after{
	content: "";
	width: 60px; /* 139 */
	height: 63px; /* 147 */
	background-image: url(../../uploads/fleche-tourismehl.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: bottom left;
	position: absolute;
	bottom: -12px; /* 95 */
	left: calc(50% - 30px); /* -50 */
	transform: rotateZ(-45deg);
}


.page-template-noheader-concours-template .texte-cercle p:first-of-type{
	font-size: 23px; /* 54 */
	font-weight: 700;
	font-family: interstate, sans-serif;
	line-height: 1.1em;
	color: #fff;
	padding-bottom: 12px; /* 12 */
	text-align: center;
}

.page-template-noheader-concours-template .texte-cercle p:last-of-type{
	line-height: 1.0em;
	text-align: center;
}

.page-template-noheader-concours-template .texte-cercle p em{
	font-size: 12px; /* 54 */
	font-weight: 400;
	font-family: interstate, sans-serif;
	font-style: normal;
	color: #fff;
}

.page-template-noheader-concours-template .texte-prix{
	display: flex;
	align-items: center;
	justify-content: center;
	height: 290px; /* 500 */
	padding: 10px; /* 24 */
}

.page-template-noheader-concours-template .texte-prix p{
	font-size: 28px; /* 56 */
	text-transform: uppercase;
	font-weight: 900;
	font-family: interstate, sans-serif;
	line-height: 1.1em;
	color: #fff;
	text-align: center;
}

.page-template-noheader-concours-template .texte-infos{
	padding: 12px 5px 40px; /* 20 8 0 */
}

.page-template-noheader-concours-template .texte-infos p{
	font-size: 14px; /* 18 */
	font-weight: 700;
	color: #838383;
	line-height: 1.33em;
}

.page-template-noheader-concours-template .bouton-concours{
	border: 3px solid #F26722; /* 4 */
	text-transform: uppercase;
	font-size: 20px; /* 44 */
	padding: 4px 10px; /* 4 32 */
	border-radius: 0;
	font-weight: 700;
	font-family: interstate, sans-serif;

	width: 100%;
	text-align: center;
}

.page-template-noheader-concours-template .bouton-concours:hover{
	border: 3px solid #F26722; /* 4 */
	padding: 4px 10px; /* 4 32 */
	background-color: transparent;
}

.page-template-noheader-concours-template .bouton-concours:after{
	content: none;
	font-size: 28px; /* 54 */
	line-height: 1.33em; /* 1.33 */
}


/****************************
	FOND DE LA PAGE
	.titre-sur-image
*****************************/
.page-template-noheader-concours-template .titre-sur-image h2{
	color: #fff;
	font-size: 50px; /* 150 */
	font-family: "Abuget", sans-serif;
	font-weight: 400;
}




@media screen and (min-width: 400px){ /*******************  MIN-WIDTH 400px  ***********************/
	
	/*** DEBUT ENTETE ***/
		.page-template-noheader-concours-template .entete-concours{
			min-height: 540px; /* 800 */
		}

		.page-template-noheader-concours-template .entete-concours .concours-titre p{
			font-size: 20px; /* 25 */
		}

		.page-template-noheader-concours-template .entete-concours .concours-titre h1{
			font-size: 30px; /* 36 */
		}

		.page-template-noheader-concours-template .entete-concours .logo-evenement img{
			max-width: 360px; /* 666 */
		}

		.page-template-noheader-concours-template .entete-concours .concours-titre h1 strong{
			font-size: 120px; /* 250 */
			margin: 40px 0 40px -0; /* 40 0 40 -246 */
		}
	/*** FIN ENTETE ***/
	/*** DÉBUT Premiere section
	.espace-droite
	***/
	.page-template-noheader-concours-template .texte-concours p{
		font-size: 26px; /* 45 */
	}


	/*.page-template-noheader-concours-template .ajustement-colonne.col3 .et_pb_column:first-of-type,
	.page-template-noheader-concours-template .ajustement-colonne.col2 .et_pb_column:first-of-type{
		padding-bottom: 20px;
	}*/

	.page-template-noheader-concours-template .textes-carre-concours p{
		padding: 50px 24px; /* 10 24 */
		font-size: 20px; /* 32 */
	}


	/*** FIN Premiere section ***/

/*******************************************
	SECTION ORANGE
********************************************/
.page-template-noheader-concours-template .texte-fond-orange p{
	font-size: 29px; /* 54 */
}

.page-template-noheader-concours-template .texte-cercle{
	width: 312px; /* 500 */
	height: 312px; /* 500 */
	padding: 30px 30px; /* 60 115 */
}

.page-template-noheader-concours-template .texte-cercle:after{
	width: 70px; /* 139 */
	height: 74px; /* 147 */
	bottom: -5px; /* 95 */
	left: calc(50% - 35px); /* -50 */
}

.page-template-noheader-concours-template .texte-cercle p:first-of-type{
	font-size: 28px; /* 54 */
	padding-bottom: 12px; /* 12 */
}

.page-template-noheader-concours-template .texte-cercle p em{
	font-size: 12px; /* 16 */
}

.page-template-noheader-concours-template .texte-prix{
	height: 305px; /* 500 */
	padding: 14px; /* 24 */
}

.page-template-noheader-concours-template .texte-prix p{
	font-size: 36px; /* 56 */
}

.page-template-noheader-concours-template .texte-infos{
	padding: 16px 6px 44px; /* 20 8 0 */
}

.page-template-noheader-concours-template .texte-infos p{
	font-size: 15px; /* 18 */
}

.page-template-noheader-concours-template .bouton-concours{
	border: 3px solid #F26722; /* 4 */
	font-size: 24px; /* 44 */
}

.page-template-noheader-concours-template .bouton-concours:hover{
	border: 3px solid #F26722; /* 4 */
	padding: 4px 10px; /* 4 32 */
}


/****************************
	FOND DE LA PAGE
	.titre-sur-image
*****************************/
.page-template-noheader-concours-template .titre-sur-image h2{
	font-size: 64px; /* 150 */
}

} /*******************  FIN MIN-WIDTH 400px  ***********************/

@media screen and (min-width: 768px){ /*******************  MIN-WIDTH 768px  ***********************/
	
	.page-template-noheader-concours-template .header-blog.concours .container-img{
		margin-bottom: 0px; /* 0 */
	}

	/*** DEBUT ENTETE ***/
		.page-template-noheader-concours-template .entete-concours{
			min-height: 600px; /* 800 */
		}

		.page-template-noheader-concours-template .entete-concours .concours-titre p{
			font-size: 22px; /* 25 */
		}

		.page-template-noheader-concours-template .entete-concours .concours-titre h1{
			font-size: 33px; /* 36 */
		}

		.page-template-noheader-concours-template .entete-concours .logo-evenement img{
			max-width: 500px; /* 666 */
		}

		.page-template-noheader-concours-template .entete-concours .concours-titre h1 strong{
			font-size: 140px; /* 250 */
			margin: 40px 0 40px -0; /* 40 0 40 -246 */
		}
	/*** FIN ENTETE ***/
	/*** DÉBUT Premiere section
	.espace-droite
	***/
	.page-template-noheader-concours-template .texte-concours p{
		font-size: 32px; /* 45 */
	}

	.page-template-noheader-concours-template .textes-carre-concours p{
		padding: 70px 35px; /* 10 24 */
		font-size: 24px; /* 32 */
	}


	/*** FIN Premiere section ***/

	/*******************************************
		SECTION ORANGE
	********************************************/
	.page-template-noheader-concours-template .texte-fond-orange p{
		font-size: 44px; /* 54 */
	}

	.page-template-noheader-concours-template .texte-cercle{
		width: 400px; /* 500 */
		height: 400px; /* 500 */
		padding: 40px 40px; /* 60 115 */
	}

	.page-template-noheader-concours-template .texte-cercle:after{
		width: 80px; /* 139 */
		height: 85px; /* 147 */
		bottom: -15px; /* 95 */
		left: calc(50% - 40px); /* -50 */
	}

	.page-template-noheader-concours-template .texte-cercle p:first-of-type{
		font-size: 36px; /* 54 */
		padding-bottom: 12px; /* 12 */
	}

	.page-template-noheader-concours-template .texte-cercle p em{
		font-size: 14px; /* 16 */
	}

	.page-template-noheader-concours-template .texte-prix{
		height: 320px; /* 500 */
		padding: 36px; /* 24 */
	}

	.page-template-noheader-concours-template .texte-prix p{
		font-size: 44px; /* 56 */
	}

	.page-template-noheader-concours-template .texte-infos{
		padding: 20px 8px 50px; /* 20 8 0 */
	}

	.page-template-noheader-concours-template .texte-infos p{
		font-size: 18px; /* 18 */
	}

	.page-template-noheader-concours-template .bouton-concours{
		border: 4px solid #F26722; /* 4 */
		font-size: 24px; /* 44 */
	}

	.page-template-noheader-concours-template .bouton-concours:hover{
		border: 4px solid #F26722; /* 4 */
	}


	/****************************
		FOND DE LA PAGE
		.titre-sur-image
	*****************************/
	.page-template-noheader-concours-template .titre-sur-image h2{
		font-size: 100px; /* 150 */
	}

} /*******************  FIN MIN-WIDTH 768px  ***********************/

@media screen and (min-width: 981px){ /*******************  MIN-WIDTH 981PX  ***********************/
/*** DEBUT ENTETE ***/

.page-template-noheader-concours-template .entete-concours{
	min-height: 640px; /* 800 */
	display: block;
	position: relative;
}

.page-template-noheader-concours-template .entete-concours:before{
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 510px;
	background-image: url(../../uploads/Tourisme-hl-montagne.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: left bottom;
}



.page-template-noheader-concours-template .entete-concours .concours-titre p{
	font-size: 20px; /* 25 */
}

.page-template-noheader-concours-template .entete-concours .concours-titre h1{
	font-size: 28px; /* 36 */
}

.page-template-noheader-concours-template .entete-concours .concours-titre h1 strong{
	font-size: 180px; /* 250 */
	margin: 40px 0 40px -178px; /* 40 0 40 -246 */
}

.page-template-noheader-concours-template .entete-concours .logo-evenement{
	padding-top: 52px; /* 52 */
}

.page-template-noheader-concours-template .entete-concours .logo-evenement img{
	max-width: 480px; /* 666 */
}
/*** FIN ENTETE ***/
/**************************** DÉBUT Premiere section
.espace-droite
**********************************************************/

.page-template-noheader-concours-template .texte-concours.espace-top{
	margin-top: -60px /* 100 */;
	padding-right: 60px; /* 100 à revoir*/
}

.page-template-noheader-concours-template .ajustement-colonne.col3 .et_pb_column_1_3:nth-child(3n +1){
	margin-right: 13.33px;
}

.page-template-noheader-concours-template .ajustement-colonne.col3 .et_pb_column_1_3:nth-child(3n +2){
	margin-left: 6.66px;
	margin-right: 16.5px;
}

.page-template-noheader-concours-template .ajustement-colonne.col3 .et_pb_column_1_3:nth-child(3n +3){
	margin-left: 13.33px;
}

.page-template-noheader-concours-template .ajustement-colonne.col2 .et_pb_column:nth-child(2n +1){
	margin-right: 10px;
}

.page-template-noheader-concours-template .ajustement-colonne.col2 .et_pb_column:nth-child(2n +2){
	margin-left: 10px;
}

	/*** DÉBUT Premiere section
	.espace-droite
	***/
	.page-template-noheader-concours-template .texte-concours p{
		font-size: 24px; /* 45 */
	}


	.page-template-noheader-concours-template .ajustement-colonne.col3 .et_pb_column:first-of-type,
	.page-template-noheader-concours-template .ajustement-colonne.col2 .et_pb_column:first-of-type{
		padding-bottom: 0;
	}

	.page-template-noheader-concours-template .textes-carre-concours p{
		padding: 10px 12px; /* 10 24 */
		font-size: 16px; /* 32 */
	}


	/*** FIN Premiere section ***/

	.page-template-noheader-concours-template .padding-top-correction{
		padding-top: calc(2% - 10px);
	}


/*******************************************
	SECTION ORANGE
********************************************/
.page-template-noheader-concours-template .texte-fond-orange p{
	font-size: 34px; /* 54 */
}

.page-template-noheader-concours-template .texte-cercle{
	width: 348px; /* 596 */
	height: 348px; /* 596 */
	padding: 20px 40px; /* 60 115 */
    margin: 0 -20px 0 auto; /* 0 -100 0 auto */
	position: relative;
}

.page-template-noheader-concours-template .texte-cercle:after{
	width: 90px; /* 139 */
	height: 95px; /* 147 */
	bottom: 80px; /* 95 */
	left: -45px; /* -50 */
	transform: rotateZ(0deg);
}



.page-template-noheader-concours-template .texte-cercle p:first-of-type{
	font-size: 28px; /* 54 */
	padding-bottom: 12px; /* 12 */
}

.page-template-noheader-concours-template .texte-cercle p em{
	font-size: 14px; /* 16 */
}

.page-template-noheader-concours-template .texte-prix{
	height: 275px; /* 500 */
	padding: 18px; /* 24 */
}

.page-template-noheader-concours-template .recule-top{
	margin-top: -100px; /* -200 */
}

.page-template-noheader-concours-template .texte-prix p{
	font-size: 28px; /* 56 */
}

/*.page-template-noheader-concours-template .bg-deg-orange-blanc{
	background: rgb(242,103,34);
	background: linear-gradient(180deg, rgba(242,103,34,1) 0%, rgba(242,103,34,1) 50%, rgba(255,255,255,1) 50%, rgba(255,255,255,1) 100%);
}*/

.page-template-noheader-concours-template .gestion-col3 .et_pb_column_1_3:nth-child(1){
	padding-right: 13.33px;
}
.page-template-noheader-concours-template .gestion-col3 .et_pb_column_1_3:nth-child(2){
	padding-left: 6.66px;
	padding-right: 6.66px;
}
.page-template-noheader-concours-template .gestion-col3 .et_pb_column_1_3:nth-child(3){
	padding-left: 13.33px;
}

.page-template-noheader-concours-template .texte-infos{
	padding: 16px 6px 0; /* 20 8 0 */
}

.page-template-noheader-concours-template .texte-infos p{
	font-size: 14px; /* 18 */
}



.page-template-noheader-concours-template .bouton-concours{
	border: 4px solid #F26722;
	font-size: 26px; /* 44 */
	padding: 4px 24px; /* 4 32 */
	width: auto;

}

.page-template-noheader-concours-template .bouton-concours:hover{
	border: 4px solid #F26722;
	background-color: transparent;
	padding: 4px 36px 4px 12px; /* 4 48 4 16 */
}

.page-template-noheader-concours-template .bouton-concours:after{
	content: "\35";
	font-size: 36px; /* 54 */
	line-height: 1.20em; /* 1.33 */
}


/****************************
	FOND DE LA PAGE
	.titre-sur-image
*****************************/
.page-template-noheader-concours-template .titre-sur-image h2{
	font-size: 80px; /* 170 */
}


} /*******************  FIN MIN-WIDTH 981PX  ***********************/


@media screen and (min-width: 1170px){ /*******************  MIN-WIDTH 1170px  ***********************/
/*** DEBUT ENTETE ***/

.page-template-noheader-concours-template .entete-concours{
	min-height: 700px; /* 800 */
}

.page-template-noheader-concours-template .entete-concours .concours-titre p{
	font-size: 22px; /* 25 */
}

.page-template-noheader-concours-template .entete-concours .concours-titre h1{
	font-size: 30px; /* 36 */
}

.page-template-noheader-concours-template .entete-concours .concours-titre h1 strong{
	font-size: 210px; /* 250 */
	margin: 40px 0 40px -207px; /* 40 0 40 -246 */
}

.page-template-noheader-concours-template .entete-concours .logo-evenement img{
	max-width: 540px; /* 666 */
}
/*** FIN ENTETE ***/
/**************************** DÉBUT Premiere section
.espace-droite
**********************************************************/

.page-template-noheader-concours-template .texte-concours.espace-top{
	margin-top: -70px /* 100 */;
	padding-right: 70px; /* 100 à revoir*/
}

	/*** DÉBUT Premiere section
	.espace-droite
	***/
	.page-template-noheader-concours-template .texte-concours p{
		font-size: 30px; /* 45 */
	}

	.page-template-noheader-concours-template .textes-carre-concours p{
		padding: 10px 16px; /* 10 24 */
		font-size: 20px; /* 32 */
	}


	/*** FIN Premiere section ***/
/*******************************************
	SECTION ORANGE
********************************************/
.page-template-noheader-concours-template .texte-fond-orange p{
	font-size: 40px; /* 54 */
}

.page-template-noheader-concours-template .texte-cercle{
	width: 372px; /* 596 */
	height: 372px; /* 596 */
	padding: 30px 40px; /* 60 115 */
    margin: 0 -35px 0 auto; /* 0 -100 0 auto */
}

.page-template-noheader-concours-template .texte-cercle:after{
	width: 100px; /* 120 */ /* 139 */
	height: 106px; /* 127 */ /* 147 */
	bottom: 95px; /* 95 */
	left: -60px; /* -50 */
}

.page-template-noheader-concours-template .texte-cercle p:first-of-type{
	font-size: 32px; /* 54 */
}

.page-template-noheader-concours-template .texte-cercle p em{
	font-size: 14px; /* 16 */
}

.page-template-noheader-concours-template .texte-prix{
	height: 300px; /* 500 */
	padding: 20px; /* 24 */
}

.page-template-noheader-concours-template .recule-top{
	margin-top: -120px; /* -200 */
}

.page-template-noheader-concours-template .texte-prix p{
	font-size: 32px; /* 56 */
}

.page-template-noheader-concours-template .texte-infos{
	padding: 18px 7px 0; /* 20 8 0 */
}

.page-template-noheader-concours-template .texte-infos p{
	font-size: 15px; /* 18 */
}



.page-template-noheader-concours-template .bouton-concours{
	font-size: 32px; /* 44 */
	padding: 4px 28px; /* 4 32 */
}

.page-template-noheader-concours-template .bouton-concours:hover{
	padding: 4px 42px 4px 14px; /* 4 48 4 16 */
}

.page-template-noheader-concours-template .bouton-concours:after{
	font-size: 42px; /* 54 */
	line-height: 1.25em; /* 1.33 */
}


/****************************
	FOND DE LA PAGE
	.titre-sur-image
*****************************/
.page-template-noheader-concours-template .titre-sur-image h2{
	font-size: 94px; /* 170 */
}

} /*******************  FIN MIN-WIDTH 1170px  ***********************/

@media screen and (min-width: 1350px){ /*******************  MIN-WIDTH 1350px  ***********************/
/*** DEBUT ENTETE ***/
	.page-template-noheader-concours-template .entete-concours{
		min-height: 750px; /* 800 */
	}

	.page-template-noheader-concours-template .entete-concours .concours-titre p{
		font-size: 24px; /* 25 */
	}

	.page-template-noheader-concours-template .entete-concours .concours-titre h1{
		font-size: 33px; /* 36 */
	}

	.page-template-noheader-concours-template .entete-concours .concours-titre h1 strong{
		font-size: 210px; /* 250 */
		margin: 40px 0 40px -207px; /* 40 0 40 -246 */
	}

	.page-template-noheader-concours-template .entete-concours .logo-evenement img{
		max-width: 600px; /* 666 */
	}
/*** FIN ENTETE ***/
/**************************** DÉBUT Premiere section
.espace-droite
**********************************************************/

	.page-template-noheader-concours-template .texte-concours.espace-top{
		margin-top: -85px /* 100 */;
		padding-right: 85px; /* 100 à revoir*/
	}
	.page-template-noheader-concours-template .texte-concours p{
		font-size: 36px; /* 45 */
	}

	.page-template-noheader-concours-template .textes-carre-concours p{
		padding: 10px 30px; /* 10 24 */
		font-size: 25px; /* 32 */
	}
	/*** FIN Premiere section ***/
	/*******************************************
		SECTION ORANGE
	********************************************/
	.page-template-noheader-concours-template .texte-fond-orange p{
		font-size: 46px; /* 54 */
	}

	.page-template-noheader-concours-template .texte-cercle{
		width: 412px; /* 500 */
		height: 412px; /* 500 */
		padding: 40px 60px; /* 60 115 */
		margin: 0 -50px 0 auto; /* 0 -100 0 auto */
	}

	.page-template-noheader-concours-template .texte-cercle:after{
		width: 110px; /* 120 */ /* 139 */
		height: 116px; /* 127 */ /* 147 */
		bottom: 82px; /* 95 */
		left: -55px; /* -50 */
	}

	.page-template-noheader-concours-template .texte-cercle p:first-of-type{
		font-size: 40px; /* 54 */
	}

	.page-template-noheader-concours-template .texte-cercle p em{
		font-size: 14px; /* 16 */
	}

	.page-template-noheader-concours-template .texte-prix{
		height: 360px; /* 500 */
		padding: 22px; /* 24 */
	}

	.page-template-noheader-concours-template .recule-top{
		margin-top: -140px; /* -200 */
	}

	.page-template-noheader-concours-template .texte-prix p{
		font-size: 38px; /* 56 */
	}

	.page-template-noheader-concours-template .texte-infos{
		padding: 20px 8px 0; /* 20 8 0 */
	}

	.page-template-noheader-concours-template .texte-infos p{
		font-size: 16px; /* 18 */
	}



	.page-template-noheader-concours-template .bouton-concours{
		font-size: 36px; /* 44 */
		padding: 4px 32px; /* 4 32 */
	}

	.page-template-noheader-concours-template .bouton-concours:hover{
		padding: 4px 48px 4px 16px; /* 4 48 4 16 */
	}

	.page-template-noheader-concours-template .bouton-concours:after{
		font-size: 48px; /* 54 */
		line-height: 1.25em; /* 1.33 */
	}


	/****************************
		FOND DE LA PAGE
		.titre-sur-image
	*****************************/
	.page-template-noheader-concours-template .titre-sur-image h2{
		font-size: 108px; /* 150 */
	}
} /*******************  FIN MIN-WIDTH 1350px  ***********************/

@media screen and (min-width: 1600px){ /*******************  MIN-WIDTH 1600px  ***********************/
/*** DEBUT ENTETE ***/
.page-template-noheader-concours-template .entete-concours{
	min-height: 800px; /* 800 */
}

.page-template-noheader-concours-template .entete-concours .concours-titre p{
	font-size: 25px; /* 25 */
}

.page-template-noheader-concours-template .entete-concours .concours-titre h1{
	font-size: 36px; /* 36 */
}

.page-template-noheader-concours-template .entete-concours .concours-titre h1 strong{
	font-size: 250px; /* 250 */
	margin: 40px 0 40px -246px; /* 40 0 40 -246 */
}

.page-template-noheader-concours-template .entete-concours .logo-evenement img{
	max-width: 666px; /* 666 */
}
/*** FIN ENTETE ***/

	.page-template-noheader-concours-template .texte-concours.espace-top{
		margin-top: -100px /* 100 */;
		padding-right: 100px; /* 100 à revoir*/
	}

	.page-template-noheader-concours-template .texte-concours p{
		font-size: 45px; /* 45 */
	}

	.page-template-noheader-concours-template .textes-carre-concours p{
		padding: 10px 24px; /* 10 24 */
		font-size: 32px; /* 32 */
	}
	/*** FIN Premiere section ***/

	/*******************************************
		SECTION ORANGE
	********************************************/
	.page-template-noheader-concours-template .texte-fond-orange p{
		font-size: 54px; /* 54 */
	}

	.page-template-noheader-concours-template .texte-cercle{
		width: 460px; /* 500 */
		height: 460px; /* 500 */
		padding: 50px 80px; /* 60 115 */
		margin: 0 -75px 0 auto; /* 0 -100 0 auto */
	}

	.page-template-noheader-concours-template .texte-cercle:after{
		width: 120px; /* 120 */ /* 139 */
		height: 127px; /* 127 */ /* 147 */
		bottom: 95px; /* 95 */
		left: -50px; /* -50 */
	}


	.page-template-noheader-concours-template .texte-cercle p:first-of-type{
		font-size: 40px; /* 54 */
	}

	.page-template-noheader-concours-template .texte-cercle p em{
		font-size: 14px; /* 16 */
	}

	.page-template-noheader-concours-template .texte-prix{
		height: 400px; /* 500 */
		padding: 24px; /* 24 */
	}

	.page-template-noheader-concours-template .recule-top{
		margin-top: -160px; /* -200 */
	}

	.page-template-noheader-concours-template .texte-prix p{
		font-size: 46px; /* 56 */
	}

	.page-template-noheader-concours-template .texte-infos p{
		font-size: 17px; /* 18 */
	}



	.page-template-noheader-concours-template .bouton-concours{
		font-size: 40px; /* 44 */
	}


	.page-template-noheader-concours-template .bouton-concours:after{
		font-size: 52px; /* 54 */
		line-height: 1.25em; /* 1.33 */
	}


	/****************************
		FOND DE LA PAGE
		.titre-sur-image
	*****************************/
	.page-template-noheader-concours-template .titre-sur-image h2{
		font-size: 128px; /* 150 */
	}
} /*******************  FIN MIN-WIDTH 1600px  ***********************/

@media screen and (min-width: 1800px){ /*******************  MIN-WIDTH 1800px  ***********************/
/*******************************************
		SECTION ORANGE
	********************************************/
	.page-template-noheader-concours-template .texte-fond-orange p{
		font-size: 54px; /* 54 */
	}

	.page-template-noheader-concours-template .texte-cercle{
		width: 500px; /* 500 */
		height: 500px; /* 500 */
		padding: 40px 60px; /* 60 115 */
		margin: 0 -95px 0 auto; /* 0 -100 0 auto */
	}

	.page-template-noheader-concours-template .texte-cercle:after{
		content: "";
		width: 120px; /* 139 */
		height: 127px; /* 147 */
		bottom: 95px;
		left: -50px;
	}

	.page-template-noheader-concours-template .texte-cercle p:first-of-type{
		font-size: 54px; /* 54 */
	}

	.page-template-noheader-concours-template .texte-cercle p em{
		font-size: 16px; /* 16 */
	}

	.page-template-noheader-concours-template .texte-prix{
		height: 500px; /* 500 */
	}

	.page-template-noheader-concours-template .recule-top{
		margin-top: -200px; /* -200 */
	}

	.page-template-noheader-concours-template .texte-prix p{
		font-size: 54px; /* 56 */
	}

	.page-template-noheader-concours-template .texte-infos p{
		font-size: 18px; /* 18 */
	}



	.page-template-noheader-concours-template .bouton-concours{
		font-size: 44px; /* 44 */
	}


	.page-template-noheader-concours-template .bouton-concours:after{
		font-size: 54px; /* 54 */
		line-height: 1.33em; /* 1.33 */
	}


	/****************************
		FOND DE LA PAGE
		.titre-sur-image
	*****************************/
	.page-template-noheader-concours-template .titre-sur-image h2{
		font-size: 144px; /* 150 */
	}

} /******************* FIN MIN-WIDTH 1800px  ***********************/


.list-reseau a i{
	font-size: 32px;
}



/*****************************************
		28 FÉVRIER 2023
	AJOUT DANS LE BLOGUE DE LA LANGUE
*****************************************/
.menu .wpml-ls-statics-shortcode_actions,.menu ul.menu-retourSite{
	display: inline-block;	
}
.menu .wpml-ls-statics-shortcode_actions .wpml-ls-item .wpml-ls-display,
.menu .wpml-ls-statics-shortcode_actions .wpml-ls-current-language{
	display: none;
}

.menu .wpml-ls-statics-shortcode_actions .wpml-ls-item a{
	border: 4px solid #fff; /* 5 */
    padding: 7.125px 16px; /* 8 20 */
    text-transform: uppercase;
    font-family: interstate, sans-serif;
    transition: 0.25s all ease-in-out;
	line-height: 1.7em;
	vertical-align: middle;
}

.menu .wpml-ls-statics-shortcode_actions .wpml-ls-item a:hover{
	background-color: rgba(255,255,255,0.4);
}


@media screen and (min-width: 768px){
	.menu .wpml-ls-statics-shortcode_actions .wpml-ls-item a{
		border: 4px solid #fff;
		padding: 4.125px 14px;
	}
}

@media screen and (min-width: 981px){
	.menu .wpml-ls-statics-shortcode_actions .wpml-ls-item a{
		border: 4px solid #fff;
		padding: 5.125px 16px;
	}
}

@media screen and (min-width: 1170px){
	.menu .wpml-ls-statics-shortcode_actions .wpml-ls-item a{
		border: 4px solid #fff;
		padding: 6.125px 18px;
	}
}

@media screen and (min-width: 1350px){
	.menu .wpml-ls-statics-shortcode_actions .wpml-ls-item a{
		border: 4px solid #fff;
		padding: 7.125px 20px;
	}
}

@media screen and (min-width: 1600px){
	.menu .wpml-ls-statics-shortcode_actions .wpml-ls-item a{
		border: 5px solid #fff;
	}
}


.et_pb_section:not(.pAcc-top0){
	overflow-x: hidden;
}

#ajax-container,#entete-blanche{
	overflow-x: unset;
}