/* USER VARIABLES SECTION */

:root {
	--accent: #E9BC27;
	--blue: #2680c8;
	--text: #333;
	--regular-text: 16px;
	--lineheight: 1.65;
	--userfont: calibri-bolt, sans-serif;
	--systemfont: -apple-system, BlinkMacSystemFont, Arial, sans-serif;
}

/* BOOTSTRAP SETTINGS SECTION */

/* gutter 20px (10px + 10px). Comment this code for default gutter start at 1.5rem (24px) wide. */
.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl { --bs-gutter-x: .625rem; }
.row, .row > * { --bs-gutter-x: 1.25rem; }

/* FONTS LOAD SECTION */

@font-face { src: url("../fonts/roboto-regular-webfont.woff2") format("woff2"); font-family: "roboto-st"; font-weight: 400; font-style: normal; }
@font-face { src: url("../fonts/roboto-italic-webfont.woff2") format("woff2"); font-family: "roboto-st"; font-weight: 400; font-style: italic; }
@font-face { src: url("../fonts/roboto-bold-webfont.woff2") format("woff2"); font-family: "roboto-st"; font-weight: 700; font-style: normal; }
@font-face { src: url("../fonts/roboto-bolditalic-webfont.woff2") format("woff2"); font-family: "roboto-st"; font-weight: 700; font-style: italic; }
@font-face { src: url("../fonts/chelseamarket.woff2") format("woff2"); font-family: "chelsea"; font-weight: 400; font-style: normal; }
@font-face { src: url("../fonts/segoe-print.woff2") format("woff2"); font-family: "segoe"; font-weight: 400; font-style: normal; }
@font-face { src: url("../fonts/calibri.woff2") format("woff2"); font-family: "calibri"; font-weight: 400; font-style: normal; }
@font-face { src: url("../fonts/calibri-bold.woff2") format("woff2"); font-family: "calibri-bolt"; font-weight: 400; font-style: normal; }

@font-face { src: url("../libs/font-awesome-5/webfonts/fa-v4compatibility.woff2") format("woff2"); font-family: "fontawesome"; font-weight: 400; font-style: normal; }
@font-face { src: url("../libs/font-awesome-5/webfonts/fa-brands-400.woff2") format("woff2"); font-family: "fontawesome"; font-weight: 400; font-style: normal; }
@font-face { src: url("../libs/font-awesome-5/webfonts/fa-regular-400.woff2") format("woff2"); font-family: "fontawesome"; font-weight: 400; font-style: normal; }
@font-face { src: url("../libs/font-awesome-5/webfonts/fa-solid-900.woff2") format("woff2"); font-family: "fontawesome"; font-weight: 900; font-style: normal; }


/* GENERAL CSS SETTINGS */

