body {
    font-family: 'Barlow', sans-serif;
    line-height: 1.75rem;
    font-size: 1.10rem;
    color: #1c1c1c;
    background-color: #fff;
    padding: 0;
    margin: 0;
}

html {
    margin: 0;
    padding: 0;
}

h1 {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 4rem;
    color: #232323;
    margin-bottom: 2rem;
    font-weight:500;
    line-height: 3rem;
    position: relative;
    display: inline;
}

#slideH h1:before  {
    display:none;
}
.dotend-dot {
    position: relative;
}

.dotend-dot:after {
    content: "";
    display: block;
    background: #265c9d;
    width: 15px;
    height: 15px;
    position: absolute;
    right: -1.5rem;
    bottom: .75rem;
    border-radius: 50%;
    display: none;
}

@media (max-width: 767px) {
    h1 {
        font-size: 2.5rem;
        margin-bottom: 1.5rem;
        margin-top: 1.25rem;
        line-height: 2.4rem;
    }
}

h2 {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 2.5rem;
    color: #265c9d;
    font-weight: 500;
    margin: 3rem 0 2rem 0;
}

h2.point {
    position: relative;
    display: inline-block;
    font-size: 2.25rem;
    margin: 3rem 0 2rem 0;
    color: #292929;
}

h2.point:after {
    content: "";
    display: block;
    background: #1c1c1c;
    width: 15px;
    height: 15px;
    position: absolute;
    right: -24px;
    bottom: 9px;
    border-radius: 50%;
}

h3 {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 1.5rem;
    color: #1c1c1c;
    text-transform: uppercase;
    margin-bottom: 0.5rem;
}

h3.big {
    font-size: 1.75rem;
    font-weight: normal;
    line-height: 2rem;
}

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: #00abac;
    font-size: 1.5em;
}
ul.ulpuce li span {
    font-size: 0.9rem !important;
}
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: 600;
}
.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;
    }
}


/*  ------------------------------------  */
/* ------ 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: #00abac;
    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 #00abac;
    background-color: #00abac;
    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: #00abac;
    border: solid 1px #00abac;
}

.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 #00abac;
    background-color: #00abac;
    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;
    color: #fff;
    font-size: 0.7rem;
    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;
    }
}



/* ==========================================================================
   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;
}



/* ==========================================================================
   NAV
   ========================================================================== */


#navIcons {
    display: block;
    margin-top: 0;
    margin-bottom: 0;
    position: absolute;
    right: 0px;
    top: 9px;
    z-index: 1;
}

#navIcons li {
    list-style: none;
    display: block;
    float: right;
}

#navIcons li a {
    color: #fff;
    display: block;
    text-align: center;
    font-size: 1.5rem;
    padding: 0.15rem 0rem 0rem 2rem;
    font-weight: 600;
    line-height: 40px;
    font-family: 'Barlow', sans-serif;
    letter-spacing: 0.10rem;
    width: 100%;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

#navIcons li:first-of-type a {
    color: #00abac;
}

#navIcons li a:hover {
    color: #00abac;
    font-weight: 700;
}

#navIcons li:first-of-type a:hover {
    color: #fff;
}

#navIcons svg {
    font-size: 1.5rem;
    margin-bottom: -1px;
}

#navIcons li a.tel svg {
    font-size: 0.98rem;
    margin-bottom: 1px;
    margin-right: 5px;
}

a#btnTop {
    font-size: 1.5rem;
    margin: 0 auto;
    display: block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    background: #fff;
    color: #265c9d;
    text-align: center;
}

a#btnTop:hover {
    background: #265c9d;
    color: #fff;
}

#logo {
    height: auto;
    position: absolute;
    z-index: 10;
    top: -23px;
}

#logo:not(.logoH) {
    width: 92px;
    -webkit-transition: all .6s;
    -moz-transition: all .6s;
    -o-transition: all .6s;
    transition: all .6s;
}

#logo.logoH {
    width: 250px;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    top: 4px;
    z-index: -1;
}

.filetTop {
    position: absolute;
    height: 1px;
    width: calc(100% - 429px);
    top: 55px;
    right: 0;
    z-index: 9;
    background: rgba(255, 255, 255, 0.40);
}

@media (min-width: 1200px) and (max-width: 1399px) {
    #logo.logoH {
        width: 165px;
    }
}

@media (max-width: 1399px) {
    #headP .filetTop,
    .filetTop {
        width: calc(100% - 27%);
    }
}

@media (max-width: 991px) {
    #logo.logoH {
        width: 200px;
    }
}


@media (max-width: 575px) {
    #logo:not(.logoH) {
        left: 0.55rem;
    }
    footer img.puce {
        left: calc(50% - 6rem) !important;
    }

    footer .position-relative {
        padding-top: 25px;
    }


    #logo.logoH {
        width: 54px;
        top: -5px;
    }

    .filetTop,
    #headP .filetTop {
        display: none;
    }
}

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


/*NAV*/

.scollupHead {
    position: fixed;
    width: 100%;
    height: 109px;
    z-index: 999;
    top: 0;
    left: 0;
    background-position-x: -50px;
    background-color: transparent;
}
.scroll-down .scollupHead {
    background: url("../img/bandeau/carte-electronique-bd.jpg") no-repeat center top;
    background-size: cover;
}
.scroll-up .scollupHead {
    transform: none;
    background: url("../img/bandeau/carte-electronique-bd.jpg") no-repeat center top;
    background-size: cover;
}
.scroll-down .scollupHead #logo.logoH {
        width: 92px;
        top: -23px;
}
.scroll-up .scollupHead #logo.logoH {
        width: 92px;
        top: -23px;
}

@media (max-width: 1199px) {
   .scollupHead .nav {
        margin-top: 77px;
        padding: 1rem;
    }
    .scollupHead > .container {
        max-width: 100%;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .scollupHead #logo {
        left: 2rem;
    }
    .scollupHead .navbar-dark .navbar-toggler {
        right: 2rem;
    }
}
@media (max-width: 575px) {
    .scollupHead #logo {
        left: 0.55rem;
    }
    .scollupHead #logo.logoH {
        left: 0.55rem;
        width: 92px;
        top: -23px;
    }
}

#indexP .scroll-down .scollupHead #logo.logoH {
    /*transform: translate3d(0, -161px, 0);*/
    transform: none;
    background: url("../img/bandeau/circuit-carte-electronique.webp") no-repeat center center;    
    width: 92px;
    height: auto;
    top: -23px;
}
#indexP .scroll-up .scollupHead #logo.logoH {
    transform: none;
    background: url("../img/bandeau/circuit-carte-electronique.webp") no-repeat center center;    
    width: 92px;
    height: auto;
    top: -23px;
}
header {
    position: absolute;
    z-index: 99999;
    width: 100%;
    padding: 2rem 0 0 0;
}
header>div {
    position: relative;
}
header .navbar {
    padding-bottom: 0;
    padding-top: 0;
}
header .navbar #navbarCollapse {
    justify-content: flex-end !important;
}
header .nav-link {
    text-transform: uppercase;
    padding: .5rem 1rem .3rem 1rem;
}

