/*
Theme Name: Thème officiel Tanzanie V2
Theme URI: https://www.tanzanie-evasion.fr
Author: REZO 21
Author URI: http://www.rezo21.net
Version: 8.0.0
Description: Développement par l'agence web REZO 21 (Albatros v8.0.0)
*/


/* #region GÉNÉRALITÉS */

*, ::after, ::before {
    box-sizing: border-box;
}

:root{
	--gris: #605248;
	--marron: #b64e10;
	--orange: #ee9f32;
	--beige: #fdf8f0;
	--beige2: #f8e5cb;
	/* --grisfonce: #180f09; */
	/* --grisfonce: #3B2B21; */
	--grisclair: #ededed;
	--grisfonce: #624735;
	--noir: #000000;
	--blanc: #ffffff;
	--titleFont: "Cormorant Garamond", serif;
	--textFont: "Inter", sans-serif;
	scroll-behavior: smooth;
}

a, a:hover, a:focus{
	color: var(--grisfonce);
    text-decoration: none;
}

a:hover{
    text-decoration: underline;
}

h1{
	font-family: var(--titleFont);
    color: var(--grisfonce);
    font-size: 3.0em;
    line-height: 1.0em;
    margin-top: 0px;
    margin-bottom: 30px;
}

h1.entry-title{
	text-align: center;
	background:var(--grisfonce);
	color:#ffffff;
	padding: 100px 30px 50px 30px;
	margin-bottom:0;
}

h2{
	font-family: var(--titleFont);
    color: var(--grisfonce);
    font-size: 3.0em;
    margin-top: 0px;
    margin-bottom: 30px;
    line-height: 1.0em;
}

h2.titre-wrapper{
    margin-bottom: 50px;
}

h3{
	font-size: 1.2em;
}

p, ul, ol{
	margin-top: 0px;
	line-height: 1.4em;
}

blockquote{
	font-size: 2.2em;
	font-family:var(--titleFont);
	margin:10px 0;
	font-weight: 700;
}

blockquote p{	
	line-height: 1.1em;
	margin:0;
}

table{
	border-spacing: 0px;
}

table{
	border:1px solid var(--grisfonce);
}

table td+td,
table th+th{
	border-left:1px solid var(--grisfonce);
}

table td,
table th{
	padding: 10px;
	border-bottom:1px solid var(--grisfonce);
}

table tr:last-child td{
	border-bottom: none;
}

table th{
	border-bottom:1px solid var(--grisfonce);
}

img{
    max-width: 100%;
    max-width: 100%;
    height: auto;
    image-rendering: -webkit-optimize-contrast;
}

input:not([type="submit"],[type="checkbox"],[type="radio"]), 
textarea,
select{
	width: 100%;
	padding: 15px;
	border: 1px solid var(--grisfonce);
	background: #ffffff;
	font-size: 1.0em;
	font-family: var(--textFont);
    transition: all 0.15s ease 0s;
}

input:not([type="submit"],[type="checkbox"],[type="radio"]):focus, 
textarea:focus,
select:focus{
	outline: none !important;
    box-shadow: 0 0 10px color-mix(in srgb, var(--marron) 50%, transparent);
}

.btn,
#content .gform_button.button{
	display: inline-block;
	width: auto;
	border: none;
	padding: 20px 30px;
	background: var(--grisfonce);
	border: 1px solid var(--grisfonce);
	color: #fff;
	font-family: var(--textFont);
	font-size: 1.0em;
    line-height: 1.0em;
	text-align: center;
    transition: all 0.15s ease 0s;
	cursor: pointer;
	text-transform:uppercase;
	border-radius:0;
}

.btn:hover,
#content .gform_button.button:hover,
#content .gform_button.button:focus,
.btn:focus{
	background: var(--orange);
	border: 1px solid var(--orange);
	color: #fff;
	text-decoration: none;
	border-radius:0;
}


.btn.btn-marron{
	background: var(--marron);
	border: 1px solid var(--marron);
}

.btn.btn-marron:hover,
.btn.btn-marron:focus{
	background: var(--grisfonce);
	border: 1px solid var(--grisfonce);
	color: #fff;
	text-decoration: none;
}


.btn.btn-grisfonce{
	background: var(--grisfonce);
}

.btn.btn-grisfonce:hover,
.btn.btn-grisfonce:focus{
	background: var(--marron);
	border: 1px solid var(--marron);
	color: #fff;
	text-decoration: none;
}

.btn.btn-orange{
	background: var(--orange);	
	border: 1px solid var(--orange);
}

.btn.btn-orange:hover{
	background: var(--marron);
	border: 1px solid var(--marron);
}

.btn.btn-blanc{
	background: var(--blanc);	
	color:var(--grisfonce);
	border: 1px solid var(--blanc);
}

.btn.btn-blanc:hover{
	background: transparent;
	color:var(--blanc);
	border: 1px solid var(--blanc);
}

.btn.btn-light{
	background: transparent;	
	color:var(--blanc);
	border: 1px solid var(--blanc);
}

.btn.btn-light:hover{
	background: transparent;
	color:var(--orange);
	border: 1px solid var(--orange);
}

.btn.btn-grisfonce:hover,
.btn.btn-grisfonce:focus{
	background: var(--marron);
	color: #fff;
	text-decoration: none;
}

.btn.disabled{
	opacity: 0.5;
	text-decoration: none;
}

