body {
    font-family: 'Poppins', sans-serif;
    line-height: 1.5rem;
    font-size: 1rem;
    font-weight: 300;
    color:#1e1e1c;
    background-color: #fff;
    padding: 0;
    margin: 0;
}
html {
	margin: 0;
	padding: 0;
}
h1 {
    font-family: 'Barlow Condensed', sans-serif;
    text-transform: uppercase;
    font-size: 3.5rem;
    color: #c52776;
    margin-bottom: 0rem;
    font-weight: 600;
    position:relative;
    line-height: 3.5rem;
}
h1 em {
    font-weight: 400;
    font-style:  normal;
}
h2 {
    font-family: 'Barlow Condensed', sans-serif;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 2rem;
    color: #c52776;
    margin-bottom: 1rem;
}
h3 {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 1.5rem;
    font-weight: 600;
    color: #1e1e1c;
    text-transform: uppercase;
    margin-bottom: .75rem;
}
h3.h3OrangCap {
    font-size: 1.25rem;
    font-weight: 300;
    color: #c52776;
    text-transform: none;
    margin-bottom: .75rem;
    font-family: 'Poppins', sans-serif;
}
h3.h3txtBig {
    font-family: 'Poppins', sans-serif;
    text-transform: none;
}
h4 {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 1.25rem;
    color: #191919;
    text-transform: uppercase;
}
p {
  margin-top: 0;
  margin-bottom: 0.75rem;
}
a {
    text-decoration:none;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}
a:focus, a:hover, a:active, button:focus:not(:focus-visible), input:active, textarea:active  {
    text-decoration: none;
    outline: #fff 0px none;
    outline-offset: 0px;
    box-shadow: none;
}
main a:hover {
    color: #c52776;
}
b, strong {
  font-weight: 500;
}
.small {
    font-size: 0.7rem;
    line-height: 1.2rem;
}

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



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

#politique a:hover {
	color: #000;
}
.redAlert {
	color: #BB0020;
}
#colorbox {
	z-index: 99999;
}
#cboxOverlay {
	z-index: 9999;
}
#cookies {
	position: fixed;
   background-color: rgba(6, 6, 6); /* white */
   background-color: rgba(6, 6, 6, .9); /* white with 50% opacity */
   background-color: rgba(6, 6, 6 / 0.9); /* CSS Colors 4 space-separated values */
	padding-top: 10px;
	box-shadow: 0px 0px 5px #c20404;
	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:300;
}
#cookiesPop h2 {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 1.5rem;
    color: #0a0a0a;
    margin-top: 0px;
    margin-bottom: 15px;
    font-weight: 500;
}
#cookiesPop h3 {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 1.25rem;
    color: #fff;
    margin-top: 0px;
    margin-bottom: 0;
    font-weight: 600;
    padding: 0.25rem 0.5rem;
    text-transform: none;
    background: #c52776;
    border-radius: 0.25rem 0.25rem 0 0;
}
.cookieCadr {
    border-left: solid 1px #d1bdab;
    border-right: solid 1px #d1bdab;
    border-bottom: solid 1px #d1bdab;
    border-radius: 0 0 0.25rem 0.25rem;
}
#cookiesPop .small {
    line-height: 1rem;
    margin-bottom: 0;
    font-weight:300;
}
#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: #c52776;
    margin-bottom: 2px;
    border: solid 1px #c52776;
    font-size: 13px;
    font-family: 'Barlow Condensed', sans-serif;
    text-transform: uppercase;
}
#cookiesPop label {
    margin: 7px 0px  3px 0px;
    color: #000;
    font-weight: 600;
}
#cookiesPop a {
    color: #333;
    font-weight:500;
}
#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:#333;
    font-weight: 500;
}
#cookiesPop .cookiesLegend a:hover {
    color:#c52776;
}
.cookie-button-container {
    margin-top: 20px;
}
.cookieNo {
    background-color:red;
    color:#fff;
    border: none;
    text-transform: uppercase;
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 1rem;
    font-weight: 500;
    border-radius: 0.25rem;
    padding: 0.5rem 1rem;
}
.cookieNo:hover {
    background-color:#cc0d0d;
}
.cookieYes {
    background-color:#5ebc00;
    color:#fff;
    border: none;
    text-transform: uppercase;
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 1rem;
    font-weight: 500;
    border-radius: 0.25rem;
    padding: 0.5rem 1rem;
}
.cookieYes:hover {
    background-color:#539a0d;
}
.cookieValid {
    background-color:#0a0a0a;
    color:#fff;
    border: none;
    text-transform: uppercase;
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 1rem;
    font-weight: 500;
    border-radius: 0.25rem;
    padding: 0.5rem 1rem;
}
.cookieValid:hover {
    background-color:#242424;
}
#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-weight: 300;
    text-decoration: none;
    cursor: pointer;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 0.8rem;    
}
#btnGestionCookies:hover {
    color: #c52776;
}
.ratio iframe.video  {
    display: block;
}
.ratio 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;
}
.zoneGM, .magazAcces {
    background: #ffffff;
}
.magazAcces {
    height:400px;
}
.zoneGM:after, .magazAcces:after {
    display:none;
}
.zoneGM.MAPbloqued, .magazAcces.MAPbloqued {
    background: #f8f8f8;
    position:relative;
    height: auto;
}
.zoneGM.MAPbloqued:after, .magazAcces.MAPbloqued:after {
    content: "Plan Google Maps bloqué depuis la gestion des cookies";
    display: block;
    padding: 3rem 0;
    text-align: center;
    font-size: 0.7rem;
    left: 0;
    width: 100%;
    text-transform: uppercase;
    background: #1f1f1f;
    color: #999;
}

@media screen and (min-width: 620px) {
	#cookiesPop {
    	width: 600px;
	}
}
@media screen and (max-width: 619px) {
    #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;
    }
    .cookieNo  {
        width: calc(50% - 5px);
        float: left;
        margin-left:5px;
    }
    .cookie-button-container {
        margin-top: 5px;
    }
}




/*NAV*/

#breadcrumb  {
    padding-left: 0;
    margin: 0 0 0rem 0;
    position: relative;
    color: #fff;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 0.1rem;
    line-height: 1.25rem;
}
#breadcrumb li  {
    list-style:none;
    display: inline-block;
}
#breadcrumb li a  {
    color:#fff;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 0.1rem;
}
#breadcrumb li a:hover  {
    color:#1e1e1c;
}
#breadcrumb i  {
  font-size: 0.8rem;
}
header {
    position: absolute;
    z-index: 100;
    width: 100%;
}
header > div {
    position: relative;
}
header > .container > .navbar {
    width: 100%;
    margin-top: 1.5rem;
    margin-left: 270px;
}
header .nav-link {
    text-transform: uppercase;
    padding: .5rem 1rem .3rem 1rem;
}
header .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0rem;
    padding-left: 0rem;
    margin-right: .5rem;
    margin-left: .5rem;
    color: #fff;
    font-size: 1.5rem;
    font-family: 'Barlow Condensed', sans-serif;
    margin-bottom: 0.75rem;
    position: relative;
}
header .navbar-dark .navbar-nav .nav-link.active, header .navbar-dark .navbar-nav .show > .nav-link {
    color: #c52776;
    font-weight: 400;
}
header .navbar-expand-lg .navbar-nav .nav-link.dropdown-toggle {
    padding-right: 22px;
}
header .navbar-expand-lg .navbar-nav .nav-link img {
    display: block;
    width: 20px;
    height: auto;
    margin-top: 2px;
}
header .dropdown-menu {
    background-color: #0a0a0a;
    border: none;
    border-radius: 0;
    border-top: solid 5px #c52776;
    padding: 1rem;
}
header .dropdown-menu a {
    color: #fff;
    background: none;
}
header .dropdown-menu a:hover {
    color: #c52776;
    background: none;
}
header .dropdown-item:focus, header .dropdown-item:hover {
    color: #c52776;
    background-color: none;
}
header .navbar-dark .navbar-nav .nav-link:focus, header .navbar-dark .navbar-nav .nav-link:hover {
  color: #c52776;
}
header .dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0; 
 }
header .dropdown-toggle:after {
  margin-left: 0;
  vertical-align: .255em;
  content: "";
  border: none;
  background: url("../img/commun/arrowDropdown.svg") no-repeat center center;
  width: 12px;
  height: 15px;
  display: block;
  position: absolute;
  top: 14px;
  right: 0;
}


#navIcons {
    display: block;
    margin-top: 0;
    position: absolute;
    right: 24px;
    top: 49px;
    z-index: 150;
 }
#navIcons li {
    list-style: none;
    display: block;
    float: left;
}
#navIcons li a {
    color: #fff;
    display: block;
    line-height: 50px;
    text-align: center;
    font-size: 1.5rem;
    margin: 0 5px;
    padding: 0 5px;
    font-family: 'Barlow Condensed', sans-serif;
}
#navIcons li a:hover {
    color:#c52776;
}
#navIconsMob {
    display: none;
 }
