body {
    font-family: "Barlow", sans-serif;
    line-height: 1.75rem;
    font-size: 1.1rem;
    font-weight: 300;
    color:#1c1c1c;
    background-color: #fff;
    padding: 0;
    margin: 0;
}
html {
	margin: 0;
	padding: 0;
}
h1 {
    font-family: "Bitter", serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    font-size: 3rem;
    color: #1c1c1c;
    text-transform: uppercase;
    margin-bottom: 2rem;
    margin-top: 2rem;
    line-height: 3rem;
}
@media (max-width: 767px) {
    h1 {
        font-size: 2.5rem;
        margin-bottom: 1.5rem;
        margin-top: 1.25rem;
        line-height: 2.4rem;
    }
}

h2 {
    font-family: "Bitter", serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    font-size: 2rem;
    color:#1c1c1c;
    text-transform: uppercase;
    margin-bottom: 2rem;
}

h3 {
    font-family: "Barlow", sans-serif;
    font-size: 1.3rem;
    color: #1c93a9;
    text-transform: uppercase;
    margin: 2rem 0 1.5rem 0;
}
h4 {
    font-family: "Barlow", sans-serif;
    font-size: 1.3rem;
    color:#1c1c1c;
    text-transform: uppercase;
    margin-bottom: 0.5rem;
    line-height: 2rem;
}
p {
  margin-top: 0;
  margin-bottom: 0.5rem;
}
ul.ulcheck {
  padding: 0px;
  margin: 0 0 2rem 0;
}
ul.ulcheck li {
  list-style-type: none;
  margin-bottom: 5px;
  padding-left: 35px;
  position: relative;
}
ul.ulcheck li::before {
    content: " ";
    display: block;
    left: 0;
    position: absolute;
    top: 2px;
    font-size: 1.5em;
    height:25px;
    width:25px;
    background:url("../img/commun/check.svg") no-repeat center center;
    background-size:contain;
}

ul.ulpuce {
  padding: 0px;
  margin: 0px;
}
ul.ulpuce li {
  list-style-type: none;
  margin-bottom: 2px;
  padding-left: 15px;
  position: relative;
}
ul.ulpuce li::before {
  content: "• ";
  display: block;
  left: 0;
  position: absolute;
  top: -4px;
  color: #1c93a9;
  font-size: 1.5em;
}
a {
    text-decoration:none;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    color: #212529;
}
a:hover {
    color: #212529;
}
b, strong {
  font-weight: 500;
}
.small {
    font-size: 0.7rem;
    line-height: 1.2rem;
    text-align:left;
}

@media (min-width: 576px) {
    .container {
        max-width: 94%;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 90%;
    }
}
@media (min-width: 1600px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xl {
      max-width: 84% !important;
    }
}

/* ==========================================================================
   ANIMATE
   ========================================================================== */

.os-animation {
    opacity: 0;
    -webkit-animation-duration: 0.8s;
    -moz-animation-duration: 0.8s;
    -ms-animation-duration: 0.8s;
    animation-duration: 0.8s;
}

.os-animation.animated {
    opacity: 1;
}


/*  ------------------------------------  */
/* ------ COOKIES ------ */
/*  ------------------------------------  */

#politique a:hover {
	color: #000;
}
.redAlert {
	color: #BB0020;
}
#colorbox {
	z-index: 99999;
}
#cboxOverlay {
	z-index: 9999;
}
#cookies {
	position: fixed;
   background-color: rgba(215, 215, 215, 0.9);
   background-color: rgba(215, 215, 215, .9); /* white with 50% opacity */
   background-color: rgba(215 215 215 / 0.9); /* CSS Colors 4 space-separated values */
	padding-top: 10px;
	z-index: 999999999;
	width:100%;
	height:100%;
	top: 0px;
	left: 0px;
	color:#000;
}
#cookiesPop {
    position: absolute;
    transform: translateY(-50%) translateX(-50%);
    top:50%;
    left:50%;
    padding:1rem;
    max-width:600px;
    overflow-y: auto;
    max-height: 100%;    
    background: #fff;
    font-size: 0.9rem;
    line-height: 1.5rem;
    font-weight:400;
    border-radius: 0.35rem;
}
#cookiesPopT {
    font-family: "Barlow", sans-serif;
    font-size: 1.25rem;
    color: #262626;
    margin-top: 0px;
    text-transform: uppercase;
    margin: 0 0 1rem 0;
    font-weight: 700;
    letter-spacing: 0.05rem;
    display:block;
}
.cookiesPopST {
    font-family: "Barlow", sans-serif;
    font-size: 1.1rem;
    color: #fff;
    margin-top: 0px;
    margin-bottom: 0;
    font-weight: 700;
    padding: 0.5rem 0.5rem 0.25rem 0.5rem;
    text-transform: none;
    background: #1c93a9;
    border-radius: 0.25rem 0.25rem 0 0;
    display: block;
}
.cookieCadr {
    border-left: solid 1px #c0c0c0;
    border-right: solid 1px #c0c0c0;
    border-bottom: solid 1px #c0c0c0;
    border-radius: 0 0 0.25rem 0.25rem;
}
.cookieCadr2 {
    border: solid 1px #b1c8ce;
    border-radius: 0.25rem;
}
#cookiesPop .small {
    line-height: 1rem;
    margin-bottom: 0;
}
#cookiesPop strong {
    font-weight: 500;
}
#cookiesPop em {
    font-weight: 500;
    color:red;
    font-style:normal;
}
#cookiesPop .badge {
    background-color: #ffffff !important;
    margin-left: 10px;
    color: #5ebc00;
    margin-bottom: 2px;
    border: solid 1px #5ebc00;
    font-size: 0.8rem;
    text-transform: uppercase;
}
#cookiesPop label {
    margin: 7px 0px  3px 0px;
    color: #000;
    font-weight: 600;
}
#cookiesPop a {
    color: #333;
    font-weight:500;
}
#cookiesPop a.aNoCookie {
    color: #bfbfbf;
    display: block;
    font-size: 0.8rem;
    text-align: right;
    text-decoration: underline;
	}

#cookiesPop .form-switch input  {
    margin-top: 12px;
}
#cookiesPop .form-check-input {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");    
    background-color: red;
}
#cookiesPop .form-check-input:checked {
    background-color: #5ebc00;
    border-color: #5ebc00;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");    
}
.cookiesLegend {
    font-size: .875em;
    line-height: 1.25rem;
    margin-top: 14px;
    clear:both;
}
#cookiesPop .cookiesLegend a {
    color:#262626;
    font-weight: 600;
}
#cookiesPop .cookiesLegend a:hover {
    color:#333;
}
.cookie-button-container {
    margin-top: 20px;
}
#cookiesStart .cookieNo {
    background-color: white;
    color: #c4c4c4;
    border: none;
    font-family: "Barlow", sans-serif;
    font-size: 0.9rem;
    font-weight: 400;
    border-radius: 0.25rem;
    margin-left: auto;
    display: block;
    padding: 0px;
    text-decoration: underline;    
}
#cookiesStart .cookieNo:hover {
       color:#333333;
}
#cookiesGestion .cookieNo {
    background-color:#fff;
    color:#262626;
    text-transform: uppercase;
    font-family: "Barlow", sans-serif;
    font-size: 1rem;
    font-weight: 500;
    border-radius: 0.25rem;
    padding: 0.5rem 1rem;
    border: solid 1px #b1c8ce;
}
#cookiesGestion .cookieNo:hover {
    border: solid 1px #1c93a9;
    background-color:#1c93a9;
    color:#ffffff;
}
.cookieYes {
    background-color:#5ebc00;
    color:#fff;
    text-transform: uppercase;
    font-family: "Barlow", sans-serif;
    font-size: 1rem;
    font-weight: 700;
    border-radius: 0.25rem;
    border: solid 1px #5ebc00;
    padding: 0.5rem 1rem;
    margin-right: 10px;
}
.cookieYes:hover {
    background-color:#539a0d;
}
.cookieValid {
    background-color:#262626;
    color:#fff;
    text-transform: uppercase;
    font-family: "Barlow", sans-serif;
    font-size: 1rem;
    font-weight: 500;
    border-radius: 0.25rem;
    padding: 0.5rem 1rem;
    border: solid 1px #262626;
    margin-right: 10px;
}
.cookieValid:hover {
    background-color:#1c93a9;
    border: solid 1px #1c93a9;
}
.cookieParametre {
    background-color:#fff;
    color:#262626;
    text-transform: uppercase;
    font-family: "Barlow", sans-serif;
    font-size: 1rem;
    font-weight: 500;
    border-radius: 0.25rem;
    padding: 0.5rem 1rem;
    border: solid 1px #b1c8ce;
}
.cookieParametre:hover {
    border: solid 1px #1c93a9;
    background-color:#1c93a9;
    color:#ffffff;
}
#cookiesPop input[type="radio"] {
    margin-left:0px;
}
.rgpdFomrInclude {
	margin-top: 20px;
}
#popupResa .rgpdFomrInclude .radio input {
	display: inline-block;
	max-width: 10px;
	margin-right: 5px;
	margin-left: -20px;
	padding-left: 0;
	margin-top: -3px;
}
#btnGestionCookies {
    display: inline-block;
    font-family: "Barlow", sans-serif;
    font-size: 0.8rem;
    text-decoration: none;
    cursor: pointer;
}