.btn.disabled:hover,
.btn.disabled:focus{
	background: var(--grisfonce);
	color: #fff;
	cursor: default;
}

.align-self-center{
    align-items: center;
}

.small{
	font-size: 0.8em;
	line-height: 1.4em;
}

.clearfix{
	clear: both;
}

.wpcf7 form .wpcf7-response-output,
.wpcf7-list-item{
	margin: 0px;
}

.wpcf7-form-control{
    margin-top: 10px;
}

.grecaptcha-badge{
	display: none;
}

iframe{
	width: 100%;
}

/* #endregion GÉNÉRALITÉS */

/* #region ALIGNEMENTS */

.alignleft{
	display: inline;
	float: left;
}

.alignright{
	display: inline;
	float: right;
}

.aligncenter{
	display: block;
	margin-right: auto;
	margin-left: auto;
}

blockquote.alignleft,
.wp-caption.alignleft,
img.alignleft{
	margin: 0.4em 1.6em 1.6em 0;
}

blockquote.alignright,
.wp-caption.alignright,
img.alignright{
	margin: 0.4em 0 1.6em 1.6em;
}

blockquote.aligncenter,
.wp-caption.aligncenter,
img.aligncenter{
	clear: both;
	margin-top: 0.4em;
	margin-bottom: 1.6em;
}

.wp-caption.alignleft,
.wp-caption.alignright,
.wp-caption.alignnone,
.wp-caption.aligncenter{
	margin-bottom: 1.2em;
	max-width: 100%;
}

.wp-caption.alignleft img,
.wp-caption.alignright img,
.wp-caption.alignnone img,
.wp-caption.aligncenter img{
	max-width: 100%;
	height: auto;
}

/* #endregion ALIGNEMENTS */

/* #region HEADER */

header{
	position: fixed;
	top: 0px;
	width: 100%;
	z-index: 5;
	background: none;
	padding: 30px 0px;
	transition: all 0.2s ease 0s;
	/* background: linear-gradient(to bottom, rgba(1, 60, 20, 0.8) 0%, rgba(1, 60, 20, 0.65) 50%, rgba(1, 60, 20, 0) 100%); */
}

header .container {
	max-width:100%;
	padding-left:50px;
	padding-right:50px;
}

header .btn{
	padding: 10px 20px;
}

header.scrolled{
	padding: 10px 0px;
	/* background:var(--grisfonce); */
	background:rgba(59,43,33,0.85);
}

header .container{
	display: flex;
	gap: 30px;
    justify-content: space-between;
    align-items: center;
}

header .logo{
	width:200px;
}

header .logo a{
	display: flex;
	width: 150px;
	transition: all 0.2s ease 0s;
    transform: scale(1.00);
    transform-origin: center center;
}

@media (pointer : fine){ 
	header .logo a:hover{
		transform: scale(1.05);
	}
}

header.scrolled .logo a{	
	width: 100px;
}

header .navigation{
	display: flex;
	gap: 30px;
    align-items: center;
}

header .navigation .reseaux-sociaux{
	display: flex;
    justify-content: flex-end;
	gap: 30px;
	list-style: none;
	padding: 0px;
	margin: 0px;
}

header .navigation .reseaux-sociaux a{
    display: flex;
    width: 20px;
    transition: all 0.15s ease 0s;
}

header .navigation .reseaux-sociaux a svg{
	width: 100%;
}

@media (pointer : fine){ 
	header .navigation .reseaux-sociaux a:hover{
		color: var(--marron);
		text-decoration: none;
	}
}

nav:has(#menu-accessible) {
    position: fixed;
    width: 100%;
    z-index: 2000;
}

#menu-accessible {
    display: flex;
    align-items: center;
    position: relative;
    padding: 0px;
    width: 100%;
    gap: 10px;
    list-style: none;
    background: #ffffff;
    opacity: 0;
    height: 0;
    margin-bottom: 0px;
}

#menu-accessible.open {
    opacity: 1;
    padding: 15px;
    height: 45px;
}

nav:has(#menu-accessible.open) ~ header, nav:has(#menu-accessible.open) ~ main {
    top: 45px;
}

.retour-haut{
	position: fixed;
	bottom: 100px;
    right: 30px;
	display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10;
	width: 40px;
	height: 40px;
	background: var(--grisfonce);
	border: 1px solid var(--grisfonce);
	color: #fff;
	text-align: center;
	padding: 0px;
	cursor: pointer;
	transition: all 0.15s ease 0s;
}

.retour-haut svg{
	width: 30px;
	height: 30px;
}

@media (pointer : fine){ 
	.retour-haut:hover{
		text-decoration: none;
		background: var(--marron);
		border-color: #fff;
		color: #fff;
	}
}

/* #endregion HEADER */

/* #region MENU */

#mega-menu-wrap-main #mega-menu-main li.mega-menu-item > ul.mega-sub-menu{
	margin-top: 25px;
}

header.scrolled #mega-menu-wrap-main #mega-menu-main li.mega-menu-item > ul.mega-sub-menu{
	margin-top: 5px;
}

#mega-menu-wrap-main #mega-menu-main li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item.widget_media_image{
	display:flex;
	flex-direction:column-reverse;
	justify-content: center;
	align-items: center;
}

#mega-menu-wrap-main #mega-menu-main li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item.widget_media_image a img{
	max-width:100px;
	width:auto;
	max-height:120px;
}