header .navbar-expand-xl .navbar-nav .nav-link {
    padding-left: 0rem;
    margin-right: 2rem;
    padding-bottom: 0.75rem;
    margin-left: 0rem;
    color: #fff;
    font-family: 'Barlow', sans-serif;
    position: relative;
    font-size: 1.25rem;
    font-weight: 500;
}
header .navbar-expand-xl .navbar-nav .nav-item:last-of-type .nav-link.active {
    background-color: #fff;
    color: #265c9d !important;
    font-weight: 600;
}
header .navbar-expand-xl .navbar-nav .nav-item.contact a {
    border: solid 1px #fff;
    border-radius: 0rem;
    margin-right: 0rem;
    padding-right: 1.25rem;
    padding-left: 1.25rem;
    padding-bottom: 0.25rem;
    padding-top: 0.25rem;
    margin-top: 0.25rem;
}
header .navbar-expand-xl .navbar-nav .nav-item.contact a:hover {
    background-color: #fff;
    color: #265c9d !important;
    font-weight: 600;
}
header .navbar-expand-xl .navbar-nav .nav-item.gtrad a {
    margin-right: 0;
    margin-left: 2rem;
    padding: 0;
}
header .navbar-expand-xl .navbar-nav .nav-item.gtrad a span {
    display: none;
}
header .navbar-expand-xl .navbar-nav .nav-item.gtrad a img {
    width: 36px;
    height: auto;
    margin-top: 5px;
}
.navbar-toggler a.gtrad {
    display: none;
}
@media (max-width: 1199px) {
    header .navbar-expand-xl .navbar-nav .nav-item.gtrad {
        display: none;
    }
}
@media (min-width: 460px) and (max-width: 1199px) {
    .navbar-toggler  {
        display: flex;
    }
    .navbar-toggler a.gtrad {
        display: block;
        margin-right: 0;
        margin-left: 2rem;
        padding: 0;
    }
    .navbar-toggler a.gtrad img {
        width: 36px;
        height: auto;
        margin-top: 0px;
    }
}
@media (max-width: 459px) {
    header .navbar-expand-xl .navbar-nav .nav-item.gtrad {
        display: block;
        margin-top: 0px;
    }
    header .navbar-expand-xl .navbar-nav .nav-item.gtrad a  {
        display: flex;
        align-items: center;
    }
    header .navbar-expand-xl .navbar-nav .nav-item.gtrad a span {
        display: block;
        margin-right: 1rem;
        font-weight: 400;
        font-size: 0.9rem;
        text-transform: none;
    }
    header .navbar-expand-xl .navbar-nav .nav-item.gtrad a img {
        margin-right: 1rem;
    }
}


header .navbar-expand-xl > span.ville {
    color: #fff;
    font-weight: 400;
    font-size: 1rem;
    position: absolute;
    z-index: 2;
    left: 120px;
    top: -23px;
    display: flex;
    font-family: Barlow Condensed;
    line-height: 1.25rem;
    flex-direction: column;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}
header .navbar-expand-xl > span.ville > strong > em {
    font-style: normal;
    font-weight: normal;
}
header .navbar-expand-xl > span.ville > em {
    font-style: normal;
    text-transform: uppercase;
}
header .navbar-expand-xl > a.tel {
    border-radius: 0rem;
    color: #fff;
    font-weight: 600;
    font-size: 1.25rem;
    position: absolute;
    z-index: 2;
    left: 120px;
    top: 18px;    
    display: flex;
    align-items: center;
}
header .navbar-expand-xl > a.tel svg {
    font-size: 1.1rem;
    display: block;
    width:18px;
}
header .navbar-expand-xl > a.tel:hover {
    color: #a3cdff;
}
header .navbar-expand-xl > a.mail {
    border-radius: 0rem;
    color: #fff;
    font-weight: 400;
    font-size: 1rem;
    position: absolute;
    z-index: -1;
    left: 120px;
    top: 43px;
    display: flex;
    align-items: center;
    font-family: Barlow Condensed;
}
header .navbar-expand-xl > a.mail svg {
    font-size: 1.2rem;
    display: block;
    width: 18px;
    margin-top: 3px;
}
header .navbar-expand-xl > a.mail:hover {
    color: #a3cdff;
}
#indexP header .navbar-expand-xl > a.tel {
    left: 290px;
    top: 50px;
}
#indexP header .navbar-expand-xl > a.mail {
    left: 290px;
    top: 77px;
}
#indexP header .navbar-expand-xl > span.ville {
    color: #fff;
    font-weight: 400;
    font-size: 1rem;
    position: absolute;
    z-index: 2;
    left: 290px;
    top: 8px;
    display: flex;
    font-family: Barlow Condensed;
    line-height: 1.25rem;
    flex-direction: column;
}
#indexP header .navbar-expand-xl > span.ville > strong > em {
    font-style: normal;
    font-weight: normal;
}
#indexP header .navbar-expand-xl > span.ville > em {
    font-style: normal;
    text-transform: uppercase;
}
#indexP.scroll-down header .navbar-expand-xl > span.ville {
    left: 120px;
    top: -23px;
}
#indexP.scroll-down header .navbar-expand-xl > span.ville > strong > em {
    font-style: normal;
}
#indexP.scroll-down header .navbar-expand-xl > span.ville > em {
    font-style: normal;
    text-transform: uppercase;
}
#indexP.scroll-down header .navbar-expand-xl > a.tel {
    left: 120px;
    top: 18px;
}
#indexP.scroll-down header .navbar-expand-xl > a.mail{
    left: 120px;
    top: 43px;
}
#indexP.scroll-up header .navbar-expand-xl > span.ville {
    left: 120px;
    top: -23px;
}
#indexP.scroll-up header .navbar-expand-xl > a.tel {
    left: 120px;
    top: 18px;
}
#indexP.scroll-up header .navbar-expand-xl > a.mail {
    left: 120px;
    top: 43px;
}
@media (max-width: 1399px) {
    #indexP header .navbar-expand-xl > a.mail,
    #indexP header .navbar-expand-xl > a.tel,
    #indexP header .navbar-expand-xl > span.ville {
        left: 200px;
    }
}

@media (max-width: 1199px) {
    header .navbar-expand-xl > a.mail,
    header .navbar-expand-xl > a.tel,
    header .navbar-expand-xl > span.ville {
        left: 150px;
    }
    #indexP header .navbar-expand-xl > a.mail,
    #indexP header .navbar-expand-xl > a.tel,
    #indexP header .navbar-expand-xl > span.ville {
        left: 315px;
    }
    #indexP.scroll-up header .navbar-expand-xl > span.ville,
    #indexP.scroll-up header .navbar-expand-xl > a.tel,
    #indexP.scroll-up header .navbar-expand-xl > a.mail,
    #indexP.scroll-down header .navbar-expand-xl > span.ville,
    #indexP.scroll-down header .navbar-expand-xl > a.tel,
    #indexP.scroll-down header .navbar-expand-xl > a.mail {
        left: 150px;
    }    
}
@media (max-width: 991px) {
    #indexP header .navbar-expand-xl > a.mail,
    #indexP header .navbar-expand-xl > a.tel,
    #indexP header .navbar-expand-xl > span.ville {
        left: 270px;
    }
}
@media (max-width: 575px) {
    header .navbar-expand-xl > a.mail,
    header .navbar-expand-xl > a.tel,
    header .navbar-expand-xl > span.ville {
        left: 120px;
    }
    #indexP header .navbar-expand-xl > span.ville {
        left: 120px;
        top: -23px;
    }
    #indexP header .navbar-expand-xl > a.tel {
        left: 120px;
        top: 18px;
    }
    #indexP header .navbar-expand-xl > a.mail {
        left: 120px;
        top: 43px;
    }
    #indexP.scroll-up header .navbar-expand-xl > span.ville,
    #indexP.scroll-up header .navbar-expand-xl > a.tel,
    #indexP.scroll-up header .navbar-expand-xl > a.mail,
    #indexP.scroll-down header .navbar-expand-xl > span.ville,
    #indexP.scroll-down header .navbar-expand-xl > a.tel,
    #indexP.scroll-down header .navbar-expand-xl > a.mail {
        left: 120px;
    }    
}
@media (max-width: 420px) {
    header .navbar-expand-xl > a.mail {
        font-family: Barlow Condensed;
    }
    header .navbar-expand-xl > a.tel {
        font-size: 0.9rem;
    }
    header .navbar-expand-xl > a.tel svg,
    header .navbar-expand-xl > a.mail svg {
        width: 14px;
    }    
}
@media (max-width: 380px) {
    header .navbar-expand-xl > span.ville,
    #indexP header .navbar-expand-xl > span.ville {
        font-size: 0.75rem;
    }
    header .navbar-expand-xl > a.mail {
        font-size: 0.85rem;
    }
}

