@charset "utf-8";
@import url(https://fonts.googleapis.com/css?family=Open+Sans);
@import url(https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300);
@import url(https://fonts.googleapis.com/css?family=Roboto&display=swap);
@import url(https://fonts.googleapis.com/css?family=Oswald&display=swap);
@import url(https://fonts.googleapis.com/css?family=Playfair+Display+SC&display=swap);
@import url(https://fonts.googleapis.com/css?family=Bebas+Neue&display=swap);
.sticky-toolbar {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020
}

.sticky-menu {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 100;
    box-shadow: 0 10px 9px rgba(0, 0, 0, .4)
}

body {
    line-height: 1.4em
}

.container {
    max-width: 1170px
}

#toolbar {
    background-color: #fff;
    min-height: 30px;
    padding: 10px 0;
    border-bottom: 1px solid #3d3d3d;
    margin-bottom: 0
}

#toolbar a.panier {
    color: #3d3d3d
}

#toolbar a.panier:hover {
    color: #3d3d3d
}

#admodal a {
    color: #000
}

#header {
    background: url(../charte/bandeau-header.jpg) no-repeat top fixed;
    background-color: #fff;
    width: 100%;
    height: 340px
}

#logo {
    text-align: center;
    margin-top: 20px
}

#slogan p {
    font-size: 24px;
    font-family: 'Open Sans Condensed', sans-serif;
    text-align: center;
    margin-top: 10px;
    color: #000;
    line-height: 1.2em
}

#slogan p a {
    color: #000
}

#slogan p a:hover {
    text-decoration: none
}

#slogan .icone {
    text-align: right;
    padding: 5px 0
}

#slogan .icone a {
    color: #fff
}

#slogan .icone a:hover {
    text-decoration: none;
    color: #000
}

#slogan .langue p {
    text-align: right;
    font-size: 14px;
    margin-top: 10px
}

@media (max-width:992px) {
    #header {
        background: url(../charte/bandeau-header.jpg) no-repeat top fixed;
        background-color: #fff;
        width: 100%;
        height: auto
    }
    #logo {
        text-align: center
    }
    #slogan p {
        font-size: 20px;
        text-align: center;
        margin-top: 10px
    }
    #slogan .icone {
        text-align: center;
        padding-top: 15px
    }
    #slogan .langue p {
        text-align: center;
        font-size: 14px;
        margin-top: 10px
    }
}

.carousel-caption h2 {
    font-size: 4vw;
    margin-top: -10%;
    font-family: 'Playfair Display SC', serif;
    border-bottom: 1px solid #fff;
    padding-bottom: 10px
}

.carousel-caption p {
    font-size: 1.5vw;
    font-family: Oswald, sans-serif;
    color: #fff
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 35%;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center
}

.filtre {
    background-color: #000
}

.opaciter img {
    opacity: 1
}

.bg-light {
    background-color: #028ecb!important
}

.navbar-brand {
    display: none
}

.navbar-brand.active {
    display: block
}

.navbar-nav {
    margin: 0 auto
}

@media (max-width:992px) {
    .navbar-nav {
        margin: 20px 0
    }
    .bg-light {
        background-color: #028ecb!important
    }
}

.navbar-nav.active {
    display: block
}

.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link {
    color: #000;
    background-color: #fff
}

.navbar-light .navbar-nav .nav-link {
    color: #fff;
    font-family: 'Open Sans Condensed', sans-serif;
    font-weight: 400;
    font-size: 20px
}

.navbar-light .navbar-nav .nav-link:hover {
    color: #000;
    background-color: #fff
}

li a {
    margin: 0 10px
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 0 .02rem;
    font-size: 1rem;
    color: #000!important;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 0 solid rgba(0, 0, 0, .15);
    border-radius: 0
}

.dropdown-item {
    color: #000
}

li a.dropdown-item {
    margin: 0 0;
    text-align: center
}

.dropdown-item:focus,
.dropdown-item:hover {
    color: #fff;
    text-decoration: none;
    background-color: #000
}

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")
}