#mega-menu-wrap-main #mega-menu-main li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item.widget_media_image a:hover{
	opacity:0.7;
}

/* #endregion MENU */

/* #region DIAPORAMA */

.swiper{
	width: 100%;
	height: 100%;
}

.swiper-slide img{
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.swiper-accueil .main-texte{
    position: absolute;
    z-index: 20;
    top: 0px;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: left;
}

.swiper-accueil .main-texte .container{
	width: 100%;
	padding: 0 50px;
}

.swiper-accueil .texte{
	color: #fff;
	text-shadow: 0px 0px 5px #000000;
	font-size: 2.0em;
	line-height: 1.2em;
}

.swiper-accueil .texte p:last-child{
	margin-bottom: 0px;
}

.swiper-accueil .lien{
	margin-top: 30px;
}

.swiper-pagination{
	bottom: 30px !important;
}

.swiper-pagination-bullet{
	width: 15px;
	height: 15px;
}

.swiper-pagination-bullet-active{
	background-color: var(--grisfonce);
}

.swiper-button-next, 
.swiper-button-prev{
	color: var(--grisfonce);
}


.swiper-progression .swiper-wrapper{
	padding-bottom: 90px;
	padding-left:30px;
}

.swiper-progression .swiper-slide a{
	display:block;
	padding-left:30px;
	padding-right:30px;
}

.swiper-progression .swiper-slide a:hover{
	opacity:0.7;
}

.swiper-progression .swiper-button-next, 
.swiper-progression .swiper-button-prev{
	bottom: -0px;
	top: unset;
	right: 0%;
	left: unset;
	border: none;
	color: var(--blanc);
	width: 50px;
	height: 60px;
	padding: 5px;
	background:url('./images/swiper-nav-next.svg') top center no-repeat;
	background-size: 40px;
}

.swiper-progression .swiper-button-prev{
	right: unset;
	left: 0%;
	background:url('./images/swiper-nav-previous.svg') top center no-repeat;
	background-size: 40px;
}

.swiper-progression .swiper-button-next:after, 
.swiper-progression .swiper-button-prev:after{
	display:none;
}

.swiper-progression .swiper-scrollbar{
	width: 88%;
	background: var(--marron);
	margin: 30px 5%;
}

.swiper-progression .swiper-scrollbar-drag{
	background: var(--marron);
}

.carousel-boutons .swiper-slide img{	
	display: block;
	width: auto;
	height: auto;
	object-fit: none;
}

/* #endregion DIAPORAMA */

/* #region CORPS */

body{
    font-family: var(--textFont);
    font-weight: 300;
	position: relative;
	overflow-x: hidden;
	padding: 0px;
	margin: 0px;
	font-size: 1.0em;
	color: var(--gris);
	background:var(--beige);
}

strong,b{
	font-weight: 700;
}

hr{
	border:none;
	width:150px;
	background:url('./images/vague-orange.svg') top center no-repeat;
	background-size: 100%;
	margin-left:0;
	height:30px;
}

h2+hr{
	margin-top:-10px;
}

.archive main,
.blog main,
.search main,
.page-template-page-articles main,
.error404 main{
	padding-bottom: 80px;
}

#content{
	margin: auto;
}

#content p{
    font-size: 1.1em;
}

#content ul p,
#content ol p{
    font-size: 1.0em;
}

#content ol.breadcrumb{
	padding: 15px 0px;
}

#content p.surtitre{
	text-transform: uppercase;
	font-size: 1.3em;
	margin-bottom: 5px;
}

#content ul,
#content ol{
	font-size: 1.1em;
	padding-left:20px;
}

#content ul ul,
#content ol ol{
	font-size: 1.0em;
}

.container{
	max-width: 1300px;  
	margin: auto;
	padding: 0 30px;
}

.titre-paragraphe{
	margin-bottom: 30px;
}

.paragraphe{
	padding: 40px 0px 30px 0px;
	position:relative;
}

.home .paragraphe.paragraphe-1{
	padding-top: 70px;
}

.bgblanc{
	background: #fff;
}

.bgbeige{
	background: var(--beige2);
}

.bggrisclair{
	background: var(--grisclair);
}

.bggris{
	background: var(--gris);
}

.bgmarron{
	background: var(--marron);
}

.bgmarron{
	background: var(--marron);
	color:#ffffff;
}

.bggrisfonce{
	background: var(--grisfonce);
}

.bggrisfonce{
	background: var(--grisfonce);
	color:#ffffff;
}

.bgmarron h1, .bgmarron h2, .bgmarron h3, .bgmarron h4, .bgmarron h5, .bgmarron h6, .bgmarron p, #content .bgmarron p.surtitre, .bgmarron a, .bgmarron ul, .bgmarron ol, .bggrisfonce h1, .bggrisfonce h2, .bggrisfonce h3, .bggrisfonce h4, .bggrisfonce h5, .bggrisfonce h6, .bggrisfonce p, #content .bggrisfonce p.surtitre, .bggrisfonce a, .bggrisfonce ul, .bggrisfonce ol, .bggrisfonce h1, .bggrisfonce h2, .bggrisfonce h3, .bggrisfonce h4, .bggrisfonce h5, .bggrisfonce h6, .bggrisfonce p, #content .bggrisfonce p.surtitre, .bggrisfonce a, .bggrisfonce ul, .bggrisfonce ol {
    color: var(--blanc);
}

.paragraphe .introduction{
	margin-bottom: 50px;
}

