/*------------------------------------------------------------------
[Table of contents]

1. Preloder
2. Template default
3. En-tête
4. Menu hors canvas
5. Image ent-ête
6. Section services
7. Section avantages
8. Section témoignages
9. Section pied de page
10. Page notre entreprise
11. Page nous joindre
12. Responsive

-------------------------------------------------------------------*/

/*----------*/
/* Preloder */
/*----------*/

#preloder {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 999999;
	background: #ffffff;
}
.loader {
	width: 40px;
	height: 40px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -13px;
	margin-left: -13px;
	border-radius: 60px;
	animation: loader 0.8s linear infinite;
	-webkit-animation: loader 0.8s linear infinite;
}

.scrollToTop {
	height:25px;
	padding:0 8px; 
	text-align:center; 
	background: whiteSmoke;	
	position:fixed;
	bottom:50px;
	right:30px;
	display:none;
	border: 1px solid lightgray;
	border-radius:8px;
	box-shadow: 3px 3px 5px #d3d3d3;
	z-index:999;
}

.scrollToTop a {
	font-weight: bold;
	font-size:16px;
	color: #0e8ece;
	text-decoration: none;
}

.scrollToTop:hover{
	text-decoration:none;
	color: #fff;
	background-color:#0e8ece;
}
.scrollToTop:active {
	text-decoration:none;
	color: #fff;
	background-color:#0e8ece;
	transform: translateY(4px);
}

@keyframes loader {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
		border: 4px solid #f44336;
		border-left-color: transparent;
	}
	50% {
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg);
		border: 4px solid #673ab7;
		border-left-color: transparent;
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
		border: 4px solid #f44336;
		border-left-color: transparent;
	}
}
@-webkit-keyframes loader {
	0% {
		-webkit-transform: rotate(0deg);
		border: 4px solid #f44336;
		border-left-color: transparent;
	}
	50% {
		-webkit-transform: rotate(180deg);
		border: 4px solid #673ab7;
		border-left-color: transparent;
	}
	100% {
		-webkit-transform: rotate(360deg);
		border: 4px solid #f44336;
		border-left-color: transparent;
	}
}


/*----------------------------------------*/
/* Template default CSS
/*----------------------------------------*/

html, body {
	height: 100%;
	font-family: "Roboto", sans-serif;
	-webkit-font-smoothing: antialiased;
	font-smoothing: antialiased;
	margin: 0px;
	padding: 0px;
}


h1, h2, h3, h4, h5, h6 {
	margin: 0;
	color: #0e8ece;
	font-weight: 100;
	font-family: "Roboto", serif;
}
h1 {
	font-size: 36px;
}
h2 {
	font-size: 30px;
}
h3 {
	font-size: 24px;
}
h4 {
	font-size: 22px;
}
h5 {
	font-size: 20px;
}
p {
	font-size: 20px;
	font-family: "Roboto", sans-serif;
	color: #666666;
	font-weight: 400;
	line-height: 26px;
	margin: 0 0 15px 0;
}
img {
	max-width: 100%;
}
input:focus, select:focus, button:focus, textarea:focus {
	outline: none;
}
a:hover, a:focus {
	text-decoration: none;
	outline: none;
	color: #fff;
/*	background-color:#0e8ece;
	border-radius:15px; 
*/
}
ul, ol {
	padding: 0;
	margin: 0;
}

.section-title {
	text-align: left;
	margin-bottom: 22px;
}
.section-title span {
	font-size: 30px;
	color: #0e8ece;
	font-weight: 100;
	text-transform: uppercase;
	letter-spacing: 2px;
}
.section-title h2 {
	font-size: 44px;
	color: #19191a;
	line-height: 58px;
	margin-top: 10px;
}
.set-bg {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
}

/*---------------------*/
/* 404 page
/*---------------------*/
.error-page{
  align-items: center;
  justify-content: center;
  text-align: center;
  vertical-align:middle;
  font-family: Arial,"Helvetica Neue",Helvetica,sans-serif;
  }