#navIconsMob a {
    font-size: 1.75rem;
    color: #fff;
    display: inline-block;
    margin-right: 1.75rem;
}
#navIconsMob a:hover {
    color: #c52776;
 }

.navbar-dark .navbar-brand img {
    width: 107px;
}    
.carousel-control-next, .carousel-control-prev {
    height: 50px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 20;
}    
#logo {
    position: absolute;
    width: 270px;
    left: 0.75rem;
    top: 32px;
    z-index: 9;
}
#navIcons #telNav1 {
    font-family: 'Barlow Condensed', sans-serif;
    color:#c52776;
    position: relative;
}
#navIcons #telNav1:hover {
    color:#fff;
}
#navIcons #telNav1 span {
    font-size: 0.8rem;
    color: #fff;
    position: absolute;
    bottom: 40px;
    right: 4px;
    letter-spacing: 0.10rem;
    text-transform: uppercase;
    display: inline-block;
    text-align: right;
    line-height: 1rem;
    width: 190px;
}

#footAgence #telNav1 {
    font-family: 'Barlow Condensed', sans-serif;
    color:#c52776;
    position: relative;
    font-size: 2rem;
    display: inline-block;
}
#footAgence #telNav1:after {
    content:"";
    display: block;
    width:100%;
    height: 10px;
}
#footAgence #mail {
    font-family: 'Barlow Condensed', sans-serif;
    color:#c52776;
    font-size: 1.2rem;
    display: block;
}
#footAgence #mail svg {
    color:#fff;
    font-size: 1rem;
    margin-right: 0.5rem;
}
#footAgence #telNav1:hover,
#footAgence #mail:hover {
    color:#fff;
}
#footAgence #telNav1 span {
    font-size: 0.8rem;
    color: #fff;
    position: absolute;
    bottom: 40px;
    right: -2px;
    letter-spacing: 0.10rem;
    text-transform: uppercase;
    display: inline-block;
    text-align: right;
    line-height: 1rem;
}
#footAgence #telNav1 img {
    width: 26px;
    margin-top: -6px;
    margin-right: 10px;
}


@media (max-width: 1599px) {
}

@media (max-width: 991px) {
    header > .container > .navbar {
        margin-top: 0rem;
        margin-left: 0px;
    }
     header > .container > .navbar > .container-fluid {
        padding: 0;
    }
   .navbar-dark .navbar-brand {
        margin-top: 5rem;
    }
    #navIcons {
        left: 127px;
        right: initial;
        padding-left: 0;
        top: 95px;
        z-index: 0;
    }
    .navbar-dark .navbar-toggler {
        position: relative;
        right: initial;
        top: 5px;
        background: none;
        border-radius: 0;
        width: 40px;
        height: 35px;
        text-align: center;
        padding: 0;
        z-index: 20;
        margin-left: auto;
        border: none;
        margin-top: 20px;
        margin-bottom: 1rem;
    }
    .navbar-dark .navbar-toggler-icon {
        background-image: none;
        width: 40px !important;
        height: 40px !important;
        color: #fff;
        display: block;
    }   
    .navbar-dark .navbar-toggler-icon svg {
        width: 40px !important;
        height: 40px !important;
    }   
    .navbar-dark .navbar-brand {
          margin: 5.5rem auto 0rem auto;
    }   
    .navbar-collapse {
        background-color: #0a0a0a;
    }
    header .nav {
        margin: 15px 10px 13px 10px;
        padding: 0 10px;
    }
    .navbar-dark .navbar-brand img {
          width: 150px;
    }   
}
@media (max-width: 767px) {
    #navIcons {
        left: 127px;
        right: initial;
        padding-left: 0;
        top: 95px;
        z-index: 0;
    }    
    #navIcons .fb, #navIcons .insta, #navIcons .link  {
        display: none;
    }
    #navIconsMob {
        display: block;
        margin: 0.5rem .5rem 0.5rem .5rem;
     }
    #breadcrumb  {
        margin: 0 0 0.75rem 0;
    }

}

@media (max-width: 575px) {
    #logo {
        width: 250px;
        top: 20px;
        left: 1.25rem;
    }
    .navbar-dark .navbar-toggler {
        margin-top: 0px;
        right: 10px;
        top: 11px;
    }
    #navIcons {
        top: 80px;
        left: 115px;
    }    
}
@media (max-width: 375px) {
    #navIcons {
    }
}


/*MEGA MENU*/

.navbar .megamenu{ 
    padding: 2rem; 
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    border-top: solid 5px #c52776;
}
.navbar .megamenu img { 
    width:80px;
    height: auto;
    display: block;
    margin:0 auto;
}
.navbar .megamenu h2 { 
    font-size: 1.25rem;
    text-align: center;
    position: relative;
}
.navbar .megamenu h2:before { 
    content: "";
    display: block;
    width: calc(100% - 20px);
    height: 35px;
    left: 10px;
    background: #121212;
    background: -webkit-linear-gradient(top, #121212, #0A0A0A);
    background: -moz-linear-gradient(top, #121212, #0A0A0A);
    background: linear-gradient(to bottom, #121212, #0A0A0A);
    position: absolute;
    border-radius: 0.25rem 0.25rem 0 0;
    z-index: -1;
}
.navbar .megamenu a h2 { 
    color:#fff;
    margin-bottom:0.5rem;
    padding: 0 1rem;
}
.navbar .megamenu a:hover h2 { 
    color:#c52776;
}
.navbar .megamenu ul { 
    margin: 0 0 1rem 0;
    padding: 0;
}
.navbar .megamenu ul li { 
    list-style: none;
    text-align:center;
}
.navbar .megamenu ul li a { 
    color:#c52776;
}
.navbar .megamenu ul li a:hover { 
    color:#fff;
}



/* ============ desktop view ============ */
@media all and (min-width: 992px) {

  .navbar .has-megamenu{position:static!important;}
  .navbar .megamenu{left:0; right:0; width:100%; }

}	
/* ============ desktop view .end// ============ */

/* ============ mobile view ============ */
@media(max-width: 991px){
    .navbar.fixed-top .navbar-collapse, .navbar.sticky-top .navbar-collapse{
        overflow-y: auto;
        max-height: 90vh;
        margin-top:10px;
    }
    .navbar .megamenu ul {
        margin: 0 0 0.5rem 0;
    }    
}

 @media (max-width: 767px) {
    navbar .megamenu img {
        width: 60px;
    }
    .navbar .megamenu {
        padding: 1rem 0.5rem;
        border-bottom: solid 5px #c52776;
        margin-bottom: 1.5rem;
    }    
    .navbar .megamenu h2 {
        font-size: 1.1rem;
        text-align: center;
        position: relative;
    }     
}


/* ============ mobile view .end// ============ */
 @media (max-width: 420px) {
   .navbar .megamenu {
/*        -webkit-columns: 1;
        -moz-columns: 1;
        columns: 1;*/
    }
}


/*CAROUSEL DIAPORAMA HOME*/

#slideH {
    background: #fff;
}
.trame {
    background: url("../img/commun/trame.png") repeat center center;
    position: absolute;
    width: 100%;
    z-index: 0;
    height: 100%;
}

#myCarousel .carousel-item {
  height: 100vh;
  min-height: 350px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
#slideH .carousel-caption {
    left: 0;
    right: inherit;
    top: 65%;
    bottom: initial;
    font-size: 3rem;
    color: #fff;
    font-weight: 700;
    display: inline-block;
    width: 50%;
    text-transform: uppercase;
    font-family: 'Barlow Condensed', sans-serif;
    margin-left: 25%;
}
#slideH .carousel-caption > span {
    padding: 0.75rem 2rem;
    position: relative;
    line-height: 3rem;
    display: inline-block;
}

#slideH .carousel-caption .caption1 {
    animation-delay: 1.5s;
}
#slideH .carousel-caption .caption2 {
    animation-delay: 2s;
}
#slideH .carousel-caption .caption3 {
    animation-delay: 2.5s;
}
#slideH .carousel-caption .caption4 {
    animation-delay: 3s;
}
#slideH .carousel {
    margin-bottom: 0rem;
}
.carousel-control-next, .carousel-control-prev {
    z-index: 99;
}
#slideH .carousel-control-prev-icon {
    background-image: url("../img/commun/previous.svg");
    background-size:50%;
    background-position: 10px center;
    border-radius:50%;
    width: 3rem;
    height: 3rem;
}
#slideH .carousel-control-next-icon {
    background-image: url("../img/commun/next.svg");
    background-size:50%;
    background-position: 14px center;
    border-radius:50%;
    width: 3rem;
    height: 3rem;
}
#btnStart {
    position: absolute;
    bottom: 0;
    z-index: 0;
    color: #fff;
    font-size: 1.25rem;
    padding: 0.5rem 3rem 1.5rem 3rem;
    left: 0;
    text-align: center;
    width: 100%;
}
#slideAccroch  {
    position: absolute;
    bottom: 10%;
    left: 0;
    z-index: 2;
    font-family: 'Frank Ruhl Libre', serif;
    color: #fff;
    font-weight: 700;
    width: 100%;
    text-align: center;
    letter-spacing: 0.10rem;
    padding: 0 4rem;
    text-shadow: 0 0 20px #000;
}
#slideAccroch h1  {
    color: #fff;
    font-size: 2rem;
    font-weight: 600;
    line-height: 2.5rem;
}
#slideAccroch h1 strong  {
    color: #c52776;
    font-weight: 600;
    font-size: 3.5rem;
}