::placeholder { color: #666; }
::selection { background-color: var(--accent); color: #fff; }
input, textarea { outline: none; }
input:focus:required:invalid, textarea:focus:required:invalid { border-color: red; }
input:required:valid, textarea:required:valid { border-color: green; }

body {
	font-family: var(--userfont);
	font-size: var(--regular-text);
	line-height: var(--lineheight);
	color: var(--text);
	min-width: 320px;
	position: relative;
	overflow-x: hidden;
}
.img-responsive{
	display: block;
	max-width: 100%;
	height: auto;
}
.img-responsive .img-width{
	width: 100%;
}


/* USER STYLES */

.image {
	max-width: 100%;
	margin-bottom: var(--bs-gutter-x);
	border-radius: 4px;
}

.accent {
	color: var(--accent);
	font-weight: bold;
}

.top-line{
	background-color: var(--blue);
	height: 55px;
	position: relative;
	box-shadow: 0 5px 0 #1873bd;
}

.mobile-menu-button, .mobile-menu-button-1 {
	color: var(--accent);
	text-align: center;
	cursor: pointer;
	line-height: 55px;
	font-size: 25px;
	white-space: nowrap;
	display: none;
	text-shadow: 1px 1px 1px #ffffff;
}
.new-menu{
	display: flex;
	height: 55px;
}
.MCT1 {
	padding-left: 20px;
	height: 100%;
	position: absolute;
}
.MCT1 img{
	line-height: 55px;
	margin-top: 7px;
}
.new-menu-nav{
	position: relative;
	margin: auto;
}
.ul1{
	display: inline-flex;
	margin: 0;
}
.ul1 li{
	height: 100%;
	list-style-type: none;
	margin-left: 20px;
	font-size: 25px;
	color: var(--accent);
	text-shadow: 1px 1px 1px #fff;
	z-index: 10000;
}

.ul1 li a {
	color: var(--accent);
	transition: 0.3s ease;
	text-decoration: none;
}
.ul1 li a:hover{
	color: #fff;
	text-shadow: 1px 1px 1px var(--accent);
}
.ul1 li:hover >.ul2{
	display: block;
}

.ul2 {
	padding: 0;
	margin: 0;
	position: absolute;
	background-color: var(--blue);
	display: none;
}
.ul2 li{
	padding: 0;
	margin: 5px;
	line-height: 1.1;
}

.new-header-social{
	position: relative;
	line-height: 55px;
}
.new-soc ul{
	display: flex;
	margin: 0;
}
.new-soc ul li{
	list-style-type: none;
	margin-right: 20px;
}
.new-soc ul li a{
	color: var(--accent);
	font-size: 30px;
	transition: 0.3s ease;
}
.new-soc ul li a:hover{
	text-decoration: none;
	color: #fff;
}
.slider-container{
	overflow: hidden;
}
.slider-img{
	overflow: hidden;
	position: relative;
}
.slider-img__slide{
	height: 100%;
	overflow: hidden;
}
.slider-img__bg{
	background-position: center;
	background-repeat: no-repeat;
}
.slider-text{
	position: absolute;
	z-index: 3;
	height: auto;
	overflow: hidden;
	width: 100%;
}
.slider-text__slide{
	display: flex;
	justify-content: center;
	flex-direction: column;
	overflow: hidden;
	width: 100%;
}
.welcome-content{
	text-align: center;
	padding-left: 35%;
	margin-top: 12%;
}
.au-coeur{
	width: 100%;
	font-family: segoe, sans-serif;
	font-display: swap;
	font-size: 40px;
	color: var(--accent);
	text-shadow: 1px 2px 1px #fff;
	white-space: nowrap;
	margin: 0;
}
.h1{
	color: #fff;
	font-size: 25px;
	width: 95%;
}
.h1 a span{
	color: var(--accent);
	text-shadow: 0 1px 0 #fff;
	transition: 0.3s ease;
}
.h1 a span:hover{
	color: #fff;
	text-shadow: 0 1px 0 var(--accent);
}
.h1 a{
	text-decoration: none;
}
.welcome-content-all{
	text-align: center;
	overflow: hidden;
	margin-left: 10%;
	margin-right: 10%;
	margin-top: 15%;
}
.h1-all{
	font-family: segoe, sans-serif;
	font-display: swap;
	font-size: 50px;
	color: var(--accent);
	text-shadow: 1px 2px 1px #fff;
	margin: 0;
}
.p_content{
	color: #fff;
	font-size: 23px;
	margin: 0;
	line-height: 1.3;
}
.p_content a{
	color: var(--accent);
	text-shadow: 0 1px 0 #fff;
	transition: 0.3s ease;
	text-decoration: none;
}
.p_content a:hover{
	color: #fff;
	text-shadow: 0 1px 0 var(--accent);
}
.slider-bottom{
	position: relative;
	display: inline;
	align-items: center;
}
.slider-pagination{
	flex: 0 0 140px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	bottom: 15px;
}
span.swiper-pagination-bullet{
	width: 16px;
	height: 16px;
	opacity: 1;
	background-color: #fff;
	margin: 0 7.5px;
}
span.swiper-pagination-bullet-active{
	background-color: var(--accent);
	position: relative;
}
.swiper-pagination-bullet-active::before{
	content: '';
	width: 24px;
	height: 24px;
	border: 1px solid var(--accent);
	position: absolute;
	border-radius: 100%;
	left: -4px;
	top: -4px;
}
.contacts-section .contacts{
	background-color: var(--blue);
	text-align: center;
}
.contacts a{
	color: var(--accent);
	font-size: 22px;
	padding-left: 40px;
	text-decoration: none;
	transition: 0.3s ease;
}
.contacts a:hover{
	color: #fff;
}

.container-fluid{
	max-width: 1200px;
	margin-top: 0;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 0;
	padding-right: 0;
}
.container-fluid .col-md-4{
	padding: 5px;
}
.item-title {
  min-height: 350px;
  border-radius: 5px; 
	position: relative;
}
.item-title-content {
  position: absolute;
  color: var(--accent);
  z-index: 1;
  width: 100%;
  top: 45%; 
	text-align: center;
}
.item-title-content h2{
	margin: 0;
	text-transform: uppercase;
	line-height: 1.25;
	font-size: 35px;
}
.item-title-content h2 a{
	color: var(--accent);
	text-decoration: none;
	text-shadow: 1px 2px 1px #fff;
	transition: 0.5s ease;
}
.item-title-content h2 a:hover{
	color: #fff;
	text-shadow: 1px 3px 1px var(--accent);
}
.pattern {
  background-color: #202222;
  position: relative;
  display: block;
  border-radius: 5px; }
.pattern::before {
  content: '';
  transition: opacity .25s ease, top .25s ease, left .25s ease, bottom .25s ease, right .25s ease;
  z-index: 1;
 position: absolute;
  border: var(--accent) solid 2px;
  border-radius: 3px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0; }  
.pattern:hover::before {
  opacity: 1;
  top: 10px;
  right: 10px;
  bottom: 10px;
  left: 10px; }
.pattern:hover .overlay::before {
  opacity: 0.3; }
.pattern-cat-header::before {
  display: none; }
.overlay {
	background-size: cover;
	background-position: center;
	position: relative;
	display: block;
	text-align: center;
	border-radius: 5px; }
.overlay::before {
	content: '';
	background-color: #202222;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 0;
	transition: opacity .25s ease;
	border-radius: 5px; }	
.overlay:hover::before {
	opacity: 0.1; }

.portret {
	padding-top: 8px;
	padding-bottom: 8px;
	padding-right: 8px;
	background-color: var(--blue);
	border-radius: 5px;
	padding-left: 8px;
	height: 100%;
}
.portret img {
	border-radius: 10em;
	border: 2px solid var(--accent);
	margin-top: 5%;
	margin-bottom: 5%;
}
	
.recall{
	border-radius: 5px;
	background-color: var(--blue);
	margin-left: 5px;
	height: 100%;
	padding: 5px;
	text-align: center;
	
 }
 .recall-1 {
		border-radius: 5px;
		background-color: var(--blue);
		margin-left: 5px;
		height: 100%;
		padding: 5px;
		text-align: center;
	
 }
.recall-1 p {
	margin: 0;
	text-align: center;
	padding-top: 8%;
	}
.recall p {
	margin: 0;
	text-align: center;
	}

.recall-section, .col-md-2, .col-md-6{
	padding-left: 0;
	padding-right: 0;
}
	
.button {
	display: inline-block;
	border: none;
	color: #fff;
	text-decoration: none;
	background-color: var(--accent);
	padding: 10px 30px;
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 15px;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 3px;
	border-radius: 2px;
	text-align: center;
	position: relative;
	outline: none;
	transition: background-color .2s ease; }
.button::after {
	transition: background-color .2s ease;
	position: absolute;
	content: '';
	height: 4px;
	bottom: 0;
	width: 100%;
	background-color: #fff;
	opacity: .18;
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
	left: 0; 
}
.button:focus, .button:hover {
	text-decoration: none;
	color: #fff; 
}
.button:hover {
	background-color: var(--accent); 
}
.button:hover::after {
	opacity: .22; 
}
.button:active {
	background-color: var(--accent); 
}
.button:active::after {
	opacity: .32; 
}
	
.recall-form{
	display: none;
}
.recall-form form{
	display: none;
	position: absolute;
	left: auto;
}
form{
	padding: 50px 20px;
	background-color: var(--blue);
	max-width: 420px;
	margin: auto;
	position: relative;
	border: 2px solid var(--accent);
	border-radius: 3px;
}
form, input, textarea{
	width: 100%;
	margin-bottom: 10px;
	font-family: calibri, sans-serif;
	font-display: swap;
	font-size: 20px;
	border: 2px solid var(--accent);
	border-radius: 2px;
}

.info-content {
  background-color: var(--blue); 
}

.h5 {
  text-align: center;
  color: var(--accent);
  font-size: 30px;
  text-shadow: 1px 1px 0 #fff; 
}
.h6 {
  font-size: 18px;
  text-align: justify;
  color: var(--accent);
 }
.h6 .img-carte {
  float: right;
  margin-left: 5px;
  margin-top: 10px;
  border-radius: 5px; 
}
.h6 .img-kol-suu {
  float: left;
  margin-right: 5px;
  border-radius: 5px; 
}
.h6 span a {
  color: white;
  text-shadow: 1px 0 0 var(--accent);
  transition: 0.2s ease; 
}
.h6 span a:hover {
  text-shadow: 1px 0 0 #fff;
  color: var(--accent);
  text-decoration: none; 
}


.video-content {
  width: 100%;
	display: block;
	position: relative;
	padding: 5px;
}
.video-content iframe {
	width: 100%;
	height: 315px;
	border-radius: 5px;
}

.video-text {
	position: relative;
}
.video-content .video-text p {
  color: var(--accent);
  text-shadow: 1px 0 0 var(--blue); 
}
.video-content .video-text p span a {
  transition: 0.2s ease; 
}
.video-content .video-text p span a:hover {
  color: var(--accent);
  text-decoration: none; 
}
.video-content .video-text .repost .fa-youtube {
  margin-left: 3px;
  transition: 0.2s ease; 
}
.video-content .video-text .repost .fa-youtube:hover {
  color: var(--accent); 
}

.footer-section {
  background-color: var(--blue); 
}

.footer-1 {
  padding-right: 0; }
.footer-1 .logo-footer {
  padding-left: 10px; 
}

.menu-footer {
  padding-left: 0; 
}
.menu-footer .m-footer {
  padding-top: 20px; 
}
.menu-footer .m-footer ul, .menu-footer .m-footer li {
  list-style-type: none;
  line-height: 1.2; 
}
.menu-footer .m-footer ul a, .menu-footer .m-footer li a {
  color: var(--accent);
  font-size: 12px;
  transition: color .2s ease; 
	text-decoration: none;
}
.menu-footer .m-footer ul a:hover, .menu-footer .m-footer li a:hover {
  color: #ffffff;
  text-decoration: none; 
}
.adress {
  padding-top: 5px; 
}
.adress p {
  text-align: center;
  color: var(--accent);
  line-height: 1.4;
  font-size: 15px;
  margin-bottom: 0; 
}
.adress a {
  color: var(--accent);
  transition: color .25s ease; 
	text-decoration: none;
}
.adress a:hover {
  text-decoration: none;
  color: #ffffff; 
}
.adress .soc-footer {
  text-align: center; 
}
.adress .soc-footer a {
  font-size: 30px;
  padding-right: 30px; 
}
.adress .soc-footer a:last-child {
  padding-right: 0; 
}
.adress .droit p {
  font-size: 10px;
  color: #ffffff;
  margin-bottom: 0;
  text-align: center;
  padding-top: 15px;
  font-family: calibri;
  text-transform: uppercase; 
}
.adress .droit p .fa {
  font-size: 9px;
  padding-right: 2px; 
}

.list {
  padding-top: 20px; 
}
.list ul, .list li {
  list-style-type: none;
  line-height: 1.2;
  text-align: right; 
	text-decoration: none;
}
.list ul a, .list li a {
  color: var(--accent);
  font-size: 12px;
  transition: color .2s ease; 
	text-decoration: none;
}
.list ul a:hover, .list li a:hover {
  color: #ffffff;
  text-decoration: none; 
}

.top {
  position: fixed;
  bottom: 25px;
  background-color: #fff;
  z-index: 12;
  border-radius: 5em;
  border: 3px solid var(--accent);
  width: 50px;
  height: 50px;
  text-align: center;
  cursor: pointer;
  transition: all .25s ease;
  right: -100px;
  font-size: 25px;
  line-height: 44px;
  opacity: 0.5; 
}
  .top i {
    line-height: 0; 
	}
.top:hover {
  color: #fff;
  background-color: var(--blue);
  opacity: 1; 
}
.top.active {
  right: 25px; 
}

.chat-direct{
	position: fixed;
  z-index: 100000;
	left: 2%;
	bottom: 2%;
	text-align: center;
}

.mail, .whatsapp, .messenger-fb{
	width: 55px;
	height: 55px;
	border: 4px solid var(--accent);
	border-radius: 50px;
	margin-bottom: 10px;
	background-color: #fff; 
}

.chat-direct .chat{
	overflow: hidden;
	height: 55px;
	width: 55px;
	width: 100%;
	height: 100%;
}
.email, .whats, .mess{
	font-size: 28px;
	padding: 9px;
	transition: 0.5s ease;
}
.whats{
	color: green;
}
.email:hover{
	scale: 1.2;
}
.whats:hover{
	scale: 1.2;
}
.mess:hover{
	scale: 1.2;
}


.slider-container-tours{
	overflow: hidden;
	
}
.slider-img-tours{
	overflow: hidden;
	
}
.slider-tours{
	overflow: hidden;
}
.slider-img-tours img{
	width: 100%;
	}

.r-1 .rando {
	margin-top: 10px;
	background-color: var(--blue);
	border-radius: 5px; 
}
.r-1 .rando h1 {
	text-transform: uppercase;
	margin-top: 10px;
	margin-bottom: 10px;
	background-color: var(--blue);
	text-align: center;
	font-size: 25px;
	color: var(--accent);
	text-shadow: 1px 1px 1px #fff; 
}
.r-1 .rando h2 {
	text-align: center;
	margin-top: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	color: var(--accent);
	text-shadow: 1px 1px 1px #fff; 
	font-size: 25px;
}
	
.r-1 .col-md-3 {
	margin: 10px; 
}
.r-1 .col-md-3 .circuit {
	background-color: var(--blue);
	text-align: center; 
}
.r-1 .col-md-3 .circuit img {
	padding: 5px; 
}
.r-1 .col-md-3 .circuit h5 {
	color: var(--accent);
	font-size: 20px;
	text-align: center;
	text-shadow: 1px 1px 1px #fff; 
}
.r-1 .col-md-3 .circuit .button {
	text-align: center; 
}
.cont-trek .col-md-6 {
  margin: 10px 0; 
}
.cont-trek .col-md-6 .circuit {
  background-color: var(--blue);
  height: 100%;
  border-radius: 5px;
  margin: 0 5px; 
}
.cont-trek .col-md-6 .circuit img {
  float: left;
  margin: 5px 5px;
  border-radius: 5px; 
}
.cont-trek .col-md-6 .circuit .h3 {
  margin: 0;
  color: var(--accent);
  text-shadow: 1px 0 0 #ffffff;
  font-size: 20px;
  text-align: center;
  margin-right: 5px;
  line-height: 1.2;
  padding-top: 5px; 
}
.cont-trek .col-md-6 .circuit .h3 a {
  text-align: center;
  color: var(--accent);
  transition: 0.3s ease; 
	text-decoration: none;
}
.cont-trek .col-md-6 .circuit .h3 a:hover {
  text-shadow: 1px 1px 1px var(--accent);
  text-decoration: none;
  color: #fff; 
}
.cont-trek .col-md-6 .circuit .h4 {
  font-size: 15px;
  text-align: justify;
  margin-right: 5px;
  margin-bottom: 0;
  color: #000; 
}
.cont-trek .col-md-6 .circuit p {
  margin: 0;
  font-size: 12px;
  text-align: left;
  padding: 0;
  color: #000; 
}
.circuit p {
	display: inline-block;
	padding: 0;
	margin: 0;
}
.cont-trek .col-md-6 .circuit p .fa-campground {
  color: var(--accent); 
}
.cont-trek .col-md-6 .circuit p .retouch {
  color: #000; 
}
.cont-trek .col-md-6 .circuit .button {
  padding: 5px 10px;
  font-size: 12px;
  float: right;
  margin: 5px 5px; 
}
.cont-trek .col-md-6 .circuit .trek-prix {
  font-size: 11px;
  text-align: right;
  margin-right: 10px; 
}

.cont-trek .button {
  color: #ffffff;
  font-size: 15px;
  transition: color .3s ease;
  margin-bottom: 10px; 
}
.cont-trek .button:hover {
	color: var(--blue); 
}
.prix-details{
	display: block;
	text-align: right;
}
.cont-trek .col-md-6 .circuit .trek-prix {
	font-size: 11px;
	text-align: right;
	margin-right: 10px;
	display: block;
	color: #fff;
}

.cont-trek .col-md-6 .circuit .prix-chiffres {
	text-align: right;
	margin-right: 10px;
	font-size: 15px;
	color: var(--accent);
	display: block;
}

.bg-randonnee {
  background-size: center;
  background-position: center; 
}
.article-top .col-md-10{
	padding-left: 0;
	padding-right: 5px;
	padding-top: 15px;
}
.article-top .col-md-2{
	padding-top: 15px;
}

.main-article {
	height: 100%;
}

.article-header {
  background-color: var(--blue);
  border-radius: 5px;
	height: 100%;
	
}
.article-header h1 {
  font-size: 25px; 
}
.article-header h2 {
  font-size: 20px;
  margin: 5px; 
}
.article-header .titre {
  text-align: center;
  color: var(--accent);
  font-size: 200px;
  margin-bottom: 0; 
	padding: 10px;
}

.prix {
  background-color: var(--blue);
  text-align: center;
  border-radius: 5px;
  width: 100%;
  height: 100%;
	padding: 5px;
 }
.prix p {
  margin: 0;
  padding: 0;
  font-size: 20px;
  color: var(--accent);
  width: auto; 
}
.prix span {
  font-size: 15px;
  color: #ffffff; 
}
.prix .button {
  padding: 5px 10px; }

.article-content {
  padding-bottom: 5px; 
}
.article-content .container-fluid {
  background-color: var(--blue);
  padding: 0;
  border-radius: 5px;
}
.article-content img {
  padding: 10px;
  border-radius: 1em;
	width: 100%;
}



.text-top {
  padding-top: 5px; }
.text-top p {
  margin-bottom: 0;
  font-size: 20px;
  color: var(--accent);
  line-height: 1.2; 
}

.text-content p {
  margin: 0; }

.text-bas p {
  margin: 0;
  text-indent: 25px; 
}

.telechargement {
  width: 100%; 
}
.telechargement p {
  text-align: right;
  font-size: 13px;
  padding-right: 10px; 
}
.telechargement a {
  color: #000;
  padding: 2px;
  cursor: pointer;
  transition: 0.25s ease;
  color: #000;
  font-size: 15px; 
}
.telechargement a:hover {
  color: var(--accent); 
}
.retour{
	text-align: right;
	padding-bottom: 10px;
}
.retour a{
	color: var(--accent);
	text-decoration: none;
	transition: 0.3s ease;
}
.retour a:hover{
	color:#fff
}

.wrapper {
  width: 100%;
  background-color: var(--blue);
  border-radius: 5px; }
.wrapper .tabs {
  text-align: center;
  margin-top: 10px; }
.wrapper .tabs span {
  margin: 0 100px;
  color: var(--accent);
  cursor: pointer;
  padding: 5px 20px; }
.wrapper .tabs span.active {
  color: #ffffff;
  background-color: var(--accent);
  border-radius: 3px; 
			}
.wrapper .tab_content {
  margin-left: 10px;
  padding-bottom: 10px;
  margin-top: 10px; 
}
.wrapper .tab_content p {
  margin: 0;
  color: var(--accent); 
}
.wrapper .tab_content ul {
  margin: 0; 
}
.wrapper .tab_content li {
  color: var(--accent); 
}
.wrapper .tab_content .centre {
  margin-left: 33.333%; 
}

.carte {
  padding: 10px 50px; 
}
.carte img {
  border-radius: 5px; 
}

.equipe h1{
	font-size: 20px;
	margin-left: 5px;
	margin-right: 5px;
}
.equipe h2{
	font-size: 20px;
	margin-left: 5px;
	margin-right: 5px;
}
.membres-equipe p{
	font-size: 15px;
	text-align: center;
}
.membres-equipe .photo-equipe img{
	border-radius: 10em;
}

.article-section .blog-cont img{
	border-radius: 5px;
	float: left;
	margin-right: 5px;
}
.article-section h4{
	color: var(--accent);
  font-size: 20px;
  text-shadow: 1px 2px 1px var(--blue);
  text-align: justify;
  margin-bottom: 0; 
}
.article-section .blog-cont .img-content a{
	font-family: calibri;
  color: var(--blue);
  font-size: 20px;
  transition: 0.2s ease;
  font-style: italic; 
	text-decoration: none;
}
.article-section .blog-cont .img-content a:hover{
	text-decoration: none;
  color: var(--accent); 
}

.slide-blog .blog-cont {
  max-width: 1500px;
  margin-top: 5px;
  margin-bottom: 10px; 
}
.slide-blog .blog-cont .col-md-8, .slide-blog .blog-cont .col-md-4 {
  padding-left: 5px;
  padding-right: 5px; 
}
.slide-blog .blog-cont .col-md-8 .img-content, .slide-blog .blog-cont .col-md-4 .img-content {
  margin-top: 20px;
  margin-left: 10px;
  margin-bottom: 10px;
  overflow: hidden; 
}
.slide-blog .blog-cont .col-md-8 .img-content img, .slide-blog .blog-cont .col-md-4 .img-content img {
  float: left;
  border-radius: 5px;
  margin-right: 5px; 
}
.slide-blog .blog-cont .col-md-8 .img-content .h4-blog, .slide-blog .blog-cont .col-md-4 .img-content .h4-blog {
  color: var(--accent);
  font-size: 20px;
  text-shadow: 1px 2px 1px var(--blue);
  text-align: justify;
  margin-bottom: 0; 
}
.slide-blog .blog-cont .col-md-8 .img-content p, .slide-blog .blog-cont .col-md-4 .img-content p {
  margin: 0; 
}
.slide-blog .blog-cont .col-md-8 .img-content p a, .slide-blog .blog-cont .col-md-4 .img-content p a {
  font-family: calibri;
  color: var(--blue);
  font-size: 20px;
  transition: 0.2s ease;
  font-style: italic; 
	text-decoration: none;
}
.slide-blog .blog-cont .col-md-8 .img-content p a:hover, .slide-blog .blog-cont .col-md-4 .img-content p a:hover {
  text-decoration: none;
  color: var(--accent); 
}
.slider-container-blog .slider-img-blog {
  max-width: 1000px;
  overflow: hidden;
  border-radius: 5px;
  margin-top: 20px; 
}
.slider-container-blog .slider-img-blog .slider-blog {
  height: 100%;
  overflow: hidden; 
}
.slider-container-blog .slider-img-blog .slider-blog .bg-blog {
  overflow: hidden; 
}

.slider-container-blog .slider-text-blog {
  max-width: 1000px;
  overflow: hidden;
  border-radius: 5px;
  margin-top: 20px;
  height: auto; 
	position: absolute;
	z-index: 10000;
}
.slider-container-blog .slider-text-blog .slider-text__slide-blog {
  height: auto; 
}
.slider-container-blog .slider-text-blog .slider-text__slide-blog .welcome-content-blog {
  text-align: center;
  overflow: hidden;
  height: 100%; 
}
.slider-container-blog .slider-text-blog .slider-text__slide-blog .welcome-content-blog .h1-blog-hello {
  margin: 25% 15%;
  font-size: 50px;
  color: var(--accent);
  text-shadow: 2px 3px 1px #fff; 
}
.slider-container-blog .slider-text-blog .slider-text__slide-blog .welcome-content-blog-all {
  margin: 20% 15%;
  text-align: center; 
}
.slider-container-blog .slider-text-blog .slider-text__slide-blog .welcome-content-blog-all .h2-blog {
  font-size: 40px;
  color: var(--accent);
  text-shadow: 2px 3px 1px #fff; 
}
.slider-container-blog .slider-text-blog .slider-text__slide-blog .welcome-content-blog-all .h3-blog {
  font-family: segoe;
  color: var(--accent);
  text-shadow: 1px 1px 1px #ffff;
  font-size: 23px;
}
.slider-container-blog .slider-text-blog .slider-text__slide-blog .welcome-content-blog-all .h3-blog a {
  font-family: calibri;
  color: var(--blue);
  font-size: 20px;
  transition: 0.2s ease;
  font-style: italic; 
	text-decoration: none;
}
.slider-container-blog .slider-text-blog .slider-text__slide-blog .welcome-content-blog-all .h3-blog a:hover {
  color: var(--accent); }

.slider-bottom-blog {
  position: relative;
  display: inline;
  align-items: center; 
}
.slider-bottom-blog .slider-pagination {
  flex: 0 0 140px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  bottom: 15px; 
}
.slider-bottom-blog .slider-pagination .swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  opacity: 1;
  background-color: #fff;
  margin: 0 7.5px; 
}
.slider-bottom-blog .slider-pagination .swiper-pagination-bullet-active {
  background-color: var(--accent);
  position: relative; 
}
.slider-bottom-blog .slider-pagination .swiper-pagination-bullet-active::before {
  content: '';
  width: 24px;
  height: 24px;
  border: 1px solid var(--accent);
  position: absolute;
  border-radius: 100%;
  left: -4px;
  top: -4px; 
}

.slider-bottom-jpj .slider-pagination {
  flex: 0 0 140px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  bottom: 15px; 
}
.slider-bottom-jpj .slider-pagination .swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  opacity: 1;
  background-color: var(--blue);
  margin: 0 7.5px; 
}
.slider-bottom-jpj .slider-pagination .swiper-pagination-bullet-active {
  background-color: var(--accent);
  position: relative; 
}
.slider-bottom-jpj .slider-pagination .swiper-pagination-bullet-active::before {
  content: '';
  width: 24px;
  height: 24px;
  border: 1px solid var(--accent);
  position: absolute;
  border-radius: 100%;
  left: -4px;
  top: -4px; }