@media (max-width:992px) {
    .navbar-collapse {
        position: absolute;
        top: 54px;
        left: 0;
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 15px;
        width: 100%
    }
    .navbar-collapse.collapsing {
        height: auto;
        -webkit-transition: left .3s ease;
        -o-transition: left .3s ease;
        -moz-transition: left .3s ease;
        transition: left .3s ease;
        left: -100%
    }
    .navbar-collapse.show {
        left: 0;
        -webkit-transition: left .3s ease-in;
        -o-transition: left .3s ease-in;
        -moz-transition: left .3s ease-in;
        transition: left .3s ease-in;
        background-color: #028ecb;
        height: 900px;
        text-align: center
    }
}

h1,
h2,
h3,
h4 {
    font-family: 'Bebas Neue', cursive
}

h1 {
    font-size: 38px
}

h2 {
    font-size: 26px
}

h3 {
    font-size: 20px
}

h4 {
    font-size: 18px
}

p {
    font-size: 16px
}

#sectiondouble {
    background: 0 0
}

#sectiondouble .bloc1 {
    background: #000;
    color: #fff
}

#sectiondouble .bloc2 {
    background: url(../charte/background-bloc2.jpg);
    background-color: #cccc;
    color: #3d3d3d
}

#section1 {
    background: 0 0;
    background-color: #fff;
    padding: 40px 0 35px
}

#section2 {
    background: url(../charte/back-section2.jpg);
    background-color: #000;
    color: #fff;
    padding: 30px 0 20px
}

#section2 h2 {
    color: #fff
}

#section2 h3 i {
    color: #fff
}

#section3 {
    background: 0 0;
    background-color: #f5f5f5
}

#section4 {
    background: #fff;
    color: #000
}

#section6 {
    background: 0 0;
    background-color: #028ecb
}

#section6 h2 {
    color: #fff
}

#bandeau {
    background: url(../media/images/page/bandeau.jpg);
    height: 180px
}

#bandeau h1 {
    color: #fff;
    padding-top: 60px;
    font-style: italic
}

#section-rubrique {
    background: 0 0;
    background-color: #fff;
    padding: 40px 0 35px
}

#section-rubrique h2 {
    color: #028ecb;
    margin-bottom: 20px
}

#section-rubrique h1 {
    margin-bottom: 30px
}

#section-parallax img {
    padding-top: 100px
}

#section-parallax h2 {
    color: #000;
    text-align: center
}

.parallax {
    background-image: url(../charte/img-parallax.jpg);
    height: 450px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 130px 0
}

.parallax a {
    color: #fff!important
}

@media (max-width:992px) {
    #section-parallax img {
        padding-top: 50px
    }
    #section-parallax h2 {
        padding-top: 0;
        background: rgba(2, 142, 203, .67);
        padding: 25px 15px
    }
    .parallax {
        height: 250px;
        position: relative
    }
}

#section-bouton {
    background: #028ecb;
    color: #fff
}

.back-contact {
    background: rgba(255, 255, 255, .7);
    padding: 20px;
    border-radius: 5px
}

.button {
    position: relative;
    padding: 1em 1.5em;
    border: none;
    background-color: transparent;
    cursor: pointer;
    outline: 0;
    font-size: 22px;
    margin: 1em .8em
}

.button.type3 {
    color: #fff;
    font-weight: 700
}

.button.type3.type3::after,
.button.type3.type3::before {
    content: "";
    display: block;
    position: absolute;
    width: 20%;
    height: 20%;
    border: 2px solid;
    transition: all .6s ease;
    border-radius: 2px
}

.button.type3.type3::after {
    bottom: 0;
    right: 0;
    border-top-color: transparent;
    border-left-color: transparent;
    border-bottom-color: #fff;
    border-right-color: #fff
}

.button.type3.type3::before {
    top: 0;
    left: 0;
    border-bottom-color: transparent;
    border-right-color: transparent;
    border-top-color: #fff;
    border-left-color: #fff
}

.button.type3.type3:hover:after,
.button.type3.type3:hover:before {
    border-bottom-color: #fff;
    border-right-color: #fff;
    border-top-color: #fff;
    border-left-color: #fff;
    width: 100%;
    height: 100%
}