.error-page h1{
    font-size: 100px;
    font-weight: bold;
    position: relative;
    margin: 0px;
    padding: 0px;
}    
   
.error-page p {
      color: #d6d6d6;
      font-size: 20px;
      font-weight: bold;
      position: relative;
 }     


/*---------------------*/
/* En-tete
/*---------------------*/


.header-section  {
  width:100%;
  margin: 0px;
  padding: 0px;
}

.header-section .menu-item {
	margin:0px;
	paddin: 0px;
}

.top-nav {
	background-color: #0e8ece;
	padding: 3px 0;
	text-align: center;
	overflow:hidden;
    position: relative;
	z-index: 9;
}

.top-nav .tn-right  a {
	font-size: 17px;
	text-align:center;
	color: #ffffff;
	display: block;
	text-decoration: none;
	padding: 0px 50px 0 0;
	margin: 0px;
}

.top-nav .tn-right a:hover {
	color: #ccffff;
}
.top-nav .tn-right ul {
	list-style-type: none;

}
.top-nav .tn-right ul li {
	float: right;
	margin: 0 35px 0 0;
}

.sticky + .img-entete {
  padding-top: 60px;
}

.menu-item .logo {
	padding: 25px 0;
}
.menu-item .logo a {
	display: inline-block;
}
.menu-item .nav-menu {
	text-align: right;
}
.menu-item .nav-menu .mainmenu {
	display: inline-block;
}
.menu-item .nav-menu .mainmenu li {
	list-style: none;
	display: inline-block;
	position: relative;
	z-index: 1;
}
.menu-item .nav-menu .mainmenu li.active a:after {
	opacity: 1;
}
.menu-item .nav-menu .mainmenu li:hover>a:after {
	opacity: 1;
}
.menu-item .nav-menu .mainmenu li:hover .dropdown {
	top: 77px;
	opacity: 1;
	visibility: visible;
}
.menu-item .nav-menu .mainmenu li a {
	font-size: 16px;
	color: #0e8ece;
	margin-right: 42px;
	font-weight: 500;
	display: inline-block;
	padding: 27px 0;
	position: relative;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.menu-item .nav-menu .mainmenu li a:after {
	position: absolute;
	left: 0;
	top: 52px;
	width: 100%;
	height: 2px;
	background: #cde188;
	content: "";
	opacity: 0;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.menu-item .nav-menu .mainmenu li .dropdown {
	position: absolute;
	left: 0;
	top: 97px;
	width: 180px;
	background: #ffffff;
	z-index: 9;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	-webkit-box-shadow: 0px 9px 15px rgba(25, 25, 26, 0.05);
	box-shadow: 0px 9px 15px rgba(25, 25, 26, 0.05);
}
.menu-item .nav-menu .mainmenu li .dropdown li {
	list-style: none;
	display: block;
}
.menu-item .nav-menu .mainmenu li .dropdown li a {
	font-size: 16px;
	color: #19191a;
	display: block;
	text-align: left;
	padding: 8px 15px;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.menu-item .nav-menu .mainmenu li .dropdown li a:hover {
	color: #dfa974;
}
.menu-item .nav-menu .mainmenu li .dropdown li a:after {
	display: none;
}
.menu-item .nav-menu .nav-right {
	display: inline-block;
	margin-left: 43px;
	padding: 27px 0px;
}
.menu-item .nav-menu .nav-right i {
	font-size: 16px;
	color: #19191a;
	cursor: pointer;
}

/*----------------------------------------*/
/* Menu hors canvas
/*----------------------------------------*/
.canvas-open {
	display: none;
}
.offcanvas-menu-wrapper {
	display: none;
}

/*-----------------------*/
/*  Image en-tête
/*-----------------------*/

.img-entete{
	position: relative;
	width: 100%;
	height: 500px;
}

.img-text {
	position: absolute;
	right: 10%;
	bottom: 23px;
}
.img-text h1 {
	font-size: 30px;
	color: #666666;
}
.img-text p {
	font-size: 20px;
	color: #666666;
}

.img-slider {
	position: static;
	width: 100%;
	height: 500px;
}
.img-slider.owl-carousel .owl-dots {
	position: absolute;
	left: 0;
	bottom: 23px;
	width: 100%;
	text-align: center;
}
.img-slider.owl-carousel .owl-dots button {
	height: 6px;
	width: 6px;
	background: #ffffff;
	opacity: 0.5;
	border-radius: 50%;
	margin-right: 10px;
	-webkit-transition: transform 2s ease, opacity .5s ease-out
	-o-transition: transform 2s ease, opacity .5s ease-out
	transition: transform 2s ease, opacity .5s ease-out
}
.img-slider.owl-carousel .owl-dots button.active {
	width: 30px;
	border-radius: 50px;
	opacity: 1;
}
.img-slider.owl-carousel .owl-dots button:last-child {
	margin-right: 0;
}
.img-slider .owl-stage-outer, .img-slider .owl-stage, .img-slider .owl-item, .img-slider .hs-item {
	height: 100%;
}



/*---------------------*/
/* Section services
/*---------------------*/

.services-section {
	padding: 30px 0px 60px 0px;
}
.services-section .section-title {
	margin-bottom: 15px;
}
.services-text {
	text-align: left;
	padding: 0 35px;
}
.services-text p {
	color: #595960;
	font-weight: 500;
	
}
.services-text p.f-para {
margin-bottom: 10px;
}
.services-text ul {
	margin-left:20px;
	list-style:none;
	color: #666666;
}
.services-text ul li.princ::before {
  content: "\25b6";  
  color: #cde188; 
  font-weight: bold; /* If you want it to be bold */
  display: inline-block; /* Needed to add space between the bullet and the text */
  width: 1.3em; /* Also needed for space (tweak if needed) */
  margin-left: -1.3em; /* Also needed for space (tweak if needed) */
}

.services-text ol li {
	list-style-type:disc;
	margin-left: 2em;
}

.services-text p.s-para {
	margin-bottom: 35px;
}
.services-text .about-btn {
	color: #19191a;
}
.services-pic img {
	min-width: 100%;
}

/*---------------------*/
/*  Section avantages
/*---------------------*/

.avantages-section {
	padding: 30px 0px 60px 0px;
	background-color:#f3f9de;
}
#avantage1 {
	background-image:url("../img/CPO/avantage1.jpg");
}
#avantage2 {
	background-image:url("../img/CPO/avantage2.jpg");
}
#avantage3 {
	background-image:url("../img/CPO/avantage3.jpg");
}
#avantage4 {
	background-image:url("../img/CPO/avantage4.jpg");
}
.avantages-item {
	height: 550px;
	position: relative;
	margin-bottom: 30px;
	border-radius: 5px;
	
	
}