.blog-section {
  background-color: var(--blue);
  margin: 0 10;
  margin-bottom: 5px; 
}
.blog-section .blog-welcome {
text-align: center; 
}
.blog-section .blog-welcome p {
  color: var(--accent);
  font-size: 25px;
  padding: 10px;
  margin: 0; 
}
.blog-section .blog-welcome h2 {
  color: var(--accent);
  margin: 0; 
}
.blog-section .blog-welcome .p-blog {
  font-size: 15px; 
}
.blog-section .blog-welcome .p-blog a {
  color: #fff;
  transition: 0.3s ease;
 }
.blog-section .blog-welcome .p-blog a:hover {
  text-decoration: none;
  text-shadow: 1px 2px 1px var(--accent); 
}

.first-groupe {
  background-color: var(--blue); 
}
.first-groupe .titre-chronique p {
  color: var(--accent);
  text-align: center;
  font-size: 20px; 
}
.first-groupe .chronique p {
	color: var(--accent);
  margin: 5px; 
}
.first-groupe .chronique p span {
  color: #fff; 
}
.first-groupe .chronique p .img-r {
  float: right; 
	border-radius: 5px;
}
.first-groupe .chronique p .img-l {
  float: left;
  margin-right: 5px;
	border-radius: 5px; 
}
.first-groupe .chronique .slider-img-chronique {
  overflow: hidden;
  position: relative; 
}
.first-groupe .chronique .slider-img-chronique .slider-chronique {
  overflow: hidden; 
}