#slideAccroch img  {
    display: block;
    width: 200px;
    margin: 0 auto 2rem auto;
    animation-delay: 1s;
}
#slideAccroch span  {
    animation-delay: 1.3s;
    display:block;
}

@media (max-width: 991px) {
    #slideH h2 {
      font-size: 3rem;
    }
    #slideH .carousel-caption {
        margin-right: 10px;
    }
    #slideAccroch img  {
        width: 150px;
        margin: 0 auto 1rem auto;
    }
    #slideAccroch {
        font-size: 1.75rem;
        line-height: 2rem;
    }
    #slideH .carousel-caption > span {
        font-size: 2rem;
        line-height: 2rem !important;
    }    
    #slideAccroch h1 strong  {
        font-size: 3rem;
    }
    
}

@media (max-width: 575px) {
     #slideAccroch   {
        padding: 0 2rem;
    }
   #slideAccroch img  {
        width: 120px;
    }
    #slideH .carousel-caption > span {
        font-size: 1.75rem;
        line-height: 1.75rem !important;
    }    
    #slideH .carousel-caption {
        top: initial;
        bottom:60px;
        width: 80%;
        margin-left: 10%;
    }
    #slideAccroch h1  {
        font-size: 1.5rem;
        line-height: 1.75rem;
    }
    #slideAccroch h1 strong  {
        font-size: 2.5rem;
    }
}

@media (max-width: 420px) {
     #slideAccroch img  {
        width: 100px;
    }
     #slideAccroch {
        font-size: 1.5rem;
        line-height: 1.5rem;
    }
   #slideH .carousel-caption > span {
        font-size: 1.25rem;
        line-height: 1.25rem !important;
    }    
}

@media (max-width: 375px) {
    #slideH h2 {
        font-size: 2.5rem;
    }
    #slideAccroch h1  {
        font-size: 1.4rem;
        line-height: 1.5rem;
    }
    #slideAccroch h1 strong  {
        font-size: 2rem;
    }
}


/*CAROUSEL DIAPORAMA PAGE */

#myCarouselP .carousel-item {
  height: 50vh;
  min-height: 350px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
@media (max-width: 991px) {
    #myCarouselP.carousel {
        margin-bottom: 2rem;
        }
    
    
    }

/* INTRO */

#divIntrolH  {
    padding: 3rem 0 3rem 0;
    background: #c52776;
}
#divIntrolH h1 {
    color: #fff;
}
#divIntrolH h1 em {
    font-style: normal;
    font-weight:400;
}
#divIntrolH2  {
    color: #fff;
    position: relative;
    background: #c52776;
    padding-bottom: 4rem;
}
#divIntrolH2 h2  {
    color: #fff;
    font-size: 1.75rem;
    font-family: 'Barlow Condensed', sans-serif;
}
#divIntrolH h2  {
    color:#060606;
}
#pointFortH img {
    display: block;
    width: 80px;
    height: auto;
    margin: 0 auto;
}
#pointFortH  {
    display: flex;
    margin: 0 auto;
    padding: 4rem 0 2rem 0;
    font-weight: 700;
    font-size: 1.25rem;
    justify-content: center !important;
}
#pointFortH > div  {
    text-align: center;
    margin-right: 3rem;
}
.ulCheckH  {
    padding: 0px;
    margin: 0;
}
.ulCheckH li {
    list-style-type: none;
    margin-bottom: 5px;
    padding-left: 35px;
    position: relative;
    font-weight: 700;
    font-size: 1.1rem;
}
.ulCheckH.light li {
    font-weight: 300;
    font-size: 1rem;
}
.ulCheckH.light li:after {
    top: 2px;
    height: 20px;
    width: 20px;
}

.ulCheckH li:before {
    display:none;
}
.ulCheckH li:after {
    content: " ";
    display: block;
    left: 0;
    position: absolute;
    top: -1px;
    font-size: 1.5em;
    height: 25px;
    width: 25px;
    background: url("../img/commun/check.svg") no-repeat center center;
    background-size: 20px;
}
.ulCheckH.neg li:after {
    background: url("../img/commun/checkneg.svg") no-repeat center center;
    background-size: 20px;
}
.ulCheckHneg  {
    padding: 0px;
    margin: 0;
}
.ulCheckHneg li  {
    list-style-type: none;
    margin-bottom: 5px;
    padding-left: 35px;
    position: relative;
    font-weight: 400;
    font-size: 1.75rem;
    font-family: 'Barlow Condensed', sans-serif;
    color: #fff;
    text-transform: uppercase;
    line-height: 2.25rem;
}
.ulCheckHneg li a {
    color: #fff;
}
.ulCheckHneg li a:hover {
    color: #0a0a0a;
}
.ulCheckHneg li:after {
    content: " ";
    display: block;
    left: 0;
    position: absolute;
    top: 7px;
    font-size: 1.5em;
    height: 25px;
    width: 25px;
    background: url("../img/commun/checknegnoir.svg") no-repeat center center;
    background-size: 20px;
}

.ulGabion  {
    padding: 0px;
    margin: 0;
    display: flex;
}
.ulGabion li {
    list-style-type: none;
    padding: 0.25rem 0.5rem;
    margin: 5px;
    position: relative;
    font-weight: 700;
    font-size: 1.1rem;
    display: block;
    border: solid 1px #c52776;
    width: 175px;
}

.expertise  {
    background: url("../img/commun/expertises.svg") repeat-x center center;
    background-size: 150px;
}
.expertiseNeg  {
    background: url("../img/commun/expertises-neg.svg") repeat-x center center #c52776;
    background-size: 150px;
}
@media (max-width:1199px) {
    #divIntrolH2:after  {
        content: "";
        position: absolute;
        background: #c52776;
        z-index: -1;
        width: 100%;
        height: 351px;
        right: 0;
        top: 0;
    }
} 
@media (max-width: 991px) {
    #divIntrolH {
        padding: 2rem 0 2rem 0;
    }
    #divIntrolH h1 {
        font-size: 3rem; 
        line-height: 3rem;
    }
    #divIntrolH h1 br {
        display:none;
    }
    #pointFortH img {
        width: 50px;
    }
    #pointFortH {
        padding: 2rem 0 2rem 0;
    }  
} 
@media (max-width: 767px) {
     #divIntrolH h1 {
        font-size: 2.5rem; 
        line-height: 2.5rem;
    }
    #pointFortH {
        font-size: 1rem;
    }    
    pointFortH > div {
      margin-right: 1rem;
    }    
    .ulCheckHneg li {
        font-size: 1.5rem;
        line-height: 2rem;
    }
    .ulCheckHneg li:after {
        top: 5px;
    }
    #divIntrolH2:after {
        height: 331px;
    }    
} 
@media (max-width: 575px) {
    #divIntrolH2:after {
        height: 235px;
    }    
} 
@media (max-width: 420px) {
    #pointFortH {
        flex-wrap: wrap;
        padding: 2rem 0 0rem 0
    }    
    #pointFortH > div {
        margin-right: 0rem;
        width: 50%;
        margin-bottom: 1rem;
    }    
} 



/* HOME PRESTATIONS */


#prestations {
    padding: 0rem 3rem 0rem 3rem;
    color: #fff;
    margin-top: -7.5rem;
}    
#prestationsT {
    background: #1e1e1c;
    color: #fff;
    padding: 3rem 3rem 0rem 3rem;
}    
#prestationsT h2 {
    color: #fff;
    margin: 2rem 0rem 0rem 0rem;
    background: #c52776;
    padding: 1rem 1rem 4.5rem 1rem;
}        
#prestationsT h3 {
    color: #c52776;
}        
#prestations .card > img {
    border-radius: 0;
}    
#prestations .card-body {
    padding: 2rem;
}    
#prestations h2 {
    color: #c52776;
    font-size: 1.75rem;
    margin-bottom: 1rem;
}    
#prestations h3 {
    color: #fff;
    font-size: 1.25rem;
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 400;
    margin-bottom: 1.25rem;
}    
#prestations .card {
    border-radius: 0;
    border: none;
    background-color: #0a0a0a;
    margin-bottom: 0.5rem;
}    
#prestations .card p {
    margin-bottom:0.5rem;
}    
#prestations .card .card-footer  {
    font-size: 1.75rem;
    font-family: 'Barlow Condensed', sans-serif;
    color: #fff;
    font-weight:400;
    text-transform: uppercase;
    padding: 1.2rem 2rem 1rem 2rem;
    background: #c52776;
}
#prestations .card .card-footer img {
    width: 26px;
    height: auto;
    margin: 0 0.25rem 0.25rem 0;
}
#prestations .card .card-footer a.tel {
    font-size: 1.75rem;
    font-family: 'Barlow Condensed', sans-serif;
    color: #fff;
    display: inline-block;
    position: relative;
}
#prestations .card .card-footer a.tel:hover {
    color: #0a0a0a;
}
#prestations .card .card-footer a svg {
    color: #fff;
    text-decoration: none;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;    
}
#prestations .card .card-footer a:hover svg {
    color: #0a0a0a;
}
#boxRecycl   {
    width: 100%;
    padding: 0rem 1rem;
    border: solid 1px #6da23b;
    margin-top: 1rem;
}
#boxRecycl img  {
    width: 100px;
    display: block;
    margin: -50px auto -10px auto;
    background: #fff;
}
#boxRecycl h3  {
    text-align: center;
    font-family: 'Poppins', sans-serif;
    font-size: 1rem;
    margin-bottom: 1rem;
}
@media (max-width: 1199px) {
    #boxRecycl   {
        margin: 2rem 0;
    }
} 
@media (max-width: 991px) {
    #prestationsT {
        background: #c52776;
        padding: 0rem 3rem 0rem 3rem;
    }
    #prestationsT h2 {
        margin: 0rem;
    }    
} 

