@font-face {
    font-family: 'Bahagia';
    src: url('../fonts/bahagia-webfont.woff2') format('woff2'),
         url('../fonts/bahagia-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@import url('https://fonts.googleapis.com/css2?family=Open+Sans&display=swap');
* {
	margin:0;
	padding:0;
	font-size:1em;
	box-sizing:border-box;
}
a:link{ 
 	text-decoration:none; 
	list-style:none;
} 
a img {
	border:0;
}
body {
	font-family:'Exo', sans-serif;
	font-weight:200;
    height: auto!important;
    min-height: 100%;
    position: relative;
    padding-bottom: 116px;
}
/* Header */
.header {
	background:url('../img/background-header.jpg') no-repeat;
	background-size:cover;
	width:100%;
	padding-top:8em;
	line-height:16em;
	text-align:center;
	position:relative;
}
#menu .social {
    display: flex;
    text-align: center;
    justify-content: center;
}

#menu .social li {
margin-left: 10px;
margin-right: 10px;
}

#menu .social a{
	display: block;
	color: #117a8b;
	font-size:15px;	
	margin-top:50px;
	padding-top:7px;
	width: 40px;
    height: 40px;
    border-radius: 20px;
    background: #e2dbcb;
    padding: 7px 10px;
	
}
/*******************************************
################### PAGE ACCUEIL #######
********************************************/
 /*Qui se cache?*/
#block1 .blockgauche h1{
	margin-top:50px;
	
	font-family: "Bahagia";
	font-size:4rem;
	color:#117a8b;
}

#block1 .blockgauche p{
	line-height: 35px;
	
}
/*Bouton en savoir+ */
#block1 .blockgauche a{
    width:200px;
    color:#e2dbcb;
    background-color: #117a8b;
    text-transform: uppercase;
    text-align:center;
    font-weight: bold;
    font-size: 15px;
    display: inline-block;
    border-radius: 30px;
    padding:10px;
    margin-top: 15px;
    margin-bottom: 50px;
    
 }

/*services*/
#block2 .title-services h2{
	margin-top:70px;
	text-align: center;
	font-size:7rem;
	font-family: "Bahagia";
	color: #117a8b;
}
/*les blocks services*/
#block2 .services{
	margin-top:40px;
	text-align:center;
	
}
#service1, #service2, #service3{
	margin-bottom:30px;
}
#block2 .services h3{
	font-size:20px;
}
#block2 .services img{
	margin-bottom:40px;
}

/*confiance*/
#block3 .title h2{
	margin-top:100px;
	margin-bottom: 30px;
	text-align: center;
	font-size:6rem;
	font-family: "Bahagia";
	color: #117a8b;
	font-family: "Bahagia";
}
/*owlcaroussel*/
.owl-nav{
	text-align:center;
}
/* Footer */
#footer {
	background:#e2dbcb;
	padding:1.5em; 
	text-align:center;
	color:#117a8b;
	font-size:.85em;
}
#footer a{
    color: #117a8b;

}
/* Mentions légales */
.footer-wrapper {
  position: absolute;
  bottom: 0;
}
.mentionslegales {
  margin-top: 60px;
  margin-bottom: 60px;
}
.mentionslegales h1{
text-align: center;					
text-transform: uppercase;
font-weight: bold;
font-size: 15px;
display: inline-block;
border-radius: 30px;
padding:10px;
margin-top: 15px;
margin-bottom: 50px;  
}			
/*******************************************
################### PAGE A PROPOS #######
********************************************/
/*boutons page a propos*/
#block .first-block .blockdroit img{
	margin-top: 40px;
	}
#block1 .first-block .blockdroit a{
    width: 200px;
    color: #117a8b;
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
    font-size: 15px;
    display: inline-block;
    border-radius: 30px;
    padding: 10px;
    margin-top: 15px;
    margin-bottom: 50px;
    float: right;
    border: 1px solid #117a8b;
}
 #block .first-block .bouton-left a{
   width:200px;
   border: 1px solid #117a8b;
   color:#117a8b; 
   text-transform: uppercase;
   text-align:center;
   font-weight: bold;
   font-size: 15px;
   display: inline-block;
   border-radius: 30px;
   padding:10px;
   margin-top: 15px;
   margin-bottom: 50px;  
   }		