header .navbar-dark .navbar-nav .nav-link.active,
header .navbar-dark .navbar-nav .show>.nav-link {
    font-weight: 800;
    color: #00abac;
}

header .navbar-dark .navbar-nav .nav-item:not(.dropdown) .nav-link.active {
    color: white;
    position: relative;
}
header .navbar-dark .navbar-nav .nav-item.dropdown .nav-link.active,
header .navbar-dark .navbar-nav .show>.nav-link.active {
    background-color: white;
}

header .navbar-expand-xl .navbar-nav .nav-link.dropdown-toggle {
    padding-right: 22px;
}

header .navbar-expand-xl .navbar-nav .nav-link img {
    display: block;
    width: 20px;
    height: auto;
    margin-top: 2px;
}

header .dropdown-menu {
    background-color: #1b3f6d;
    border: none;
    border-top: none;
    padding: 0.5rem 0;
    border-radius: 0;
    position: relative;
}
header .dropdown-menu > li {
    border-bottom: solid 1px #204c7f;
}
header .dropdown-menu > li:last-of-type {
    border-bottom: none;
}

header .dropdown-menu:before {
    content: "";
    position: absolute;
    width: 8px;
    height: 16px;
    background-color: #204c7f;
    left: 0;
    top: -8px;
    z-index: 10;
    border-radius: 0.3rem;
    display: none;
}

header .dropdown-menu a {
    color: #c9d6e6;
    background: none;
    font-weight: 500;
    font-size: 1rem;
    text-transform: uppercase;
}

header .dropdown-menu a:hover {
    background: none;
    color: #ffffff;
}

header .dropdown-menu .dropdown-item {
    padding: .5rem 1rem;
}

header .dropdown-item:focus,
header .dropdown-item:hover {
    color: #ffffff;
    background-color: transparent;
}

header .dropdown-item.active {
    background-color: transparent;
    color: #fff;
    font-weight: 600;
}

header .dropdown-item.active:focus,
header .dropdown-item.active:hover {
    color: #fff;
    background-color: transparent;
    font-weight: 600;
}

header .navbar-dark .navbar-nav .nav-link:focus,
header .navbar-dark .navbar-nav .nav-link:hover {
    color: #fff;
}

header .navbar-dark .navbar-nav .nav-link.active,
header .navbar-dark .navbar-nav .show>.nav-link.active:hover {
    color: #ffffff;
}

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: 5px;
}

#navIcons {
    display: block;
    margin-top: 0;
    position: absolute;
    right: 50px;
    top: -66px;
    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.3rem;
    margin: 0 0px 0 15px;
    padding: 0 5px;
    font-family: 'Barlow', sans-serif;
}

#navIcons li a:hover {
    color: #00abac;
}

#navIconsMob {
    display: none;
}

#navIconsMob a {
    font-size: 1.75rem;
    color: #fff;
    display: inline-block;
    margin-right: 1.75rem;
}

#navIconsMob a:hover {
    color: #00abac;
}

.navbar-dark .navbar-brand img {
    width: 107px;
}

.navbar-brand {
    margin: 0;
    padding: 0;
}

#navIcons #telNav {
    font-family: 'Barlow', sans-serif;
    color: #00abac;
    position: relative;
}

#navIcons #telNav:hover {
    color: #fff;
}

/* NAVTOP */
header .navbar-expand-xl .navTop .nav-link {
    padding-right: 0rem;
    padding-left: 0rem;
    margin-right: 0rem;
    margin-left: 1rem;
    color: #fff;
    font-size: 1.2rem;
    font-family: 'Barlow', sans-serif;
    font-weight: 500;
}

header .navbar-expand-xl .navTop .nav-link:hover {
    color: #00abac;
}

header .navbar-expand-xl .navTop .nav-link.active {
    color: #00abac;
    font-weight: 600;
}

header .navbar-expand-xl .navTop {
    padding-left: 0;
    position: absolute;
    top: -63px;
    right: 290px;
    display: flex;
}

header .navbar-expand-xl .navTop li {
    list-style: none;
    padding-right: 1rem;
    border-right: solid 1px #83888b;
}

/* ---- */

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

@media (max-width: 1599px) {
    header>.container>.navbar {
        width: 100%;
        margin-left: 0px;
        background: none;
    }
}

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

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


@media (min-width:1200px) and (max-width: 1399px) {
    #accrocheSlider h1 {
        top: 28%;
    }
}

@media (max-width: 1199px) {

    .navbar-dark .navbar-toggler {
        position: absolute;
        top: 6px;
        text-align: center;
        padding: 0rem;
        z-index: 20;
        border: none;
    }

    header .dropdown-toggle:after {
        width: 16px;
        height: 11px;
    }

    header .navbar {
        width: 100%;
        margin-top: 0px;
        margin-left: 0;
        padding-left: 1rem;
    }

    header .navbar-expand-xl .navTop li {
        border-right: none;
    }

    #navIcons {
        right: 63px;
        top: -52px;
    }

    .navbar-dark .navbar-toggler-icon {
        background-image: none;
        margin-top: 0px;
        color: #fff;
        font-size: 2rem;
        width: initial;
        height: initial;
    }

    .navbar {
        padding-top: 0rem;
        padding-bottom: 0rem;
        background-color: rgba(44, 44, 43);
        background-color: rgba(44, 44, 43, 0.95);
        background-color: rgba(44, 44, 43 / 0.95);
    }

    header .navbar {
        padding-left: 0 !important;
    }

    header .nav {
        margin-top: 76px;
        background-color: #1b416e;
    }

    header .nav-item.dropdown {
        border-radius: .3rem;
    }

    header .nav .dropdown-toggle,
    header .nav>.nav-item a {
        margin: 0 !important;
        padding: 0 !important;
        border: 0 !important;
    }

    header .dropdown-toggle:after {
        background: url("../img/commun/arrowDropdownContrast.svg") no-repeat center center;
        top: 8px;
        background-size: contain;
    }

    header .nav>.nav-item {
        padding: .5rem;
        transition: background-color .4s;
    }

    header .nav>.nav-item:hover,
    header .nav .dropdown-menu a:hover {
    }

    header .dropdown-menu {
        padding: .75rem;
    }
    header .dropdown-menu.show {
        background: rgba(38,92,157,0.25);
        margin: 0.5rem;
    }
    header .dropdown-menu > li {
      border-bottom: solid 1px #1b416e;
    }
    header .nav .dropdown-menu:before {
        display: none !important;
    }

    header .nav .dropdown-menu a {
        padding: .5rem !important;
        margin: 0 !important;
        color: white !important;
    }

    header .nav .dropdown-menu li:not(:last-child) a {
        margin-bottom: .5rem !important;
    }

    header .nav .dropdown-item.active {
    }

    .navbar-toggler:focus {
        box-shadow: 0 0 0 0rem;
    }

    header .navbar-expand-xl .navbar-nav .nav-link {
        margin-left: 0rem;
        padding: 0.25rem 0.5rem !important;
        font-weight: 600;
    }
    header .navbar-expand-xl .navTop {
        margin-right: 0px;
        position: relative;
        top: initial;
        right: initial;
        flex-direction: column;
    }
    header .navbar-expand-xl .navTop .nav-link {
        margin-left: 0rem;
        font-size: 1.45rem;
        margin-bottom: 1rem;
    }
}