.first-groupe .chronique .slider-img-chronique img {
  overflow: hidden;
  position: relative; 
	width: 100%;
	border-radius: 5px;
}

.slider-img-jpj {
  overflow: hidden;
  position: relative; 
}
.slider-img-jpj .slider-jpj {
  overflow: hidden; 
}
.slider-img-jpj .slider-jpj {
  overflow: hidden; 
}


.slider-img-jpj img {
  overflow: hidden;
  position: relative; 
	width: 100%;
	border-radius: 5px;
}

.ak-kalpak h1{
	text-align: center;
}
.ak-kalpak h2{
	font-size: 20px;
	text-align: center;
	color: var(--accent);
	text-shadow: 1px 1px 1px var(--blue);
}
.ak-kalpak img{
	float: right;
	border-radius: 5px;
}
.ak-kalpak p img{
	float: left;
	margin-right: 5px;
	border-radius: 5px;
}
.ak-kalpak p .img-aksakal{
	float: right;
	max-width: 280px;
}
.ak-kalpak .img-l{
	float: left;
}

.ak-kalpak .img-r{
	float: right;
}

.galerie h1{
	text-align: center;
	color: var(--accent);
	text-shadow: 1px 1px 1px #fff;
	margin-top: 8px;
	font-size: 30px;
}
.galerie .col-md-3{
	padding: 5px 5px;
	transition: 0.2s ease;
	opacity: 1;
}
.galerie .col-md-3:hover{
	-webkit-transform: scale(1.02);
	-ms-transform: scale(1.02);
	transform: scale(1.02);
	-webkit-transform: scaleY(1.02);
	-ms-transform: scaleY(1.02);
	transform: scaleY(1.02);
	opacity: 0.6;
}