#boxPresDet .ratio iframe {
    display: block;
}
#boxPresDet .ratio.YTbloqued iframe {
    display: none;
}
.ratio.YTbloqued {
    background: #f8f8f8;
    position:relative;
}
.ratio.YTbloqued:after {
    content: "Vidéo Youtube bloquée depuis la gestion des cookies";
    position: absolute;
    display: block;
    padding: 1rem;
    text-align: center;
    top: 50%;
    transform: translateY(-50%) translateX(-50%);
    font-size: 0.7rem;
    left: 50%;
    width: 80%;
    text-transform: uppercase;
}
.lockVideo.YTbloqued {
    background: #f8f8f8;
    position:relative;
    line-height: 1rem;
    padding: 1rem;
}
.lockVideo.YTbloqued:after {
    content: "Vidéo Youtube bloquée depuis la gestion des cookies";
    display: block;
    padding: 1rem;
    text-align: center;
    font-size: 0.7rem;
    width: 100%;
    text-transform: uppercase;
}

.zoneGM, .magazAcces {
    background: #ffffff;
    position: relative;
}
.zoneGM:after, .magazAcces:after {
    display:none;
}
.zoneGM.MAPbloqued, .magazAcces.MAPbloqued {
    background: #f8f8f8;
    position:relative;
}
#magasins.MAPbloqued .magazAcces iframe {
    display:none;
}
.zoneGM.MAPbloqued:after, .magazAcces.MAPbloqued,
#magasins.MAPbloqued .magazAcces:after {
    content: "Plan Google Maps bloqué depuis la gestion des cookies";
    position: absolute;
    display: block;
    padding: 1rem;
    text-align: center;
    top: 50%;
    transform: translateY(-50%) translateX(-50%);
    font-size: 0.7rem;
    left: 50%;
    width: 80%;
    text-transform: uppercase;
    z-index:100;
}
@media screen and (min-width: 620px) {
	#cookiesPop {
    	width: 600px;
	}
}
@media screen and (max-width: 619px) {
    #cookiesStart .cookieNo {
        width: 100%;
        text-align: right;
        margin-bottom: 10px;
    }    
    #cookiesPop {
        position: absolute;
        width: 93%;
        border:solid 1px #ccc;
        padding:10px;
        margin-left:0px;
    }
    .cookieValid  {
        width:100%;
        margin-bottom:20px;
        margin-top:10px;
    }
    .cookieYes  {
        width: calc(50% - 5px);
        float: left;
        margin-right:5px;
    }
    #cookiesGestion .cookieNo  {
        width: calc(50% - 5px);
        float: left;
        margin-left:5px;
    }
}
@media screen and (max-width: 420px) {
    #cookiesStart .cookieYes, #cookiesStart .cookieParametre {
        width: 100%;
        margin-right: 0px;
	}
    #cookiesStart .cookieYes {
        margin-bottom: 10px;
	}
}


/*NAV*/

a#btnTop {
    font-size: 1.5rem;
    margin: 0 auto;
    display: block;
    width: 40px;
    line-height: 40px;
    color: #fff;
    text-align: center;
}
a#btnTop:hover {
    background: #1c93a9;
    color: #fff;
}
a#btnStart  {
    position: absolute;
    bottom: 1rem;
    right: 1.25rem;
    font-size: 1.5rem;
    scale: 100%;
    z-index: 999;
    padding: 1rem;
    display: block;
    color: #fff;
    transition: scale .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}    
a#btnStart:hover svg  {
    transform : scale(120%)
}    
@media  (max-width: 991px ) {
    a#btnStart {
        font-size: 1.25rem;
        width: 2rem;
        text-align: center;
        padding: 0;
        left: 0;
    } 
}  


/*NAV*/

header {
    height:140px;
}
@media  (max-width: 991px ) {
    header {
        height:125px;
    }
}  
header > div {
    position: relative;
    height: 110px;
}
header .navbar {
    padding: 0 2rem;
    position: relative;
}
.navbar-toggler {
    position: absolute;
    right: 1.5rem;
    top: 28px;
    margin: 0;
    padding: 0;
    z-index: 10;
}
.navbar-toggler-icon {
    color: #000;
    font-size: 1.75rem;
    padding: 0;
    margin: 0;
    display: block;
    width: 40px;
    height: auto;
}
@media (min-width: 1192px) {
    #navsite {
        display: flex !important;
        flex-basis: auto;
        flex-direction: column;
        padding-right: 1rem;
      }
}
.navbar-expand-xl .navbar-nav .nav-link {
    color: #333;
    font-size: 1.4rem;
    text-transform: uppercase;
    font-weight: 400;
    padding: 0rem 0rem 1rem 2rem
}
.navbar-expand-xl .navbar-nav .nav-link:hover, .navbar-expand-xl .navbar-nav .nav-link.active {
    color: #1c93a9;
}
@media (max-width: 1499px) {
    .navbar-expand-xl .navbar-nav .nav-link {
        font-size: 1.25rem;
    }
}    
@media (max-width: 1299px) {
    .navbar-expand-xl .navbar-nav .nav-link {
        font-size: 1.25rem;
        padding: 0.5rem 0rem 0.5rem 0rem;
        font-weight: 500;
    }
}    
header ul.nav {
    margin-left: auto;
}
#navIcons {
    display: block;
    margin-bottom: 0;
    margin-top: 1.75rem;
    margin-left: auto;
 }
#navIcons li {
    list-style: none;
    display: block;
    float: left;
}
#navIcons li a {
    color: #333;
    display: block;
    letter-spacing: 0.1rem;
    line-height: 45px;
    text-align: center;
    font-size: 1rem;
    font-weight:400;
    margin: 0 0px 0 15px;
    padding: 0 5px;
    font-family: "Barlow", sans-serif;
    text-transform: uppercase;
}
#navIcons li a:hover, #navIcons li a.active {
    color:#1c93a9;
}
#navIcons li:last-of-type a {
    font-size: 1.35rem;
    padding-right: 0;
}
#navIconsMob {
    display: none;
 }
#navIconsMob a {
    font-size: 1.75rem;
    color: #fff;
    display: inline-block;
    margin-right: 1.75rem;
}
#navIconsMob a:hover {
    color: #1c93a9;
 }
#navIcons #telNav {
    font-family: "Barlow", sans-serif;
    color:#1c93a9;
    position: relative;
}
#navIcons #telNav:hover {
    color:#fff;
}
    
.navbar-brand {
    width: calc(30% - 2rem);
    display: block;
    position: absolute;
    left: 0;
    top: 1.5rem;
    z-index: 9999;
}
.navbar-brand.nvH {
    width: calc(30% - 2rem);
    display: block;
    position: absolute;
    left: 0;
    top: 2.5rem;
    z-index: 9999;
}
.navbar-brand.nvH #logo {
    width: 400px;
    display: block;
    max-width: 100%;
    height: auto;    
}
@media (max-width: 1199px) {
    #navsite {
        position: absolute;
        top: 125px;
        z-index: 9999;
        background: rgb(229, 229, 229);
        width: calc(100% - 4rem);
        left: 2rem;
        text-align: left;
    }
    #navIcons {
        padding-left: 0;
        text-align: right;
         margin: 1rem 2rem;
   }
    #navIcons li {
        display: block;
        float: none;
    }
    #navIcons li a {
        text-align: right;
        line-height: 30px;
        padding: 0px;
    }
    #navIcons li:last-of-type a {
        font-size: 1.75rem;
        padding-right: 0;
        margin-top: 0.75rem;
    }    
    header ul.nav {
        margin-left: initial;
        margin: 1rem 2rem;
   }    
    .navbar-brand.nvH {
      width: 350px;
    }
}    

#logo.logoP {
    width: 400px;
    height: auto;
    display: block;
    margin-left: auto;
    margin-left: 3rem;
}    

@media (max-width: 1499px) {
    .navbar-brand.nvH, .navbar-brand.nvH #logo {
        width: 290px;
    }
    .navbar-brand.nvH {
        left: -1rem;
        top: 1.8rem;
    }
}    
@media (max-width: 390px) {
    .navbar-brand.nvH, .navbar-brand.nvH #logo {
        width: 255px;
        display: block;
    }
}    


/*HOME START*/


