
:root{
	--primaryColor: #4c5759; 
	--secondaryColor: #ff4e00;
	--ternaryColor: #fff;
	--backgroundLight: #fff;
	--txtColor: #707070
}
@import url('https://fonts.cdnfonts.com/css/helvetica-neue-9');
body{
	background: var(--backgroundLight);
	overflow-x: hidden;
	font-family: 'Helvetica 65 Medium', sans-serif;
}
h1,h2,h3,h4,h5{
	font-family: 'Helvetica Neue', sans-serif;

	font-weight: 600;
}
h3{
	text-transform: uppercase;
	color: var(--primaryColor);
}
.spacer{
	height: 64px;
}
.specialSpacer{
	display: none;
	height: 62px;
}
.noPadding{
	padding: 0 !important;
}
.noMargin{
	margin: 0;
}
.relativePos{
	position: relative;
}
.primCol{
	color: var(--primaryColor);
}
.secondaryColor{
	color: var(--secondaryColor);
}
p {
    color: var(--txtColor);
    font-size: 18px;
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
    text-align-last: center;
    margin-top: 6px;
    margin-bottom: 32px;
}
.carousel.carousel-slider .carousel-item {
    min-height: initial;
}
@keyframes animeHr {
	0%   {max-width: 0;}
	100% {max-width: 53px;}
}
/* NAV */
nav{
	background: var(--backgroundLight);
	z-index: 99;
	position: fixed;
	/* display: none; */
	/* background: transparent; */
	transition: all .32s ease-in-out;
	box-shadow: none;
	top: 0;
	background: #fff;
}
.logoNav{
	display: inline-block;
	color: #111;
    text-align: center;
    font-weight: 700;
    font-size: 36px;
    letter-spacing: 0.1em;
}
.logoNav img {
    height: 42px;
    margin-top: 12px;
}
nav ul a {
    color: var(--primaryColor);
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: .1em;
	transition: all .32s ease-in-out;
}nav ul a:hover{
	color: var(--primaryColor);
}
nav ul a.active{
	/* border-bottom: 6px solid var(--primaryColor); */
	color: var(--secondaryColor);
}
.socialNavTriger {
	z-index: 1;
	cursor: pointer;
    right: 0;
    top: 0;
    position: absolute;
    background-color: var(--primaryColor);
    color: var(--ternaryColor);
    width: 64px;
    font-size: 32px;
    text-align: center;
}
.socialNav{
	z-index: 0;
	background-color: var(--primaryColor);
	position: fixed;
	right: 0;
	top: -100%;
	width: 64px;
	transition: top .32s ease-in-out;
}
.socialNav li{
	color: var(--ternaryColor);
	font-size: 22px;
	float: initial;
	text-align: center;
}
.mobilBanner{
	display: none;
	z-index: 9;
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	background: var(--backgroundLight);
	height: 45px;
	transition: all .32 ease-in-out;
}
.phoneLink{
	z-index: 9;
	position: absolute;
	top: 0;
	left: 0;
	font-size: 22px;
	color: #fff;
	padding: 6px 11px;
	color:  var(--primaryColor);
}
#navTriger {
	z-index: 9;
	position: absolute;
	top: 0;
	right: 0;
	font-size: 18px;
	text-transform: uppercase;
	color: #fff;
	cursor: pointer;
	font-size: 22px;
	padding: 6px 12px;
	color:  var(--primaryColor);
}
img.logoMobilBanner {
    max-height: 32px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-top: 6px;
}
#mobileNav{
	display: none;
	z-index: 12;
	position: fixed;
	height: 100%;
	width: 100%;
	top: 0;
	left: -100%;
	background-color: rgba(255,255,255,0.95);
	transition: left .32s ease-in-out;
}
#mobileNav img {
    max-width: 40%;
    display: block;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 32px;
}
.mobilNavLink li{
	text-align: center;
	padding: 16px 0;
}
.mobilNavLink li a{
	text-transform: uppercase;
	font-size: 22px;
	color: var(--primaryColor);
	font-weight: 700;
}
.closeNav, .subNavMobileBack, .closeBigerImg {
    font-size: 32px;
    color: #fff;
    background: var(--secondaryColor);
    display: inline-block;
    width: 50px;
    height: 50px;
    text-align: center;
    position: absolute;
    right: 0;
    top: 0;
    border: none;
    line-height: initial;
    padding-top: 8px;
}
.closeBigerImg {
    background: var(--primaryColor);
    cursor: pointer;
    padding: 8px 0;
}
.socialMobileNav {
	text-align: center;
	font-size: 30px;
	position: absolute;
	bottom: 0;
	width: 100%;
	background: var(--secondaryColor);
	margin-bottom: 0;
}
.socialMobileNav li {
	display: inline-block;
	padding: 0px 20px;
	color: #fff;
}