.page-fb {
  text-align: center; 
}
.page-fb p {
  color: var(--accent); 
}
.page-fb p a {
  color: var(--accent);
  transition: 0.3s ease; 
	text-decoration: none;
}
.page-fb p a:hover {
  color: var(--blue);
}

.galerie img{
	height: 193px;
	width: 100%;
}

.galerie-1 img {
	height: 100%;
	width: 100%;
}

.fancybox-infobar span{
	color: var(--accent);
}
.fancybox-button.fancybox-button--zoom{
	color: var(--accent);
}
.fancybox-button.fancybox-button--zoom:hover{
	color: var(--blue);
}
.fancybox-button.fancybox-button--play{
	color: var(--accent);
}
.fancybox-button.fancybox-button--play:hover{
	color: var(--blue);
}
.fancybox-button.fancybox-button--thumbs{
	color: var(--accent);
}
.fancybox-button.fancybox-button--thumbs:hover{
	color: var(--blue);
}
.fancybox-button.fancybox-button--close{
	color: var(--accent);
}
.fancybox-button.fancybox-button--close:hover{
	color: var(--blue);
}
.fancybox-navigation .fancybox-button.fancybox-button--arrow_left{
	color: var(--accent);
}
.fancybox-navigation .fancybox-button.fancybox-button--arrow_right{
	color: var(--accent);
}
.fancybox-navigation .fancybox-button.fancybox-button--arrow_left:hover{
	color: var(--blue);
}
.fancybox-navigation .fancybox-button.fancybox-button--arrow_right:hover{
	color: var(--blue);
}