@media (max-width: 767px) {
    .navbar .megamenu a {
        margin-bottom: 1rem;
    }

    .contentFilVert {
        padding: 0 2rem !important;
    }
}

@media (max-width: 699px) {
    #navIcons {
        right: 29px;
    }
}

@media (max-width: 575px) {
    #navIcons {
        width: 100%;
    }

    #navIcons li:last-of-type {
        float: right;
    }
}

@media (max-width: 767px) {
    .navbar .megamenu a {
        margin-bottom: 1rem;
    }
}

@media (max-width: 420px) {
    .navbar-brand .logoMob {
        display: block;
    }

    .navbar-brand .logo {
        display: none;
    }

    .navbar-brand {
        /*padding-top: 0rem;
        padding-bottom: 0rem;
        display: block;
        margin-top: -3px;*/
    }

    #angLogo {
        width: 345px;
        margin-top: -25px;
    }

    #navIcons li a {
        padding: 0.15rem 0rem 0rem 0rem;
    }
}

@media (max-width: 359px) {
    #angLogo {
        width: 286px;
        margin-top: 0px;
    }
}




/*HOME START*/


#goProduits {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    position: relative;
    padding-top: 1rem;
}

#goProduits:before {
    content: "";
    width: 100%;
    height: 100px;
    background: #00abac;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

#goProduits:after {
    content: "";
    width: 100%;
    height: 30px;
    background: url("../img/commun/frise-epi.svg") repeat-x center bottom;
    background-size: contain;
    position: absolute;
    top: -30px;
    left: 0;
    z-index: 5;
}

#start {
    position: relative;
}

#start .accroche {
    color: #00abac;
    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 .contentFilVert {
    position: relative;
}

#start .contentFilVert:before {
    content: "";
    width: 10px;
    height: 46px;
    background: #92adce;
    top: 0;
    left: 0;
    z-index: 10;
    position: absolute;
    display: none;
}

.mainVisu {
    position: absolute;
    z-index: 9999;
}
@media (min-width: 1281px) {
    .mainVisu {
        right: 9%;
        top: -8rem;
        max-height: calc(100% + 11rem);
    }
}
@media (max-width: 1280px) {
    .mainVisu {
        right: 8%;
        top: -4rem;
        max-height: calc(100% + 8rem);
    }
}

#start h2 {
    font-size: 3.25rem;
    line-height: 3.25rem;
    font-family: 'Barlow Condensed', sans-serif;
    margin-bottom: 1rem;
    color: #1c1c1c;
    position: relative;
    display: block;
    padding-right: 180px;
    margin-top: 0;
    font-weight: 600;
}
@media (max-width: 575px) {
  #start h2 {  
    font-size: 3rem;
    line-height: 3rem;
    }
}
#goProduits>div {
    position: relative;
    margin: 1rem;
    width: calc(33% - 2rem);
}

#start #goProduits h2 {
    font-family: 'Barlow', sans-serif;
    color: #fff;
    text-align: center;
    background: #00abac;
    font-size: 2.25rem;
    padding: 1.5rem 1rem;
    margin-bottom: 0;
    text-transform: uppercase;
    -webkit-transition: all .8s;
    -moz-transition: all .8s;
    -o-transition: all .8s;
    transition: all .8s;
}

.goDetail {
    display: block;
    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);
}

#start #goProduits div a:hover h2 {
    background: #1d1d1b;
}

#goProduits div a:hover .goDetail {
    background: #00abac;
    color: #1d1d1b;
    letter-spacing: 0.25rem;
    font-weight: 700;
}

.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: #00abac;
}

.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: 991px) {
    #goProduits>div {
        width: calc(50% - 2rem);
    }
}

@media (max-width: 775px) {
    #goProduits>div {
        width: 100%;
        margin-right: 0;
        margin-left: 0;
    }
}

@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*/

#myCarousel .carousel-item {
    height: 80vh;
    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;
}

@media (min-width: 768px) {

    #myCarousel .carousel-item.slide1 {
        background: url(../img/slide/carte-4.jpg) no-repeat center center;
        background-size: cover;
    }

    #myCarousel .carousel-item.slide2 {
        background: url(../img/slide/carte-8.jpg) no-repeat center center;
        background-size: cover;
    }

    #myCarousel .carousel-item.slide3 {
        background: url(../img/slide/carte-7.jpg) no-repeat center center;
        background-size: cover;
    }

    #myCarousel .carousel-item.slide4 {
        background: url(../img/slide/carte-9.jpg) no-repeat center center;
        background-size: cover;
    }

    #myCarousel .carousel-item.slide6 {
        background: url(../img/bandeau/iclub-informatique-slider-scaled.webp) no-repeat center center;
        background-size: cover;
    }
}

@media (max-width: 767px) {
        
    #myCarousel .carousel-item.slide1 {
        background: url(../img/slide/carte-4.jpg) no-repeat center center;
        background-size: cover;
    }

    #myCarousel .carousel-item.slide2 {
        background: url(../img/slide/carte-8.jpg) no-repeat center center;
        background-size: cover;
    }

    #myCarousel .carousel-item.slide3 {
        background: url(../img/slide/carte-7.jpg) no-repeat center center;
        background-size: cover;
    }

    #myCarousel .carousel-item.slide4 {
        background: url(../img/slide/carte-9.jpg) no-repeat center center;
        background-size: cover;
    }

    #myCarousel .carousel-item.slide5 {
        background: url(../img/slide/equipe-ataris.jpg) no-repeat center center;
        background-size: cover;
    }
    #myCarousel .carousel-item.slide6 {
        background: url(../img/bandeau/iclub-informatique-slider-scaled.webp) no-repeat center center;
        background-size: cover;
    }
}

#slideH {
    position: relative;
}

#slideH:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgb(1, 130, 127);
    background: linear-gradient(180deg, rgba(38, 92, 157, 0.95) 0%, rgba(38, 92, 157, 0.7) 100%);
    z-index: 1;
}

#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: #00abac;
    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: #00abac;
    position: relative;
}

#accrocheSlider {
    position: absolute;
    top: 145px;
    z-index: 15;
    text-align: right;
    right: calc((100% - 84%) / 2);
}

#accrocheSlider h1 {
    display: block;
    margin-top: 5vh;
    margin-bottom: 0;
    font-size: 3rem;
    color: #fff;
    text-align: right;
    line-height: 3.75rem;
    padding-left: 1rem;
    font-weight: 400;
    font-family: 'Barlow Condensed', sans-serif;
    text-transform: uppercase;
}

#accrocheSlider h1 strong {
    font-weight: 600;
    display: block;
    font-size: 5rem;
    color:#fff;
    /*color: #ffb643;*/
}