/*******************************************
################### PAGE RÉALISATIONS ######
********************************************/
*{
    -webkit-transition: 1s;
    transition: 1s;
}
.realisations{
	text-align: center;
	margin-top:50px;
}
.realisations h1{
	text-align: center;
	margin-top:50px;
	margin-bottom:100px;
	font-size:7rem;
	color: #117a8b;
	font-family:"Bahagia";
}
.realisations h3{
	margin-top:50px;
	margin-bottom:50px;
	font-size:5rem;
	color: #117a8b;
	font-family:"Bahagia";
}
.realisations p{
	margin-top:50px;
	font-size:20px;
}
.realisations a{
	display:inline-block;
	width:200px;
	color:#e2dbcb;
	background-color: #117a8b;
	text-transform: uppercase;
	text-align:center;
	font-size: 15px;
	border-radius: 30px;
	padding:10px;
	margin-top: 20px;
	margin-bottom: 50px;
}
.realisations a:hover{
	color:#117a8b;
	background-color:#e2dbcb;
}
.clrd-font{
	background: #e2dbcb;
	background: -webkit-linear-gradient(to right, #e2dbcb, #e2dbcb);
	background: linear-gradient(to right, #e2dbcb, #e2dbcb);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.btn-primary {
    color: #117a8b!important;
    background-color: #e2dbcb!important;
    border-color: #e2dbcb!important;
    text-align: center!important;
    font-weight: bold!important;
    font-size: 15px!important;
    display: inline-block!important;
    border-radius: 30px!important;
    padding: 10px 20px!important;
    margin-top: 15px;
    margin-bottom: 50px;
}

.btn-primary:hover {
	background-color:transparent;
	color: #117a8b!important;
	border-radius: 50%;
}

.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-primary.dropdown-toggle:focus {
    box-shadow: none;
}

.single_portfolio_text{
	display:inline-block;
	padding:0;
	position:relative;
	overflow:hidden;
}
.single_portfolio_text img{
	width:100%;
    padding-bottom:30px;

}

.single_portfolio_text:hover .portfolio_images_overlay{
	top:5%;
	left: 5%;
}

.portfolio_images_overlay{
	width: 90%;
	height: 90%;
	background: rgba(0, 0, 0, 0.8);
	padding: 20px;
	margin: 0 auto;
	top: -100%;
	left: 5%;
	position: absolute;
	transition:.6s;
	
}
.portfolio_images_overlay h2{
	text-transform: uppercase;
	color: #e2dbcb;
	font-size: 20px;
	font-weight: 600;
	border: 1px solid #e2dbcb;
	padding-top: 10px;
	padding-bottom: 10px;
}
/*page projets*/
.project .projet h1{
    margin-top:100px;
    margin-bottom:50px;
} 
.descriptif a {
    width: 200px;
    color: #e2dbcb;
    background-color: #117a8b;
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
    font-size: 15px;
    display: inline-block;
    border-radius: 30px;
    padding: 10px;
    margin-top: 15px;
    margin-bottom: 50px;
    float: right;
}
.descriptif a:hover {
    color: #e2dbcb;
    background-color: #117a8b;
}
/*Page chaque projet*/
.intitule h1{
    margin-top:50px;
}
.intitule p{
    margin-top:20px;
    margin-bottom: 50px;;
}

/*affichage mobile*/
 /*image presentation*/
@media (min-width:1200px) {
.first-block .blockdroit img{
	margin-top:80px;
	max-width: 90%;
	float: right;
	}
}
@media (max-width:580px) {
#block .first-block .blockgauche a {
	margin-top: 30px;
	text-align: center;
	margin: auto;
	display: block !important;
	}
} 

@media (min-width:769px) and (max-width:991px) {
.portfolio_images_overlay {
	padding: 0px;
	}
}
@media (max-width:768px) {
.first-block .blockdroit img{
	margin-top: 40px;
	}
.portfolio_images_overlay{
	padding: 170px 20px;
	}
}
@media (max-width:580px) {
.portfolio_images_overlay{
	padding: 100px 20px;
	}
}
@media (max-width:480px) {
.first-block .blockdroit img{
	margin-top:20px;
	}
.portfolio_images_overlay{
	padding: 40px 20px;
	}
}
@media (max-width:320px) {
.portfolio_images_overlay{
	padding: 20px;
	}
}


/*================================*/
/*=== Partie sur le Swipe Menu ===*/
/*================================*/
/* Menu burger */
#menu-burger {
	position:absolute;
	top:2.5em;
	right:3.5em;
	display:inline-block;
	cursor:pointer;
}
#menu-burger .bar1,#menu-burger .bar2,#menu-burger .bar3 {
	width:32px;
	height:5px;
	background-color:#117a8b;
	margin:6px 0;
	transition:0.4s;
}
#menu-burger:hover {
	opacity:.75;
	transition:.5s;
}
#menu-burger.clicked .bar1 {
	-webkit-transform:rotate(-45deg) translate(-9px, 6px);
	transform:rotate(-45deg) translate(-9px, 6px);
	background-color:#cc8d19;
}
#menu-burger.clicked .bar2 {
	opacity: 0;
	background-color:#cc8d19;
}
#menu-burger.clicked .bar3 {
	-webkit-transform:rotate(45deg) translate(-8px, -8px);
	transform:rotate(45deg) translate(-8px, -8px);
	background-color:#cc8d19;
}