.subNavMobile {
    position: fixed;
    z-index: 9999;
    width: 100%;
    height: 100vh;
    background: #fff;
    top: 0;
	right: -100%;
    text-align: center;
	transition: all .32s ease-in-out;
}
.subNavMobile ul{
	width: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	padding-bottom: 45px;
}
.subNavMobile li {
	padding: 12px 0;
	width: 100%;
	font-weight: 600;
}
.subNavMobile a{
	color: var(--primaryColor);
	text-transform: uppercase;
	font-size: 18px;
}
nav li:focus-visible,
nav li:focus-within,
nav li:hover{
	outline: none !important;
}
.dropdown-trigger{
	outline: none !important;
	border: none;
}
.dropdown-content{
	top: 64px !important;
	box-shadow: none !important;
	background: #f3f3f3;
	transition: background .32s ease-in-out;
	min-width: 250px;
}

.dropdown-content li {
    min-height: initial;
    padding: 0 18px;
}.dropdown-content li:hover{
	border-left: 2px solid var(--secondaryColor);
	box-sizing: border-box;
}
.dropdown-content li:hover, .dropdown-content li.active {
    background-color: #d3d1d1;
}
.dropdown-content li a{
	text-transform: initial;
}
.dropdown-content li>a, .dropdown-content li>span {
    font-size: 14px;
    padding: 8px 0px;
}
.dropdown-content li > a:hover{
	background: transparent;
}
.seeAll a{
	color: var(--secondaryColor);
}
/*HEADER*/
header{
	position: relative;
	height: 100vh;
	overflow: hidden;
	/* background-image: url('../img/global/poster-video.png'); */
	background: #000;
}
.imgHeaderSp {
    object-fit: cover;
    object-position: center;
    width: 100vw;
    height: 100vh;
    display: block;
}
/* .headerMask{
	position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: #fff;
    z-index: 9;
	opacity: 0;
} */
div#loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: #fff;
    z-index: 9999;
}
#loader img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
	max-width: 60%;
	max-height: 60%;
	display: none;
}
@keyframes animeLogo {
	0%   {transform: scale(1.5) translate(-50%, -50%); opacity: 1;}
	80% {transform: scale(1) translate(-50%, -50%);  opacity: 1;}
	100% {transform: scale(1) translate(-50%, -50%); opacity: 0;}
}
.logoHeader img{
	width: 280px;
}
.logoHeader img{
	display: block;
	margin-left: auto;
	margin-right: auto;
	filter: drop-shadow(0px 0px 10px rgba(0,0,0,04));
}
/* #videoWraper {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    overflow: hidden;
    height: 100%;
    position: relative;
} */
/* #videoHiltpold {
    position: absolute;
    min-width: 83%;
    min-height: 100%;
    width: 130%;
    height: auto;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    margin-top: 32px;
} */
#videoHiltpold {
	position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
	min-width: 100%;
	min-height: 100%;
  }
/* ABOUT */
#job h4.baseLine {
    font-style: normal;
}
#about{
	padding: 32px 0;
}
#about h3{
	text-transform: uppercase;
}
#values,#job{
	background-color: var(--backgroundLight);
}
.imgWorkplace {
    margin-bottom: 16px;
}

.txtBox{
    color: #333;
	text-align: center;
	font-size: 22px;

}
.txtBox p{
	color: var(--txtColor);
}
#hiddenTxt{
	display: none;
}
#txtTriger {
	cursor: pointer;
    color: #fff;
    background-color: var(--primaryColor);
    text-align: center;
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    padding: 4px 0;
}

.decoSquare {
    width: 320px;
    height: 320px;
    background-color: var(--primaryColor);
    position: absolute;
    z-index: 1;
	transform: translate(-200px,200px);
}
.collapsible,
.collapsible-body,
.collapsible-header {
	border: none;
	box-shadow: none;
}
.collapsible-header {
    background: transparent;
    color: #fff;
	text-align: center;
	font-size: 18px;
}
.collapsTriger {
	position: relative;
    background-color: var(--primaryColor);
    margin-left: auto;
    margin-right: auto;
    padding: 8px 18px;
	animation-name: bumb;
	animation-duration: 3s;
	animation-iteration-count: infinite;
}
.arrowBtn{
	position: absolute;
	left: 50%;
	bottom: 0;
	margin-bottom: -14px;
	transform: translateX(-50%);

}
/* @keyframes bumb {
	0%   {transform: scale(1);}
	50%  {transform: scale(1.1);}
	100% {transform: scale(1);}
} */