@media (max-width: 575px) {
    #prestations {
        padding: 0rem;
        margin-top: -3.25rem;
        margin-bottom:1rem;
    }    
    #prestations .card-body {
        padding: 1rem 1.5rem;
    }    
    #prestations .card .card-footer .row > div:first-of-type {
        width:40px !important;
    }
    #prestations .card .card-footer .row > div:last-of-type {
        width:calc(100% - 40px) !important;
    }
    #prestationsT {
        padding: 0rem;
    }    
    #prestationsT h2 {
        margin: 0rem;
        padding: 1rem 1rem 3rem 1rem;
    }    
    #prestations .card .card-footer {
        padding: 1.2rem 1.5rem 1rem 1.5rem;
    }    
} 



/* HOME REALISATIONS */

#reaH {
    background: #0a0a0a;
}
#reaH h2 {
    background: #0a0a0a;
    margin-bottom: 0;
    padding: 4rem 0 2rem 0
}

@media (max-width: 991px) {
    #reaH h2 {
        padding: 2rem 0 2rem 0;
    }
} 


/* HOME BOOK 50 ANS */

.aBook50 {
    display: block;
    margin: auto 0 0 0;
    position: relative;
    width: 230px;
    height: auto;
    margin-top: 3rem;
}
@media (max-width: 991px) {
    .aBook50 {
        margin: 3rem auto 3rem auto;
    }  
} 



/* HOME LISTES */

ul.ulMetiersH {
    padding: 0 0 0 0;
    margin: 1.5rem 0 0 0;
}
ul.ulMetiersH li {
    list-style-type: none;
    margin-bottom: 1rem;
    padding-left: 25px;
    position: relative; 
}
ul.ulMetiersH li:before {
    content: "• ";
    display: block;
    left: 0;
    position: absolute;
    top: -2px;
    color: #c52776;
    font-size: 2rem;
}
.ulMetiersH li h3 {
    margin-top:0rem;
    margin-bottom: 0.5rem;
    color: #0c0e0e;
    font-size: 1rem;
}

.anglHG, .anglBD, .anglHGBD, .anglHD {
    position:relative;
}
.anglHD:before {
    content:"";
    display:block;
    width:35px;
    height:5px;
    background: #c52776;
    position:absolute;
    top:0;
    right:-5px;
    z-index:10;
}
.anglHD:after {
    content:"";
    display:block;
    width:5px;
    height:35px;
    border-left: solid 7px #c52776;
    border-top: solid 7px #c52776;
    position:absolute;
    top:0;
    right:-5px;
    z-index:10;
}
.anglHG:before {
    content:"";
    display:block;
    width:35px;
    height:35px;
    border-left: solid 7px #c52776;
    border-top: solid 7px #c52776;
    position:absolute;
    top:0;
    left:0;
}
.anglBD:after {
    content:"";
    display:block;
    width:35px;
    height:35px;
    border-right: solid 4px #c52776;
    border-bottom: solid 4px #c52776;
    position:absolute;
    bottom:0;
    right:0;
}
.anglHGBD:before {
    content:"";
    display:block;
    width:35px;
    height:35px;
    border-left: solid 4px #c52776;
    border-top: solid 4px #c52776;
    position:absolute;
    top:0;
    left:0;
}
.anglHGBD:after {
    content:"";
    display:block;
    width:35px;
    height:35px;
    border-right: solid 4px #c52776;
    border-bottom: solid 4px #c52776;
    position:absolute;
    bottom:0;
    right:0;
}
.bkgBlackR:after {
    content:"";
    display:block;
    width:50%;
    height:100%;
    position:absolute;
    z-index: -1;
    top:0;
    right:0;
    background: #1e1e1c;
}


/* ==========================================================================
   ACTUALITES HOME
   ========================================================================== */


#slideNews {
    position: relative;
}
#slideNews:before {
    content:"";
    position: absolute;
    width:1px;
    height:100%;
    top:0;
    left:0;
    background: #0a0a0a;
    display: block;
    z-index:100;
}
#newsH {
    position: relative;
    padding-top: 3rem;
    margin-bottom: 2rem;
}
#newsH:after {
    content: "";
    display: block;
    width: 25%;
    height: 100%;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    background: #0a0a0a;
}
#newsH h3, #newsH a h3 {
    font-family: 'Barlow Condensed', sans-serif;
}
#newsH .newDate {
    position: relative;
    background: #fff;
    display: block;
    letter-spacing: 5px;
}
#newsH .newDate svg {
    color:#c52776;
    margin-right:0.75rem;
}
#newsH a:hover h3 {
	color: #c52776;
}
#newsH .newsHa a {
	font-size:2.5rem;
	color:#c52776;
	display: inline-block;
	line-height: 60px;
	width: 40px;
	text-align: center;
	transition: all .8s ease-in-out;
}
#newsH .newsHa a:hover {
	color:#0a0a0a;
}
#newsH .newsHbox {
    padding: 15px 15px 15px 15px;
    position: relative;
    margin-top: 7px; 
    margin-left: -5px;    
    background: #fff;
}
#newsH .newsType {
	position: absolute;
	top: -10px;
	left: 0;
	padding: 2px 10px;
	color: #fff;
	background: #9c9c9c;
	text-transform: uppercase;
	font-size: 0.7rem;
}
#newsH .newsHend {
	background: #c52776;
	height:20px;
	width: calc(100% - 50px);
}
#newsH .owl-nav {
    margin-top:0px;
    position: absolute;
    right: 0;
    top: -50px;
    font-size: 2rem;
}
#newsH .owl-carousel .owl-nav button.owl-next span, #newsH .owl-carousel .owl-nav button.owl-prev span {
    padding:0 15px;
}
#newsH .owl-carousel .owl-nav button.owl-prev {
    margin-right:0.5rem;
    font-size: 1.5rem;
}
#newsH .owl-carousel .owl-nav button.owl-next {
    margin-left:0.5rem;
    font-size: 1.5rem;
}
#newsH .owl-theme .owl-nav [class*="owl-"] {
    margin: 0px;
    background:#fff;
}
#newsH .owl-theme .owl-nav [class*=owl-]:hover {
    background:#fff;
    color:#c52776;
}

#newsH .aNewsAll {
    justify-content: flex-end;
}
#reaH .aReaAll {
    justify-content: flex-end;
}
.blocNoirG {
    position: relative;
    padding: 4rem 0 2rem 0;
}
.blocNoirG:after {
    content: "";
    display: block;
    width: 25%;
    height: 100%;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    background: #0a0a0a;
}
.blocNoirD {
    position: relative;
    padding: 4rem 0 2rem 0;
}
.blocNoirD:after {
    content: "";
    display: block;
    width: 25%;
    height: 100%;
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    background: #0a0a0a;
}
.blocNoirD h2,
.blocNoirG h2 {
    margin-bottom:1.5rem;
    margin-top: 0.5rem;
}

.bkgBlackH {
    position:relative;
    background: #c52776;
    padding-top: 3rem;
    padding-bottom: 3rem;
}

@media (min-width: 1200px) {
    .bkgBlackH:after {
    content:"";
    position:absolute;
    background: #c52776;
    z-index: -1;
    width:1500px;
    height:100%;
    right:0;
    top:0;
}
} 

@media (max-width: 991px) {
    .blocNoirD, .blocNoirG {
      padding: 0rem;
    }
    .blocNoirG:after,
    .blocNoirD:after {
        display: none;
    }
    .blocT {
        padding-top: 0rem;
        margin-bottom: 0rem;
    }
    
} 