.paragraphe.full-width{
	width: 100%;   
	padding-top: 0;
    padding-bottom: 0;
}

.paragraphe.full-width .colonnes{
	gap:0;
}

.paragraphe.full-width .container{
    max-width: 100%;
    margin: auto;
    padding: 0px;
}

.paragraphe.full-width .container .colonne{
    padding: 60px 5%;
}

.paragraphe .colonne.no-padding,
.paragraphe.full-width .container .colonne.no-padding{
	padding: 0px;
}

.paragraphe .colonnes{
	display: flex;
	gap: 50px;
}

.paragraphe .colonnes a:has(img) img{
	transition: opacity 0.2s;
}

@media (pointer : fine){ 
	.paragraphe .colonnes a:has(img):hover img{
		opacity: 0.8;
	}
}

.colonne-1{
	width: 100%;
}

.colonne-2-1-1,
.colonne-2-1-2{
	width: 50%;
}

.colonne-2-2-1,
.colonne-2-3-2,
.colonne-3-1,
.colonne-3-2,
.colonne-3-3{
	width: calc(100% / 3);
}

.colonne-2-4-1,
.colonne-2-5-2{
	width: 30%;
}

.colonne-2-4-2,
.colonne-2-5-1{
	width: 70%;

}

.colonne-2-2-2,
.colonne-2-3-1{
	width: calc(100% / 3 * 2);
}


.colonne-4{
	width: 25%;
}

.liste-articles{
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 50px;
}

.main-wrapper-articles{
	padding: 80px 0px;
}

.single-post .main-wrapper-articles{
	background: #ededed;
}

.single-post .wrapper-faq{
	padding-top: 30px;
	padding-bottom: 30px;
}

.single-post .wrapper-faq .container .colonnes{
	flex-direction:column;
	gap:10px;
}

.single-post .wrapper-faq .container .colonnes .colonne-2-1-2, 
.single-post .wrapper-faq .container .colonnes .colonne-2-2-2, 
.single-post .wrapper-faq .container .colonnes .colonne-2-3-1{
    width: 100%;
}

.wrapper-articles .btn{
	display: table;
	margin: 50px auto 0 auto;
}

section .introduction{
	margin-bottom: 50px;
}

section .introduction.left-right{
	display: flex;
	gap: 50px;
	align-items: flex-end;
}

section .introduction .left{
	width: 80%;
}

section .introduction .right{
	width: 20%;
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
}

section .introduction h2.titre-wrapper{
	margin-bottom: 0px;
}

section .introduction .texte{
	margin-top: 20px;
}

section .introduction .texte p:last-child{
	margin-bottom: 0px;
}

#searchform .input-group{
	display: flex;
}

#searchform .btn{
    display: flex;
    border-radius: 0px 25px 25px 0;
}

#searchform .btn svg{
    width: 20px;
}
/* #region FAQ */

.wrapper-faq{
	padding-top:120px;
	padding-bottom:120px;
}

.wrapper-faq .questions{
    border-bottom: 1px solid #D3D3D3;
}

.wrapper-faq .questions .question{    
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    padding: 20px 0;
    border-top: 1px solid #d4d4d4;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.15s ease 0s;
	font-size:1.2em;
}

@media (pointer : fine){ 
	.wrapper-faq .questions .question:hover{
		color: var(--mainColor);
	}
}

.wrapper-faq .questions .question.open{
	color: var(--mainColor);
}

.wrapper-faq .questions .question svg{
    width: 25px;
    transition: all 0.15s ease 0s;
}

.wrapper-faq .questions .question.open svg{
    transform: rotate(180deg);
}

.wrapper-faq .questions .reponse{
    display: none;
    padding: 0 0 15px 0;
}

.wrapper-faq .questions .reponse p:last-child{
	margin-bottom: 0px;
}

/* #endregion FAQ */

/* #region BANDEAU TRAVERSANT */

.bandeau-traversant{
	position:relative;
}

.bandeau-traversant .bandeau-image{
	width:100%;
	max-height:100vh;
	overflow:hidden;
}

.bandeau-traversant .bandeau-image img{
	width:100%;
	height:100%;
	object-fit:cover;
}

.bandeau-traversant.avec-filtre .bandeau-image img{
	filter:brightness(0.6);
}

.bandeau-traversant.avec-filtre .contenu-hover h1,
.bandeau-traversant.avec-filtre .contenu-hover h2{
	color:#ffffff;
}

.bandeau-traversant .contenu-hover{
	position:absolute;
	padding: 4%;
	width:50%;
	top: 50%;
    transform: translate(0%, -50%);
	display:flex;
	flex-direction:column;
	color:#ffffff;
}

.bandeau-traversant .contenu-hover h2,
.bandeau-traversant .contenu-hover h1{
	color:#ffffff;	
	font-size: 4.0em;
}

.bandeau-traversant .contenu-hover .btn{
	margin-top: 30px;
}

.bandeau-traversant .contenu-hover.gauche{
	left: 0;
}

.bandeau-traversant .contenu-hover.droite{
	right: 0;
    align-items: flex-end;
	text-align: right;
}

.bandeau-traversant .contenu-hover.centre{
	right: 0;
	left: 0;
	margin: auto;
    align-items: center;
	text-align: center;
	width:100%;
	max-width:1200px;
}

/* #endregion BANDEAU TRAVERSANT */

/*** GRILLE VOYAGES ***/