.js-top-line {
  animation: fixedMenu 1s forwards;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  transition: 0.5s ease; 
}

.nos-voyages {
	background-color: var(--blue);
	text-align: center;
	border-radius: 5px;
	margin-top: 5px;
}
.nos-voyages p {
	font-size: 30px;
	color: #e9bc27;
	text-shadow: 0 1px 0 #fff;
	margin: 0;
}

.nos-voyages .h-1 {
	font-size: 20px;
	color: #e9bc27;
	text-shadow: 0 1px 0 #fff;
}

.cont-depart {
	background-color: #2680c8;
	border-radius: 5px;
	margin-bottom: 5px;
}

.cont-depart .depart-img {
	padding: 5px;
}

.cont-depart .titre-depart {
	text-align: center;
}
.cont-depart .titre-depart .h2-depart {
	color: #e9bc27;
	text-shadow: 1px 1px 0 #fff;
	margin: 0;
}
.cont-depart .titre-depart .h3-depart {
	margin: 0;
	font-size: 15px;
	color: #e9bc27;
}
.cont-depart .prix-depart {
	text-align: center;
}
.cont-depart .prix-depart p {
	color: #fff;
	font-size: 12px;
	margin: 0;
	padding: 0;
}
.cont-depart .prix-depart p span {
	color: #e9bc27;
	font-size: 25px;
	text-shadow: 1px 1px 0 #fff;
}
.container-fluid, .container-lg, .container-md, .container-sm, .container-xl {
	max-width: 1200px;
	margin-top: 0;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 0;
	padding-right: 0;
}
.cont-depart .vkladki-depart-2 .wrapper-2 {
	width: 100%;
	background-color: #2680c8;
}
.no-gutters {
	margin-right: 0;
	margin-left: 0;
}
.wrapper-2 {
  width: 100%;
  background-color: var(--blue);
  border-radius: 5px; 
}
	