.btn-custom {
    color: #fff;
    background-color: #028ecb;
    border-color: none
}

.btn-custom.active,
.btn-custom:active,
.btn-custom:focus,
.btn-custom:hover,
.open>.dropdown-toggle.btn-custom {
    color: #e3e3e3;
    background-color: #007bb1;
    border-color: none
}

#section-galerie {
    background: 0 0
}

.hexa,
.hexa div {
    margin: 0 auto;
    transform-origin: 50% 50%;
    overflow: hidden;
    width: 100%;
    height: 300px
}

.hexa {
    width: 100%;
    height: 230px
}

.hexa div {
    width: 100%;
    height: 100%
}

.hexa {
    transform: rotate(120deg)
}

.hex1 {
    transform: rotate(-60deg)
}

.hex2 {
    transform: rotate(-60deg)
}

.zoom {
    transition: transform .2s;
    cursor: pointer
}

.zoom:hover {
    transform: scale(1.1)
}

#section-partenaires {
    background: #000;
    color: #d20021
}

a,
a:hover,
a:visited {
    color: #000;
    text-decoration: none
}

table td {
    padding: .5em;
    border: 1px solid #fff
}

.bg-primary {
    padding: 1em;
    background-color: #fff!important;
    border: 1px solid #98ca40;
    border-radius: 6px
}

.ekko-lightbox-nav-overlay a {
    color: #c97b17
}

@media (max-width:767px) {
    dl,
    ol,
    ul {
        margin-bottom: 0
    }
}

.grid {
    background: #fff
}

.grid:after {
    content: '';
    display: block;
    clear: both
}

.grid-item,
.grid-sizer {
    width: 33.333%
}

.grid-item {
    float: left;
    padding: .2em
}

.grid-item img {
    display: block;
    max-width: 100%
}

@media screen and (max-width:992px) {
    .grid-item,
    .grid-sizer {
        width: 46%
    }
}

@media screen and (max-width:767px) {
    .grid-item,
    .grid-sizer {
        width: 100%
    }
}

@media screen and (max-width:767px) {
    #no-more-tables table,
    #no-more-tables tbody,
    #no-more-tables td,
    #no-more-tables th,
    #no-more-tables thead,
    #no-more-tables tr {
        display: block
    }
    #no-more-tables thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px
    }
    #no-more-tables tr {
        border: 1px solid #eee;
        margin-top: 1em
    }
    #no-more-tables td {
        border: none;
        position: relative;
        padding-left: 50%;
        white-space: normal;
        text-align: left
    }
    #no-more-tables td:before {
        position: absolute;
        top: 6px;
        left: 6px;
        width: 45%;
        padding-right: 10px;
        white-space: nowrap;
        text-align: left;
        font-weight: 700
    }
    #no-more-tables td:before {
        content: attr(data-title)
    }
}

#adresse {
    background: 0 0;
    background-color: #028ecb;
    margin: 0;
    padding: 20px 0;
    color: #fff
}

#adresse a {
    color: #fff
}

#map {
    background-color: #fff;
    margin: 0;
    padding: 0
}

#formulaire {
    background: 0 0;
    background-color: #fff;
    margin: 0;
    padding: 0 0;
    color: #000
}

#formulaire a {
    color: #000
}

.form-control {
    display: block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5em;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    height: 45px;
    opacity: .8
}

textarea.form-control {
    height: 139px
}

.form-check {
    margin-left: 3%
}

#toTop {
    position: fixed;
    bottom: 10px;
    right: 10px;
    cursor: pointer;
    display: none;
    border-radius: 0
}

.btn-top {
    color: #fff;
    background-color: #028ecb
}

.btn-top:hover {
    color: #e3e3e3;
    background-color: #007aaf
}

footer {
    background: #028ecb;
    padding: 20px;
    min-height: 100px;
    border-top: 5px solid #fff
}

footer p {
    color: #fff
}

footer p a {
    color: #fff;
    font-weight: 700
}

footer p a:hover {
    color: #fff;
    text-decoration: none
}

footer ul.list-unstyled li a {
    color: #fff
}