.main-wrapper-voyages{
	padding-top: 50px;
	padding-bottom: 50px;
}

#content ul.grille-voyages{
	padding-left:0;
	list-style:none;
	columns:3;
	column-gap: 30px;
}

#content ul.grille-voyages li{
	margin:0px 0px 30px 0px;
	overflow: hidden;
}

#content ul.grille-voyages li .image-voyage{
	position:relative;
	display:flex;
}

#content ul.grille-voyages li .libelle-voyage{
	position:absolute;
	z-index:2;
	top:0;
	left:0;
	padding:20px;
	background:rgba(0,0,0,0.25);
	color:#ffffff;
	text-transform:uppercase;
	display:flex;
	height:100%;
	width:100%;
	align-items:flex-start;
	flex-direction:column;
	transition:all ease 1s;
	font-size:0.9em;
	line-height:1.1em;
    justify-content: flex-end;
}

#content ul.grille-voyages li a:hover .libelle-voyage{
	background:rgba(0,0,0,0);
    /* justify-content: flex-start; */
}

#content ul.grille-voyages li a .titre-voyage{	
	font-size: 1.2em;
}

#content ul.grille-voyages li a .description-courte{	
	/* display:none; */
	opacity:0;
	visibility:hidden;
	transition:all ease 0.5s;
	text-transform:none;
	height:0;
	margin-top: 10px;
}

#content ul.grille-voyages li a .description-courte p{
	margin-bottom:0;
}

#content ul.grille-voyages li a:hover .description-courte{
	/* display:block; */
	opacity:1;
	visibility:visible;
	height:auto;
}

/** SHORTCODE RASSURANCE ARGUMENTS  ***/

.main-wrapper-arguments{
	padding-top: 120px;
	padding-bottom: 120px;
	color:#ffffff;
}

.main-wrapper-arguments h2{
	color:#ffffff;
}

ul.arguments-rassurance{
	padding: 40px;
	list-style:none;
	columns:2;
    background-color: rgba(255, 255, 255, 0.2); 
    backdrop-filter: blur(15px); 
    -webkit-backdrop-filter: blur(15px); 
}

ul.arguments-rassurance li .titre-argument{
	font-family:var(--titleFont);
	text-transform:uppercase;
	font-weight:700;
	font-size:1.2em;
}

ul.arguments-rassurance li img{
	max-width:100px;
}

/** SHORTCODE CHIFFRES CLES  ***/

.main-wrapper-chiffres{
	padding-top: 120px;
	padding-bottom: 120px;
	color:#ffffff;
	background-image:url('./images/background-baobab.svg');
	background-position:center right -850px;
	background-repeat: no-repeat;
	background-size: 1200px;
}

.main-wrapper-chiffres .colonnes{
	gap:100px;
}

ul.liste-chiffres{
	padding: 40px;
	list-style:none;
	display:grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 50px;
}

ul.liste-chiffres li .titre-chiffre{
	font-weight:700;
	font-size:4.0em;
	line-height:1.1em;
}

ul.liste-chiffres li img{
	max-width:100px;
}

/*** GRAVITY FORMS ***/

.gform-theme--framework .gf_progressbar .percentbar_blue{
	background:var(--orange) !important;
}

.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)), .gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)),.gform-theme.gform-theme--framework.gform_wrapper .button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary, .gform-theme.gform-theme--framework.gform_wrapper .gform-theme-button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary, .gform-theme.gform-theme--framework.gform_wrapper :where(:not(.mce-splitbtn))>button:not([id*=mceu_]):not(.mce-open):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary, .gform-theme.gform-theme--framework.gform_wrapper button.button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary, .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]).button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary, .gform-theme.gform-theme--framework.gform_wrapper input:is([type=submit],[type=button],[type=reset]):where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary, .gform-theme.gform-theme--framework.gform_wrapper input[type=submit].button.gform_button:where(:not(.gform-theme-no-framework):not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gform-theme-button--secondary{
	color: var(--blanc) !important;
	border:none !important;
	background: var(--orange) !important;
	border-radius:0 !important;	
    padding: 20px 30px !important;
	text-transform:uppercase;
}

/* #endregion CORPS */

/* #region ARTICLES */

.liste-categories{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 15px;
	margin-top: 50px;
	margin-bottom: 50px;
}

.vignette-article a{
	display: block;
	height: 100%;
    padding: 20px;
    background: #fff;
	transition: all 0.3s ease 0s;
}

.single-post h1{
	margin-top: 15px;
	margin-bottom: 15px;
}

.single-post .date{
	font-weight: 700;
}

.single-post #content .colonne.colonne-2-4-1{
	position:relative;
}

.single-post .wrapper-auteur{
	margin-top: 15px;
	background: var(--beige2);
	padding: 30px;
	display:flex;
	gap:15px;
    align-items: center;
}

.single-post .wrapper-auteur .photo-profil{
	width:100px;
}

.single-post .wrapper-auteur p{
	margin-bottom:0;
}

.single-post .wrapper-auteur .photo-profil-2{
	width:300px;
}

.single-post .wrapper-auteur h3{
	margin-top: 0px;
	margin-bottom: 10px;
	font-size: 1.6em;
}

.single-post .wrapper-auteur .description-auteur p{
	margin-bottom: 20px;
}

.wrapper-sommaire{
	position:sticky;
	top: 200px;
}