@media (max-width: 767px) {
    #newsH:after,
    #slideNews:before {
        display:none;
    }    
    #newsH {
        padding-top: 1rem;
    }    
    .anglHG:before {
        z-index: 1;
    }    
    #newsH .newsHbox {
        padding: 30px;
    }    
    #newsH .newsHa a {
        margin-left: -2px;
    }    
    #newsH .aNewsAll, #reaH .aReaAll {
        justify-content: center;
    }
} 
@media (max-width: 575px) {
    .bkgBlackH {
        padding-top: 1rem;
        padding-bottom: 1rem;
    }
} 




.txtConseil  {
    font-weight: 600;
    letter-spacing: 0.1rem;
    font-size: 0.9rem;
    color: #283258;
}
.txtConseil a {
    color: #283258;
}

@media (max-width: 991px) {
    #servicesH .servHitem {
      width: 100%;
    }
    #servicesH .servHitem {
        width: 100%;
        margin-left: 0em;
        margin-right: 0em;
        margin-bottom:0.5rem;
    }    
    #servicesH .servHitem h3 {
        height: auto;
    }
} 
@media (max-width: 767px) {
    #servicesH .servHitem {
      width: 100%;
    }
} 

/* PARTENAIRES */



/*PARALLAX*/

.parrallax-2 {  background: url("../img//dynamitage/production-sable-gravat-pierre2.jpg") no-repeat;height: 10vh;}

.parrallax-content{
  position: relative;
  overflow: hidden;
  -webkit-background-size: cover;
  background-size: cover;
  background-attachment: fixed;
  background-position: center center;
}
.parrallax-content:before{
    content:"";
    display:block;
    background: rgba(10,10,10,0.80);
    position: absolute;
    width:100%;
    height:100%;
    top:0;
    left:0;
}
.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;
}
.maskTop {
    background: rgb(6,6,6);
    background: linear-gradient(180deg, rgb(6, 6, 6) 0%, rgba(6, 6, 6,0) 100%);
    position: absolute;
    z-index:0;
    width:100%;
    height: 80%;
}
.maskBottom{
    background: rgb(6,6,6);
    background: linear-gradient(180deg, rgba(6, 6, 6,0) 50%, rgb(6, 6, 6) 100%);
    position: absolute;
    z-index:0;
    width:100%;
    height: 80%;
    bottom: 0;
}
@media (max-width: 575px) {
    .parrallax-2 {
        display: none;
    }
} 


/*FOOTER*/

footer {
    background: #060606;
    font-size:0.9rem;
    color:#fff;
}
footer h3 {
    color:#fff;
    margin-top: 35px;
}
footer a {
    color:#ffffff;
    text-transform: uppercase;
    font-size: 0.8rem;
}
footer a:hover {
    color:#c52776;
}
footer #aTel {
    color:#c52776;
    font-size: 2rem;
    display: block;
    font-family: 'Barlow Condensed', sans-serif;
}
footer #aTel:hover {
    color:#fff;
    font-size: 2rem;
    display: block;
    font-family: 'Barlow Condensed', sans-serif;
}
footer #aMail {
    color: #fff;
    font-size: 1rem;
    display: block;
    margin: 1rem 0;
    text-transform: none;
}
footer .border-top {
    border-top: 1px solid #e3e4e942 !important;
}
#copyright ul {
    display: flex !important;
}

@media (min-width: 992px) {
    #copyright {
        display: flex !important;
        justify-content: space-between !important;
    }
} 
@media (max-width: 991px) {
    #copyright {
        display: block !important;
        justify-content: space-between !important;
        text-align: center;
    }
    #copyright ul {
        display: block !important;
    }
} 
@media (max-width: 767px) {
    footer {
      text-align: center;
    }
} 


/* BOUTONS */

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

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


/* PAGE */

#contentP {
    position: relative;
}
ul.ulBasic {
    padding: 0px;
    margin: 0rem 0rem 1rem 0rem;
}
ul.ulBasic li {
    list-style-type: none;
    margin-bottom: 2px;
    padding-left: 20px;
    position: relative;
}
ul.ulBasic li:before {
    content: "• ";
    display: block;
    left: 0px;
    position: absolute;
    top: 0px;
    color: #283258;
    font-size: 1.25em;
}
#contentP ul.ulPicto {
    padding-left:90px;
    padding-top:1rem;
    border-top: solid 1px #c52776;
    position:relative;
    margin-bottom:3rem;
}
#contentP ul.ulPicto img {
    position:absolute;
    display:block;
    left:0;
    top:5px;
    width:80px;
    height:auto;
}
#contentP ul.ulPicto li  {
    font-size:0.9rem;
    border-bottom: solid 1px #ebeaea;
    padding-left: 0px;
    list-style: none;
}
#contentP ul.ulPicto li:before  {
    display: none;
}


.breadcrumb {
    text-transform: uppercase;
    font-size: 0.8rem;
    color:#555864;
}
.breadcrumb a {
    text-transform: uppercase;
    font-size: 0.8rem;
    color:#555864;
}
.breadcrumb a:hover {
    color:#283258;
}


@media (max-width: 991px) {

} 



/*  ---------------------  */
/*  FORM CONTACT  */
/*  ---------------------  */


#formContact {
    background: #060606;
    padding: 3rem 0 3rem 0;
    color: #fff;
}
#formContact input.form-control,
#formContact textarea.form-control {
    border-radius: 0rem;
    background: #060606;
    border: none;
    border-bottom: solid 2px #fff;
    padding: 0.5rem 0;
    color: #fff;
    margin-bottom: 0.75rem;
}
.form-control::placeholder {
    color: #959595;
    opacity: 1;
    font-size: 0.8rem;
}
#formContact .btn-secondary {
    background: #656565;
    border: none;
    margin-right:1rem;
    font-family: 'Barlow Condensed', sans-serif;
    text-transform: uppercase;
    border-radius: 0.25rem;
    }
#formContact .btn-secondary:hover{
    background: #7f7d7d;
    }
#formContact .btn-check:checked + .btn {
    background: #ffffff;
    color: #1e1e1c;
    font-weight: 500;
    border-radius: 0.25rem;
}
#btnSite  {
    color: #c52776;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 1.25rem;
    border: none;
    border-radius: 0;
    background: #ffffff;
    font-family: 'Barlow Condensed', sans-serif;
}
#btnSite:hover  {
    background: #c52776;
    color: #fff;
}
#formContact .small {
  font-size: .7em;
  line-height: 1rem;
}
#formContact .small a {
    color:#fff;
}
#formContact .filL h2 {
    color: #c52776;
    margin-top: 1rem;
}
#formContact .form-check-input:checked {
    background-color: #c52776;
    border-color: #c52776;
}
#rgpdForm a {
    color: #fff;
}
#rgpdForm a:hover {
    color: #c52776;
}



/*  ---------------------  */
/*  FORM RECRUTEMENT  */
/*  ---------------------  */

#blocFormRecrut  {
    background: #fff;
    padding: 1rem 3rem;
    border: solid 1px #948a8a;
}
#blocFormRecrut > #formContact  {
    background: none;
}
#blocFormRecrut > #formContact input.form-control, #blocFormRecrut > #formContact textarea.form-control {
    background: none;
}
#blocFormRecrut > #formContact select {
    background-color: transparent;
    border-radius:0;
    border: solid 1px #ccc;
}
#blocFormRecrut > #formContact input[type='file'] {
  font-weight: 300;
}
.form-control::file-selector-button {
    padding: .375rem 1rem;
    margin: -.375rem 0.75rem -.375rem -0.15rem;
    border: solid 1px #1e1e1c !important;
    font-weight: 600;
    color: #c52776;
    background-color: #fff;
    font-size: 0.9rem;
}
input.form-control#inputFile, input.form-control#inputCV {
    border: none;
}
#formContact .colUpload {
    border-left: solid 1px #948a8a;
    padding-left: 2rem;
}
@media (max-width: 991px) {
    #formContact .colUpload {
        border-left: none;
        padding-left: 0rem;
        margin-top: 2rem;
    }
} 
@media (max-width: 575px) {
    #blocFormRecrut {
        padding: 1rem 1rem;
    }
    #blocFormRecrut > #formContact {
        margin-top: 0.5rem!important;
    }   
    #formContact {
        padding: 5rem 0 3rem 0;
    }    
} 




.colDecremps  {
    margin-top: -4rem;
    background: #060606;
    padding: 2rem 1rem 2rem 2rem;
    border-left: solid 1px #333;
    border-right: solid 1px #333;
    border-bottom: solid 1px #333;
}
.colInfos {
    margin-top: -1rem;
    background: #0a0a0a;
    border-right: solid 1px #333;
    padding: 2rem 0;
}
.colSites  {
    padding: 2rem 0rem 0rem 0rem;
}
.colSites h3  {
    color:#fff;
}
#footAgence {
    position: relative;
    color:#fff;
}
#footAgence h2 {
    margin-bottom: 3rem;
    color: #474849;
    }