a.linkCorpo {
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    text-transform: uppercase;
    font-size: 22px;
    color: var(--ternaryColor);
    padding: 12px;
    background: var(--primaryColor);
	max-width: 280px;
	/* animation-name: bumb;
	animation-duration: 3s;
	animation-iteration-count: infinite; */
	transition: all .32s ease-in-out;
	margin-top: 32px;
}a.linkCorpo:hover{
	transform: scale(1.0618);
}
/*SERVICES*/
#services{
	padding-bottom: 10px;
}
#services .col,
#services .row{
	padding: 0;
}
#services .row{
	margin: 0;
}
.serviceBox a {
    display: block;
    color: #fff !important;
    width: 100%;
    height: 100%;
    z-index: 3;
    position: absolute;
    top: 0;
    left: 0;
	border: 12px solid var(--backgroundLight);
}
.serviceBox{
	position: relative;
	background-size: auto 105% ;
	background-position: center;
	height: 400px;
	transition: all .32s;
}.serviceBox:hover{
	background-size: auto 120%;
}
.serviceBox .mask{
	width: 100%;
	background-color: #000;
	opacity: .35;
	width: 100%;
	height: 100%;
}
.serviceBox h3 {
    text-transform: uppercase;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: 0;
    width: 100%;
    font-size: 2em;
    transform: translate(-50%,-50%);
	color: #fff;
}
.serviceBox.bibliothequemobilier{
	background-image: url('../img/vignettes/bibliothequeetmobilier.jpg');
}
.serviceBox.comptoirreception{
	background-image: url('../img/vignettes/comptoirreception.jpg');
}
.serviceBox.cuisinesdb{
	background-image: url('../img/vignettes/cuisineetsdb.jpg');
}
.serviceBox.dressingrangement{
	background-image: url('../img/vignettes/dressingetrangement.jpg');
}
.serviceBox.porte{
	background-image: url('../img/vignettes/porte.jpg');
}
.serviceBox.cloisonboiserie{
	background-image: url('../img/vignettes/cloisonetboiserie.jpg');
}
.serviceBox.fenetrevolet{
	background-image: url('../img/vignettes/fenetreetvolet.jpg');
}
.serviceBox.entretienrenovation{
	background-image: url('../img/vignettes/entretienetrenovation.jpg');
}


.serviceBox.travauxspeciaux{
	background-image: url('../img/vignettes/travauxspeciaux.jpg');
}


/*FOOTER*/
footer{
	background-color: #f3f3f3;
	color: var(--txtColor);
	font-size: 18px;
}
footer address a {
    color: var(--txtColor);
}
.footerSplit{
	color: var(--secondaryColor);
}
/* .logoFooter{
	color: #fff;
    text-align: center;
    font-weight: 700;
    font-size: 46px;
    letter-spacing: 0.1em;
    padding: 18px 0 0 0;
} */
.logoFooter img {
    height: 170px;
    margin-top: 32px;
    margin-bottom: 12px;
}
.footerSocial{
	margin-bottom: 32px;
}
.footerSocial li{
	display: inline-block;
	background-color: var(--primaryColor);
	width: 50px;
	height: 50px;
	transition: all .32s ease-in-out;
	margin-right: 8px;
	font-size: 25px;
	color: var(--ternaryColor);
	padding-top: 6px;
}.footerSocial li:hover{
	border-radius: 100%;
}
footer address{
	font-size: 18px;
	color: #707070;
	font-style: initial;
	margin-bottom: 12px;
}
.footerCopyright {
    background-color: #cdb7ac;
    color: var(--txtColor);
    font-size: 16px;
    padding: 16px 0;
	margin-top: 18px;
}

/*SERVICE PAGE*/
.firstService{
	padding-top: 60px !important;
}
#present{
	padding-bottom: 32px;
}
.serviceCard {
	position: relative;
    z-index: 3;
    padding: 51px 51px 64px 51px;
	text-align: center;
	background-color: var(--backgroundLight);
}
.serviceCard h2{
	text-transform: uppercase;
	margin-top: 0;
	color: var(--primaryColor);
}