.single-post #content .wrapper-sommaire ul.liens-sommaire{
	padding-left: 0px;
	list-style:none;
	display:flex;
	flex-direction:column;
	gap:8px;
	margin-bottom: 30px;
}

.single-post #content .wrapper-sommaire ul.liens-sommaire li a{
	display:block;
	border-left: 1px solid var(--gris);
	padding-left: 15px;
}

.single-post #content .wrapper-sommaire ul.liens-sommaire li a:hover{
	border-left: 1px solid var(--orange);
	color:var(--orange);
}

.single-post #content .wrapper-sommaire .bggrisfonce{
	padding: 30px;
}

.single-post h2,
.single-post h2.titre-paragraphe{
	font-size: 2.2em;
}

@media (pointer : fine){ 
	.vignette-article a:hover{    
		text-decoration: none;
		transform: translateY(5px);
	}

	.vignette-article a:hover .texte .titre{    
		color: var(--marron);
	}
}

.vignette-article .image{
	position: relative;
	overflow: hidden;
}

.vignette-article .image img{
	display: block;
    width: 100%;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .1s ease-in-out;
    transition: .1s ease-in-out;
}

.vignette-article .texte .titre{
	font-family: var(--titleFont);
	font-size: 1.2em;
	line-height: 1.0em;
	margin-top: 15px;
	margin-bottom: 15px;
	font-weight: 700;
	transition: all 0.3s ease 0s;
}

.vignette-article .texte .date{
    margin-bottom: 15px;
	font-size: 0.8em;
	color: var(--marron);
}

.vignette-article .categories{
	display: flex;
    flex-wrap: wrap;
	gap: 5px;
}

.vignette-article .categories .categorie{
	font-size: 0.8em;
	color: #fff;
	background: var(--grisfonce);
	padding: 5px 15px;
}


.gallery-item a{
	display: block;
    transition: all 0.3s ease 0s;
}

@media (pointer : fine){ 
	.gallery-item a:hover{
		opacity: 0.8;
	}
}

.gallery img{
	border: none !important;
	padding: 0 10px;
}

.gallery .gallery-caption{
	font-size: 0.8em;
}

#content ul.pagination{	
	display: flex;
	flex-wrap: wrap;
    justify-content: center;
	gap: 10px;
	margin-top: 20px;
	margin-bottom: 0px;
	padding-left: 0px;
	list-style: none;
}

#content ul.pagination a{
    transition: all 0.15s ease 0s;
}

@media (pointer : fine){ 
	#content ul.pagination a:hover{
		text-decoration: none;
		background: var(--marron);
		color: #fff;
	}
}

#content ul.pagination .page-numbers{
	padding: 5px 10px;
	border: 1px solid #ddd;
}

#content ul.pagination .current{
	background: var(--marron);
	color: #fff;
}

.absolute{
	position: absolute;
	z-index: 4;
}

/* #endregion ARTICLES */

/* #region SINGLE VOYAGE */

.single-voyage .paragraphe{
	padding-top: 50px;
	padding-bottom: 50px;
}

.single-voyage #content .bandeau-traversant .contenu-hover p{
	font-size: 1.6em;
}

#content ul.nav-interieure{
	padding:14px 20px 12px 20px;
	list-style:none;
	display:flex;
	gap:30px;
	align-items:center;
	background: var(--beige);
	border:1px solid var(--grisfonce);
	text-transform:uppercase;
	font-weight: 500;
	margin-bottom:15px;
    flex-wrap: wrap;
}

#content ul.nav-interieure.fixed{
	position:fixed;
	top: 80px;
	width:100%;
	left:0;
	right:0;
	z-index:10;
	max-width: 1240px;
    margin: auto;
	padding: 14px 20px 12px 20px;
}

.single-voyage .wrapper-details-voyage{
	padding-top: 15px;
	padding-bottom: 15px;
}

.single-voyage .wrapper-details-voyage:last-child{
	margin-bottom: 0px;
}

.single-voyage .titre-detail-voyage{
	text-align:center;
    padding: 15px 0;
	font-weight: 700;
	font-size: 2.5em;
	margin-bottom: 20px;
}

#content ul.liste-detail-programme{
	padding-left:0;
	list-style:none;
}

#content ul.liste-detail-programme{
	padding-left:0;
	list-style:none;
}

.titre-etape{
	font-size: 1.2em;
	font-weight: 700;
	color:var(--grisfonce);
	margin-bottom:10px;
	padding: 6px 10px;
	border-left: 5px solid var(--grisfonce);
}

.sous-titre-etape{
	font-size: 1.1em;
	color:var(--grisfonce);
	font-style:italic;
	margin-bottom:15px;
	margin-top:5px;
}


.single-voyage .actions{
	display:flex;
	gap: 10px;
	align-items:center;
	justify-content:center;
}

@media (pointer : fine){ 
	.single-voyage .titre-detail-voyage:hover{
		/* color: var(--marron); */
	}
}

.single-voyage .titre-detail-voyage.open{
	/* color: var(--marron); */
}

.single-voyage .titre-detail-voyage svg{
    width: 25px;
    transition: all 0.15s ease 0s;
	display:none;
}

.single-voyage .titre-detail-voyage.open svg{
    transform: rotate(180deg);
}

.single-voyage .contenu-detail-voyage{
    padding: 0 0 15px 0;
}

#programme .contenu-detail-voyage .col-left{
	width:50%;
}

