/*
* Theme Name: Thème 3CM
* Theme URI: https://web-in-normandy.fr/
* Author: Pierre Pivel - Web In Normandy
* Author URI: https://web-in-normandy.fr/
* Description: Thème Pour l'entreprise 3CM
* Version: 1.0
*/
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&display=swap');
body{
	font-family: 'Lato', sans-serif!important;
}
div.preheader{
	width: 100%;
	background-color: #e50000;
	color:white;
	font-weight: 600;
}
.text-droite-header{
	text-align: right;
}
.fa-chevron-down{
   	margin-bottom: 25px;
   	color: #e50000;
}
div.preheader p{
	padding: 5px 10px;
	margin: 0;
}
.custom-logo{

}
#slider{
	width: 100%;
	height: 600px;
	background-image: url('img/slider.jpg');
	background-attachment: fixed;
    display: inline-block;
}
.transition{
    width: 100%;
    bottom: 50px;
    position: relative;
    height: 58px;
    background-image: url('img/transition.png');
}
.sloganslider{
	text-align: center;
    background-color: #ffffffbf;
    color: white;
    padding: 25px;
    margin: 7% 35%;
    color:black;
}
span.rouge{
	color: #e50000;
}
.sloganslider img{
	width: 100%;
}
.sloganslider h3{
	font-weight: 800;
}
h3.maintitle{
	text-align: center;
	font-weight: 700;
    color: #e50000;
    font-family: 'Josefin Sans', sans-serif;
}
h5.subtitle{
	text-align: center;
	font-weight: 600;
}
h3.titleservices{
	font-family: 'Josefin Sans', sans-serif;
	font-size: 16px;
    font-weight: 700;
}
footer{
	width: 100%;
	background-color: #3e3232;
	padding: 15px 0px;
	color: white;
    font-size: 13px;
    font-style: italic;
}
footer a{
	color: white;
	text-decoration:none;
	transition-duration: .3s;
}
footer a:hover{
	color: #e50000;
	transition-duration: .3s;
}
div.blocreferences{
	background-image: url('img/charp-metal.png');
	background-attachment: fixed;
	padding: 50px 0px;
	margin: 50px 0px;
	color:white;
}
div.blocreferences .fa-chevron-down{
   	color: white!important;
}
div.blocreferences h3{
	color:white;
}
div.blocnormal{
	margin: 70px 0px;
}
img.imgservices{
	width: 60px;
	margin-bottom: 15px;
}
div.cardproject{
	width: 100%;
	height: 200px;
	background-color:blue;
}
.navbar-nav{
	font-family: 'Josefin Sans', sans-serif;
}
.navbar-nav li{
	margin: 0px 10px;
}
.navbar-nav li a{
	text-decoration: none;
	color:black;
	transition-duration: .3s;
}
.navbar-nav li{
    display: block;
	position: relative;
	display: flex;
	align-items: center;
	transition: all 300ms cubic-bezier(0.075, 0.82, 0.165, 1);
}
.navbar-nav li:after{
    content: "";
	position: absolute;
	width: 0%;
	height: 3px;
	display: block;
	transition: all 0.3s ease;
	top: 110%;
}
.navbar-nav li:hover:after{
	width: 100%;
	height: 3px;
	background-color: #e50000;
}
.navbar-nav li a:hover{
	color: #e50000;
	transition-duration: .3s;
}
.prefooter{
	background-color: #f7f7f7;
	padding: 20px 0px;
	border-top: 1px solid #3e323224;
	color:#3e3232;
}
.prefooter p{
	margin: 0px;
}
.margleft_20{
	margin-left: 20px;
}
#myBtn {
  	display: none;
  	position: fixed;
	bottom: 20px;
    right: 30px;
    z-index: 99;
    border: none;
    outline: none;
    background-color: #e50000;
    color: white;
    cursor: pointer;
    padding: 15px 20px;
    border-radius: 10px;
    font-size: 18px;
}
#myBtn:hover {
  background-color: #555;
}
span.wpcf7-form-control-wrap input {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 2.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out;
    box-shadow .15s ease-in-out;
}
span.wpcf7-form-control-wrap textarea {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 2.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out;
    box-shadow .15s ease-in-out;
}
.btn-common {
    background-color: #e50000;
    position: relative;
    z-index: 1;
    box-shadow: 0px 8px 9px 0px rgb(96 94 94 / 17%);
    height: 50px;
    padding: 14px 15px;
}
.btn:focus, .btn:active {
    box-shadow: none;
    outline: none;
}
.btn-common:hover {
    color: #fff;
    transform: translateY(-2px);
}
.btnone{
    font-size: 14px;
    padding: 10px 30px;
    border-radius: 4px;
	font-family: 'Josefin Sans', sans-serif;
    letter-spacing: 1px;
    font-weight: 500;
    color: #fff;
    border: none;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    display: inline-block;
}
img.img_ref{
	margin: 20px;
	background-color: white;
    padding: 15px;
}
#contacteznous{
	background-color: #f7f7f7;
	padding: 50px;
	margin-top:80px;
}
.data-target-div1 #caf-post-layout1 .caf-meta-content, .data-target-div1 #caf-post-layout1 .caf-content {
    display: none;
}
div.bandeau{
	background-color: #953434;
    text-align: center;
    padding: 35px;
    color: white;
    margin-bottom: 50px;
}
div.carre{
	background-color:#953434;
    width: 50px;
    height: 50px;
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    transform: rotate(45deg);
}
ul#menu-principal{
	margin: 20px;
}
span.adressefooter{
	font-size: 20px;
}
@media screen and (max-width: 1024px) {
	.sloganslider{
	    margin: 10% 20%;
	}
}
@media screen and (max-width: 768px) {
	.navbar-nav li{
		padding: 25px;
		font-size: 20px;
	}
	.text-droite-header, .text-gauche-header{
		text-align: center;
	}
}
/*
@media screen and (max-width: 425px) {
	img.img_ref{
		margin: 1px;
		padding: 0;
		width: 84px!important;
	}
}*/
div.nextprevious{
	background-color: #dfdfdf;
	padding: 50px 0px;
}
div.nextprevious a{
	color:black;
	font-weight: 600;
	text-decoration: none;
}
button.btn_return{
	background-color: #953434;
	border:0;
	color:white;
	padding: 10px;
	border: 2px solid #953434;
}
button.btn_return:hover{
	background-color: #dfdfdf;
	color:#953434;
}
/**************************************LIGHTBOX REALISATION SEULE****************************************/
li.listing_rea{
	display: inline;
}
#gallery {
  padding-top: 40px;
  padding-bottom: 40px;
}
.img-wrapper {
  position: relative;
  margin-top: 15px;
}
.img-overlay {
  background: rgba(0,0,0,0.7);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
}
#overlay {
  background: rgba(0,0,0,0.7);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999;
  // Removes blue highlight
  -webkit-user-select: none;
  -moz-user-select: none;    
  -ms-user-select: none; 
  user-select: none; 

}
#nextButton {
  color: #fff;
  font-size: 2em;
  transition: opacity 0.8s;
  padding: 25px;
}
#nextButton:hover, #prevButton:hover, #exitButton:hover, .img-overlay:hover  {
	cursor: pointer;
}
#prevButton {
  color: #fff;
  font-size: 2em;
  transition: opacity 0.8s;
  padding: 25px;
}
#exitButton {
  color: #fff;
  font-size: 2em;
  transition: opacity 0.8s;
  position: absolute;
  top: 15px;
  right: 15px;
}
@media screen and (max-width:1200px) {
        div#overlay img{
        	width:50%;
        }
}

/**************************************FIN LIGHTBOX REALISATION SEULE****************************************/