#footAgence h3 {
    font-family: 'Barlow Condensed', sans-serif;
    margin-bottom: 0.5rem;
    color: #fff;
    font-size: 0.9rem;
    line-height: 1rem;
    letter-spacing: 0.15rem;
    font-weight: 400;
}
#footAgence a.tel {
    font-size: 2rem;
    font-family: 'Barlow Condensed', sans-serif;
    color: #c52776;
    display: inline-block;
    margin: 1.75rem 0 2rem 0;
    position:relative;
    }
#footAgence a.tel:hover {
    color:#fff;
}
#footAgence a.tel:before {
    content:"ENGLISH SPOKEN";
    font-size: 0.8rem;
    color: #fff;
    position: absolute;
    top: -22px;
    right: 0px;
    letter-spacing: 0.15rem;
}
#footAgence a.tel img {
    width: 26px;
    margin-top: -6px;
    margin-right: 10px;
    }
#footAgence.colDecremps ul {
    margin:0;
    padding:0;
}
#footAgence.colDecremps ul li {
    display:block;
    text-transform:uppercase;
    font-family: 'Barlow Condensed', sans-serif;
    letter-spacing: 0.15rem;
    line-height: 1.25rem;
    margin-bottom: 0.25rem;
}
#footAgence.colDecremps ul li a {
    color: #fff;
    font-size: 0.9rem;
    line-height: 1rem;
}
#footAgence.colDecremps ul li a:hover {
    color: #c52776;
}
#logoFoot {
    max-width: 250px;
    height: auto;
    margin: 0 0 1.2rem 0;
}
#footer {
    background:#0a0a0a;
    color:#fff;
}
a#instaFoot {
    display: inline-block;
    font-size: 1.5rem;
    color: #c52776;
    margin: 0.5rem 1rem 0rem 0;
}
a#instaFoot:hover {
    color:#fff;
}
#btnTop {
    font-size: 1.5rem;
    margin: 0 auto;
    display: block;
    width: 100%;
    text-align: center;
    color:#c52776;
    background: #0a0a0a;
    border-top: solid 1px #333;
    border-bottom: solid 1px #333;
    padding: 1rem 0;
}
#btnTop:hover {
    color:#fff;
}
#otherSiteFoot {
    display:flex;
    align-items: stretch;
}
#otherSiteFoot > div {
    width:50%;
}
#otherSiteFoot ul {
    margin: 0 0 0.5rem 0;
    padding:0;
}
#otherSiteFoot ul li {
    display: block;
    font-size: 0.8rem;
    line-height: 1.15rem;
    margin-bottom: 0.15rem;
    position:relative;
    padding-left:1rem;
}
#otherSiteFoot ul li:before {
    content: "• ";
    display: block;
    left: 0;
    position: absolute;
    top: 0px;
    color: #fff;
    font-size: 1.5em;
}
#otherSiteFoot ul li a {
    color: #fff;
}
#otherSiteFoot ul li a:hover {
    color: #69a840;
}
#otherSiteFoot img {
    width: 175px;
}
#otherSiteFoot > div:first-of-type {
    margin-right:0.5rem;
}
#otherSiteFoot > div:last-of-type {
    margin-left:0.5rem;
}
#otherSiteFoot > div:last-of-type img {
    height:37px;
    width: auto;
}

#otherSiteFoot > div:first-of-type a {
    color:#fff;
}
#otherSiteFoot > div:first-of-type a:hover {
    color:#f58220;
}
#otherSiteFoot > div:last-of-type a {
    color:#fff;
}
#otherSiteFoot > div:last-of-type a:hover {
    color:#c52776;
}


a.telSiege {
    font-size: 2rem;
    font-family: 'Barlow Condensed', sans-serif;
    color: #c52776;
    display: inline-block;
    margin: 1.75rem 0 2rem 0;
    position:relative;
    }
a.telSiege:hover {
    color:#fff;
}
a.telSiege:before {
    content:"ENGLISH SPOKEN";
    font-size: 0.8rem;
    color: #fff;
    position: absolute;
    top: -22px;
    right: 0px;
    letter-spacing: 0.15rem;
}
a.telSiege img {
    width: 26px;
    margin-top: -6px;
    margin-right: 10px;
    }


@media (max-width: 991px) {
    .colDecremps, .colInfos {
        border-bottom: solid 1px #333;
    }
    .colSites {
        padding: 2rem 2rem 2rem 2rem;
        border-left: solid 1px #333;
        border-right: solid 1px #333;
    }    
    #otherSiteFoot {
        display: block;
    }    
    #otherSiteFoot > div {
        width: 100%;
        margin-right: 0rem;
    }    
    #otherSiteFoot > div:first-of-type {
        margin-bottom: 7px;
    }    
} 
@media (max-width: 767px) {
    .colDecremps {
        border-right: solid 1px #333;
        border-bottom: solid 1px #333;
    }
    .colInfos {
        border-left: solid 1px #333;
        padding: 0 2rem 2rem 2rem;
    }
} 
@media (max-width: 575px) {
    .colDecremps {
        padding: 0rem 0rem 2rem 0rem;
    }
    .colInfos {
        padding: 0 1rem 2rem 1rem;
    }    
    .colSites {
        padding: 2rem 1rem 2rem 1rem;
    }    
    .colDecremps, .colInfos, .colInfos {
        border-right: none;
        border-left: none;
    }
} 






/*  ---------------------  */
/*  PAGE  */
/*  ---------------------  */

#divIntroP {
    padding: 2rem 0 2rem 0;
    margin-top: -2rem;
    position: relative;
    margin-bottom: 2rem;
}
#divIntroP:before {
    content:"";
    display: block;
    position:absolute;
    width:50%;
    height:100%;
    top:0;
    left:0;
    background: #c52776;
    z-index:0;
}
#divIntroP h1 {
  color: #fff;
}
@media (max-width: 1199px) {
    #divIntroP:before {
        width:calc(100% - 2rem);
    }
} 
@media (max-width: 767px) {
    #divIntroP h1 {
        color: #fff;
        font-size: 2.5rem;
        line-height: 2.25rem;
    }
    #divIntroP {
        padding: 1rem 0 1.5rem 0;
    }    
}
@media (max-width: 575px) {
    #divIntroP:before {
        width: 100%;
    }
    #divIntroP h1 {
        padding-right: 0.75rem;
    }    
} 



/*  ---------------------  */
/*  PRESENTATION  */
/*  ---------------------  */

.divBlackPres {
    background: #0a0a0a;
    padding: 4rem 4rem 3rem 4rem;
    color: #fff;
    margin-top:-2rem;
}
.divBlackPres > img {
    display: block;
    margin: 0 auto 25px auto ;
    max-width: 300px;
    height: auto;
}
.divBlackEquip {
    background: #0a0a0a;
    height:6rem;
    margin-top: -2rem;
}
.divRowEquip {
    margin-top: -3rem;
}
.divRowEquip img {
    margin-top: 0rem;
}
.divVisuR {
    background: #0a0a0a;
    margin-top:-2rem;
}
.divVisuR > img {
    display: block;
    height: auto;
    width:100%;
}

#otherSiteP {
    display:flex;
    align-items: stretch;
}
#otherSiteP > div {
    width:50%;
    poisiton:relative;
}
#otherSiteP ul {
    margin: 0 0 0.5rem 0;
    padding:0;
}
#otherSiteP ul li {
    list-style: none !important;
    display: block;
    font-size: 0.9rem;
    line-height: 1.15rem;
    margin-bottom: 0.15rem;
    position:relative;
}
#otherSiteP ul li:before {
    display: none;
}
#otherSiteP ul li a {
    color: #fff;
}
#otherSiteP ul li a:hover {
    color: #c52776;
}
#otherSiteP img {
    width: 175px;
}
#otherSiteP > div:first-of-type {
    padding-right:0.5rem;
}
#otherSiteP > div:last-of-type {
    padding-left:0.5rem;
}
#otherSiteP .otherSiteG, #otherSiteP .otherSiteD {
    position: relative;
}
#otherSiteP .otherSiteG:before {
    content:"";
    position:absolute;
    width: 50%;
    height:20px;
    display:block;
    top:0;
    right:0;
    z-index:10;
    border-top: solid 2px #333;
    border-left: solid 2px #333;
}
#otherSiteP .otherSiteG:after {
    content:"";
    position:absolute;
    width: 2px;
    height:20px;
    display:block;
    background: #333;
    top:-19px;
    right:0;
    z-index:10;
}
#otherSiteP .otherSiteD:before {
    content:"";
    position:absolute;
    width: 50%;
    height:20px;
    display:block;
    top:0;
    left:0;
    z-index:10;
    border-top: solid 2px #333;
    border-right: solid 2px #333;
}

#otherSiteP > div:first-of-type li a {
    color:#fff;
}
#otherSiteP > div:first-of-type li a:hover {
    color:#a92c73;
}
#otherSiteP > div:last-of-type li a {
    color:#fff;
}
#otherSiteP > div:last-of-type li a:hover {
    color:#69a840;
}
#otherSiteP > div:first-of-type > a {
    color:#a92c73;
}
#otherSiteP > div:first-of-type > a:hover {
    color:#fff;
}
#otherSiteP > div:last-of-type > a {
    color:#69a840;
}
#otherSiteP > div:last-of-type > a:hover {
    color:#fff;
}