#programme .contenu-detail-voyage .wrapper-carte-voyage{
	position:relative;
	width:50%;
}

#programme .carte-voyage{
	position:sticky;
	top: 120px;
	/* width:100%; */
}

#programme .colonnes{
	display:flex;
	gap: 50px;
}

#content ul.galerie-photos{
	display:flex;	
	align-items:center;
	gap: 0px;
	flex-wrap:wrap;
	padding-left:15px;
	padding-right:15px;
	row-gap:30px;
}

#content ul.galerie-photos li{
	padding-left:15px;
	padding-right:15px;
}

#content ul.galerie-photos li a:hover img{
	opacity:0.8;
}

.single-voyage .bloc-contenu-lateral{
	position: fixed;
	bottom: 0px;
	left:0px;
	width:100%;
	padding: 15px;
	z-index:100;
	background: var(--grisfonce);
	color:#ffffff;
	display:flex;
	gap: 30px;
	justify-content:space-between;
	align-items:center;
	border-top:1px solid var(--beige);
	visibility:hidden;
	opacity:0;
	transition: all 0.25s ease;
}

.single-voyage .bloc-contenu-lateral.open{
	visibility:visible;
	opacity:1;
}

.duree-voyage .ligne-1{
	font-family: var(--titleFont);
	font-weight: 700;
	font-size: 1.4em;
}

.duree-voyage .ligne-2{
	font-size: 1.0em;
	font-weight:500;
}

#conseils{
	padding-bottom: 45px;
	padding-top: 15px;
}

#conseils .container{
	padding: 50px;
	background: var(--grisfonce);
	max-width: 1240px;
}

#conseils .container h2,
#conseils .container p{
	color:#ffffff;
}

#photos ul li{
	width:25%;
}

#hebergements .liste-detail-programme{
	display:flex;
	gap:20px;
	flex-wrap:wrap;
}

#hebergements .liste-detail-programme li{
	width:48%;
}

#services .titre-detail-voyage{
	text-align:left;
}

#tarifs{
	padding-bottom: 60px;
}

#tarifs .container{
	border:1px solid var(--grisfonce);
	padding: 50px;
	max-width: 1240px;
}

#tarifs .contenu-detail-voyage{
	text-align:center;
}

#tarifs .liste-detail-programme{
	justify-content: center;
}

#tarifs .titre-etape{
	border:none;
}

#options .liste-detail-programme{
	display:flex;
	gap: 20px;
	flex-wrap:wrap;
	justify-content:flex-start;
}

#options .liste-detail-programme li{
	width:31%;
}

/* #endregion SINGLE VOYAGE */


/* #region FOOTER */

footer .menu{
	margin: 0px;
	padding: 0px;
	list-style: none;
}

footer .top-footer{
	background: var(--grisfonce);
	color:#ffffff;
}

footer .top-footer a{
	color:#ffffff;
}

footer .top-footer .container{
	display: flex;
	gap: 40px;
	padding: 50px 30px;
}

footer .top-footer .main-logo{
    width: 30%;
}

footer .top-footer .main-logo a.logo{
	display: inline-block;
	width: 60%;
    transition: all 0.15s ease 0s;
	margin-bottom: 15px;
}

footer .top-footer .main-logo a.logo img{
	width: 100%;
}

@media (pointer : fine){ 
	footer .top-footer .main-logo a.logo:hover{
		transform: scale(1.05);
	}
}

footer .top-footer .main-logo .reseaux-sociaux{
    display: flex;
    gap: 15px;
	list-style: none;
	padding: 0px;
	margin: 0px;
}

footer .top-footer .main-logo .reseaux-sociaux a{
    display: flex;
	width: 20px;
    transition: all 0.15s ease 0s;
}

@media (pointer : fine){ 
	footer .top-footer .main-logo .reseaux-sociaux a:hover{
		color: var(--marron);
	}
}

footer .top-footer .main-logo .reseaux-sociaux a svg{
	width: 100%;
}

footer .top-footer .colonne{
	width: 20%;
}

footer .top-footer .colonne.col-contact{
	width: 30%;
}

footer .top-footer .colonne img{
	max-width: 80px;
	margin-top: 0px;
	margin-bottom: 7px;
}

footer .top-footer .colonne .titre{
	font-family: var(--titleFont);
	font-size: 1.2em;
	text-transform:uppercase;
	margin-bottom: 10px;
	font-weight: 700;
}

footer .sub-footer{
	background: var(--beige);
}

footer .sub-footer .container{
	display: flex;
    align-items: center;
    justify-content: space-between;
	gap: 50px;
	padding: 15px 30px;
	font-size: 0.8em;
}

footer .sub-footer .container .main-menu{
	display: flex;
	gap: 15px;
    justify-content: space-between;
}

footer .sub-footer .container .main-menu .copyright{
	line-height: 1.4em;
}

footer .sub-footer .container .main-menu .menu{
	display: flex;
	gap: 15px;
}

footer .signature{
	font-size: 0.8em;
}

footer .logo-rezo21 a{
	display: flex;
}

footer .logo-rezo21 img{
	height: 32px;
	width: auto;
}

/* #endregion FOOTER */

/* #region TABLETTE */

@media screen and (max-width: 1180px) {
		
	header .logo{
		width: 60%;
	}
	
	header .logo{
		order: 2;
	}

	header .logo a{
		display: table;
		margin: auto;
	}

	header .navigation{
		order: 1;
	}
	
	.select-categories{
		margin-bottom: 30px;
	}
}