#btnStart {
    font-size: 2rem;
    color: #fff;
    padding: 0;
    display: block;
    width: 30px;
    height: auto;
    margin-left: auto;
    margin-top: 0.5rem;
}

.carousel-control-next,
.carousel-control-prev {
    height: 50px;
    top: 50%;
    transform: translateY(-50%);
    width: calc((100% - 84%) / 2);
    z-index: 20;
}

#maskSlider {
    position: absolute;
    width: calc(100% + 1px);
    bottom: 0;
    left: -1px;
    z-index: 10;
}

#maskSlider .container {
    border-left: solid
}

#maskSlider .visuRond {
    position: absolute;
    right: 140px;
    top: -100px;
    z-index: 15;
}

#maskSlider .visuRond img {
    border-radius: 50% !important;
    width: 200px;
    height: 200px;
    margin-left: 1rem;
}

#filetSlider {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0px;
    z-index: 10;
    height: 450px;
    display: none;
}

#filetSlider .container {
    background: url("../img/slide/picots.svg") no-repeat 0px bottom;
    background-size: contain;
    display: flex;
    height: 100%;
}

@media (max-width: 1199px) {
    #accrocheSlider {
  position: absolute;
  top: 145px;
  z-index: 15;
  text-align: right;
  right: calc((100% - 84%) / 2);
}
}

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

    #slideH .carousel-caption {
        margin-right: 10px;
    }
}

@media (max-width: 767px) {
    #filetSlider {
        padding: 0 1rem;
    }

    #myCarousel .carousel-item {
        height: calc(80vh - 40px);
    }

    #accrocheSlider h1 {
        font-size: 1.5rem;
        line-height: 2rem;
        padding-left: 2rem;
    }

    #accrocheSlider h1 strong {
        font-size: 2rem;
    }
}

@media (max-width: 699px) {

    .carousel-control-next,
    .carousel-control-prev {
        top: initial;
        bottom: 50px;
    }

    .carousel-control-prev {
        left: 30px;
    }

    .carousel-control-next {
        left: 80px;
    }
}


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

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



/*CAROUSEL DIAPORAMA HEADER*/

#bandeau {
    height: 109px;
    width: 100%;
    position: relative;
    z-index: 0;
}

#bandeau.proto {
    background: url("../img/bandeau/carte-electronique-bd.jpg") no-repeat center top;
    background-size: cover;
}

#bandeau:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgb(1, 130, 127);
    background: linear-gradient(180deg, rgba(38, 92, 157, 0.52) 0%, rgb(38, 92, 157) 90%);
    z-index: 1;
    display: none;
}

#bandeau #filets {
    position: absolute;
    height: 77px;
    width: 100px;
    right: 2.75rem;
    bottom: 0;
    background: url("../img/slide/picopage.svg") no-repeat right top;
    background-size: 37%;
    /*display: flex;*/
    z-index: 11;
    display: none;
}
@media (max-width: 1199px) {
    #bandeau #filets {
        display:none;
    }
}

#breadcrumb {
    /*background: url("../img/slide/mask-bando-trou.svg") no-repeat right bottom;
    background-size: auto 42px;*/
    background: #fff;
    width: 100%;
    padding: 0;
    margin-bottom: 2rem;
    /*position: absolute;
    bottom: 0;
    left: 0;
    z-index: 9;*/
}
#breadcrumb:before {
    content: "";
    background: url("../img/commun/picoleft.svg") no-repeat right bottom;
    background-size: auto 100%;
    position: absolute;
    width: 25px;
    height: 12px;
    bottom: 3px;
    left: 0;
    z-index: 10;
    display: none;
}

.breadcrumb {
    display: flex;
    flex-wrap: wrap;
    padding-top: 25px;
    margin: 0;
    list-style: none;
    margin-right: 4.5rem;
}

.breadcrumb li,
.breadcrumb-item.active,
.breadcrumb li a {
    color: #a5b5c8;
    font-size: 0.7rem;
    text-transform: uppercase;
    font-weight: 400;
}

.breadcrumb li a {
    font-weight: 500;
}

.breadcrumb li a:hover {
    color: #265c9d;
}

.breadcrumb-item {
    background: url("../img/commun/breadcrumb-divider.svg") no-repeat left center;
    background-size: auto;
    background-size: 6px;
    padding-right: 8px !important;
    padding-left: 12px !important;
    float: left;
    text-transform: capitalize;
    line-height: 1rem;
}

.breadcrumb-item:first-of-type {
    background: none;
    padding-left: 0px !important;
}

.breadcrumb-item+.breadcrumb-item:before {
    display: none;
}
@media (max-width: 1199px) {
    #breadcrumb {
    }
}

/* ==========================================================================
   NEWS ACCUEIL
   ========================================================================== */

#news {
    position: relative;
    margin: 0;
}

#news:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0px;
    background: linear-gradient(180deg, rgb(38, 92, 157) 0%, rgb(145, 174, 214) 100%);
    z-index: 10;
    display: none;
    color: #fff;
    text-align: center;
    padding: 2.5rem 0.5rem 0.4rem 0.5rem;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 1.25rem;
    writing-mode: vertical-rl;
    text-orientation: mixed;
    letter-spacing: 0.11rem;
    transform: rotate(180deg);
    height: 100%;
    width: 45px;
}

#news .item>div:last-of-type {
    border-left: solid 1px #c9d6e6;
    padding: 2rem 2rem 0 2rem;
}

#news .item>div>span {
    color: #c9d6e6;
    display: flex;
    font-size: 1.5rem;
}

#news .item>div>span strong,
#news .item>div>span em {
    display: block;
    font-style: normal;
    font-weight: 300;
}

#news .item>div>span strong:first-of-type {
    font-weight: 400;
}

#news .item>div>span strong:last-of-type {
    color: #265c9d;
    font-weight: 700;
}
#news .item>div>h3 {
    font-family: 'Barlow', sans-serif;
    margin-bottom: 1rem;
    text-transform: none;
}

#news .item a.aLire {
    color: #fff;
    font-weight: 400;
    display: flex;
    background: rgba(255, 255, 255, 1);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 99999;
    font-size: 3rem;
    justify-content: center;
    align-items: center;
    -webkit-transition: all .8s;
    -moz-transition: all .8s;
    -o-transition: all .8s;
    transition: all .8s;
    opacity: 0;
    border: solid 1px #c9d6e6;
}

#news .item:hover a.aLire {
    color: #265c9d;
    font-weight: 400;
    display: flex;
    background: rgba(255, 255, 255, 0.94);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 99999;
    font-size: 3rem;
    justify-content: center;
    align-items: center;
    opacity: 1;
    border: solid 1px #c9d6e6;
}

#news .item h2 {
    font-size: 1.25rem;
    margin-bottom: 1rem;
    text-transform: none;
    font-weight: 600;
    margin-top: 0.5rem;
}

#tNews {
    margin-top: 3rem;
}

#tNews h2 {
   margin: 3rem 0 2rem 0;
}

#news .owl-carousel .owl-nav button.owl-next,
#news .owl-carousel .owl-nav button.owl-prev,
#news .owl-carousel button.owl-dot {
    font-size: 3rem;
}

#news .owl-theme .owl-nav [class*="owl-"]:hover {
    color: #265c9d;
    background: #fff;
}

/* ==========================================================================
   NEWS PAGE
   ========================================================================== */

#newsP {
    display: flex;
    flex-wrap: wrap;
}

#newsP>div {
    position: relative;
    border: solid 1px #c9d6e6;
}

#newsP>div {
    padding: 2rem;
    width: calc(50% - 1rem);
    margin-top: 2rem;
}