ul.chifrcle {
    -webkit-columns: 4;
    -moz-columns: 4;
    columns: 4;
}
ul.chifrcle > li {
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
    break-inside: avoid-column;
}
.presGal  {
    background: #0a0a0a;
    margin-right: -1.5rem;
    margin-top: 3rem;
}
.presGal img  {
    display: block;
    width: 30%;
    padding-right: 1rem;
    float: left;
}
@media (max-width: 1199px) {
    .divBlackEquip {
        margin-top: 2rem;
    }
    .divRowEquip img {
        max-width: 900px;
        height: auto;
        margin: 0 auto;
        margin-bottom: 0px;
        display: block;
        width: 100%;
    }    
    .divBlackPres {
        margin: 1rem 0 1rem 0;
        /*padding: 3rem 4rem 1.5em 4rem;*/
        padding: 3rem 3rem 2.5rem 3rem;
    }   
    .divVisuR {
        margin-top:0rem;
    }
    
    .presGal  {
        margin-right: 0rem;
        margin-top: 1.5rem;
        padding: 1rem 0;
    }
    .presGal img  {
        padding-right: 0rem;
    }
    .presGal img:nth-child(1)  {
        width: calc(32%);
        margin-right: 2%;
    }
     .presGal img:nth-child(2)  {
        width: calc(32%);
        margin-right: 2%;
    } 
   .presGal img:nth-child(3)  {
        width: calc(32%);
    } 
    ul.chifrcle {
        -webkit-columns: 2;
        -moz-columns: 2;
        columns: 2;
    }
} 
@media (max-width: 767px) {
    .divBlackPres {
        /*padding: 3rem 2rem 1rem 2rem;*/
        padding: 2rem 2rem 1.5rem 2rem;
    }    
    ul.chifrcle {
        -webkit-columns: 1;
        -moz-columns: 1;
        columns: 1;
    }
} 
@media (max-width: 575px) {
    .divBlackPres {
        /*padding: 1rem 1rem 0rem 1rem;*/
        padding: 1rem 1rem 1rem 1rem;
        margin: 1rem 0 1rem 0;
    }    
} 
@media (max-width: 420px) {
    #otherSiteP {
        display: block;
    }    
    #otherSiteP > div {
        width: 100%;
    }    
    .divBlackPres > img {
        margin: 0 auto 5px auto;
    }    
    #otherSiteP .otherSiteD {
        padding-top: 0 !important;
    }    
    #otherSiteP .otherSiteG:before, #otherSiteP .otherSiteG:after{
        display: none;
    }   
    #otherSiteP .otherSiteD:before {
        display: none;
    }   
} 



/*  ---------------------  */
/*     HISTORIQUE   */
/*  ---------------------  */

#history  {
    display: flex !important;
    flex-wrap: wrap !important;
    position:relative;
}
#history:before  {
    content:"";
    height:100%;
    width:1px;
    background:#0a0a0a;
    top:0;
    left:75px;
    display: block;
    position: absolute;
    z-index: -1;
}
.historyDate {
    width: 150px;
    text-align: center;
    color: #c52776;
    font-weight: 700;
    font-family: 'Barlow Condensed', sans-serif;
}
.historyDate span {
    display: inline-block;
    background: #ffff;
    padding:0.25rem;
    padding: 1rem 0;
    font-size: 2rem;
}
.historyContent {
    position:relative;
    border: solid 1px #0a0a0a;
    padding: 1.75rem 2rem;
    width: calc(100% - 150px);
    margin-bottom: 3rem;
}
.historyContent ul {
    padding-left: 15px;
}
.historyContent .anglHGBD {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    padding-right: 3rem;
    padding-left: 3rem;
}
.historyGal {
    width: calc(100% - 150px);
    margin-left:150px;
    margin-bottom: 3rem;
    border-bottom: solid 20px #c52776;
}
.historyGal2 {
    width: calc(100% - 150px);
    margin-left:150px;
    margin-bottom: 3rem;
    border-bottom: solid 20px #0a0a0a;
}
.historyContent:last-of-type {
    margin-bottom: 0rem;
}
.historyContent.black {
    background: #0a0a0a;
    color:#fff;
    border: none;
}
.historyContent:before {
    content: '';
    position: absolute;
    top: 23px;
    right: 100%;
    width: 0;
    height: 0;
    border: 7px solid transparent;
    border-right-color: transparent;
    border-right-color: #0a0a0a;
}
.historyContent p:last-of-type {
    margin-bottom: 0rem;
}
.historyContent h2 {
    font-size: 1.6rem;
}
.historySepar {
    width: 100%;
    padding: 4rem 0rem;
    font-size: 1.5rem;
    background: #fff;
    font-weight: 500;
    line-height: 2rem;
}
.historyImgTopNeg {
    margin-top:-3rem;
}
@media (max-width: 1199px)  {    
    .historyImgTopNeg {
        margin-top: 2rem;
    }
}
@media (max-width: 991px)  {    
    .historyDate {
        width: 90px;
    }
    .historyContent {
        position: relative;
        border: solid 1px #0a0a0a;
        padding: 1.75rem 2rem;
        width: calc(100% - 90px);
        background: #fff;
    }
    .historyGal, .historyGal2 {
        width: calc(100% - 90px);
        margin-left:90px;
    }
    #history:before {
      left: 45px;
    }    
}
@media (max-width: 767px)  {    
    .historyDate {
        width: 100%;
        margin-bottom: 3rem !important;
    }
    .historyContent {
        width: 100%;
        padding: 1rem;
    }
    .historyGal, .historyGal2 {
        width: 100%;
        margin-left:0px;
   }
    .historyContent.black {
        padding: 0rem;
    }
    .historyContent:before {
        display: none;
    }
    #history:before {
        left: 50%;
    }  
    .historyDate span {
        margin-bottom: 0rem;
    }    
    .historySepar {
        padding: 1rem 0rem 1rem 0rem;
        text-align: center;
        line-height: 2rem;
        margin-top: 3rem;
    }    
    .historyContent .anglHGBD {
        padding-top: 1rem;
        padding-bottom: 1rem;
        padding-right: 1rem;
        padding-left: 1rem;
        margin: 0rem;
    }    
    .anglHGBD:before {
        top: -7px;
        left: -7px;
        border-left: solid 7px #c52776;
        border-top: solid 7px #c52776;
    }    
    .anglHGBD:after {
        bottom: -7px;
        right: -7px;
        border-right: solid 7px #c52776;
        border-bottom: solid 7px #c52776;
    }    
}
@media (max-width: 767px)  {  
    .historyGal2 > .row [class*="col-"] {  
        width:50%;
        margin: 1.25rem 0 0rem 0;
    }    
}
@media (max-width: 375px)  {  
    .historyGal2 > .row [class*="col-"] {  
        width:100%;
    }    
}



/* ----------------------------- */
/* ------- ILS NOUS FONT CONFIANCE  ------- */
/* ----------------------------- */

#marques {
    padding-bottom:5rem;
}
#marques h2 {
    margin-top: 0;
    font-size: 1rem;
    margin-bottom: 0;
}
.plusMark {
    background: #fff;
    display: inline-block;
    padding: 0.4rem 0.5rem 0.5rem 0.5rem;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    border: solid 1px #4a9eb3;
    color: #397382;
}
.plusMark svg {
    width: 1.5rem;
    height: auto;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}
.plusMark:hover {
    color: #ffffff;
    background: #83cc25;
    border: solid 1px #83cc25;
}
.plusMark:hover svg {
    color: #ffffff;
}
#marques .card {
    border: none;
    border-radius: 0rem;
}
#marques .card img {
    padding: 0rem 4rem;
    display: block;
    margin:0 auto;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    height: auto;
    max-width: 300px;
}
#marques .card-body {
    padding: 0rem 1rem 1rem 1rem;
}
@media (max-width: 575px)  {
    #marques .card img {
        padding: 0 0;
        max-width:250px;
        height:auto;
    }
    #marques .col {
        width: 50% !important;
    }
}





/*  ---------------------  */
/*  REALISATIONS  */
/*  ---------------------  */