#start  {
    /*border-bottom: solid 1px #dedede;*/
}
/*
#goProduits {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    position: relative;
    padding-top: 1rem;
}
#goProduits:before {
    content:"";
    width: 100%;
    height:100px;
    background: #1c93a9;
    position: absolute;
    top:0;
    left:0;
    z-index: -1;
}
*/
#start .accroche  {
    color: #1c93a9;
    background-color: #1d1d1b;
    margin: 0 0 0 0 !important;
    padding: 2rem;
    font-size: 2.5rem;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 2.5rem;
}
#start h2  {
    font-size: 2rem;
    text-transform: none;
    font-weight: 400;
}
#start h2 strong  {
    font-weight: 500;
    color: #1c93a9;
}
ul.ulSquare {
    margin: 0;
    padding: 0;
}
ul.ulSquare li {
    position: relative;
    list-style: none;
    padding-left: 2rem;
}
ul.ulSquare li:before {
    content:"□";
    position:absolute;
    display: block;
    width:10px;
    top: 0;
    left: 0px;
    color:#1c93a9;
}
.goDetail {
    display: block;
    background: #40b2ba;
    color: #FFF;
    padding: 0.5rem 1.5rem;
    text-decoration: none;
    -webkit-transition: all .8s;
    -moz-transition: all .8s;
    -o-transition: all .8s;
    transition: all .8s;
    font-size: 0.8rem;
    text-align: center;
    font-weight: 500;
    text-transform: uppercase;
}
/*.imgGamm {
    width: 100%;
    overflow: hidden;
    position: relative;
    cursor: pointer;
}
.imgGamm div {
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    transition: all 1s;
}*/
.friseBle {
    width: 100%;
    height: 30px;
    background: url("../img/commun/frise-epi.svg") repeat-x center bottom;
    background-size: contain;
    border-bottom: solid 1px #fde3aa;
}

.savH  {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    background: #1c93a9;
}
.savH img {
    display: block;
    width: 50%;
}
.savH h2 {
    text-align: center;
    padding: 0 2rem;
    width: 50%;
    margin-bottom: 0;
}
.vignIntro img {
    height:auto;
    display: block;
    width: 32%;
}
.vignIntro img:first-child {
    margin-right:2%;
}
.vignIntro img:last-child {
    margin-left:2%;
}
@media (max-width: 1199px) {
    .savH img {
        width: 40%;
    }
    .savH h2 {
        width: 60%;
    }    
    .vignIntro img {
        margin-top: 1rem;
    }
}    
@media (max-width: 767px) {
    #start .accroche  {
        font-size: 2rem;
        line-height: 2.25rem;
    }
}    
@media (max-width: 574px) {
    .savH img {
        width: 100%;
    }
    .savH h2 {
        width: 100%;
        padding: 1rem;
    }    
}    





/*CAROUSEL DIAPORAMA HOME*/

#slideH #myCarousel .carousel-item {
    height: calc(100vh - 140px);
    min-height: 350px;
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-color: #000;
}
#slideH.slideP #myCarousel .carousel-item {
    height: calc(80vh - 110px);
    min-height: 350px;
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-color: #000;
}

#slideH #myCarousel .carousel-item.meninter1 {
    background: url(../img/menuiserie-interieur-agencement/agencement-interieur-01.jpg) no-repeat center center; 
    background-size:cover;
}
#slideH #myCarousel .carousel-item.menext1 {
    background: url(../img/menuiserie-exterieure/fenetres-aluminium-noir.jpg) no-repeat center bottom; 
    background-size:cover;
}
#slideH #myCarousel .carousel-item.facade1 {
    background: url(../img/slide/menuiserie-concept-05B.jpg) no-repeat center bottom; 
    background-size:cover;
}


@media (min-width: 768px) {
    #slideH #myCarousel .carousel-item.slide1 {
        background: url(../img/slide/meuble-sur-mesure.jpg) no-repeat center center; 
        background-size:cover;
    }
    #slideH #myCarousel .carousel-item.slide2 {
        background: url(../img/slide/menuiserie-concept-01.jpg) no-repeat center center; 
        background-size:cover;
    }
    #slideH #myCarousel .carousel-item.slide3 {
        background: url(../img/slide/menuiserie-exterieure.jpg) no-repeat center center; 
        background-size:cover;
    }
    #slideH #myCarousel .carousel-item.slide4 {
        background: url(../img/slide/menuiserie-concept-04.jpg) no-repeat center center; 
        background-size:cover;
    }
    #slideH #myCarousel .carousel-item.slide6 {
        background: url(../img/slide/menuiserie-concept-05B.jpg) no-repeat center center; 
        background-size:cover;
    }
    #slideH.slideP #myCarousel .carousel-item.slide1 {
        background: url(../img/slide/menuiserie-concept-05.jpg) no-repeat center center; 
        background-size:cover;
        }
}
@media (max-width: 767px) {
    #slideH #myCarousel .carousel-item{
        height: calc(100vh - 200px);
    }
    #slideH #myCarousel .carousel-item.slide1 {
        background: url(../img/slide/meuble-sur-mesure.jpg) no-repeat center center; 
        background-size:cover;
    }
    #slideH #myCarousel .carousel-item.slide2 {
        background: url(../img/slide/menuiserie-concept-01.jpg) no-repeat center center; 
        background-size:cover;
    }
    #slideH #myCarousel .carousel-item.slide3 {
        background: url(../img/slide/menuiserie-exterieure.jpg) no-repeat center center; 
        background-size:cover;
    }
    #slideH #myCarousel .carousel-item.slide4 {
        background: url(../img/slide/menuiserie-concept-04.jpg) no-repeat center center; 
        background-size:cover;
    }
    #slideH #myCarousel .carousel-item.slide6 {
        background: url(../img/slide/menuiserie-concept-05B.jpg) no-repeat center center; 
        background-size:cover;
    }
    #slideH.slideP #myCarousel .carousel-item.slide1 {
            background: url(../img/slide/menuiserie-interieure-02.jpg) no-repeat center center; 
            background-size:cover;
        }
}    

#slideH  {
    position:relative;
}
#slideH:after  {
    display:none;
    content:"";
    position:absolute;
    z-index:9;
    height:20px;
    width:17%;
    background: #1c93a9;
    bottom:0;
    right: 0;
}
#slideH.slideP:after  {
    display:none;
}
#slideH .carousel-caption {
    right:inherit;
    left:inherit;
}
#slideH h2 {
    font-size: 3rem;
    text-shadow: 5px 5px 11px #0000006b;
    color:#fff;
}
#slideH h2 srong {
    font-size: 3.5rem;
}
#angSlider {
    position: absolute;
    content: "";
    width: 100%;
    background: #1c93a9;/*#1c93a9;*/
    height: 80px;
    right: 0px;
    bottom: 0px;
    -webkit-clip-path: polygon(0% 100%, 100% 0%, 100% 100%);
    clip-path:polygon(0% 100%, 100% 0%, 100% 100%);
    z-index: 100;
}  
.separIntro {
    height:150px;
    background-color:#1c93a9;
    position:relative;
}    
#accrocheSlider  {
    position: absolute;
    top: 0;
    z-index: 9;
    border-top: solid 50px #fff;
    left: 0;
    background: rgb(28,147,169);
    background: linear-gradient(145deg, rgb(28, 147, 169) 40%, rgb(76, 188, 191) 100%);
    padding: 3rem 1rem 5rem 3rem;
    width: 30%;
}
#accrocheSlider h1 {
    font-size: 2.75rem;
    color: #fff;
    top: 0;
    font-weight: 300;
    line-height: 3rem;
    margin: 0;
}
/*
#slideH.slideP #accrocheSlider h1 {
    font-size: 3rem;
    color: #fff;
    position: absolute;
    top: initial;
    bottom: 0;
    z-index: 9;
    text-align: right;
    left: 0;
    font-weight: 300;
    background: #1c93a9;
    padding: 3rem 2rem 3rem 1rem;
    width: 30%;
    line-height: 3rem;
    margin: 0;
}
*/
#accrocheSlider h1 strong {
    font-size: 3.5rem;
    font-weight: 700;
    font-family: "Barlow", sans-serif;
    text-transform: uppercase;
    line-height: 4rem;
}
#accrocheSlider h1 em {
    display: block;
    text-align: right;
    padding: 0 0 0.3rem 0;
    line-height: 1rem;
}
.carousel-control-next, .carousel-control-prev {
    height: 50px;
    transform: translateY(-50%);
    width: calc((100% - 84%) / 2);
    z-index: 20;
    bottom: 1rem;
    top: initial;
}    
.carousel-control-prev {
    left: 50%;
    transform: translateX(-100%);    
    border-right: solid 1px #ffffff7a;
}    
.carousel-control-next {
    right: 50%;
    transform: translateX(100%);
}   
@media (max-width: 1199px) {
    #accrocheSlider h1 {
        right: 58px;
    }
    #accrocheSlider h1 strong {
        line-height: 3.5rem;
    }
}    

@media (max-width: 991px) {
    #accrocheSlider {
        padding: 1rem 0rem 5rem 0rem;
        width: 2rem;
    }
    #accrocheSlider h1 {
        margin-left: 3rem;
        font-size: 2rem;
        line-height: 2.5rem;
        text-shadow: 0 1px 1px #333;
        font-weight: 500;
    }
    #slideH h2 {
      font-size: 3rem;
    }
    #slideH .carousel-caption {
        margin-right: 10px;
    }
}

@media (max-width: 767px) {
    #myCarousel .carousel-item {
          height: calc(100vh - 40px);
    }
}

@media  (max-width: 699px ) {
    #slideH:after {
        right: 25px;
        width: 50px;
    }     
    #accrocheSlider h1 {
        right: 25px;
        top: 30%;
    }    
    .carousel-control-next, .carousel-control-prev {
        width: 15%;
    }    
}    