#newsP>div:nth-child(odd) {
    margin-right: 1rem;
}

#newsP>div:nth-child(even) {
    margin-left: 1rem;
}

#newsP>div>div:last-of-type {
    margin-top: 2rem;
}

#newsP>div>div:last-of-type>span {
    color: #c9d6e6;
    display: flex;
    font-size: 1.5rem;
}

#newsP>div>div:last-of-type>span strong:first-of-type {
    font-weight: 400;
}

#newsP>div>div:last-of-type>span strong,
#newsP>div>div:last-of-type>span em {
    display: block;
    font-style: normal;
    font-weight: 300;
}

#newsP>div>div:last-of-type>span strong:last-of-type {
    color: #265c9d;
    font-weight: 700;
}

#newsP>div>div:last-of-type h2 {
    font-family: 'Barlow', sans-serif;
    font-size: 1.25rem;
    text-transform: none;
    font-weight: 600;
    margin-top: 0.5rem;
    margin-bottom: 0.75rem;
}
#newsP>div>div:last-of-type ul {
    margin-bottom: 0.75rem;
}

#newsP>div>div:last-of-type a:not(.aLire) {
    font-weight: 500;
}
#newsP>div>div:last-of-type a:not(.aLire):hover {
    color:#265c9d;
}
#newsP>div>div:last-of-type a.aLire {
    color: #fff;
    font-weight: 400;
    display: flex;
    background: rgba(255, 255, 255, 1);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 99999;
    font-size: 3rem;
    justify-content: center;
    align-items: center;
    -webkit-transition: all .8s;
    -moz-transition: all .8s;
    -o-transition: all .8s;
    transition: all .8s;
    opacity: 0;
    border: solid 1px #c9d6e6;
}

#newsP>div>div:last-of-type:hover a.aLire {
    color: #265c9d;
    font-weight: 400;
    display: flex;
    background: rgba(255, 255, 255, 0.94);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 99999;
    font-size: 3rem;
    justify-content: center;
    align-items: center;
    opacity: 1;
    border: solid 1px #c9d6e6;
}

@media (max-width: 1199px) {
    #newsP>div {
        padding: 1rem;
    }
}

@media (max-width: 991px) {
    #newsP {
        display: block;
    }

    #newsP>div {
        position: relative;
        border: solid 1px #c9d6e6;
    }

    #newsP>div {
        width: 100%;
    }

    #newsP>div:nth-child(odd) {
        margin-right: 0;
    }

    #newsP>div:nth-child(even) {
        margin-left: 0;
    }
}

/* ==========================================================================
   NEWS PAGE DETAIL
   ========================================================================== */
#newsP.newsDet {
    display: block;
}

#newsP.newsDet>div {
    position: relative;
    border: solid 1px #c9d6e6;
    width: 1000px;
    max-width: calc(100% - 2rem);
    padding: 2rem;
    margin: 2rem auto !important;
}

#newsP.newsDet>div:nth-child(odd) {
    margin-right: 0;
}

#newsP.newsDet>div:nth-child(even) {
    margin-left: 0;
}


/* ==========================================================================
   PAGE METIER
   ========================================================================== */

.bkgTbkgBlu {
    background: #265c9d;
}
.divTbkgBlu > div {
    background: #265c9d;
    padding: 5rem 1rem 1rem 1rem;
}
.divTbkgBlu > div h2 {
    margin:0;
    color:#fff;
}
.divTbkgBlu > div p {
    color:#fff;
}
@media (min-width: 992px) {
    .divTbkgBlu {
        padding-right:0px;
    }
}
#machines {
    padding-bottom: 3rem;
    position: relative;
    margin: 0 0 0rem 0;
    background: rgb(255, 255, 255);
    background: linear-gradient(180deg, rgb(255, 255, 255) 80%, rgb(239, 243, 248) 100%);
}

#machines:after {
    content: "";
    position: absolute;
    top: -113px;
    right: 4rem;
    z-index: 1000;
    height: 115px;
    width: 100px;
    background: url("../img/commun/puceslide.svg") no-repeat right bottom;
    background-size: contain;
    display: none;
}

#machines .owl-theme .owl-nav.disabled+.owl-dots {
    margin: 3rem 0 0 0;
    text-align: center;
}

.owl-carousel.owl-drag .owl-item .item {
    display: flex;
    flex-direction: column;
}

.owl-carousel.owl-drag .owl-item.center.active .item {
    flex-direction: column-reverse!important;
}

#machines .owl-item .caption {
    text-transform: uppercase;
    text-align: center;
    padding: 0.5rem;
    color: #265c9d;
    font-weight: 600;
}

#machines .owl-item.center.active .caption {
    width: 100%;
    top: 0;
    left: 0;
    background: #eff3f8;
    color: #265c9d;
    text-align: center;
    padding: 0.5rem;

}
#slideMachines.owl-carousel .owl-item img {
    margin-top: 44px;
}
#slideMachines.owl-carousel .owl-item.center.active img {
    margin-top: 0px;
}

ul#ulMachine {
    padding: 0;
    margin: 3rem 0 0 0;
    display: flex;
    flex-wrap: wrap;
}

@media (max-width: 991px) {
    .owl-carousel.owl-drag .owl-item .item {
        display: flex;
        flex-direction: column-reverse!important;
    }
    #machines {
        padding-left: 0!important;
    }
    #machines:before,#machines:after {
        display: none!important;
    }
    ul#ulMachine {
        flex-direction: column;
    }
}

ul#ulMachine li {
    list-style: none;
    display: block;
    margin-bottom: 2rem;
    padding-left: 0;
    padding-right: 1rem;
    flex: 1;
    min-width: 33%;
    position: relative;
}

ul#ulMachine li:nth-child(3n-1):last-child {
    min-width: 67%;
}

ul#ulMachine a {
    -webkit-transition: all .8s;
    -moz-transition: all .8s;
    -o-transition: all .8s;
    transition: all .8s;
    display: block;
    height: 100%;
}

ul#ulMachine li a:before {
    content: "";
    display: block;
    width: 50px;
    height: 50px;
    left: 0px;
    top: -17px;
    position: absolute;
    background: #fff;
    font-size: 5rem;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    z-index: 0;
    border: solid 1px #c9d6e6;
}

ul#ulMachine li a:hover h3 {
    color: #265c9d;
}

ul#ulMachine li a:hover:before {
    width: 70px;
    height: 70px;
    left: -10px;
    top: -27px;
}

ul#ulMachine h3,
ul#ulMachine p {
    position: relative;
}

ul#ulMachine h3 {
    font-size: 1.4rem;
    text-transform: none;
    font-weight: 600;
    margin-bottom: 1rem;
    padding-left: 1rem;
}
ul#ulMachine h3 em {
    font-style:normal;
    font-weight: 400;
}

ul#ulMachine p {
    font-size: 1rem;
}

.owl-theme .owl-dots .owl-dot span {
    background: #c9d6e6 !important;
}

.owl-theme .owl-dots .owl-dot.active span {
    background: #265c9d !important;
}

#filetsP {
    position: absolute;
    display: block;
    height: 41px;
    width: 40px;
    background: url("../img/commun/filets.svg") repeat-y left top;
    background-size: 20px auto;
    top: 209px;
    left: 0;
    z-index: 10;
    display: none;
}

.filetsG {
    box-shadow: rgba(0, 63, 140, 0.15) 0px 25px 20px -20px;
    padding-bottom:4rem;
}
.filetsG ul {
    padding: 0px;
    margin: 0px;
}