footer .rubrique {
    color: #fff
}

footer .fab {
    color: #fff
}

div#logo-distributeur>a {
    text-decoration: none;
    display: block;
    width: 70px;
    height: 90px;
    background: none no-repeat top left transparent;
    margin: 0 auto
}

div#logo-distributeur>a.distal {
    background-image: url(../charte/logo-al.png)
}

div#logo-distributeur>a.distar {
    background-image: url(../charte/logo-ar.png)
}

div#logo-distributeur>a.distco {
    background-image: url(../charte/logo-co.png)
}

div#logo-distributeur>a.disteo {
    background-image: url(../charte/logo-eo.png)
}

div#logo-distributeur>a.distsi {
    background-image: url(../charte/logo-si.png)
}

.gal {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3
}

.gal img {
    width: 100%;
    padding: 7px 0
}

@media (max-width:500px) {
    .gal {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1
    }
}

.photobox {
    display: inline-block
}

.photobox__previewbox {
    position: relative;
    overflow: hidden
}

.photobox__preview {
    display: block;
    max-width: 100%
}

.photobox__previewbox:before {
    content: ""
}

.photobox_type11 .photobox__previewbox:before {
    width: 0;
    height: 0;
    padding: 25%;
    background-color: var(--photoboxOverlay, rgba(0, 0, 0, .8));
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    transition: -webkit-transform calc(var(--photoboxAnimationDuration, .8s)/ 2) ease;
    transition: transform calc(var(--photoboxAnimationDuration, .8s)/ 2) ease;
    transition: transform calc(var(--photoboxAnimationDuration, .8s)/ 2) ease, -webkit-transform calc(var(--photoboxAnimationDuration, .8s)/ 2) ease;
    -webkit-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0);
    will-change: transform
}

.photobox_type11:hover .photobox__previewbox:before {
    -webkit-transform: translate(-50%, -50%) scale(4);
    transform: translate(-50%, -50%) scale(4);
    transition-duration: var(--photoboxAnimationDuration, .8s)
}

.photobox_type11 .photobox__label {
    width: 95%;
    text-align: center;
    -webkit-transform: translate(-200%, -50%);
    transform: translate(-200%, -50%);
    transition: -webkit-transform calc(var(--photoboxAnimationDuration, .8s)/ 2) ease-out;
    transition: transform calc(var(--photoboxAnimationDuration, .8s)/ 2) ease-out;
    transition: transform calc(var(--photoboxAnimationDuration, .8s)/ 2) ease-out, -webkit-transform calc(var(--photoboxAnimationDuration, .8s)/ 2) ease-out;
    will-change: transform;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 3;
    font-size: 22px;
    color: #fff;
    font-family: 'Playfair Display SC', serif
}

.photobox_type11:hover .photobox__label {
    transition-duration: calc(var(--photoboxAnimationDuration, .8s)/ 4);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.photobox_type11 .photobox__preview {
    transition: -webkit-transform calc(var(--photoboxAnimationDuration, .8s)/ 2) cubic-bezier(.71, .05, .29, .9);
    transition: transform calc(var(--photoboxAnimationDuration, .8s)/ 2) cubic-bezier(.71, .05, .29, .9);
    transition: transform calc(var(--photoboxAnimationDuration, .8s)/ 2) cubic-bezier(.71, .05, .29, .9), -webkit-transform calc(var(--photoboxAnimationDuration, .8s)/ 2) cubic-bezier(.71, .05, .29, .9);
    will-change: transform;
    -webkit-transform: scale(1);
    transform: scale(1)
}

.photobox_type11:hover .photobox__preview {
    -webkit-transform: scale(1.2);
    transform: scale(1.2)
}

.my-fixe {
    position: fixed;
    z-index: 1;
    width: 100%;
    top: 0
}

#adresse a,
#slogan a,
.bg-contact a,
.bg-legale a,
.droite a,
.encart-horaire a,
.reservez a,
.sp-bord a,
footer .list-unstyled a {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    overflow: hidden;
    vertical-align: top
}

.bg-primary p {
    display: block;
    text-align: center;
    color: #028ecb!important
}

.bg-contact a,
.bg-legale a,
.bg-primary p,
.encart-horaire a,
.reservez a {
    color: #028ecb
}

.bg-contact a:hover,
.bg-legale a:hover,
.bg-primary p:hover {
    text-decoration: none!important
}

#adresse a {
    color: #fff
}