@media (max-width: 500px) {
    #accrocheSlider h1 {
        font-size: 2.1rem;
        line-height: 2.3rem;
    }
    #accrocheSlider h1 strong {
        font-size: 3rem;
        line-height: 3rem;
    }
}    

@media (max-width: 375px) {
    #slideH h2 {
      font-size: 2.5rem;
    }
}



/*CAROUSEL DIAPORAMA HEADER*/

#bandeau {
    height: 200px;
    width:100%;
    background: url(../img/bandeau/produits.jpg) no-repeat center center; 
    background-size:cover;
}
@media (max-width: 767px) {
    #bandeau {
        background: url(../img/bandeau/produitsmob.jpg) no-repeat center top; 
        background-size:cover;
    }
}

        
/* BOX TITRAGE PAGE */

.boxTpage {
    background: #1c93a9;
    margin-top: -1.5rem;
    margin-bottom: 3rem;
}
@media (max-width: 767px) {
    .boxTpage {
        margin-bottom: 1.5rem;
    }
}
@media (max-width: 575px) {
    .boxTpage > .container > .row > .col-md-12 {
            padding-right: 0;
    }
    .boxTpage > h1  {
            padding-right: 1rem;
    }
}


/* HOME */

#aLinkActH {
    padding-left: 0;
}    
#aLinkActH li {
    display: block;
    list-style: none;
    margin-bottom: 0.25rem;
    position: relative;
}    
#aLinkActH li a {
    display: block;
    padding: 0.25rem 0;
    border-left: solid 10px #1c93a9;
    padding-left: 2rem;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;    
    position: relative;
    padding-right:2rem;
}    
#aLinkActH li a svg {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    color:#333;
}    
#aLinkActH li a strong {
    font-family: "Bitter", serif;
    display: block;
    font-size: 1.25rem;
    font-weight: 500;
    color:#1c93a9;
}    
#aLinkActH li a:hover {
    border-left: solid 15px #1c93a9;
    padding-left: 2.5rem;
}    
#aLinkActH li a:hover svg {
    color:#1c93a9;
    font-size: 1.25rem;
}    
#aLinkActH li a:hover strong{
    color:#333;
}   

.boxPlus {
  display: flex;
  justify-content: center;
  margin-top: 4rem;
}
.aPlusFiletV {
    border: solid 1px #1c93a9;
    display: block;
    padding: 0.7rem 1.25rem 1rem 1.25rem;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    line-height: 1rem;
    background: #1c93a9;
    color: #fff;
    font-size: 1.5rem;
    line-height: 1.75rem;
}
.aPlusFiletV:hover {
    background: #333;
    color:#fff;
}
#galH {
}
#galH img {
    height: 500px;
    width: 25%;
    display: block;
    object-fit: cover;
}
#histoH:after  {
    content:"";
    width: calc(37% - 2rem);
    height: 100%;
    background:#40b1b9;
    display: block;
    position: absolute;
    right:0;
    top:0;
    z-index: -1;
}
#histoH:before  {
    content:"";
    width: 3%;
    height: 100%;
    background:#40b1b9;
    display: block;
    position: absolute;
    left:0;
    top:0;
    z-index: -1;
}
@media (max-width: 1199px) {
    #histoH > .container {
        background: #fff;
    }
    #histoH:after  {
        top: -20px;
        height: calc(100% + 20px);
    }
    #histoH h2:after  {
        left: 0;
        top: -115px;
    }
} 
@media (max-width: 765px) {
     #galH {
        flex-direction: column;
    }
    #galH img {
        height: 300px;
        width: 100%;
    }
}    
@media (max-width: 575px) {
     #histoH:after {
       display: none;
      }
}    

#histoH{
    margin-bottom:7rem;
}
#histoH #pillsHisto .nav-pills .nav-link {
    color: #212121;
    background: none;
    box-shadow: none;
    font-size:1.25rem;
    padding-left:0;
}
#histoH #pillsHisto .nav-pills .nav-link.active {
    color: #1c93a9;
    font-size: 2rem;
    font-weight: 500;
    margin-top: -1px;    
    background: none;
}
#histoH #pillsHisto{
    background: #fff;
}
#histoH #pillsHisto .tab-pane {
    padding: 1rem 0 1rem 0;
}
@media (max-width: 575px) {
    #histoH #pillsHisto .nav-pills .nav-link {
        font-size: 1.15rem;
        font-weight: 500;
    }
    #histoH #pillsHisto .nav-pills .nav-link.active {
        font-size: 1.25rem;
        margin-top: 0;
        font-weight: 700;
    }
}    
#showrH {
    margin-top: 8rem;
    margin-bottom: 8rem;
}
@media (max-width: 767px) {
    #showrH {
        margin-top: 1.5rem;
        margin-bottom: 2rem;
    }
}  
#expeH {
    margin-top: 10rem;
    margin-bottom: 10rem;
}
@media (max-width: 991px) {
    #expeH {
        margin-top: 5rem;
        margin-bottom: 5rem;
    }
}  
@media (max-width: 767px) {
    #expeH {
        margin-bottom: 3rem;
    }
}  
@media (max-width: 575px) {
    #expeH {
        margin-bottom: 1.75rem;
    }
}  
#menuiInt1 {
    margin-top: 10rem;
    margin-bottom: 10rem;
}
#menuiInt2 {
    margin-top: 10rem;
    margin-bottom: 10rem;
}
#indexP #menuiInt2 {
    margin-top: 10rem;
    margin-bottom: 8rem;
}
@media (max-width: 575px) {
    #menuiInt1 {
        margin-bottom: 5rem;
        margin-top: 5rem;
   }
    #menuiInt2 {
        margin-bottom: 5rem;
    }
}  
#menuiExt1 {
    margin-top: 8rem;
    margin-bottom: 10rem;
}
#menuiExt2 {
    margin-top: 10rem;
    margin-bottom: 8rem;
    background: #f2f2f2;
}
#menuiExt3 {
    margin-top: 10rem;
    margin-bottom: 5rem;
}
@media (max-width: 991px) {
    #menuiExt1 {
        margin-top: 5rem;
        margin-bottom: 5rem;
    }
    #menuiExt2 {
        margin-top: 5rem;
        margin-bottom: 5rem;
    }
    #menuiExt3 {
        margin-bottom: 5rem;
        margin-top: 5rem;
    }
}  
#facad1 {
    margin-top: 8rem;
    margin-bottom: 10rem;
}
#facad2 {
    margin-top: 10rem;
    margin-bottom: 8rem;
    background: #f2f2f2;
}
@media (max-width: 991px) {
    #facad2 {
        margin-top: 5rem;
    }
}  
#facad3 {
    position: relative;
    padding: 5rem 5rem 8rem 5rem;
    background: rgb(28, 147, 169);
    background: linear-gradient(180deg, rgb(28, 147, 169) 0%, rgb(76, 188, 191) 100%);
    color: #fff;
    z-index: 0;    
}
/*#facad3:after {
  display: none;
  content: "";
  width: 100%;
  height:400px;
  background: rgb(28,147,169);
  background: linear-gradient(180deg, rgb(28, 147, 169) 0%, rgb(76, 188, 191) 100%);
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}*/
#facad3 p, #facad3 h2, #facad3 h2 strong {
    color:#fff;
}
#facad3 h2.stFiletH:after {
    background: #fff;  
}
@media (max-width: 767px) {
    #facad3 h2.stFiletH:after {
        left: 0;
        top: -115px;
    }
    #facad1 {
        margin-top: 5rem;
        margin-bottom: 5rem ;
        padding-left: 0;
        padding-right: 0;
    }
    #facad3 {
        padding: 5rem 0 5rem 0rem;
    }
} 
#pContact {
    margin-top: 5rem;
    margin-bottom: 5rem;
}
@media (max-width: 991px) {
    #pContact {
        margin-top: 0rem;
        margin-bottom: 5rem ;
    }
} 