.filetsG ul li {
    list-style-type: none;
    margin-bottom: 0.25rem;
    padding-left: 1.5rem;
    position: relative;
}

.filetsG ul li:before {
    content: "• ";
    display: block;
    left: 0;
    position: absolute;
    top: 0px;
    color: #bbcce1;
    font-size: 1.5rem;
}

.tIntroCap {
    font-weight: 600;
    text-transform: uppercase;
    padding-right: 4rem;
    font-size: 1rem;
}

.contentColorH {
    padding: 0 3rem 3rem 3rem;
    background: #eff3f8;
}
.contentColorH h3 {
    background: #265c9d;
    color: #fff;
    padding: 2rem;
    margin-bottom: 2rem;
    font-size: 1.25rem;
}
.contentColorH ul {
    padding: 0px;
    margin: 0px;
}
.contentColorH ul li {
    list-style-type: none;
    margin-bottom: 0.25rem;
    padding-left: 2rem;
    position: relative;
}
.contentColorH ul li:before {
    content: "• ";
    display: block;
    left: 0;
    position: absolute;
    top: 0px;
    color: #bbcce1;
    font-size: 1.5rem;
}
.contentColorH h4 {
    font-size: 16.8px;
    font-weight: 400;
    text-transform: none;
    line-height: 28px;
}
@media (max-width: 767px) {
    .contentColorH {
        padding: 0 1rem 1rem 1rem;
    }
}

/* BOX TITRAGE PAGE */

.boxTpage {
    background: #00abac;
    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;
    }
}

.parrallax-content {
    position: relative;
    overflow: hidden;
    -webkit-background-size: cover;
    background-size: cover;
    background-attachment: fixed;
    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;
}
.maskBluP {
    background: linear-gradient(180deg, rgba(30, 30, 30, 0.9) 0%, rgba(30, 30, 30, 0.15) 60%);
    position: absolute;
    z-index: 9;
    width: 100%;
    height: 100%;
}

@media (max-width: 767px) {
    .blocFiltVert {
        padding: 0 2rem !important;
    }

    .maskBlu {
        height: calc(100vh - 40px);
    }
}
@media (max-width: 1199px) {
    .imgAchat {
        display:block;
        max-width:500px;
        margin: 0 auto;
    }
}
@media (max-width: 767px) {
    .imgAchat {
        display:block;
        max-width:100%;
        margin: 0 auto;
    }
}

/*FOOTER*/


footer {
    background: #265c9d;
    font-size: 0.9rem;
    color: #fff;
    text-align: right;
}

footer img.logoFoot {
    width: 100px;
    height: auto;
    margin-bottom: 1rem;
}

footer img.vignette {
    position: absolute;
    width: 125px;
    height: auto;
    z-index: 10;
    top: -6rem;
    left: 28px;
}
@media (max-width: 575px) {
    footer img.vignette {
        width: 70px;
        top: -75px !important;
        left: calc(50% - 35px) !important;
    }
}
footer img.puce {
    position: absolute;
    width: 20px;
    height: auto;
    z-index: 10;
    top: -3rem;
    left: 0;
    display: none;
}
footer h2 {
    color: #fff;
    margin-top: 0px;
    font-size: 0.9rem;
    margin-bottom: 1rem;
}

footer h2 strong {
    padding-left: 1rem;
    display: inline-block;
    position: relative;
    letter-spacing: 0.1rem;
}

footer a {
    color: #fff;
    text-transform: uppercase;
    font-size: 0.9rem;
}

footer a:hover {
    color: #00abac;
}

footer .aTel {
    color: #00abac;
    font-size: 1.4rem;
    display: block;
    font-family: 'Barlow', sans-serif;
}

footer .aTel:hover {
    color: #ffffff;
}

footer #aMail {
    color: #fff;
    font-size: 1rem;
    display: block;
    margin: 1rem 0;
    text-transform: none;
}

footer ul.nav li a {
    color: #fff;
    font-size: 0.8rem;
    line-height: 1rem;
}

footer ul.nav li a:hover {
    color: #92adce;
}

footer ul.nav li a em {
    font-style: normal;
}

footer ul.nav li.rs a {
    font-size: 1.75rem;
    margin-top: 0.5rem;
    display: inline-block;
}


footer .fb svg {
    font-size: 2rem;
}

footer .filtJ {
    border-right: solid 1px #00abac;
    padding-right: 1rem;
}

footer ul.flex-row li {
    margin-left: 1rem;
}

footer #specialites {
    border-top: solid 1px #23928f;
    padding-top: 1rem;
    margin-top: 2rem;
    padding-bottom: 2rem;
}

footer #specialites h2 {
    text-align: center;
}

footer #specialites ul.nav li {
    line-height: 1.5rem;
}

footer #specialites ul.nav li a {
    color: #9ccbc8;
    font-size: 0.7rem;
    line-height: 1rem;
}

.degradeVert {
    background: rgb(255, 255, 255);
    background: linear-gradient(180deg, rgb(255, 255, 255) 0%, rgba(143, 172, 213, 0.18) 100%);
    height: 80px;
}

#infosContact {
    display: flex;
    align-items: stretch;
    margin: 1.5rem;
    flex-wrap: wrap;
}

#serviceFoot {
    width: 60%;
}

.contactFoot {
    width: 40%;
    display: flex;
    align-items: center;
}
.contactFoot a:first-of-type {
    border-right: solid 1px #c9d6e6;
}

.contactFootCard {
    height: 230px;
    width: 100%;
    display: flex;
    justify-content: end;
    flex-direction: column;
    align-items: center;
    margin-left: 1.5rem;
    margin-top: 1rem;
    margin-bottom: 1rem;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    padding: 2rem 0;
    text-align: center;
    color: #515151;
    font-size: 1.5rem;
    position: relative;
}

.contactFootCard svg {
    font-size: 12rem;
    color: #eff3f8;
    display: block !important;
    margin: 0 auto 0.75rem auto;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    position: absolute;
    top:0;
    z-index:-1;
}

.contactFootCard strong {
    color: #265c9d;
    font-weight: 500;
    text-transform: uppercase;
}

.contactFootCard:hover {
}
.contactFootCard:hover svg {
    font-size: 13rem;
    color: #265c9d;
}

.tServices {
    color: #265c9d;
    letter-spacing: 0.25rem;
    text-align: center;
    position: relative;
    margin: 0 0.25rem;
}

.tServices span {
    background: #fff;
    padding: 10px 20px;
    color: #265c9d;
    letter-spacing: 0.15rem;
    text-align: center;
    display: block;
    width: 600px;
    max-width: 100%;
    font-weight: 400;
    margin: 0 auto 3rem auto;
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 1.5rem;
}

#service {
    padding: 5rem 0 0rem 0;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 3rem 1rem;
}

#service>div {
    display: inline-block;
    position: relative;
    width: 160px;
}

#service>div:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: -1rem;
    left: 2rem;
    background: rgb(239, 243, 248);
    width: 50px;
    height: 50px;
}

#service img {
    height: 50px;
    width: auto;
    display: block;
    margin: 0 auto;
}

#service span {
    display: block;
    text-align: center;
    font-size: 0.8rem;
    color: #515151;
    text-transform: uppercase;
    margin-top: 0.5rem;
    font-weight: 600;
}

#copyright ul {
    display: flex !important;
    margin-bottom: 0;
}

#copyright p {
    margin-bottom: 0;
    font-size: 0.7rem;
}