#slideRea {
    padding-top: 50px;
    position:relative;
}
#slideRea .owl-dots {
    position:absolute;
    top:0;
    margin-top: 0;
    text-align: center;
    width: 100%;
    padding: 0 40px;
}
#slideRea .owl-dots .owl-dot button {
    color: #ffffff;
    background: #0a0a0a;
    font-family: 'Barlow Condensed', sans-serif;
    font-weight:700;
    font-size: 1.5rem;
    border:none;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    margin-right:0.5rem;
}
#slideRea .owl-dots .owl-dot button:hover {
    color: #c52776;
}
#slideRea .owl-dots .owl-dot button:focus {
    color: #c52776;
    outline: none;
}
#slideRea .owl-dots .owl-dot.active button {
    color: #c52776;
}
#slideRea ul {
    margin-bottom: 0;
    padding: 2rem 0 0 4rem;
    position: relative;
}
#slideRea ul li {
    list-style: none;
    position:relative;
}
#slideRea ul li.liCout {
    margin-bottom: 5px;
}
#slideRea ul li.liCout:before {
    content: "";
    position: absolute;
    width: 30px;
    height: 30px;
    background: url("../img/travaux-publics/cout.svg") no-repeat center center;
    background-size: 30px;
    left: -40px;
    top: -5px;
}
#slideRea ul li.liRea:before {
    content: "";
    position: absolute;
    width: 30px;
    height: 30px;
    background: url("../img/travaux-publics/chantier.svg") no-repeat center center;
    background-size: 30px;
    left: -40px;
    top: -5px;
}
.slideRea_item {
    padding:2rem 0;
    position:relative;
}
.slideRea_item:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background: #a9a9a9;
    top: 44px;
    z-index: -1;
}
#slideRea h2  {
    margin: 0 0 1rem;
    font-size: 1.5rem;
    color: #333;
    font-weight: 700;
    letter-spacing: 0.1rem;
}
#slideRea h3  {
    font-family: 'Poppins', sans-serif;
    margin: 0.75rem 0 0.5rem 0;
    font-weight: 700;
    font-size: 1rem;
    text-transform: none;
}
#slideRea li:first-of-type h3  {
    margin: 0rem 0 0.5rem 0;
}
#slideRea .slideReaDate  {
    font-family: 'Barlow Condensed', sans-serif;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 2rem;
    color: #c52776;
    display: inline-block;
    background: #fff;
    padding-right: 1rem;
}
a.timeLgal {
    text-align: center;
    display: inline-block;
    color: #0a0a0a;
    padding: 0.75rem 2rem;
    font-weight:600;
    border: solid 2px #c52776;
}
a.timeLgal:hover {
    background: #c52776;
    color: #fff;
}
#slideRea .owl-nav {
    margin-top: 0px;
    position: absolute;
    right: 0;
    top: -1px;
    font-size: 2rem;
}
#slideRea .owl-nav {
    position: absolute;
    right: 0px;
    top: 10%;
    background: #0a0a0a;
    width: 100%;
}
#slideRea.owl-carousel .owl-nav button.owl-next {
    margin-left: 0.5rem;
    font-size: 2rem;
    position: absolute;
    right: -1.5rem;
    z-index: 100;
    padding:0.75rem !important;
    background: rgba(10,10,10,0.80);
}
#slideRea.owl-carousel .owl-nav button.owl-prev {
    margin-right: 0.5rem;
    font-size: 2rem;
    position: absolute;
    left: -1.5rem;
    z-index: 100;
    padding:0.75rem !important;
    background: rgba(10,10,10,0.80);
}
#slideRea.owl-carousel .owl-nav button:hover{
    background: #c52776;
}
#slideRea.owl-theme .owl-nav [class*="owl-"] {
    margin: 0px;
    margin-left: 0px;
    color:#fff;
}
.mainRea:before {
    content:"";
    background-color: #0a0a0a;
    width: 100%;
    display: block;
    height: 30%;
    z-index: 0;
    position: absolute;
}
@media (max-width: 1199px) {
    .mainRea:before {
        height: 25%;
    }
} 

@media (max-width: 767px) {
    #slideRea .owl-stage-outer {
        margin-top: 2rem;
    }
    #slideRea .owl-dots {
        padding: 0 10px;
    }    
} 
@media (max-width: 460px) {
    #slideRea .owl-stage-outer {
        margin-top: 4rem;
    }
} 
@media (max-width: 375px) {
    .mainRea:before {
        height: 22%;
    }
} 


/*  ---------------------  */
/*  ZOOM REALISATIONS  */
/*  ---------------------  */

.glightbox-clean .gslide-description {
    background: none;;
}
.glightbox-clean .gdesc-inner {
    padding: 10px 0px 22px 0px;
}
.glightbox-clean .gslide-title {
    font-size: 1.5rem;
    font-weight: 700;
    font-family: 'Barlow Condensed', sans-serif;
    color: #ffff;
    margin-bottom: 0rem;
    line-height: 1.4em;
}
.glightbox-clean .gslide-desc {
    color: #ffff;
    font-size: 1rem;
    margin-bottom: 0;
}
.glightbox-mobile .glightbox-container .gslide-desc {
  color: #ffffff;
}
.glightbox-mobile .glightbox-container .gslide-title {
  color: #fff;
  font-size: 1.5rem;
}




/*  ---------------------  */
/*  METIERS  */
/*  ---------------------  */

#blocH2metiers  {
    margin: 2rem 0 2rem 0;
    padding-left:0;
    border-top: solid 1px #595959;
}
#blocH2metiers li  {
    list-style:none;
    padding: 0;
    -webkit-transition: all .8s;
    -moz-transition: all .8s;
    -o-transition: all 8s;
    transition: all .8s;
    display: block;
    position: relative;
    border-bottom: solid 1px #595959;
}
#blocH2metiers > li > a {
    color: #c52776;
    font-size: 1.5rem;
    display: block;
    padding: 1rem 3rem 1rem 0;
    font-weight: 500;
}
#blocH2metiers > li > a i  {
    color:#fff;
    font-size:2rem;
    position:absolute;
    display:block;
    right:0;
    top: 12px;
}
#blocH2metiers > li > a:hover i  {
    color:#c52776;
}
#blocH2metiers > li > a i.black  {
    color:#1e1e1c;
}
#blocH2metiers > li > a:hover i.black  {
    color:#c52776;
}
@media (min-width: 1200px) {
    .metierIco img {
        margin-left: auto;
        display: block;
        padding: 0 4rem;
        background: #fff;
        width: auto;
        position: absolute;
        right: 0.75rem;
        height: 112px;
    }
    .metierIco {
        position:relative;
    }
    .metierIco:after {
        content:"";
        position:absolute;
        display:block;
        width:10px;
        height:100px;
        background: #c52776;
        right:0;
        top:0px;
    }
} 
@media (max-width: 1199px) {
    .metierIco {
        position: absolute;
        top: -45px;
        right: 12px;
        width: 60px;
        height: auto;
        display: block;
        background: #fff;
        padding: 0;
        border-right: none;
        border-bottom: solid 10px #c52776;
    }
} 



/*  ---------------------  */
/*  DIVERS  */
/*  ---------------------  */

.aLinkBlack {
    display: inline-block;
    border:solid 2px #c52776;
    color: #1e1e1c;
    padding: 0.75rem 2rem;
}
.aLinkBlack:hover {
    background: #c52776;
    border:solid 2px #c52776;
    color: #fff !important;
}
.aLinkBlackNeg {
    display: inline-block;
    border:solid 2px #c52776;
    color: #fff;
    padding: 0.75rem 2rem;
}
.aLinkBlackNeg:hover {
    background: #c52776;
    border:solid 2px #c52776;
    color: #fff;
}
.aLinkRose {
    display: inline-block;
    background: #a92c73;
    border:solid 2px #a92c73;
    color: #ffffff;
    padding: 0.75rem 2rem;
}
.aLinkRose:hover {
    background: #0a0a0a;
    border:solid 2px #0a0a0a;
    color: #ffffff;
}
.bkgBlack {
    background: #0a0a0a;
}
.colBlack {
    color: #0a0a0a;
}
.colOrange {
    color: #c52776;
}
.colRose {
    color: #c52776;
}
.colWhite {
    color: #fff;
}
.blocCadreRose {
    border: solid 2px #a92c73;
}
.blocCadreLegal {
    border: solid 1px #0a0a0a;
    margin-bottom: 1.5rem;
}
.blocCadreLegal h2 {
    font-weight: 600;
    font-size: 1.25rem;
    color: #c52776;
    font-family: 'Poppins', sans-serif;
    border-left: solid 10px #c52776;
    padding-left: 23px;
    margin: 10px 0 15px -17px; 
    text-transform: none;
}
.blocCadreLegal h3 {
    font-size: 1.1rem;
    line-height: 1.35rem;
    font-family: 'Barlow Condensed', sans-serif;
    text-transform: uppercase;
}
.blocCadreLegal h4 {
    font-weight: 600;
}
.blocCadreLegal p, .blocCadreLegal ul, .blocCadreLegal h3, .blocCadreLegal h4  {
    padding-left: 16px;
}
.blocCadreLegal p:last-of-type {
    margin-bottom: 0.6rem;
}
.blocCadreLegal a {
    color:#1e1e1c;
}
.blocCadreLegal a:hover {
    color:#c52776;
}
.blocCadreLegal a.aLinkBlack:hover {
  color: #ffffff;
}
.blocCadreLegal table td {
    font-size: 0.9rem;
    line-height: 1.35rem;
}
.blocCadreLegal table th {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 0.8rem;
    font-weight: 600;
    text-transform: uppercase;
}
@media (max-width: 575px) {
    .aLinkBlack {
        text-align: center !important;
    }
} 