.bg-contact a,
.bg-legale a,
.bg-primary p,
.reservez a {
    text-shadow: 1px 1px 1px #028ecb
}

#adresse a:hover,
#slogan a:hver,
.bg-contact a:hover,
.bg-legale a:hover,
.bg-primary p:hover,
.reservez a:hover,
.sp-bord a:hover,
footer .list-unstyled a:hover {
    text-decoration: none!important
}

#adresse a:after,
#slogan a:after,
.bg-contact a:after,
.bg-legale a:after,
.bg-primary p:after,
.droite a:after,
.encart-horaire a:after,
.reservez a:after,
.sp-bord a:after,
footer .list-unstyled a:after {
    content: "";
    position: absolute;
    z-index: -1;
    left: 50%;
    right: 50%;
    bottom: 0;
    height: 1px;
    -webkit-transition-property: left, right;
    transition-property: left, right;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

#section2 .sp-bord a:after,
#slogan a:after,
footer .list-unstyled a:after {
    background: #fff
}

.evnt-slog#slogan a:after {
    background: #000!important
}

#separation {
    background: #fff;
    height: 6px
}

.event-para {
    background: rgba(2, 142, 203, .67);
    color: #fff;
    padding: 55px;
    max-width: 700px;
    font-size: 30px;
    text-align: center;
    line-height: 40px;
    margin: auto
}

.sp-bord a:after {
    background: #000
}

.sp-bord a {
    color: #fff!important;
    text-decoration: underline
}

#slogan a:hover,
.droite a:hover:hover,
.sp-bord a:hover,
footer .list-unstyled a:hover {
    text-decoration: none!important
}

#adresse a:after {
    background: #fff
}

#section-rubrique .sp-bord a:after {
    background: #000
}

#section-rubrique .sp-bord a {
    color: #000!important
}

.bg-contact a:after,
.bg-legale a:after,
.bg-primary p,
.droite a:after,
.encart-horaire a:after,
.reservez a:after {
    background: #028ecb
}

#adresse a:hover:after,
#slogan a:hover:after,
.bg-contact a:hover:after,
.bg-legale a:hover:after,
.bg-primary p:hover:after,
.droite a:hover:after,
.encart-horaire a:hover:after,
.reservez a:hover:after,
.sp-bord a:hover:after,
footer .list-unstyled a:active:after,
footer .list-unstyled a:focus:after,
footer .list-unstyled a:hover:after {
    left: 0;
    right: 0
}

.droite a {
    color: #028ecb;
    font-weight: 700
}

.bg-contact .submit,
.bttn-savoir .bttn-subm,
.bttn-savoir a,
.reservez .submit {
    text-align: center;
    background: #028ecb;
    color: #fff;
    width: auto;
    margin: auto;
    padding: 8px 15px 12px;
    border-radius: 0;
    font-size: larger;
    font-weight: 700;
    display: inline-block;
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    transition: all ease .5s;
    border: 1px solid #028ecb
}

.bg-contact .submit:hover,
.bttn-savoir .bttn-subm:hover,
.bttn-savoir a:active,
.bttn-savoir a:focus,
.bttn-savoir a:hover,
.reservez .submit:hover {
    color: #028ecb;
    text-decoration: none!important;
    background: #fff;
    border: 1px solid #028ecb
}

.bg-contact .submit {
    margin-top: 25px
}

#section4 h2 {
    font-family: 'Fauna One', serif
}

#section-rubrique.section-rub1 {
    background: #028ecb;
    padding: 30px 0 30px
}

.section-rub1 h2,
.section-rub1 p {
    color: #fff
}

.section-rub1 .service h2 {
    font-size: 20px;
    height: 60px
}

.section-rub1 .service a:hover {
    text-decoration: none
}

.outillage {
    max-width: 665px;
    margin: auto
}