@media screen and (max-width: 1180px) and (orientation: portrait) {
}

/* #endregion TABLETTE */

/* #region MOBILE */

@media screen and (max-width: 767px) {	
	header .container{
		justify-content: flex-start;
	}
	
	.retour-haut{
		width: 30px;
		height: 30px;
		bottom: 50px;
	}

	.retour-haut svg{
		width: 20px;
	}

	h1,
	h2,
	h2.titre-wrapper,
	h2.titre-paragraphe{
		font-size: 2.0em;
		margin-bottom: 15px;
	}

	table{
		display:block;
		overflow-x: scroll;
	}
	
	header{
		padding-top: 20px;
		padding-bottom: 20px;
	}
	
	header.scrolled{
		padding-top: 20px;
		padding-bottom: 20px;
	}
	
	header .container {
		padding-left: 20px;
		padding-right: 20px;
	}

	header .navigation .reseaux-sociaux{
		gap: 10px;
	}

	header .navigation .reseaux-sociaux a{
		width: 20px;
		height: 20px;
	}

	header .logo a,
	header.scrolled .logo a{
		display: flex;
		width: 80%;
		justify-content: center;
		margin-top:-5px;
	}

	header .ouvrir-menu button{
		width: 30px;
	}

	header .navigation .main-menu .fermer-menu{
		width: 30px;
	}

	header .navigation .main-menu{
		width: 100%;
	}

	.swiper-button-next:after, 
	.swiper-button-prev:after{
		font-size: 1.2em;
	}

	.swiper-accueil .texte{
		font-size: 1.2em;
	}

	.paragraphe{
		padding: 20px 0px;
	}
	
	.bgtransparent.paragraphe .container{
		padding-left:0;
		padding-right:0;
	}

	.paragraphe .colonnes{
		flex-direction: column;
		gap: 30px;
	}
	
	.paragraphe .colonnes.mobile-reverse{
		flex-direction: column-reverse;
	}

	.colonne-2-1-1,
	.colonne-2-1-2,
	.colonne-2-2-1,
	.colonne-2-2-2,
	.colonne-2-3-2,
	.colonne-2-3-1,
	.colonne-2-4-1,
	.colonne-2-4-2,
	.colonne-2-5-1,
	.colonne-2-5-2,
	.colonne-3-1,
	.colonne-3-2,
	.colonne-3-3,
	.colonne-4{
		width: 100%;
	}

	nav .breadcrumb{
		font-size: 0.8em;
		margin-top: 15px;
	}
	
	
	.bandeau-traversant .contenu-hover{
		position:relative;
		width:100%;
		background:var(--grisfonce);
		padding:30px;
		top:auto;
		transform:none;
	}
		
	.bandeau-traversant .contenu-hover h1{
		font-size:2.5em;
	}
	
	.bandeau-traversant .bandeau-image{
		display:flex;
	}
	
	#content ul.grille-voyages {
		columns: 1;
		column-gap: 15px;
	}
	
	ul.arguments-rassurance{
		columns: 1;
	}
	
	ul.liste-chiffres{
		grid-template-columns: repeat(1, 1fr);
		gap: 10px;
		padding:0;
	}
	
	.swiper-progression .swiper-scrollbar {
		width: 70%;
		background: var(--marron);
		margin: 30px 15%;
	}
	
	.single-voyage .wrapper-details-voyage{
		padding-top:0;
	}
	
	.single-voyage .bloc-contenu-lateral {
		flex-direction: column;
	}
	
	#programme .colonnes{
		flex-direction: column;
	}	
	
	#programme .contenu-detail-voyage ul.liste-detail-programme,
	#programme .contenu-detail-voyage .wrapper-carte-voyage	{
		width: 100%;
	}
	
	.single-post #content .wrapper-sommaire .bggrisfonce{
		padding: 20px;
	}
	
	.single-post .wrapper-auteur{
		flex-direction: column;
	}
	
	.contact-voyage, .duree-voyage{
		display: none;
	}

	.liste-articles{
		grid-template-columns: repeat(1, 1fr);
	}

	.main-wrapper-articles{
		padding: 50px 0px;
	}

	.vignette-article a{
		display: flex;
		gap: 15px;
		padding: 15px;
	}

	.vignette-article .image,
	.vignette-article .texte{
		width: 50%;
		align-self: center;
	}

	.vignette-article .texte .titre{
		margin-top: 0px;
	}
	
	.vignette-article .image .main-image .survol img{
		width: 40px;
	}

	.single-post .date-article{
		margin-bottom: 15px;
	}
	
	.absolute{
		display:none !important;
	}
	
	blockquote {
		font-size: 1.5em;
	}

	footer .top-footer .container{
		flex-direction: column;
		gap: 30px;
	}
	
	footer .top-footer .main-logo,
	footer .top-footer .colonne.col-contact,
	footer .top-footer .colonne{
		width: 100%;
	}

	footer .top-footer .main-logo a.logo{
		display: table;
		margin: 0px auto 15px auto;
		width: 50%;
	}

	footer .top-footer .main-logo a.logo img{
		width: 100%;
	}

	footer .top-footer .main-logo .reseaux-sociaux{
		justify-content: center;
	}

	footer .sub-footer .container .main-menu,
	footer .sub-footer .container .main-menu .menu{
		flex-direction: column;
		gap: 5px;
	}
}

/* #endregion MOBILE */