.reaAlbatros {
    display: flex;
    flex-direction: row;
}
.reaAlbatros .reaAvant {
    width: calc(86.5% - 20px);
    height:auto;
    margin-right:20px;
    position: relative;
}
.reaAlbatros .reaApres {
    width: 46.5%;
    height:auto;
    position: relative;
}
@media (max-width: 480px) {
     .reaAlbatros {
        flex-direction: column;
    }
   .reaAlbatros .reaAvant {
       width: 100%;
       margin-bottom:1rem;
    }
    .reaAlbatros .reaApres {
        width: 100%;
    }
} 
.reaDucs {
    display: flex;
    flex-direction: row;
}
.reaDucs .reaAvant {
    width: 46.5%;
    height:auto;
    position: relative;
}
.reaDucs .reaApres{
    width: 46.5%;
    height:auto;
    position: relative;
}
.reaDucs .reaApres2 {
    width: calc(86.5% - 20px);
    height:auto;
    margin-left:20px;
    position: relative;
}
.reaDucs .reaApres2:before   {
    content:"APRÈS";
    display: inline-block;
    padding: 6px 9px 9px 9px;
    color: #ffffff;
    position: absolute;
    z-index: 2;
    bottom: 0;
    font-weight: 500;
    letter-spacing: 0.05rem;
    font-size: 0.9rem;
    background: rgba(7, 7, 7, 0.60);
    width: 100%;
    text-align: center;
}
@media (max-width: 480px) {
    .reaDucs {
        flex-direction: column;
    }
    .reaDucs .reaAvant {
        width: 100%;
        margin-bottom: 1rem;
    }
    .reaDucs .reaApres {
        width: 100%;
        margin-bottom: 1rem;
    }
    .reaDucs .reaApres2 {
        width: 100%;
        margin-left: 0px;
    }
} 
@media (max-width: 480px) {
    .reaAvant.lesChenes {
        margin-bottom: 1rem;
    }
} 
.reaFacade  {
    margin-top: -5rem;
    position: relative;
}
.reaFacade h3 {
    color: #1c1c1c;
    padding: 0rem 0 1rem 0rem;
    margin: 0;
}
.reaAvant:before   {
    content: "AVANT";
    display: inline-block;
    padding: 6px 9px 9px 9px;
    color: #ffffff;
    position: absolute;
    z-index: 2;
    bottom: 0;
    font-weight: 500;
    letter-spacing: 0.05rem;
    font-size: 0.9rem;
    background: rgba(7, 7, 7, 0.60);
    width: 100%;
    text-align: center;
}
.reaApres:before   {
    content:"APRÈS";
    display: inline-block;
    padding: 6px 9px 9px 9px;
    color: #ffffff;
    position: absolute;
    z-index: 2;
    bottom: 0;
    font-weight: 500;
    letter-spacing: 0.05rem;
    font-size: 0.9rem;
    background: rgba(7, 7, 7, 0.60);
    width: 100%;
    text-align: center;
}
.lesChenes.reaAvant:before   {
    width: calc(100% - 24px);
}
.lesChenes.reaApres:before   {
    width: calc(100% - 24px);
}
.aReaWeb {
    border: solid 1px #333;
    padding: 5px 10px 8px 10px;
    margin-top: 0.5rem;
    position: relative;
}
.aReaWeb svg {
    position: absolute;
    right:1rem;
    height:20px;
    top: calc(50% - 10px);
}
.aReaWeb {
    border: solid 1px #333;
    padding: 10px 40px 13px 15px;
    margin-top: 0.5rem;
    position: relative;
    line-height: 1.5rem;
    color:#333;
}
.aReaWeb:hover {
    border: solid 1px #333;
    background: #333;
    color:#fff;
}
.aReaWeb:hover {
    border: solid 1px #333;
    background: #333;
    color:#fff;
}
.divRea {
    background: #f2f2f2;
    padding:2rem;
    margin-bottom: 3rem;
}
@media (min-width: 576px) {
    .lesducs {
        height:100%;
    }
} 


#futurH {
    position: relative;
    padding-bottom: 7rem;
    background: #f2f2f2;
    z-index: 0;    
}
#futurH:after  {
    content:"";
    width: 100%;
    height: 50%;
    background: rgb(28,147,169);
    background: linear-gradient(180deg, rgb(28, 147, 169) 0%, rgb(76, 188, 191) 100%);
    display: block;
    position: absolute;
    right:0;
    top:0;
    z-index: -1;
}
#futurH p, #futurH h2 {
    color:#fff;
}
#futurH h2.stFiletH:after {
    background: #fff;  
}
@media (max-width: 767px) {
    #futurH h2.stFiletH:after {
        left: 0;
        top: -115px;
    }
} 

#pointFortH {
    padding: 0rem 0 5rem 0;
}

/* ACCUEIL ACTIVITES  */

#goProduits {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    position: relative;
    margin-top: 2rem;
}
#goProduits > div  {
    position:relative;
    width: 33.33%;
    margin-top: 0;
    margin-bottom: 2rem;
}
#goProduits div a h2  {
    color: #ffffff;
    text-align: center;
    background: rgba(7,7,7,0.40);
    font-size: 1.5rem;
    padding: 2.25rem 1rem 0rem 1rem;
    margin-bottom: 0;
    text-transform: uppercase;
    -webkit-transition: all .8s;
    -moz-transition: all .8s;
    -o-transition: all .8s;
    transition: all .8s;
    position:absolute;
    bottom:0;
    left:0;
    width:100%;
}
#goProduits div a h2 span  {
    font-family: "Barlow", sans-serif;
    display:block;
    font-size: 1rem;
    opacity: 0;
    min-height: 50px;
    margin-top: 0.25rem;
    -webkit-transition: all .8s;
    -moz-transition: all .8s;
    -o-transition: all .8s;
    transition: all .8s; 
    text-transform: none;
}
#goProduits div a h2 svg  {
    font-size: 0.5rem;
    opacity: 0;
    margin: 0 auto;
    -webkit-transition: all .8s;
    -moz-transition: all .8s;
    -o-transition: all .8s;
    transition: all .8s; 
}
#goProduits div a h2 svg path  {
    color: #fff; 
}
.goDetail {
    display: none;
    background: #1d1d1b;
    color: #FFF;
    padding: 0.5rem 1.5rem;
    text-decoration: none;
    -webkit-transition: all .8s;
    -moz-transition: all .8s;
    -o-transition: all .8s;
    transition: all .8s;
    font-size: 1.15rem;
    text-align: center;
    font-weight: 400;
}
.imgGamm {
    width: 100%;
    overflow: hidden;
    position: relative;
    cursor: pointer;
}
.imgGamm div {
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    transition: all 1s;
}
#goProduits div a:hover .imgGamm div {
    transform: scale(1.5);
}              
#goProduits div a:hover .goDetail {
    background: #1c93a9;
    color: #1d1d1b;
    letter-spacing: 0.25rem;
    font-weight: 700;
}              
#goProduits div a:hover h2   {
    padding: 1.5rem 1rem 3rem 1rem;
}
#goProduits div a:hover h2 span  {
    opacity: 1;
    font-size: 1rem;
    height: auto;
}
#goProduits div a:hover h2 svg  {
    transform: scale(3);
    opacity: 1;
    margin: 2rem auto 0 auto;
}
@media (max-width: 991px) {
    #goProduits > div  {
        width: 50%;
    }
}    
@media (max-width: 775px) {
    #goProduits > div  {
        width: 100%;
        margin-right: 0;
        margin-left: 0;
   }
}  


/* PAGES  */

#blocPointFort {
}
#blocPointFort > div > div > div {
    position: relative;
    z-index: 1;
}
#blocPointFort > div > div:first-of-type {
}
#blocPointFort > div > div:first-of-type > div {
    border-top: none;
    text-align: right;
    padding: 4rem 1.5rem 4.25rem 0.5rem;
    margin-top: -2rem;
    background: rgb(28,147,169);
    background: linear-gradient(145deg, rgba(28,147,169,1) 40%, rgba(64,177,185,1) 100%);
}
#blocPointFort > div > div:first-of-type > div p {
    text-align: right;
    font-size: 2rem;
    line-height: 100%;
    text-transform: uppercase;
    color: #fff;
}
#blocPointFort > div > div:first-of-type > div p strong {
    color: #fff;
}
#blocPointFort > div > div:first-of-type > div p img {
    display: block;
    width: 175px;
    height: auto;
    margin-top: 0.75rem;
    margin-left: auto;
}
#blocPointFort > div > div > div > span {
    text-align: center;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.75rem;
    display: block;
    color: #5a5a5a;
}
#blocPointFort > div > div > div > span > strong {
    display: block;
    color: #40b1b9;
    font-size: 1.5rem;
    font-weight: 500;
}
#blocPointFort > div > div > div > img {
    display: block;
    margin: 0 auto 0.5rem auto;
    height: 50px;
    width: auto;
}
@media (max-width: 1399px) {
    #blocPointFort > div > div > div > span {
      font-size: 1rem;
      line-height: 1.5rem;
    }    
    #blocPointFort > div > div > div > span > strong {  
        font-size: 1.25rem;
        font-weight: 500;
        margin-bottom: 5px;
    }
} 
    @media (max-width: 1399px) {
        #blocPointFort > div > div > div {
             margin-bottom: 2rem;
        }    
        #blocPointFort > div > div:first-of-type > div {
             padding: 4rem 1.5rem 1rem 0.5rem;
        }    
    } 
#boxContactP {
    color:#333;
    text-align:right;
    margin-bottom: 5rem;
    background: #f2f2f2;
}
#boxContactP > div.row > div > div {
    padding: 2rem 2rem 0.5rem 2rem;
}