#copyright {
    font-size: 0.8rem;
    text-transform: uppercase;
    border-top: solid 1px #4175b3;
}

#copyright a {
    font-family: 'Barlow', sans-serif;
    color: #fff;
    font-size: 0.7rem;
}

.telBox span {
    display: block;
}

#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) {

    .navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
        color: rgba(255,255,255,.75)!important;
    }

    header .dropdown:hover .dropdown-menu {
        display: block;
        margin-top: 0;
    }

    footer .navPage {
        text-align: right;
        position: relative;
        margin-bottom: 1.5rem;
    }
}

@media (max-width: 1199px) {

    #serviceFoot,
    .contactFoot {
        min-width: 100%;
    }

    footer .navPage {
        margin-top: 0;
        margin-bottom: 2rem;
    }

    #RS {
        padding-bottom: 2rem;
        padding-top: 0rem;
    }

    footer h2 strong {
        padding-left: 0;
    }

    .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) {
    .footMenu {
        margin-top: 3rem;
    }
    .footMenu h2 {
        margin-bottom: .5rem;
    }
    #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) {
    header {
        padding: 2rem 0rem !important;
    }

    .contactFoot {
        display: block;
    }

    .contactFootCard {
        min-width: 100%;
        margin-left: 0;
    }

    footer {
        text-align: center;
    }

    .telBox br {
        display: none;
    }

    footer .aTel {
        margin-bottom: 3rem;
        color: #00abac;
    }

    footer .navPage {
        margin-top: 0rem;
    }

    footer .navPage .nav {
        border: none;
    }

    .footAdress {
        margin-top: 0px !important;
    }
}

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


/* BOUTONS */

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

.btn-primary {
    color: #fff;
    background-color: #265c9d;
    border-color: #265c9d;
    border-radius: 0;
    font-weight: 500;
}

.btn-primary:hover {
    color: #fff;
    background-color: #265c9d;
    border-color: #265c9d;
}

/* BOUTONS  */

.btnPlus {
    display: inline-block;
    background: #00abac;
    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: #00abac;
    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: #00abac;
    color: #1d1d1b;
}

/* FORM CONTACT */

.formError,
.formSuccess {
    color: white;
    padding: 0.25rem 1rem;
    border-radius: 4px;
    display: inline-block;
    margin-bottom: .5rem;
    position: relative;
    top: -.25rem;
}

.formSuccess {
    background: #00c6b3;
    border-radius: 0;
    font-weight: 500;
}

.formError {
    background: #db341f;
}

#formContact input,
#formContact textarea,
#formContact select {
    margin-bottom: 0.5rem;
    border-radius: 00rem;
    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;
}

.alert:empty {
    display: none;
}
.valid {
    color: #00abac;
}
#rgpdForm {
    font-size: 0.9rem;
}

/* MENTIONS  */

.blocOmbre {
    padding: 0rem 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 #00abac;
}

.blocOmbre table {
    font-size: 1rem;
    line-height: 1.5rem;
}

.blocOmbre a {
    color: #1c1c1c;
    font-weight: 400;
}

.blocOmbre a:hover {
    color: #00abac;
}

.blocOmbre h2 {
    font-size: 1.25rem;
    color: #00abac;
    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: #00abac;
    font-size: 1em;
}

/* DIVERS */
.colBlu {
    color:#265c9d;
}
.txtAccroch {
    font-family: 'Barlow', sans-serif;
}

.txtAccrochBig {
    font-size: 1.4rem;
    font-family: 'Barlow', sans-serif;
    line-height: 2rem;
    font-weight: 700;
}

.imgRadius0101 {
    border-radius: 0 1rem 0 1rem;
}

.imgRadius1010 {
    border-radius: 1rem 0 1rem 0;
}

.contentFilVert {
    border-left: dotted 5px #92adce;
    padding: 0 4rem;
    position: relative;
}

.contentColor ul {
    padding: 0px;
    margin: 0 1rem 0 0;
}

.contentColor ul li {
    list-style-type: none;
    margin-bottom: 0.25rem;
    padding-left: 2rem;
    position: relative;
}

.contentColor ul li::before {
    content: "• ";
    display: block;
    left: 0;
    position: absolute;
    top: 0px;
    color: #bbcce1;
    font-size: 1.5rem;
}
.content3Points {
    position: relative;
    padding-left: 4rem;
    background: url("../img/commun/pointspage.svg") no-repeat 4px top;
    background-size: auto;
    background-size: 29px;
    padding-top: 1rem;
}
@media screen and (max-width: 575px) {
    .content3Points {
        padding-left: 0rem;
        background: url("../img/commun/pointspagemob.svg") no-repeat 0 top;
        background-size: 100px auto;
        padding-top: 3rem !important;
    }
}
.contentColor {
    position: relative;
    padding-left: 4rem;
    padding-top: 4rem;
    background: #eff3f8 ;
}

.contentColorTxt {
    position: relative;
    padding: 4rem;
    background: #eff3f8 ;
}
@media screen and (max-width: 767px) {
    .contentColor {
        padding-left: 2rem;
        padding-top: 2.5rem;
        padding-right: 2rem;
    }
    .contentColorTxt {
        padding: 2rem 2rem 2rem 2rem;
    }
    .contentColorTxt h2,
    .contentColor h2 {
        font-size: 2rem;
    }
}
@media screen and (max-width: 575px) {
    .contentColor {
        padding-left: 1rem;
        padding-top: 2.5rem;
        padding-right: 1rem;
    }
    .contentColorTxt {
        padding: 2rem 1rem 1rem 1rem;
    }
}

.boxPlus {
    display: flex;
    justify-content: center;
    margin-top: 4rem;
}

.aPlusFiletV {
    border: solid 1px #265c9d;
    display: block;
    padding: 0.5rem 2rem;
    font-family: 'Barlow Condensed', sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.1rem;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.aPlusFiletV:hover {
    background: #265c9d;
    color: #fff;
}

#tarteaucitronAllDenied2 {
    background-color: transparent !important;
}

#tarteaucitronPrivacyUrl {
    display: none !important;
}

#tarteaucitronPrivacyUrlDialog {

    padding-left: 40px !important;
    padding-right: 40px !important;
    color: #1c1c1c !important;
    background-color: #fff !important;
    border-color: #fff !important;
}

#tarteaucitron button:not(.catToggleBtn):not(#tarteaucitronClosePanel),
#tarteaucitronRoot button:not(.catToggleBtn):not(#tarteaucitronClosePanel) {
    border-radius: 30px !important;
}

.catToggleBtn {
    pointer-events: none !important;
}

.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;
}

.boxBoutique {
    display: flex;
}

.boxBoutique>div:first-of-type {
    max-width: 100%;
    width: 100%;
    font-size: 1rem;
    line-height: 1.5rem;
}

.boxBoutique>div:last-of-type {
    text-align: center;
}

.boxBoutique>div:last-of-type img {
    width: 500px;
    margin-top: 1rem;
    box-shadow: rgba(0, 47, 105, 0.2) 0px 25px 20px -20px;
}

.owl-theme.owlBoutik .owl-nav [class*="owl-"]:hover {
    color: #960016;
    background: #fff;
}

@media screen and (max-width: 1399px) {
    .boxBoutique {
        display: block;
    }

    .boxBoutique>div:last-of-type img {
        width: 100%;
        margin-top: 1rem;
    }
}

.normesImg {
  background: #fff;
  margin-right: 0rem;
  text-align: center;
  border-right: solid 2px #eff3f8;
}