.avantages-item .A-text {
	position: absolute;
	left: 0;
	top: 25px;
	width: 100%;
	padding-left: 30px;
	padding-right: 30px;
}
.avantages-item .A-text .A-tag {
	display: inline-block;
	color: #0e8ece;
	font-size: 20px;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding: 0px 0px;
	border-radius: 2px;
}

.avantages-item .A-text .A-T ul {
	margin-left:20px;
	list-style:none;
	color: #666666;
}
.avantages-item .A-text .A-T ul li.princ::before {
  content: "\25b6";  
  color: #cde188; 
  font-weight: bold; /* If you want it to be bold */
  display: inline-block; /* Needed to add space between the bullet and the text */
  width: 1.3em; /* Also needed for space (tweak if needed) */
  margin-left: -1.3em; /* Also needed for space (tweak if needed) */
}

.avantages-item .A-text .A-T ol li {
	list-style-type:disc;
	margin-left: 2em;
}
.avantages-item.small-size {
	height: 318px;
	background-position: bottom right;
	background-size:80%;
	background-color: white;
}

/*---------------------*/
/*  Section témoignages
/*---------------------*/

.temoignages-section {
	padding: 30px 0px 60px 0px;
	background: #f9f9f9;
}
.temoignages-section .section-title {
	margin-bottom: 30px;
}
.temoignages-slider.owl-carousel .owl-item img {
	width: auto;
	margin: 0 auto;
}
.temoignages-slider.owl-carousel .owl-nav button {
	height: 44px;
	width: 44px;
	border: 1px solid #ebebeb;
	font-size: 24px;
	color: #707079;
	background: #ffffff;
	line-height: 48px;
	text-align: center;
	border-radius: 50%;
	position: absolute;
	left: -190px;
	top: 50%;
	-webkit-transform: translateY(-6px);
	-ms-transform: translateY(-6px);
	transform: translateY(-6px);
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.temoignages-slider.owl-carousel .owl-nav button:hover {
	border-color: #19191a;
	color: #19191a;
}
.temoignages-slider.owl-carousel .owl-nav button.owl-next {
	left: auto;
	right: -190px;
}
.temoignages-slider .T-item {
	text-align: center;
}
.temoignages-slider .T-item p {
	font-size: 20px;
	color: #707079;
	line-height: 30px;
	margin-bottom: 50px;
}
.temoignages-slider .T-item .T-auteur {
	margin-bottom: 60px;
}

.temoignages-slider .T-item .T-auteur h5 {
	font-size: 20px;
	font-weight: 700;
	color: black;
	display: inline-block;
}



/**********************************page politique***************/

#politique a {
	color: #0e8ece;
	font-weight: 500;
	text-decoration: none;
	text-decoration-thickness: 1px;
}
#politique a:hover, #politique a:focus, #politique a:active {
	text-decoration: underline;
}
#politique p {
	font-size:1em;
	line-height:1.5em;
	margin-top:5px;

}