#boxContactP h2 {
    color:#1c93a9;
    margin: 0 0 1rem 0;
    font-size: 1.5rem;
    font-weight: 400;
    margin-bottom: 0;
}
#boxContactP h2 span {
    padding-left: 1rem;
    display: inline-block;
}
#boxContactP h2 strong {
    font-weight: 600;
    color: #1c93a9;
    display: block;
}
#boxContactP a {
    display: block;
    color: #fff;
    font-weight: 500;
    font-size: 1.5rem;
    line-height: 1.5rem;
    background: #1c93a9;
    padding: 1rem 2rem 1.25rem 1.5rem;
}
#boxContactP a:hover {
	display: block;
	color:#fff;
	font-weight: 500;
	font-size: 1.75rem;
	line-height: 1.5rem;
}
@media (max-width: 991px) {
    #boxContactP > div.row > div:last-of-type > div {
        padding: 0rem 2rem 0.5rem 1rem;
    }
}
@media (max-width: 575px) {
    #boxContactP > div.row > div > div  {
        padding: 1rem 1rem 0 1rem;
    }
     #boxContactP > div.row > div:last-of-type > div {
        padding: 0rem 1rem 0.5rem 1rem;
    }
   .txtBluSpacing {
        margin-bottom: 0rem;
    }
    #boxContactP h2 span {
        font-size: 1.25rem;
    }
    #boxContactP a {
        padding: 1rem 1rem 1.25rem 1.5rem;
    }    
}
h2.stFilet {
    font-size: 1.65rem !important;
    text-transform: none;
    font-weight: 400;
    position:relative;
    margin-top: 4rem;
    margin-bottom: 3rem;
}
h2.stFilet:before {
    content: "";
    display: block;
    position: absolute;
    top: 2.5rem;
    left: -19px;
    width: 1px;
    height: 125px;
    background: #cfcfcf;
}
h2.stFilet:after{
    content: "";
    display: block;
    position: absolute;
    bottom: -1rem;
    width: 10px;
    height: 75px;
    background: #1c93a9;
    left: -43px;
    top: 6px;
}
h2.stFiletH {
    text-transform: none;
    font-weight: 400;
    position:relative;
    margin-top: 4rem;
    margin-bottom: 1rem;
}
h2.stFiletH:before {
    display: none;
    content: "";
    position: absolute;
    top: -0.5rem;
    left: -19px;
    width: 1px;
    height: 200px;
    background: #cfcfcf;
}
h2.stFiletH:after{
    content: "";
    display: block;
    position: absolute;
    bottom: -1rem;
    width: 10px;
    height: 80px;
    background: #1c93a9;
    left: -43px;
    top: -22px;
}
@media (max-width: 767px) {
    h2.stFiletH::after {
        left: 0;
        top: -115px;
    }
    #pLegal h2.stFiletH::after {
        left: -43px;
        top: -22px;
        height: 70px;
    }
} 
.boxHrge {
    padding-top: 4rem;
    padding-bottom: 4rem;
    background: #f2f2f2;
}
.boxHrge img {
    height: 80px;
    width:auto;
    margin: 1rem;
}
.boxHrge p:last-of-type {
    font-size: 1.5rem;
    font-family: "Bitter", serif;
}

/*MODAL PRODUIT*/

a.closeModal  {
    font-size: 2rem;
    color: #1c1c1c;
}
a:hover.closeModal  {
    color: #3c4877;
}
#myModal .modal-header {
    border-bottom: 1px solid #ffffff;
}
#myModal .modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 0rem 1rem 0rem 1rem;
}


/* SERVICES  HOME  */

#serviceFoot {
    background: rgba(28,147,169,0.8);
    display: flex;
    height: 40px;
    justify-content: center;
    position: fixed;
    right: 0;
    z-index: 999;
    bottom: 0;    
}
#service {
    justify-content: center;
    width: 50%;
    display: flex;
    align-items: center;
}
#service > div {
    padding: 2rem 2rem;
    text-align: center;
}
#service > div strong {
    display: block;
    text-transform: uppercase;
    line-height: 1.1rem;
}
#service > div img {
    height: 40px;
    width: auto;
    margin-bottom: 1rem;
}
#service > div > span {
    font-size: 0.9rem;
    line-height: 1.15rem;
    display: block;
}
.bkgBoisGris {  
    /*background: url("../img/commun/beton8.jpg") no-repeat;
    background-size: 220%*/; 
    width: 30%;
    height: 50%;
    position: absolute;
    top: 0;
    left:0;
    background: #1c93a9;
    padding-top: 6rem;    
}
.bkgBoisGrisP {  
    background: url("../img/commun/beton8.jpg") no-repeat;
    background-size: 220%;
    width: 30%;
    height: 200px;
    position: absolute;
    top: 0;
    left: 0;
}
.logosRge  {  
    display: flex;
    justify-content: end;
    /*border-left: solid 1px #cfcfcf;
    padding-left: 2rem;*/
    margin: 1rem 0;
    position: relative;
}
.logosRge:before  {  
    content: "";
    display: block;
    position: absolute;
    bottom: -1rem;
    width: 10px;
    height: 75px;
    background: #1c93a9;
    left: -43px;
    top: -45px;
}
.logosRge:after {
  content: "";
  display: block;
  position: absolute;
  top: -1rem;
  left: -19px;
  width: 1px;
  height: 125px;
  background: #cfcfcf;
}
.logosRge > div:first-of-type  {  
    flex-grow: 1;
}
.logosRge > div:last-of-type  {  
    display: flex;
    width: 350px;
    margin-bottom: 1rem;
    justify-content: end;
}
.logosRge > div img  {  
    height: 90px; 
    width: auto;
    margin-left:1rem;
}
.filetUp30noir  {  
    width: 100%;
    position: relative;
}
.filetUp30noir:before  {  
    content:"";
    width: 30%;
    height: 1px;
    background:#b3b3b3;
    position: absolute;
    top: 0px;
    left:0;
}
.txtBluSpacing {
  letter-spacing: 0.15rem;
  font-weight: 400;
  margin-bottom: 2rem;
  font-size: 1.15rem;
}




.parrallax-2 {  
    width: 100%;
    background: url("../img/commun/beton9foot.jpg") no-repeat;
    height: 40px;
    background-size: cover;
}
.parrallax-3 {  
    width: 100%;
    background: url("../img/commun/beton8.jpg") no-repeat;
    height: 25px;
}

@media (max-width: 767px) {
    .parrallax-3 {  
        background: url("../img/commun/beton8.jpg") no-repeat;
    }
} 

@media (max-width: 1199px) {
    #service {
        width: 75%;
    }
    .parrallax-2 {  
        width: 25%;
    }
} 
@media (max-width: 768px) {
    #serviceFoot {
        background: #1c93a9;
        display: block;
    }
    #service {
        width: 100%;
    }
    .parrallax-2 {  
        width: 100%;
        height:100px;
    }
} 
@media (max-width: 575px) {
    #service {
        display: block;
        padding-top: 2rem;
        padding-bottom: 1.75rem;
   }
    #service > div {
        padding: 0rem 1rem 1rem 1rem;    
    }
    #service > div img {
        height: 40px;
        width: auto;
        margin-bottom: 0.5rem;
        margin-top: 0.5rem;
    }    
} 




.parrallax-content{
    position: relative;
    overflow: hidden;
    -webkit-background-size: cover;
    background-size: cover;
    /* background-attachment: fixed;*/
    background-attachment: initial;
    background-position: center center;
}

.parrallax {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}

.parrallax:before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  z-index: -1;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 120% auto;
}
.maskBlu {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.35) 60%);
    position: absolute;
    z-index: 9;
    width: 100%;
    height: 100vh;
}
.maskBluP {
    background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 60%);
    position: absolute;
    z-index: 9;
    width: 100%;
    height: 100%;
}
@media (max-width: 767px) {
    .maskBlu {
      height: calc(100vh - 40px);
    }
}



/* LISTING PRODUTS FAMILLE */


#listingFam {
    display: flex;
    justify-content: center;
    width: 100%;
    flex-wrap: wrap;
    background: #fff;    
    padding: 3rem 0;
}
#listingFam img {
    border-radius : 0 1rem 0 1rem;
}
#listingFam > div {
    width: calc(50% - 2rem);
    margin-bottom: 4rem;
    border-top: solid 10px #1c93a9;
    border-bottom: solid 1px #ccc;
    border-left: solid 1px #ccc;
    border-right: solid 1px #ccc;
    padding-bottom: 1rem;
}
#listingFam > div:nth-child(even) {margin-left: 2rem;}
#listingFam > div:nth-child(odd) {margin-right: 2rem;}

#listingFam > div > div {
    width: 55%;
    padding: 2rem 2rem 2rem 2rem;
    
}
#listingFam > div > a {
   display: block;
    width: 45%;
    float: right;
    margin: -25px -15px 0 0;
    border-left: solid 5px #fff;
}
#listingFam h2 {
    padding: 0rem 0rem 1rem 0rem;
    margin-bottom: 0;
    font-size:1.5rem;
    line-height: 1.5rem;
}


@media (min-width: 576px) and (max-width: 1280px) {
    #listingFam > div {
        width: 100%;
        margin: 0rem 0rem 4rem 0rem;
    }
    #listingFam > div > a {
      margin: -25px 0px 0 0;
    }    
    #listingFam > div:nth-child(even) {
        margin-left: 0rem;
    }
    #listingFam > div:nth-child(odd) {margin-right: 0rem;}
    #listingFam > div:nth-child(even) > div {
        float: left;
    }
    #listingFam > div:nth-child(even) > a {
        float: left;
        border-right: solid 5px #fff;
        border-left: none;
    }
}
@media (max-width: 575px) {
     #listingFam > div {
        width: 100%;
        margin: 0rem 0rem 4rem 0rem;
    }
    #listingFam > div:nth-child(even) {
        margin-left: 0rem;
    }
    #listingFam > div:nth-child(odd) {
        margin-right: 0rem;
    }
    #listingFam > div > a {
        display: block;
        width: 100%;
        float: none;
        margin: 0;
        border-left: none;
    }
    #listingFam > div > div {
        width: 100%;
        padding: 2rem 1rem 1rem 1rem;
    }    
    #listingFam img {
        border-radius: 0rem;
    }    
    #listingFam > div {
        padding-bottom: 1rem;
    }    
}
@media (max-width: 420px) {
    #listingFam > div > div {
        width: 100%;
        padding: 2rem 1rem 0rem 1rem;
    }    
}