.wrapper-2 .tabs-2 {
	text-align: center;
	overflow: hidden;
	margin: 0;
	border: 2px solid #e9bc27;
	border-radius: 3px;
}
.wrapper-2 .tabs-2 span {
  margin: 0 75px;
  color: var(--accent);
  cursor: pointer;
  padding: 5px 20px; }
.wrapper-2 .tabs-2 span.active {
	color: #fff;
	background-color: #e9bc27;
	border-radius: 3px;
}
.wrapper-2 .tab_content-2 {
	margin: 0;
	padding: 0;
}
.wrapper-2 .tab_content-2 p {
	margin: 0;
	padding: 0;
	color: #e9bc27;
}
.wrapper-2 .tab_content-2 ul {
  margin: 0; 
}
.wrapper-2 .tab_content-2 li {
  color: var(--accent); 
}

.cont-depart .vkladki-depart-2 .wrapper-2 .tab_content-2 .centre-2 .h4-depart {
	margin: 0;
}
.cont-depart .vkladki-depart-2 .wrapper-2 .tab_content-2 .centre-2 .h5-depart {
	margin: 0;
}
.cont-details .comprend p, .cont-details .comprend-pas p {
	margin: 0;
	padding: 0;
	font-size: 15px;
	color: #fff;
}
.cont-depart .vkladki-depart-2 .wrapper-2 .tab_content-2 {
	margin: 0;
	padding: 0;
}