/*----------------------*/
/*  Section pied de page
/*-----------------------*/



.footer-section {
	background: white;
	width: 100%;
}
.footer-section .footer-text {
	padding: 80px 0 30px;
}

.footer-section .footer-text p{
		font-size: 16px;
}

.copyright{
		font-size: 12px;
		color:#666666;
}

.ft-contact {
	border-right-color: #cde188;
	border-right-width: thin;
	border-right-style: solid;
}
.footer-section .footer-text .ft-contact {
	margin-bottom: 30px;
}
.footer-section .footer-text h5 {
	color: #0e8ece;
	text-transform: uppercase;
	font-weight: 300;
	letter-spacing: 1px;
	margin-bottom: 20px;
}
/*---------------------------------------------------------
-----------------------------------------------------------
-----------------------------------------------------------
--------------NOUVELLE PAGE D'ACCUEIL 2024-----------------
-----------------------------------------------------------
-----------------------------------------------------------
-----------------------------------------------------------*/

/***********MENU*********/
a.menu-lien {
	font-size: 16px;
	color: #0e8ece;
	font-weight: 500;
	display: inline-block;
	position: relative;
}
a.menu-lien-en {
	font-size: 12px;
	color: #0e8ece;
	font-weight: 500;
	display: inline-block;
	position: relative;
}
a.menu-lien:hover, a.menu-lien:focus, a.menu-lien:active {
	text-decoration: underline solid #cde188 2px;
	text-underline-offset: 8px;
}
a.menu-lien-en:hover, a.menu-lien-en:focus, a.menu-lien-en:active  {
	text-decoration: underline solid #cde188 2px;
	text-underline-offset: 8px;
}
#liste-sous-menu a:active, #liste-sous-menu a:focus, #liste-sous-menu a:hover {
	background-color:#0e8ece;
	color:#FFF;
}
.titre-page {
	position:relative;
	padding:20px 0;
	font-size:16px;
}
#menuPrincipalGroupe li {
	position:relative;
	font-size: 16px;
	color: #19191a;
	display: block;
	text-align: left;
	padding: 5px 15px;

}
.menu-groupe button {
	position:relative;
	padding:10px 0;
}