.fa-ul.ul-center-v {
    margin: auto;
    max-width: 487px
}

.service a,
.service a .event-img img {
    -moz-transition: all .6s;
    -o-transition: all .6s;
    -webkit-transition: all .6s;
    transition: all .6s
}

.service a .event-img {
    position: relative;
    height: 211px;
    width: 100%;
    overflow: hidden;
    display: inline-block
}

.service a .event-img img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    height: auto;
    width: 100%
}

.service a:hover .event-img img {
    -webkit-transform: scale(8);
    transform: scale(1.7);
    -webkit-transition: .8s ease-in-out;
    transition: .8s ease-in-out
}

.bg-contact {
    background: url(../media/bg-contact.jpg) no-repeat top;
    background-size: auto;
    width: 100%;
    background-size: cover
}

p.text-center.event-contact {
    background-color: rgba(134, 91, 59, .6588235294117647);
    padding: 25px;
    font-size: large;
    color: #fff;
    line-height: 30px;
    margin-bottom: 40px
}

.bg-contact h1 {
    margin-bottom: 30px;
    text-transform: uppercase
}

#section4a .payement img:hover,
.outillage img:hover {
    opacity: .8
}

#section2 ul li,
#section2 ul li a {
    color: #fff!important
}

.event-section2 {
    margin-top: 25px
}

.cd-image-container {
    position: relative;
    width: 90%;
    max-width: 768px;
    margin: 0 auto
}

.cd-image-container img {
    display: block
}

.is-visible .cd-image-label {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0)
}

.cd-image-label {
    position: absolute;
    bottom: 0;
    right: 0;
    color: #fff;
    padding: 1em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    opacity: 0;
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: -webkit-transform .3s .7s, opacity .3s .7s;
    -moz-transition: -moz-transform .3s .7s, opacity .3s .7s;
    transition: transform .3s .7s, opacity .3s .7s;
    font-family: "Open Sans", sans-serif
}

.is-visible .cd-resize-img {
    width: 50%;
    -webkit-animation: cd-bounce-in .7s;
    -moz-animation: cd-bounce-in .7s;
    animation: cd-bounce-in .7s
}

.cd-resize-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    overflow: hidden;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.cd-resize-img img {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    height: 100%;
    width: auto;
    max-width: none
}

.cd-resize-img .cd-image-label {
    right: auto;
    left: 0
}

.is-visible .cd-handle {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0) scale(1);
    -moz-transform: translate3d(0, 0, 0) scale(1);
    -ms-transform: translate3d(0, 0, 0) scale(1);
    -o-transform: translate3d(0, 0, 0) scale(1);
    transform: translate3d(0, 0, 0) scale(1);
    -webkit-transition: -webkit-transform .3s .7s, opacity 0s .7s;
    -moz-transition: -moz-transform .3s .7s, opacity 0s .7s;
    transition: transform .3s .7s, opacity 0s .7s
}

.cd-handle {
    position: absolute;
    height: 44px;
    width: 44px;
    left: 50%;
    top: 50%;
    margin-left: -22px;
    margin-top: -22px;
    border-radius: 50%;
    background: #dc717d url(../media/Couverture-zinguerie/cd-arrows.svg) no-repeat center center;
    cursor: move;
    box-shadow: 0 0 0 6px rgba(0, 0, 0, .2), 0 0 10px rgba(0, 0, 0, .6), inset 0 1px 0 rgba(255, 255, 255, .3);
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0) scale(0);
    -moz-transform: translate3d(0, 0, 0) scale(0);
    -ms-transform: translate3d(0, 0, 0) scale(0);
    -o-transform: translate3d(0, 0, 0) scale(0);
    transform: translate3d(0, 0, 0) scale(0)
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    outline: 0
}

.cd-handle.draggable {
    background-color: #028ecb
}

.fade:not(.show) {
    opacity: 0
}

.fade {
    transition: opacity .15s linear
}

.modal.fade .modal-dialog {
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out, -webkit-transform .3s ease-out;
    -webkit-transform: translate(0, -25%);
    transform: translate(0, -25%)
}

.modal-xl {
    max-width: 900px
}

.modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .3rem;
    outline: 0
}

.modal-body {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem
}

img {
    max-width: 100%
}

#section2 img {
    width: 360px
}

.is-visible .cd-resize-img {
    width: 50%;
    -moz-animation: cd-bounce-in .7s
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal.show .modal-dialog {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0)
}

.modal.fade .modal-dialog {
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out, -webkit-transform .3s ease-out;
    -webkit-transform: translate(0, -25%);
    transform: translate(0, -25%)
}

.row.av-apres2 {
    margin-top: 15px
}

.event-content {
    margin-bottom: 30px
}

.deux-contenus {
    margin-bottom: 25px
}

.event-log {
    text-align: center!important;
    margin: 20px 0 25px
}

.bg-contact {
    background: url(../charte/bg-contact.jpg) no-repeat top!important;
    width: 100%;
    background-size: cover;
    margin-bottom: 0!important
}

#section-rubrique h1,
#section1 h1 {
    text-align: center
}

.event-map iframe {
    width: 357px;
    height: 334px;
    border: 2px solid #028ecb!important
}

.modal.show .modal-body {
    border: 2px solid #028ecb
}

.exeption-ul {
    max-width: 188px!important;
    margin: auto!important
}

@media screen and (max-width:1024px) {
    #section1 {
        padding: 35px 0 40px
    }
    #section-rubrique.section-rub1 {
        padding: 35px 0 20px
    }
}

@media screen and (max-width:992px) {
    #section2 {
        background-size: cover
    }
    .special-full-r {
        text-align: center;
        display: block
    }
    .special-full-r .col-lg-4.col-md-6 {
        display: inline-block;
        text-align: center;
        width: 49%;
        padding-bottom: 15px
    }
    #section-rubrique {
        padding: 35px 0 40px
    }
    #section1 h1 {
        margin-bottom: 20px;
        line-height: 1.2em
    }
    .cl-fb-event {
        text-align: center!important
    }
    #section4 h2 {
        margin-top: 20px;
        text-align: center!important
    }
    .resp-cent {
        text-align: center!important
    }
    .event-marg {
        margin-top: 20px
    }
    #section4a {
        padding: 20px 0
    }
    .service a .event-img {
        height: 455px
    }
    .section-rub1 .service h2 {
        height: auto;
        font-size: 32px;
        margin-bottom: 25px
    }
    .service .col-md-12.col-lg-4.mb-3 {
        margin-bottom: 35px
    }
    .event-map,
    p.text-center.event-contact {
        margin-bottom: 30px
    }
    .event-para {
        background: 0 0;
        padding: 74px 15px;
        max-width: 517px;
        line-height: 40px;
        margin: auto;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0
    }
    .col-md-6.col-lg-3.mb-2,
    .spt-marge .col-md-6.col-lg-4 {
        margin-bottom: 15px!important
    }
    .row.av-apres2 {
        margin-top: 0
    }
    .bg-contact .col-md-12.form-line {
        padding-left: 0;
        padding-right: 0
    }
}

@media screen and (max-width:768px) {
    #section-rubrique h1,
    #section1 h1 {
        font-size: 1.8rem;
        line-height: 1.2em;
        margin-bottom: 20px!important
    }
    #section-rubrique h2 {
        font-size: 1.7rem
    }
    #section-rubrique h2 {
        font-size: 1.5rem
    }
}

@media screen and (max-width:767px) {
    ul.fa-ul {
        margin-bottom: 20px
    }
    #slogan p {
        margin-top: 0
    }
    #section1 {
        padding: 25px 0 30px
    }
    #section2 .fa-ul {
        margin-bottom: 20px
    }
    div#logo-distributeur {
        margin-top: 10px
    }
    .evnt-slog {
        margin-top: 20px
    }
}

@media screen and (max-width:545px) {
    #section3 h2 {
        top: 34%
    }
    #section3 h2 {
        font-size: 40px
    }
    .service a .event-img {
        height: auto
    }
    .service a .event-img img {
        position: static
    }
    footer {
        padding: 25px 15px 30px
    }
}