.serviceCard p{
	color: #707070;
	font-size: 18px;
	text-align: center;
	max-width: 700px;
	margin-left: auto;
	margin-right: auto;
}
.svgArrow {
    position: absolute;
    bottom: -50px;
	left: 50%;
	transform: translateX(-50%);
}
#carouselGalerie{
	height: 70vh;
}
.carousel.carousel-slider {
    max-height: 80vh !important;
}
.trigerPreve,
.trigerNext {
    position: absolute;
    z-index: 5;
    font-size: 42px;
    color: var(--primaryColor);
    height: 100%;
    background: var(--backgroundLight);
	/* background: rgba(255,255,255,.3); */

    text-align: center;
    width: 42px;
    cursor: pointer;
}
.trigerNext{
	right: 0;
}
.trigerPreve svg,
.trigerNext svg{
	position: absolute;
	top: 50%;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}
.carousel .indicators{
	bottom: 40px;
}
.modalImgTriger {
    z-index: 5;
    position: absolute;
    bottom: 0;
    left: 50%;
    padding: 6px 36px;
    font-size: 28px;
    transform: translateX(-50%);
    background: var(--backgroundLight);
    cursor: pointer;
}
#modalTitle{
	text-transform: uppercase;
}
#imgGalerie img{
	max-width: 100%;
}

/*PAGE CONTACT*/
#contactPage{
	padding: 81px 0;
	background-color: var(--backgroundLight);
}
.teamBox{
	position: relative;
	margin-bottom: 14px;
}
.infoTeam{
	position: absolute;
	bottom: 16px;
	left: 16px;
}

.firstName, .lastName{
	font-size: 22px;
	color: #fff;
}
.firstName{
	font-weight: 600;
}
.role{
	color: #fff;
	font-size: 16px;
}
.logoContact{
	max-height: 180px;
}
.infoContactBox{
	padding-left: 50px;
}
#contactForm{
	background-color: var(--backgroundLight);
}
#contactForm p{
	color: var(--primaryColor);
}
input[type="text"]:not(.browser-default),
input[type="email"]:not(.browser-default) {
	height: 36px;
	border: 2px solid var(--primaryColor);
	padding-left: 6px;
	color: #9e9e9e ;
}
textarea.materialize-textarea {
	color: #9e9e9e ;
	border: 2px solid var(--primaryColor);
	padding-left: 6px;
	min-height: 200px;
	box-sizing: content-box;
}
.input-field > label{
    margin-left: 6px;
}
.input-field > label.active,.select-wrapper + label{
    color: #7b736a;
}
.input-field > label:not(.label-icon).active,.select-wrapper + label{
    margin-top: -4px;
}
input[type="text"]:not(.browser-default):focus:not([readonly]),
input[type="email"]:not(.browser-default):focus:not([readonly]),
textarea.materialize-textarea:focus:not([readonly]){
    border-bottom: 2px solid var(--primaryColor);
    -webkit-box-shadow: 0 1px 0 0 #4e4944;
    box-shadow: 0 1px 0 0 #4e4944;
}