/****************Image Entete****************/

.enteteGroupe {
	background-image: url("../img/groupe/entete.jpg");
	background-repeat: no-repeat;
	background-position: center left;
	background-size: cover;
	width: 100%;
	margin: auto;
	height: 500px;
}
.enteteCPO {
	background-image: url("../img/CPO/CPO1.png");
	background-repeat: no-repeat;
	background-position: center left;
	background-size: cover;
	width: 100%;
	margin: auto;
	height: 500px;
}
.enteteCongres {
	background-image: url("../img/congres/congres1.png");
	background-repeat: no-repeat;
	background-position: center left;
	background-size: cover;
	width: 100%;
	margin: auto;
	height: 500px;
}
.enteteRPA {
	background-image: url("../img/rpa/entete-services-pour-les-RPA.png");
	background-repeat: no-repeat;
	background-position: center left;
	background-size: cover;
	width: 100%;
	margin: auto;
	height: 500px;
}
.img-text-groupe {
	position: absolute;
	right: 10%;
	bottom: 23px;
}
.img-text-groupe h1 {
	font-size: 70px;
	color: #FFF;
	font-weight:900;
	line-height:0.9em;
	opacity: 0.45;
	text-shadow: 1px 1px 8px #000;
	text-align: right;
}
/**************** SECTION Cartes des pharmacies****************/

a.btn-brunet:link, a.btn-brunet:visited {
	background-color:rgba(14, 142, 206, 1);
	border-radius: 25px;
	padding-left:20px;
	padding-right:20px;
	border:0px;
	color:#FFF;
	transition: none;
}
.btn-brunet-RPA:link, .btn-brunet-RPA:visited {
	background-color:white;
	border: solid 1.5px rgba(14, 142, 206, 1);
	border-radius: 25px;
	padding: 4px 25px;
	color: #0e8ece;
	transition: none;
}
a.btn-brunet:hover,.btn-brunet-RPA:hover {
	background-color:rgba(14, 142, 206, 0.6);
	color:#FFF;
	transition: none;
}
 a.btn-brunet:active, .btn-brunet-RPA:active {
	background-color:rgba(14, 142, 206, 0.6);
	color:#FFF;
	transition: none;
	transform: translateY(4px);
}

.groupe-row-1 {
	border-top: 1.5px solid #0e8ece;
}
.groupe-carte {
	border-bottom: 1.5px solid #0e8ece;
}
.groupe-border-left {
	border-left: 1.5px solid #0e8ece;
}
@media (max-width: 992px) { 
    .border-lg-0-left {       
        border: none !important;
    }
}

/*---------------------*/
/* Coordonnées des Pharmacies
/*---------------------*/

.pharmacie-titre {
	/*vertical-align: baseline;*/
}
.pharmacie-titre img {
	/*vertical-align: baseline;*/
	padding-bottom: 5px;
	margin-right:5px;
}
.pharmacie-name {
	font-size:26px;	
	margin-bottom:5px;
	font-weight:100;
}
.pharmacie-adresse {
	font-size:20px;
	line-height:1.2em;
}
.pharmacie-tel {
	font-size: 16px;
	line-height: 1.4em;	
}

/*------------------------*/
/* Nouveau footer
/*------------------------*/
#pied_de_page {
	min-height: 250px;
	background-color: #0e8ece;
	color:#FFF;
}
#pied-full-width {
	min-height: 250px;
	background-color: #0e8ece;
	color:#fff;
	padding-bottom: 12px;
}


/*------------------------*/
/* Nouvelles page CPO
/*------------------------*/  

.heuresOuvertures th, .heuresOuvertures td {
	padding:2px 5px;
}
.heuresOuvertures th {
	color: #0e8ece;
}