/*FOOTER*/


footer {
    background: #f2f2f2;
    /*background: linear-gradient(346deg, rgb(28, 147, 169) 40%, rgb(76, 188, 191) 100%);*/
    font-size: 0.9rem;
    text-align: right;
    color: #1c1c1c;    
}
/*footer img {
    width: 325px;
    height: auto;
}*/
@media (min-width: 1720px) {
    footer img {
        width: 325px;
        height: auto;
    }
} 
@media (max-width: 1719px) {
    footer img {
        width: 90%;
        height: auto;
    }
} 
@media (min-width: 1599px) {
    footer img {
        width: calc(100% - 20px);
        height: auto;
    }
} 

footer h2 {
    color:#1c1c1c;
    margin-top: 0px;
    font-size:1rem;
    margin-bottom:0.5rem;
}
footer h2 strong {
    display: inline-block;
    position: relative;
}
footer a {
    color: #1c1c1c;    
    text-transform: uppercase;
    font-size: 0.9rem;
}
footer a:hover {
    color:#1c93a9;
}
footer .aTel {
    color:#1d93a9;
    font-size: 1.4rem;
    display: block;
    font-family: "Barlow", sans-serif;
}
footer .aTel:hover {
    color: #333;
}
footer #aMail {
    color: #fff;
    font-size: 1rem;
    display: block;
    margin: 1rem 0;
    text-transform: none;
}
footer ul.nav li a {
    font-family: "Barlow", sans-serif;
    color:#1c1c1c;
    font-size: 0.9rem;
}
footer ul.nav li a:hover {
    color:#1c93a9;
}
footer ul.nav li a em {
    font-style: normal;
}
footer a.rs svg {
    font-size: 1.75rem;
    color: #333;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}
footer a.rs:hover svg {
    color: #1c93a9;
}
footer .filtJ {
    border-right: solid 1px #1c93a9;
    padding-right: 1rem;
}


#chBaseline {
    text-transform: uppercase;
    line-height: 1.15rem;
    text-align: left;
    font-size: 0.8rem;
    font-weight: 500;
    letter-spacing: 0.05rem;
    color: #666;
}
@media (max-width: 1399px) {
    #chBaseline br {
        display: none;
    }
}
@media (max-width: 991px) {
    #chBaseline {
        text-align: center;
        margin-bottom: 2rem;
        margin-top: -1rem;
    }
}
@media (max-width: 575px) {
    #chBaseline br {
        display: block;
    }
}
#qualifFoot img  {
    height: 80px;
    width: auto;
    margin: 0 1rem;
}
#copyright ul {
    display: flex !important;
    margin-bottom: 0;
}
#copyright p {
    margin-bottom: 0;
}
#copyright {
    font-size: 0.8rem;
    text-transform: uppercase;
    background: #41b0b9;
    color: #ffffff;
}
#copyright > .container > div {
    display: flex;
    justify-content: space-between;
}
@media (max-width: 991px) {
    #copyright > .container > div {
        flex-direction: column;
    }
}
#copyright a {
    font-family: "Barlow", sans-serif;
    font-size: 0.8rem;
    color: #fff;
}
#copyright a:hover {
    color: #1c1c1c;
}
.telBox span {
  display: block;
}
@media (max-width: 991px) {
    .footlogo img {
        margin: 0 auto 2rem auto !important;
        width: 250px;
    }
}
#RS h3 {
  display: inline-block;
}
#RS a {
    display: inline-block;
    margin-left: 1rem;
}
#RS {
    padding-top: 1rem;
    padding-bottom: 1rem;
    text-align:center;
}
.jcbFoot span {
    display: block;
    text-transform: uppercase;
    font-size: 0.7rem;
    margin-bottom: 0.25rem;
    letter-spacing: 0.05rem;
}
.jcbFoot img {
    width: 90px;
    display: block;
    margin-left: auto;
    margin-bottom: 2rem;
}
.logoFoot {
}

@media (min-width: 1200px) {
    footer .navPage {
        text-align: left;
        position: relative;
        margin-top: 5px;
        margin-bottom: 1.5rem;
    }
    footer .navPage:before {
        display:none;
        content: "";
        width: 7px;
        height: 30px;
        background: #1c93a9;
        position: absolute;
        top: 2px;
        right: -1.25rem;
    }
} 

@media (max-width: 1199px) {
    footer .navPage {
        margin-top: 0;
        margin-bottom: 2rem;
   }
    #RS {
        padding-bottom: 2rem;
        padding-top: 0rem;
    } 
    .logoFoot {
        width:100%;
        height:auto;
    }
    .jcbFoot img {
        margin: 0 auto 1.5rem auto;
    }
} 
@media (min-width:768px) and (max-width: 1199px) {
    .navPage {
        margin-top:3rem;
    }
    .navRS {
        margin-top:3rem;
    }
    
} 

@media (min-width: 992px) {
    #copyright {
        display: flex !important;
        justify-content: space-between !important;
    }
} 
@media (max-width: 991px) {
    footer {
        text-align: center;
    }
    #copyright {
        display: block !important;
        justify-content: space-between !important;
        text-align: center;
    }
    #copyright ul {
        display: block !important;
    }
    .logoFoot {
        width: 250px;
    }
    .jcbFoot img {
        margin: 0 auto 2.5rem auto;
    }
} 
@media (max-width: 767px) {
    footer {
      text-align: center;
    }
    .telBox br {
      display: none;
    }
    footer .aTel {
      margin-bottom:3rem;
      color: #1c93a9;
    }
    footer .navPage {
      margin-top: 0rem;
    }
    footer .navPage .nav {
      border:none;
    }
    .footAdress {
      margin-top:0px !important;
    }
} 


/* BOUTONS */

.btn {
    border-radius: 30px;
    padding-left:40px;
    padding-right:40px;
}

.btn-primary {
    color: #fff;
    background-color: #1c1c1c;
    border-color: #1c1c1c;
}
.btn-primary:hover  {
    color: #fff;
    background-color: #3c4877;
    border-color: #3c4877;
}


/* PAGE */

#contentP {
    position: relative;
}
#contentP ul {
padding: 0px;
margin: 0rem 0rem 1rem 0rem;
}
#contentP ul li {
  list-style-type: none;
  margin-bottom: 2px;
  padding-left: 20px;
  position: relative;
}
#contentP ul li:before {
  content: "• ";
  display: block;
  left: -8px;
  position: absolute;
  top: 0px;
  color: #1c1c1c;
  font-size: 1.5em;
}

.icoPdtd {
    height: auto;
    width: 250px;
    margin: 0px auto 20px auto;
    padding: 4rem 2rem;
    position: absolute;
    top: -74px;
    right: 0;
    z-index: 200;
    background: #fff;
    box-shadow: 0px 0px 55px #0000;
}
.breadcrumb {
    text-transform: uppercase;
    font-size: 0.7rem;
    color:#ffffff;
    margin: 0rem;
    background: #1d1d1b;
    padding: 0 1rem;
}
.breadcrumb a {
    text-transform: uppercase;
    font-size: 0.7rem;
    color:#ffffff;
}
.breadcrumb a:hover {
    color:#1c93a9;
}
.breadcrumb-item.active {
  color: #ffffff;
}
.icoPdtModal {
    float: right;
    width: 170px;
    padding: 50px 0px 50px 50px;
    display: block;
    border-left: solid 1px #dee0e8;
    height: auto;
}

@media (max-width: 991px) {
    .icoPdtd {
        position: relative;
        top: initial;
        z-index: 1;
        background: #fff;
        margin: 0px auto 0px auto;
        right: initial;
        display: block; 
    }
} 

/* BOUTONS  */

.btnPlus {
    display: inline-block;
    background: #1c93a9;
    padding: 0.65rem 1.5rem;
    color: #fff;
    text-decoration: none;
    -webkit-transition: all .8s;
    -moz-transition: all .8s;
    -o-transition: all .8s;
    transition: all .8s;
    font-size: 1rem;
    margin-top: 1rem;
    line-height: 1.25rem;
}
.btnPlus strong {
    display: inline-block;
}
.btnPlus:hover {
    padding: 0.5rem 2.5rem;
    background: #1c1c1c;
    color:#fff;
}
.btnPlusNoir {
    display: inline-block;
    background: #1d1d1b;
    padding: 0.65rem 1.5rem;
    color: #1c93a9;
    text-decoration: none;
    -webkit-transition: all .8s;
    -moz-transition: all .8s;
    -o-transition: all .8s;
    transition: all .8s;
    font-size: 1rem;
    margin-top: 1rem;
    line-height: 1.25rem;
}
.btnPlusNoir strong {
    display: inline-block;
}
.btnPlusNoir:hover {
    background: #1c93a9;
    color:#1d1d1b;
}