.input-field input[type=text]:focus + label,
.input-field input[type=email]:focus + label,
textarea.materialize-textarea,
textarea.materialize-textarea + label {
    color: #9e9e9e !important;
  }
  .dropdown-content li > a, .dropdown-content li > span{
      color: #4e4944;
	  letter-spacing: initial;
  }
  .select-wrapper input.select-dropdown:focus{
      border-bottom: 1px solid #4e4944;
  }

  .input-field {
	margin-bottom: 0;
	margin-top: 0;
}
.select-dropdown.dropdown-trigger {
	color: #9e9e9e;
}
.btnSend {
	cursor: pointer;
    border: none;
    background: var(--primaryColor);
    color: var(--ternaryColor);
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 500;
    padding: 12px 18px;
	transition: transform .32s ease-in-out;
}.btnSend:hover{
	transform: scale(1.2);
}
div#form-messages {
    font-size: 18px;
    color: var(--primaryColor);
    font-weight: 800;
}
#map{
	min-height: 400px;
}
#infoContact{
	padding: 32px 0;
	background: #1a1a1a;
}
.addressForm {
	padding: 16px 0;
}
.addressForm address {
    font-style: normal;
    font-size: 18px;
	color: var(--primaryColor);
}
.addressForm address a{
	color: var(--primaryColor);
}
img.logoContactForm {
    max-width: 150px;
}
.addressForm p{
	margin-bottom: 2px;
}
.smMarginTop{
	margin-top: 0;
}
.contactSocial a{
	margin-top: 12px;
    display: inline-block;
    background-color: var(--primaryColor);
	text-align: center;
    width: 50px;
    height: 50px;
    transition: all .32s ease-in-out;
    margin-right: 8px;
    font-size: 25px;
    color: var(--ternaryColor);
    padding-top: 6px;
}.contactSocial a:hover{
	border-radius: 100%;
}
.contactCard img {
	max-height: 60px;
	margin-top: 32px;
}
.contactCard p{
	font-style: normal;
	color: var(--primaryColor);
	font-size: 18px;
}
.spacerTopBig{
	height: 110px;
}
.spacerGalerie{
	height: 32px;
}
.spacerTeam{
	margin-bottom: 32px;
}
.galerieThumb img{
	margin-bottom: 20px;
}
.titlePage h3{
	color: var(--primaryColor);
	margin-bottom: 0;
	margin-left: 0;
	text-align: center;
	margin-top: 0;
}
.hrDeco{
	border: none;
	border-bottom: 4px solid var(--secondaryColor);
	max-width: 83px;
	margin-bottom: 16px;
}
.navUnder {
	right: 0%;
	display: none;
	z-index: 9;
    position: fixed;
    background-color: transparent;
	margin: 0;
    width: 100%;
    /* left: 0; */
	transition: all .32s ease-in-out;
	box-shadow: 0 3px 10px rgba(0,0,0,0.3);
}
.navUnder li {
    display: inline-block;
	float: right;
}
.navUnder li a {
	text-transform: uppercase;
    font-size: 14px;
	color: var(--primaryColor);
	line-height: 28px !important;
}
.subNav:hover > .navUnder{
	display: block;
	right: 0;
}
.subNav ul a{
	padding: 6px 6px;
}
.carouselReal{
	height: 65vh !important;
}
.imgGalerie{
	/* width: 300px;
	height: 300px;
	overflow: hidden;
	position: relative; */
	margin-bottom: 16px;
}
.imgGalerie img{
	object-fit: cover;
}
.imgGalerie {
	position: relative;
  }
  
.imgGalerie::after {
	content: "";
	display: block;
	padding-bottom: 100%;
}

.imgGalerie img {
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 50% 50%;
	cursor: zoom-in;
}
.imgBiger{
	cursor: zoom-in;
}
.imgBigerOverlay{
	z-index: 999;
	position: fixed;
	display: none;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #292929;
	cursor: zoom-out;
}
.imgBigerOverlay img {
    max-width: 90%;
    max-height: 90%;
    position: absolute;
    left: 50%;
    top: 50%;
    cursor: zoom-out;
    transform: translate(-50%, -50%);
}
.carousel .carousel-item>img {
    width: 100%;
    object-fit: contain;
    height: 100%;
}
h4.baseLine {
    font-size: 24px;
    margin: 0;
    color: #545454;
	font-style: italic;
}
.quote{
	font-size: 22px;
}

#carouselHistory {
    height: 320px;
}
#about .trigerNext{
    right: 10% !important;
}
#about .trigerPreve{
    left: 10% !important;
	right: initial !important;
}
@media(max-width: 1600px){
	#about .trigerNext{
		right: 0% !important;
	}
	#about .trigerPreve{
		left: 0% !important;
	}
}
.firstHistory{
	border-left: 2px solid var(--secondaryColor);
}
h5.historyDate {
    color: var(--primaryColor);
	font-weight: 600;
}
#carouselHistory .active h5.historyDate{
	color: var(--secondaryColor);
}
#carouselHistory p {
    text-align-last: left;
    text-align: left !important;
    font-size: 15px;
    margin-bottom: 6px;
}
#carouselHistory .carousel-item {
    width: 190px;
    padding: 0 8px;
}
#carouselHistory  .carousel-item>img {
    width: 100%;
	height: auto;
	object-fit: initial;
}
.logoSmallCarousel{
	max-height: 160px;
}
.serviceBox{
	text-align: center;
}

.serviceHeader{
	background-color: var(--primaryColor);
	color: #fff;
}
.serviceHeader {
    padding: 12px 0;
}