.coordonnees-section {
	background-color:#f3f9de;
}
.carteCoordonnees {
	margin: 30px 0px;
}
/*------------------------*/
/* Nouvelles page RPA
/*------------------------*/  
.servicesRPA-section {
	padding: 30px 0px;
}
.servicesRPA-section .section-title {
	margin-bottom: 15px;
}

.avantagesRPA-section {
	padding: 30px 0px;
	background-color:#e0f4ff;
}

#avantageRPA1 {
	background-image:url("../img/rpa/avantageRPApilulier2.jpg");
}
#avantageRPA2 {
	background-image:url("../img/rpa/avantageRPAdossier2.jpg");
}
#avantageRPA3 {
	background-image:url("../img/rpa/avantageRPA-livraison-a-votre-chambre.jpg");
}


/* --------------------------------- Other Pages Styles ----------------------------------- */


/*------------------------*/
/* Page notre entreprise
/*------------------------*/

.NotreEntreprise-section {
	padding-bottom: 50px;
}

.pilier-item {
	height: 550px;
	position: relative;
	margin-bottom: 30px;
	border-radius: 5px;
}

.pilier-item .pilier-titre {
	position: absolute;
	left: 0;
	bottom: 10px;
	width: 100%;
	padding-left: 30px;
	padding-right: 30px;
	background-color:#0e8ece;
	opacity: 0.75;
}

.pilier-item .pilier-titre .p-tag {
	display: inline-block;
	color: white;
	font-size: 20px;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding: 0px 0px;
	border-radius: 2px;
}

.pilier-texte ul {
	margin-left:20px;
	list-style:none;
	color: #666666;
}
.pilier-texte ul li.princ::before {
  content: "\25b6";  
  color: #cde188; 
  font-weight: bold;
  display: inline-block; 
  width: 1.3em; 
  margin-left: -1.3em; 
}

.pilier-item .pilier-titre .pilier-texte ol li {
	list-style-type:disc;
	margin-left: 2em;
}

.pilier-item .set-bg2 {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom right;
 }
 .set-bg3 {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
 }
.pilier-item.set-bg2::before {
    content: '';
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 550px;
	background:none;
 }


/*--------------------- Video Section -----------------------*/

.video-section {
	height: 775px;
	padding-top: 140px;
	background-image: url("../img/notre_entreprise/video-bg.jpg");
}
.video-section .video-text {
	text-align: center;
}
.video-section .video-text h2 {
	font-size: 30px;
	color: #ffffff;
	margin-bottom: 16px;
}
.video-section .video-text p {
	font-size: 20px;
	color: #ffffff;
	margin-bottom: 40px;
}
.video-section .video-text .play-btn {
	display: inline-block;
}

/*---------------------*/
/*  Page nous joindre
/*---------------------*/

.contact-section {
	padding-top: 80px;
	padding-bottom: 80px;
}
.contact-text h2 {
		font-size: 30px;
		font-weight:100;
		color: #0e8ece;
}
.contact-text p {
	color: black;
	padding-top: 10px;
}
.contact-text table tbody tr td {
	font-size: 16px;
	color: #19191a;
	line-height: 36px;
	font-weight: 500;
}
.contact-text table tbody tr td.c-o {
	color: #707079;
	width: 75px;
}
.contact-form input {
	width: 100%;
	height: 35px;
	border: 1px solid #e1e1e1;
	border-radius:8px;
	font-size: 14px;
	color: #aaaab3;
	padding-left: 8px;
	margin-bottom: 24px;
}
.contact-form input::-webkit-input-placeholder {
	color: #aaaab3;
}
.contact-form input::-moz-placeholder {
	color: #aaaab3;
}
.contact-form input:-ms-input-placeholder {
	color: #aaaab3;
}
.contact-form input::-ms-input-placeholder {
	color: #aaaab3;
}
.contact-form input::placeholder {
	color: #aaaab3;
}
.contact-form textarea {
	width: 100%;
	height: 100px;
	border: 1px solid #e1e1e1;
	border-radius:8px;
	font-size: 14px;
	color: #aaaab3;
	padding-left: 8px;
	padding-top: 8px;
	margin-bottom: 25px;
	resize: none;
}
.contact-form textarea::-webkit-input-placeholder {
	color: #aaaab3;
}
.contact-form textarea::-moz-placeholder {
	color: #aaaab3;
}
.contact-form textarea:-ms-input-placeholder {
	color: #aaaab3;
}
.contact-form textarea::-ms-input-placeholder {
	color: #aaaab3;
}
.contact-form textarea::placeholder {
	color: #aaaab3;
}
.contact-form button {
	font-size: 13px;
	font-weight: 700;
	text-transform: uppercase;
	color: #0e8ece;
	letter-spacing: 2px;
	background: #cde188;
	border: none;
	padding: 5px 25px;
	display: inline-block;
	border-radius: 8px;
}
.contact-form button:active, .contact-form button:hover {
	transform: translateY(4px);
}
.map {
	height: 470px;
	-webkit-box-shadow: 0px 14px 35px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 14px 35px rgba(0, 0, 0, 0.15);
	margin-top: 75px;
}
.map2 {
	
	-webkit-box-shadow: 0px 14px 35px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 14px 35px rgba(0, 0, 0, 0.15);
}
.map iframe {
	width: 100%;
}
.map2 iframe {
	width: 100%;
}