/* FORM CONTACT */

#formContact input, #formContact textarea, #formContact select   {
    margin-bottom: 0.5rem;
    border-radius: 0.25rem;
    border-color:#ebecf0;
    border-bottom: solid 3px #ebecf0;
    
}
#formContact .form-floating > .form-control:focus ~ label, #formContact .form-floating > .form-control:not(:placeholder-shown) ~ label, #formContact .form-floating > .form-select ~ label   {
    color: #9799a1;
}
#formContact .form-floating > .form-control:focus ~ label, #formContact .form-floating > .form-control:not(:placeholder-shown) ~ label, #formContact .form-floating > .form-select ~ label {
  font-size: 1rem;
}
#formContact a {
  color:#212529;
}
#formContact a:hover {
  text-decoration: underline;
}
.form-floating > .form-control:focus, .form-floating > .form-control:not(:placeholder-shown) {
  padding-top: 2rem;
}
.alert  {
    color: #c20e15;
    font-size: 0.9rem;
    font-weight: bold;
    padding: 1rem 0;
}
.valid {
    color: #1c93a9;
}

.required.error {
    border-color: #de2a2a!important;
}
#boxAdress {
    padding: 2rem 2rem 1rem 2rem;
    background: #f2f2f2;
}
#boxAdress h2 {
    font-weight: 500 !important;
}
#boxAdress img {
    width: 250px;
    display: block;
    margin-bottom: 1rem;
}


/* MENTIONS  */

.blocOmbre {
    padding: 2rem 2rem 1rem 2rem;
    margin-bottom: 3rem;
    box-shadow: rgba(133, 133, 133, 0.2) 0px 25px 20px -20px;
    position: relative;
    font-size: 1rem;
    line-height: 1.5rem;
}
.blocOmbre:before {
    content: "";
    width: 15px;
    height: 15px;
    background: #1d1d1b;
    position: absolute;
    z-index: 1;
    top: 4px;
    left: -1px;
    border-radius: 0.25rem;
}
.soulignJaune {
    border-bottom: solid 5px #1c93a9;
}
.blocOmbre table {
    font-size: 1rem;
    line-height: 1.5rem;
}
.blocOmbre a {
    color: #1c1c1c;
    font-weight:400;
}
.blocOmbre a:hover {
    color: #1c93a9;
}
.blocOmbre h2 {
    font-size: 1.25rem;
    color: #1c93a9;
    margin-bottom: 0.75rem;
}
.blocOmbre h3 {
    font-size: 1rem;
    font-weight: 600;
    letter-spacing: 0.1rem;
}
.blocOmbre h4 {
    font-size: 1.2rem;
}
.blocOmbre ul {
    padding: 0px;
    margin: 0px;
}    
.blocOmbre ul li {
    list-style-type: none;
    margin-bottom: 2px;
    padding-left: 20px;
    position: relative;
    font-weight: 500;
}    
.blocOmbre ul li:before {
    content: "■ ";
    display: block;
    left: 0;
    position: absolute;
    top: -1px;
    color: #1c93a9;
    font-size: 1em;
}  


/* PRESENTATION */

.imgFiletL {
    position: relative;
    padding-top: 75px;
    padding-bottom: 2rem;
}
.imgFiletL:before {
    content: "";
    width: 150px;
    height: 10px;
    background: #1c93a9;
    position: absolute;
    left: -50px;
    top: 30px;
    z-index: 100;
}
.imgFiletR {
    position: relative;
    padding-top: 75px;
}
.imgFiletR:before {
    content: "";
    width: 150px;
    height: 10px;
    background: #1c93a9;
    position: absolute;
    right: -50px;
    top: 30px;
    z-index: 100;
}
@media (max-width: 991px) {
    .imgFiletR {
        padding-top: 0;
        padding-bottom: 2rem;
    }
    .imgFiletR:before {
        display: none;
    }
    .imgFiletL {
        padding-bottom: 0rem;
        padding-top: 45px;
    }
    .imgFiletL:before {
        display: none;
    }
} 

/*MENUISERIE EXTERIEURE*/

.rgeMenExt {
    margin-bottom:1rem;
    border-right: solid 7px #4499a9;
    widows: 100%;
}
.rgeMenExt img {
    width: 80%;
    max-width: 200px;
    height: auto;
    display: block;
    margin: 0 auto;
}
.nuage {
    border: solid 1px #cccccc;
}
@media (max-width: 991px) {
    .rgeMenExt {
        margin-top: 2rem;
    }
    .nuage {
        margin-top: 2rem;
    }
} 

/* PIECES DETACHEES */

/*.boxContactPiece  {
    margin: 2rem 0;
    position: relative;
    background: #f2f1ef;
    border-radius: 0 1rem 0 0;
}
.boxContactPiece p  {
    font-family: 'Ubuntu', sans-serif;
    font-weight: 700;
    line-height: 1.5rem;
    padding: 1.25rem 7.5rem 1.25rem 1rem;
    text-align: right;
    position: relative;
    border-left: solid 10px #ffa60c;
    margin-bottom: 0;
}
.boxContactPiece a  {
    background: #1d1d1b;
    padding: 0.65rem 1.5rem;
    color: #1c93a9;
    text-decoration: none;
    -webkit-transition: all .8s;
    -moz-transition: all .8s;
    -o-transition: all .8s;
    transition: all .8s;
    font-size: 1rem;
    line-height: 1.25rem;
    display:block;
    text-align: center;
}
.boxContactPiece a strong {
    display: inline-block;
}
.boxContactPiece a:hover {
    background: #1c93a9;
    color:#1d1d1b;
}
.boxContactPiece img {
    width: 95px;
    margin-top: 1.25rem;
    position: absolute;
    top: 0px;
    right: 0;
}
.boxContactPiece p {
    margin-bottom: 0;
}

@media (max-width: 991px) {
    .boxContactPiece img {
        margin: 0rem auto 1.25rem auto;
        position: relative;
        display: block;
    }
    .boxContactPiece p {
        padding: 1.25rem 1rem 1.25rem 1rem;
        text-align: center;
        position: relative;
        margin-bottom: 0;
    }
}*/


/* BaguetteBox Galerie photos */

#baguetteBox-overlay .full-image figcaption {
    font-family: "Barlow", sans-serif;
    padding: 10px 0;
    font-size: 0.9rem;
    text-transform: uppercase;
}
.baguetteBox-button {
    border-radius: 0%;
}

/* DIVERS */

.txtBlu {
  color: #1c93a9;
}
.txtnoCap {
  text-transform: initial;
}
.txtAccroch {
  font-family: 'Ubuntu', sans-serif;
}
.txtAccrochBig {
    font-size: 1.4rem;
    font-family: 'Ubuntu', sans-serif;
    line-height: 2rem;
    font-weight: 700;
}
.imgRadius0101 {
    border-radius: 0 1rem 0 1rem;
}
.imgRadius1010 {
    border-radius: 1rem 0 1rem 0;
}
.olNumber {
    padding:0;
}
.olNumber li {
    list-style: none;
    position:relative;
    padding: 1.25rem 0rem 0 2.5rem;
}
.olNumber li strong {
    font-size: 1.25rem;
}
.olNumber li:before {
    content: "";
    position: absolute;
    top: 13px;
    left: 6px;
    font-size: 1.5rem;
    font-weight: 500;
    color: #1c93a9;
    width: 50px;
    text-align: left;
    padding-right: 0;
}
.olNumber li:after {
    content: "";
    position: absolute;
    top: 18px;
    left: 28px;
    display: block;
    width: 1px;
    height: 30px;
    background: #1c93a9;
}
.olNumber li:nth-child(8n + 1):before {
  content: "1";
}
.olNumber li:nth-child(8n + 2):before {
  content: "2";
}
.olNumber li:nth-child(8n + 3):before {
  content: "3";
}
.olNumber li:nth-child(8n + 4):before {
  content: "4";
}
.olNumber li:nth-child(8n + 5):before {
  content: "5";
}
.ulPuceBleu {
    padding:0;
}
.ulPuceBleu li {
    list-style: none;
    position:relative;
    padding-left: 1.5rem;
}
.ulPuceBleu li:before {
    content: "";
    position: absolute;
    top: 11px;
    left: 0px;
    border: solid 1px #1c93a9;
    width: 10px;
    height: 10px;
}
.res-notification.success {
    background: #4bb759;
    padding: 1rem;
    border-radius: 0.25rem;
    color: #fff;
    text-align: center;
}
.res-notification.warning {
    padding: 1rem;
    background: #ffc2af;
    border-radius: 0.5rem;
    text-align: center;
}
.res-notification.warning a {
    font-weight:600;
}


.table-responsive {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

table {
    font-size: 0.9rem;
    line-height: 1.2rem;
    margin-bottom: 1rem;
    caption-side: bottom;
    border-collapse: collapse;
}

tbody,
td,
tfoot,
th,
thead,
tr {
    border-color: inherit;
    border-style: solid;
    border-width: 0;
}

table td {
    padding: 0.5rem 0.75rem 0.5rem 0;
    vertical-align: top;
    border-bottom: solid 1px #eae7e0;
}
.bg-noCook {
    background: #ffc2af;
}