.serviceBoxList {
    text-align: left;
    padding: 0 0 16px 0;
    margin-bottom: 16px;
	min-height: 350px;
}
.serviceBoxList h4{
	text-align: center;
	font-size: 22px;
	margin: 0;
}
.serviceBoxList .serviceBody{
	padding-left: 51px;
}
.serviceBoxList ul{
	/* text-align: center; */
	color: var(--txtColor);
	font-size: 18px;
}
.serviceBoxList ul li{
	list-style-type: disc !important;
}
.linkCorpo.linkSp{
	display: none;
}
#videoHd{
	width: 100%;
	height: 345px;
}
/*----------------------------------------------------------*/

/* break point */
@media(max-width:600px){
	.spacer{
		display: none;
	}
	.logoHeader img{
		max-width: 150px;
	}
	.firstName, .lastName{
		font-size: 16px;
	}
	.contactCard {
		padding-top: 18px;
		margin-bottom: 130px;
	}
	.lastCard{
		margin-bottom: 0;
	}
	.infoContact{
		position: relative;
		left: initial;
		top: initial;
		padding: 12px;
	}
	.imgContact {
		position: absolute;
		top: -85%;
		left: 50%;
		transform: translateX(-50%);
	}
	.specialSpacer{
		display: block;
	}
	.serviceBox {
		background-size: cover;
	}
	.showMoreBtn{
		display: block;
		margin-left: auto;
		margin-right: auto;
		text-align: center;
		text-transform: uppercase;
		font-size: 22px;
		color: #fff;
		padding: 12px;
		background: var(--primaryColor);
		max-width: 240px;
	}
	.decoFrame{
		display: none;
	}
	.serviceCard{
		position: relative;
		top: initial;
		left: initial;
		right: initial;
	}
	.serviceCard.cardRight{
		right: initial;
	}
	.serviceCard.cardLeft{
		left: initial;
	}
	#present .col {
		padding: 0 !important;
	}
	#present .row{
		display: flex;
		flex-direction: column;
	}
	.carouselFirst{
		order: 2;
	}
	.imgGalerie {
		width: 100%;
		height: auto;
		margin-bottom: 12px;
	}
	.carouselPage{
		display: none;
	}
	h4.baseLine {
		font-size: 18px;
	}
}
@media(max-width: 993px){
	.serviceBoxList {
		min-height: initial;
	}
}
/* 1200x800 */
@media(max-width: 1200px){
	nav .container {
		width: 80%;
	}
	nav ul a {
		font-size: 16px;
	}
	h3 {
		font-size: 2em;
	}
	.serviceBox h3{
		font-size: 1.6em;
	}
	.serviceBox {
		height: 300px;
	}
	
}
/* 1024x768 */
@media(max-width: 1024px){
	nav{
		display: none;
	}
	#mobileNav{
		display: block;
	}
	.mobilBanner{
		display: block;
	}
	h2{
		font-size: 2.56rem;
	}
	.serviceBox h3 {
		font-size: 1.3em;
	}
	.carouselReal{
		height: 38vh !important;
	}
	#carouselGalerie {
		max-height: 50vh !important;
	}
	.infoContactBox{
		display: none;
	}
}
/* 768x1024 */
@media(max-width:768px){
	#videoHomeSp{
		display: block;
	}
	#videoHome{
		display: none;
	}
}
/* 360x640 */
@media(max-width: 420px){
	#carouselHistory .carousel-item {
		width: 180px;
	}
	div#carouselHistory {
		height: 220px;
	}
	.serviceCard h2 {
		font-size: 1.6em;
	}
	a.linkCorpo {
		font-size: 18px;
		padding: 8px;
	}
	.carouselReal{
		height: 150px !important;
	}
	.serviceCard {
		padding: 32px 0 16px 0;
	}
	.carousel .indicators {
		display: none;
	}
	svg.svgArrow {
		display: none;
	}
	.imgGalerie img {
		position: relative;
		width: 100%;
		height: auto;
		object-fit: initial;
		object-position: initial;
		cursor: zoom-in;
	}
	.imgGalerie::after {
		content: "";
		display: block;
		padding-bottom: 0;
	}
	.role{
		display: none;
	}
	.linkCorpo.linkSp{
		display: block;
	}
	.linkCorpo.linkPc{
		display: none;
	}
	footer,
	footer address,
	.footerCopyright{
		font-size: 14px;
	}
	#videoHd {
		height: 165px;
	}
}
@media(max-height:400px){
	#videoHiltpold {
		bottom: 50%;
		transform: translate(-50%,-50%);
		bottom: initial;
		top: 50%;
	}
}
#corpoPage h3{
	margin-top: 90px;
}