@media screen and (max-width:533px) {
    #section-rubrique {
        padding: 35px 0 30px
    }
    #section-rubrique h1,
    #section1 h1 {
        font-size: 1.8rem
    }
    .button {
        font-size: 17px;
        padding: .8em 1.5em
    }
    h2 {
        font-size: 1.5rem
    }
    #section-rubrique h2 {
        font-size: 1.3rem
    }
    .displ-none {
        display: none
    }
    .fa-ul.ul-center-v {
        padding-left: 20px
    }
    .special-full-r .col-lg-4.col-md-6 {
        display: block;
        width: 76%;
        margin: auto
    }
    .exeption-m {
        padding-bottom: 0!important
    }
}

@media screen and (max-width:414px) {
    #section3 h2 {
        font-size: 34px
    }
}

.cd-image-container {
    position: relative;
    width: 90%;
    max-width: 768px;
    margin: 0em auto;
}

.cd-image-container img {
    display: block;
}

.cd-image-label {
    position: absolute;
    bottom: 0;
    right: 0;
    color: #ffffff;
    padding: 1em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    opacity: 0;
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: -webkit-transform 0.3s 0.7s, opacity 0.3s 0.7s;
    -moz-transition: -moz-transform 0.3s 0.7s, opacity 0.3s 0.7s;
    transition: transform 0.3s 0.7s, opacity 0.3s 0.7s;
    font-family: "Open Sans", sans-serif;
}

.cd-image-label.is-hidden {
    visibility: hidden;
}

.is-visible .cd-image-label {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

.cd-resize-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    overflow: hidden;
    /* Force Hardware Acceleration in WebKit */
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.cd-resize-img img {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    height: 100%;
    width: auto;
    max-width: none;
}

.cd-resize-img .cd-image-label {
    right: auto;
    left: 0;
}

.is-visible .cd-resize-img {
    width: 50%;
    /* bounce in animation of the modified image */
    -webkit-animation: cd-bounce-in 0.7s;
    -moz-animation: cd-bounce-in 0.7s;
    animation: cd-bounce-in 0.7s;
}

@-webkit-keyframes cd-bounce-in {
    0% {
        width: 0;
    }
    60% {
        width: 55%;
    }
    100% {
        width: 50%;
    }
}

@-moz-keyframes cd-bounce-in {
    0% {
        width: 0;
    }
    60% {
        width: 55%;
    }
    100% {
        width: 50%;
    }
}

@keyframes cd-bounce-in {
    0% {
        width: 0;
    }
    60% {
        width: 55%;
    }
    100% {
        width: 50%;
    }
}

.cd-handle {
    position: absolute;
    height: 44px;
    width: 44px;
    /* center the element */
    left: 50%;
    top: 50%;
    margin-left: -22px;
    margin-top: -22px;
    border-radius: 50%;
    background: #dc717d url("../media/Couverture-zinguerie/cd-arrows.svg") no-repeat center center;
    cursor: move;
    box-shadow: 0 0 0 6px rgba(0, 0, 0, 0.2), 0 0 10px rgba(0, 0, 0, 0.6), inset 0 1px 0 rgba(255, 255, 255, 0.3);
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0) scale(0);
    -moz-transform: translate3d(0, 0, 0) scale(0);
    -ms-transform: translate3d(0, 0, 0) scale(0);
    -o-transform: translate3d(0, 0, 0) scale(0);
    transform: translate3d(0, 0, 0) scale(0);
}

.cd-handle.draggable {
    /* change background color when element is active */
    background-color: #445b7c;
}

.is-visible .cd-handle {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0) scale(1);
    -moz-transform: translate3d(0, 0, 0) scale(1);
    -ms-transform: translate3d(0, 0, 0) scale(1);
    -o-transform: translate3d(0, 0, 0) scale(1);
    transform: translate3d(0, 0, 0) scale(1);
    -webkit-transition: -webkit-transform 0.3s 0.7s, opacity 0s 0.7s;
    -moz-transition: -moz-transform 0.3s 0.7s, opacity 0s 0.7s;
    transition: transform 0.3s 0.7s, opacity 0s 0.7s;
}