.wrapper-2 .text-content p {
	margin: 0;
	padding: 0;
	color: #000;
}

.wrapper-2 .text-bas p {
	margin: 0;
	padding: 0;
	color: #000;
}

.article-nos-voyage .col-sm-4 img {
	padding: 5px;
	border-radius: 10px;
} 

.cont-depart .depart-img {
	border-radius: 10px;
}

.voyages2024 {
	padding-top: 5px;
	padding-bottom: 5px;
}
.cont-voyages2024 {
	background-color: var(--blue);
	padding: 0px;
	border-radius: 5px;
}

.voyages2024-img img {
	border-radius: 10px;
	padding: 5px;
	margin: auto;
}

.title2024 {
	text-align: center;
}
.title2024 h5 {
	color: var(--accent);
	font-size: 35px;
	text-shadow: 1px 0 0 #fff;
	padding-top: 10px;
	padding-bottom: 10px;
	margin: 0;
}

.voyages2024-title {
	text-align: center;
}
.voyages2024-title h5 {
	color: var(--accent);
	margin: 0;
}
.voyages2024-title p {
	color: #fff;
	margin: 0;
	line-height: 1.4;
}
.col-voyages2024 {
	padding: 0;
}
.voyages2024-date span {
	color: #a3061b;
	font-size: 15px;
}

.voyages2024-prix p {
	color: var(--accent);
}
.voyages2024-prix a {
	color: #fff;
	text-decoration: none;
	transition: 0.5s ease;
}
.voyages2024-prix a:hover {
	color: var(--accent);
}

.section-jpj {
	display: none;
}

.col-md-8 {
	justify-content: center;
}
.prog-jpj {
	background-color: var(--blue);
	padding: 5px 5px 5px;
	margin: auto;
	position: relative;
	text-align: right;
	width: auto;
	max-width: 100%;
	border-radius: 8px;
	z-index: 10001;
}

.voyages2024-prix a {
	color: #fff;
	text-decoration: none;
	transition: 0.5s ease;
	font-size: 12px;
	margin: 0;
	padding: 2px;
}






@keyframes fixedMenu {
  0% {
    height: 0; }
  50% {
    height: 70px; }
  100% {
    height: 55px; } 
	}