/*-------------------------------- Responsive Media Styles --------------------------------*/

@media only screen and (min-width: 1554px) and (max-width: 1920px) {
	.hp-room-items .hp-room-item .hr-text {
		bottom: -200px;
	}
}
@media only screen and (min-width: 1200px) and (max-width: 1250px) {
	.hp-room-items .hp-room-item .hr-text {
		bottom: -288px;
	}
}
@media only screen and (min-width: 1200px) {
	.container {
		max-width: 1170px;
	}
}
/* Medium Device: 1200px */

@media only screen and (min-width: 992px) and (max-width: 1199px) {
	.temoignages-slider.owl-carousel .owl-nav button {
		left: -150px;
	}
	.temoignages-slider.owl-carousel .owl-nav button.owl-next {
		right: -150px;
	}
}
@media only screen and (max-width: 991px) {
	/*.top-nav {
		display: none;
	}*/
	.menu-item .nav-menu {
		display: none;
	}
	.offcanvas-menu-overlay {
		position: fixed;
		left: 0;
		top: 0;
		background: rgba(0, 0, 0, 0.7);
		z-index: 98;
		height: 100%;
		width: 100%;
		visibility: hidden;
		-webkit-transition: 0.3s;
		-o-transition: 0.3s;
		transition: 0.3s;
	}
	.offcanvas-menu-overlay.active {
		visibility: visible;
	}
	.canvas-open {
	position: absolute;
	right: 37px;
	top: 26px;
	font-size: 22px;
	width: 30px;
	height: 30px;
	color: #19191a;
	border: 1px solid #19191a;
	border-radius: 2px;
	line-height: 33px;
	text-align: center;
	z-index: 100;
	display: block;
	cursor: pointer;
	}
	.offcanvas-menu-wrapper {
		position: fixed;
		left: -300px;
		top: 0;
		width: 300px;
		z-index: 999;
		background: #ffffff;
		text-align: center;
		overflow-y: auto;
		height: 100%;
		opacity: 0;
		visibility: hidden;
		-webkit-transition: all 0.5s;
		-o-transition: all 0.5s;
		transition: all 0.5s;
		padding: 80px 30px 30px 30px;
		display: block;
	}
	.offcanvas-menu-wrapper .canvas-close {
	height: 30px;
	width: 30px;
	border: 1px solid #19191a;
	border-radius: 50%;
	text-align: center;
	line-height: 30px;
	cursor: pointer;
	position: absolute;
	right: 37px;
	top: 25px;
	padding-right: 1px;
	}

	.offcanvas-menu-wrapper .language-option {
		display: inline-block;
		cursor: pointer;
		padding: 50px 0;
		position: relative;
		margin-bottom: 10px;
		margin-left: 0px;
	}
	.offcanvas-menu-wrapper .language-option:hover .deroule-langue {
		top: 70px;
		opacity: 1;
		visibility: visible;
	}
	.offcanvas-menu-wrapper .language-option span {
		font-size: 16px;
		color: #666666;
		text-transform: uppercase;
		font-weight: 600;
	}
	.offcanvas-menu-wrapper .language-option .deroule-langue {
		position: absolute;
		left: 0;
		top: 60px;
		background: #ffffff;
		display: block;
		padding: 10px 15px;
		-webkit-box-shadow: 0px 9px 10px rgba(25, 25, 26, 0.2);
		box-shadow: 0px 9px 10px rgba(25, 25, 26, 0.2);
		opacity: 0;
		visibility: hidden;
		-webkit-transition: all 0.3s;
		-o-transition: all 0.3s;
		transition: all 0.3s;
		z-index: 99;
	}
	.offcanvas-menu-wrapper .language-option .deroule-langue ul li {
		list-style: none;
		text-align: left;
	}
	.offcanvas-menu-wrapper .language-option .deroule-langue ul li a {
		font-size: 14px;
		text-transform: uppercase;
		font-weight: 600;
		color: #666666;
		-webkit-transition: all 0.3s;
		-o-transition: all 0.3s;
		transition: all 0.3s;
	}
	.offcanvas-menu-wrapper .language-option .deroule-langue ul li a:hover {
		color: #0e8ece;
	}
	.offcanvas-menu-wrapper .mainmenu{
		display: none;
	}
	.offcanvas-menu-wrapper .mainmenu_mobile-menu  {
		text-align: left;
		text-transform: uppercase;
	}
	.offcanvas-menu-wrapper .mainmenu_mobile-menu ul {
		list-style: none;
	}
	
	.offcanvas-menu-wrapper .mainmenu_mobile-menu ul li{
		padding: 15px;
		border-bottom: 2px solid #e5e5e5;

	}
	.offcanvas-menu-wrapper .mainmenu_mobile-menu ul li a {
		margin: 0px;
		padding: 15px;
		font-weight: 600;
		font-size: 16px;
		color: #666666;
		-webkit-transition: all 0.3s;
		-o-transition: all 0.3s;
		transition: all 0.3s;
	}
	.offcanvas-menu-wrapper .mainmenu_mobile-menu ul li a:hover {
		border-radius: 0;
		background: transparent;
		color: #0e8ece;
	}

	.offcanvas-menu-wrapper.show-offcanvas-menu-wrapper {
		left: 0;
		opacity: 1;
		visibility: visible;
	}
	.img-text {
	visibility: hidden;
	}

.set-bg2 {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom right;
 }
.set-bg2::before {
    content: '';
	position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 550px;
	background: -webkit-linear-gradient( top , white, rgba(255,255,255,0));
    background: linear-gradient(to bottom, white, rgba(255,255,255,0));
 }
	.services-text {
		margin-bottom: 30px;
	}

	.services-pic img {
		margin-bottom: 20px;
	}
	.contact-form {
		padding-top: 20px;
	}
	
.ft-contact {
	border-right-style: none;
	padding: 20px 0px 30px 0;
}

.ft-heures {
	width: 300px;
}


}
/* Tablet Device: 768px */

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.temoignages-slider.owl-carousel .owl-nav button {
		left: -30px;
	}
	.temoignagnes-slider.owl-carousel .owl-nav button.owl-next {
		right: -30px;
	}

}
/* Large Mobile: 480px */

@media only screen and (max-width: 767px) {
	.temoignages-slider.owl-carousel .owl-nav {
		display: none;
	}
	.services-text .section-title h2 {
		font-size: 60px;
		font-weight:100;
		line-height: 40px;
	}

}
/* Small Mobile: 320px */

@media only screen and (max-width: 479px) {
	.video-section {
		padding-top: 80px;
	}
}