/* Main menu (slide) */
#menu {
	position:fixed;
	z-index:9999;
	left:-25%;
	top:auto;
	background:#117a8b;
	padding:4em 2em;
	width:25%;
	min-height:100%;
	
}
#menu ul li {
	list-style:none
}
#menu ul li a {
	font-size:20px;
    display: block;
    color: #e2dbcb;
    text-decoration: none;
    font-weight: 700;
    transition: background .5s;
    padding: 1em;
    text-align: center;
    margin-bottom: .5em; 
}
#menu ul li a:hover {
	transition:background .5s;
	border-radius: 30px;
	border:1px solid #e2dbcb;

}
#menu.visible {
	animation:.5s slideRight ease-in forwards; 
	transition-delay:0;
}
#menu.invisible {
	animation:1s slideLeft ease-out forwards; 
	transition-delay:0;
}

/*================================*/
/*=== Responsive design ===*/
/*================================*/
/* Animations pour le menu slide */
@keyframes slideRight {
	from {
		left:-25%;
	}
	to {
		left:0%;
	}
}
@-webkit-keyframes slideRight {
	from {
		left:-25%;
	}
	to {
		left:0%;
	}
}
@keyframes slideLeft {
	from {left:0%;}
	to {left:-25%;}
}
@-webkit-keyframes slideLeft {
	from {
		left:0%;
	}
	to {
		left:-25%;
	}
}


@media (max-width:1024px) {
	#menu {
		left:-50%;
		width:50%;
	}
	#menu-burger.clicked {
		position:fixed;
	}
	#main-block,#block2{
		padding:4em 2em;
	}

/* Animations pour le menu slide */
	@keyframes slideRight {
		from {
			left:-50%;
		}
		to {
			left:0%;
		}
	}
	@-webkit-keyframes slideRight {
		from {
			left:-50%;
		}
		to {
			left:0%;
		}
	}
	@keyframes slideLeft {
		from {
			left:0%;
		}
		to {
			left:-50%;
		}
	}
	@-webkit-keyframes slideLeft {
		from {
			left:0%;
		}
		to {
			left:-50%;
		}
	}
}
@media (max-width:600px) {
	#menu-burger {
		top:1em; 
		right:2em; 
		z-index:9999;
	}
	#menu {
		left:-100%; width:100%;
	}
	#block2 #google-maps {
		width:100%; 
		margin-right:0;
	}
	#block2 #contact-form {
		width:100%; 
		margin-top:2em;
	}
}
/*******************************************
################### PAGE CONTACT ######
********************************************/
/***formulaire***/
.contact h1{
        color: #117a8b;
	font-size: 7rem;
        font-family: "Bahagia"

}
.contact{
	text-align:center;
	margin-top:50px;

}
.form-sec{
	  background-color:#117a8b;
	  padding-left:50px;
	  padding-right:50px;
	  padding-bottom:30px;
	  padding-top:30px;
	  width:100%;
	  margin:50px auto;
	  max-width: 800px;
}
.btn{
	  color:#117a8b;
	  background-color: #e2dbcb;
	  text-transform: uppercase!important;
	  border-radius: 30px;
}
.btn:hover{
	  color:#117a8b;	  
}

/*titres formulaire*/
.form-sec h2, label{
	  color: #fff;
	  text-transform: uppercase;
}

.pager {
    list-style: none;
}
.retour li{
    display: inline-block;
}
/*espace entre les mokups*/
.card-img-top {
    margin-bottom: 30px;
}