@font-face {
    font-family: "SteelfishEb";
    src: url("steelfish_eb.eot?") format("eot"), url("steelfish_eb.woff") format("woff"), url("steelfish_eb.ttf") format("truetype"), url("steelfish_eb.svg#SteelfishEb-Regular") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "SteelfishRg";
    src: url("steelfish_rg.eot?") format("eot"), url("steelfish_rg.woff") format("woff"), url("steelfish_rg.ttf") format("truetype"), url("steelfish_rg.svg#SteelfishRg-Regular") format("svg");
    font-weight: normal;
    font-style: normal;
}

@keyframes slideR {
    0% {
        transform: translate(-800px, 0);
        opacity: 0;
    }
    25% {}
    100% {
        opacity: 1;
    }
}

@keyframes slideL {
    0% {
        transform: translate(800px, 0);
        opacity: 0;
    }
    25% {}
    100% {
        opacity: 1;
    }
}

@keyframes slideup {
    0% {
        transform: translate(0px, 300px);
        opacity: 0;
    }
    50% {
        opacity: 0.3;
    }
    75% {
        opacity: 0.5;
    }
    100% {
        opacity: 1;
    }
}

@keyframes slideup2 {
    0% {
        transform: translate(0px, 200px);
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

a {
    color: #D07D5B;
}

a:hover {
    text-decoration: none;
    color: #D07D5B;
}

body {
    overflow-x: hidden;
    background-color: #F6F6F6;
    background-image: url('../img/burger.jpg');
    background-position: bottom;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: contain;
}

.slideUp {
    animation-name: slideup;
    animation-iteration-count: 1;
    animation-duration: 1.5s;
    animation-timing-function: ease-in-out;
}

.slideUp2 {
    animation-name: slideup2;
    animation-iteration-count: 1;
    animation-duration: 0.7s;
    animation-timing-function: ease-in-out;
}

.slide-R {
    animation-name: slideR;
    animation-iteration-count: 1;
    animation-duration: 1.5s;
}

.slide-L {
    animation-name: slideL;
    animation-iteration-count: 1;
    animation-duration: 1.5s;
}

.op0 {
    opacity: 0;
}

.op1 {
    opacity: 1;
}

.barnav {
    padding: 20px 0;
    background: transparent;
    color: white;
    font-family: "Roboto";
    font-weight: bold;
    align-items: center;
    width: 100%;
    text-shadow: 1px 1px 0px rgba(223, 125, 96, 1);
}

.barnav svg {
    margin: 0 8px;
    filter: drop-shadow(1px 1px 0px rgba(223, 125, 96, 1));
}

.icons svg:hover {
    color: rgb(223, 125, 96);
}

.icons svg.active {
    color: rgb(223, 125, 96);
}

.icons {
    margin: 0 3%;
    transition: all 0.5s ease;
}

.ferme2 {
    transform: translateY(-100%);
    transition: all 1s ease
}

.menu-trig {
    height: 55px;
    width: 35px;
    padding-top: 10px;
    opacity: 1;
    transition: all 1s ease;
    z-index: 9000;
    cursor: pointer;
    display: block!important
}

.menu-trig {
    display: none;
}

.croix {
    color: white;
}

.small-bar {
    width: 24px;
    height: 4px;
    border-radius: 2px;
    background-color: white;
    margin-top: 5px;
    transition: all 1s ease;
    -webkit-box-shadow: 1px 1px 0 0 rgba(223, 125, 96, 1);
    box-shadow: 1px 1px 0 0 rgba(223, 125, 96, 1);
}

.menu-trig:hover .small-bar {
    border-radius: 2px;
    background-color: #f39a1e;
    transition: all 1s ease;
}

.s1 {
    transform: rotate(45deg);
    transition: all 1s ease;
    width: 29px;
}

.s2 {
    transform: rotate(-45deg);
    margin-top: -4px;
    transition: all 1s ease;
    width: 29px;
}

.s3 {
    opacity: 0;
    transition: all 0.3s ease
}

.s4 {
    padding-top: 20px
}

#menu {
    background: #DF7D60;
    height: 100vh;
    position: fixed;
    top: 0;
    z-index: 100;
    width: 100%;
    transition: all 1s ease;
    padding-top: 200px;
}

.m-o {
    transition: all 0.5s ease;
}

.m-o svg {
    margin: 0 15px;
    font-size: 24px;
    transition: all 0.5s ease;
}

.i-tel {
    transition: all 0.5s ease;
}

.icons svg {
    transition: all 0.5s ease;
    color: white;
}

.t-menu {
    font-size: 48px;
    font-family: "Pacifico";
    color: rgb(118, 63, 47);
    line-height: 1;
    margin-bottom: 0
}

.ss-t-menu {
    font-family: "Roboto";
    font-size: 40px;
    font-weight: 900;
    color: white;
    line-height: 1.2;
}

.icon {
    width: 130px;
    padding-right: 30px;
    text-align: center;
}

.icon1 {
    margin-left: 11px;
    width: 78px;
}

.txt-menu {
    margin-top: 10px;
    color: white;
    font-family: "Roboto";
    font-weight: 100;
    font-size: 16px;
    line-height: 2
}

.c-item {
    margin-top: 80px;
}

.lien-icon {
    width: 150px;
    padding-left: 50px;
    text-align: center;
    align-items: center;
    display: flex;
    margin-top: 15px;
}

.lien-item {
    font-size: 110px;
    font-family: "SteelfishEb";
    color: rgb(255, 255, 255);
    line-height: 1.183;
    text-align: right;
}

.menu-lien {
    justify-content: flex-end;
    width: 100%;
}

#slider {
    height: 100vh;
    width: 100%;
    background-color: #F6F5F4;
}

#slider .carousel-item {
    height: 100%;
}

#carousel-inner {
    height: 100%;
}

.bgc {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.slide-content {
    height: 100%;
    padding-top: 20px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    align-items: center;
    flex-direction: column;
    justify-content: center;
}

.h100 {
    height: 100%;
}

.w100 {
    width: 100%;
}

.bar {
    width: 150px;
    border-bottom: 5px solid white;
}

.nos {
    font-family: "Pacifico";
    font-size: 120px;
    color: white;
    line-height: 1
}

.c-bar {
    display: flex;
    align-items: center;
}

.sr-titre {
    justify-content: center;
}

.titre-slide {
    font-size: 188px;
    font-family: "SteelfishRg";
    color: rgb(255, 255, 255);
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 35px;
    text-align: center;
}

.c-t-slide {
    width: 507px;
    text-align: center;
    padding-left: 20px;
}

.c-i-kebab {
    width: 207px;
    text-align: center
}

.no-under {
    text-decoration: none;
}

.no-under:hover {
    text-decoration: none;
}

.bande {
    background: #D07D5B;
    width: 40vw;
    height: 60px;
    position: absolute;
    bottom: 0;
    left: 0;
}

.dec {
    font-size: 19px;
    font-family: "Montserrat";
    color: white;
    font-weight: bold;
    text-transform: uppercase;
    transition: all 0.3s ease;
    padding: 11px 30px;
    text-align: center;
    border-radius: 33px;
    margin-top: 50px;
    border: 3px solid white;
    width: 8;
}

.dec:hover {
    cursor: pointer;
    transition: all 0.3s ease;
    background: #D07D5B;
    border-color: #D07D5B;
}

.col-titre {
    justify-content: center;
    align-items: center;
}

.ss-titre {
    font-size: 50px;
    font-family: "Pacifico";
    color: rgb(208, 125, 91);
    line-height: 0.6;
    margin: 0 30px;
}

.trait {
    width: 100px;
    border-bottom: 3px solid #CECDCC;
}

#navigation {
    padding-top: 100px;
    padding-bottom: 400px;
    background-image: url('../img/burger2.jpg');
    background-size: contain;
    background-position: bottom;
    background-repeat: no-repeat;
    background-color: #F6F5F4;
}

.titre {
    font-size: 120px;
    font-family: "SteelfishEb";
    color: rgb(44, 44, 44);
    text-transform: uppercase;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 100px;
}

.texte {
    font-size: 18px;
    font-family: "Roboto";
    color: rgb(44, 44, 44);
    line-height: 1.45;
    margin-top: 30px;
    text-align: justify;
}

.f-lettre {
    font-size: 95px;
    line-height: 0.7;
    font-weight: bold;
    height: 60px;
    padding-top: 5px;
    padding-right: 10px
}

.col-info {
    margin-top: 55px;
    font-size: 19px;
    font-family: "Roboto";
    color: rgb(208, 125, 91);
    font-weight: 300;
    padding-right: 20px!important;
    line-height: 1.3
}

.info-c {
    font-weight: bold;
    color: rgb(44, 44, 44);
    font-size: 16px
}

.c-fa {
    color: rgb(208, 125, 91);
    width: 23px;
}

.col-info2 {
    margin-top: 55px;
    font-family: "Roboto";
}

#horaires {
    background-image: url('../img/f-horaires.jpg');
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center;
    padding-top: 15%;
    padding-bottom: 200px;
    min-height: 100vh;
}

.titre.bis {
    color: white;
    margin-top: 0;
    font-size: 150px;
    text-shadow: 3px 3px 0 rgba(208, 125, 91, 1);
}

.trait-bis {
    width: 80px;
}

.ss-titre.bis {
    margin: 0 10px;
}

.jour {
    font-size: 30px;
    font-family: "Pacifico";
    color: rgb(224, 223, 221);
    text-align: center;
    margin-bottom: 15px;
}

.square-box {
    position: relative;
    width: 90%;
    overflow: hidden;
    background: none;
    transition: all 0.3s ease;
    margin: 30px auto;
    transition: all 0.3s ease;
}

.square-box:before {
    content: "";
    display: block;
    padding-top: 100%;
}

.square-content {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    color: white;
    flex-direction: column;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sq1 {
    background-image: url('../img/cercle-merc.png')
}

.sq2 {
    background-image: url('../img/cercle-mar.png');
    opacity: 0.2;
}

.sq3 {
    background-image: url('../img/cercle-merc.png')
}

.sq4 {
    background-image: url('../img/cercle-lun.png')
}

.sq5 {
    background-image: url('../img/cercle-dim.png')
}

.horaire {
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    font-size: 30px;
    font-family: "SteelfishRg";
    color: rgb(224, 223, 221);
    line-height: 1.2;
    text-align: center;
    text-transform: uppercase;
}

@media (min-width: 1200px) {
    .col-horaire {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 14.285714%;
        -ms-flex: 0 0 14.285714%;
        flex: 0 0 14.285714%;
        max-width: 14.285714%;
    }
}

.divider {
    height: 250px;
    width: 100%;
    background: transparent;
}

.col-gal {
    height: 100%;
    min-height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: cover;
    background-position: center;
    background-image: url('../img/fond-gal.jpg');
    background-repeat: no-repeat;
    flex-grow: 1
}

.cont-actu {
    background-size: 30px 4px, cover;
    background-position: bottom, center;
    background-repeat: repeat-x, no-repeat;
    padding: 70px;
    background-color: rgb(26, 26, 26);
}

.date {
    font-size: 40px;
    font-family: "SteelfishEb";
    color: rgba(255, 255, 255, 0.502);
    line-height: 1.249;
    text-align: center;
    margin-bottom: 30px;
    letter-spacing: 2px
}

.resume {
    font-size: 18px;
    font-family: "Roboto";
    color: rgb(224, 223, 221);
    font-weight: 300;
}

.titre-actu-fp {
    font-size: 30px;
    font-family: "Roboto";
    color: rgb(255, 255, 255);
    font-weight: bold;
}

.lire-art {
    font-size: 18px;
    font-family: "Montserrat";
    color: rgb(208, 125, 91);
    font-weight: bold;
    text-decoration: underline;
    text-transform: uppercase;
    text-align: center;
}

.cont-news {
    background-image: url('../img/fond-news.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 50px 5%;
    align-items: center;
}

#email {
    background-color: rgb(208, 125, 91);
    font-size: 14px;
    height: 55px;
    border: none;
    width: calc(100% - 70px);
    border-top-left-radius: 7px;
    border-bottom-left-radius: 7px;
}

.form-n {
    flex-grow: 1;
    padding: 0 25px;
    max-width: 500px;
}

.t-n {
    font-size: 35px;
    font-family: "Pacifico";
    color: rgb(244, 241, 222);
    line-height: 1.2;
    font-weight: 300;
    text-shadow: 2px 2px 0 rgba(70, 70, 70, 0.6);
}

.t-n.bis {
    margin-left: 30px;
}

#subbtn {
    border: none;
    background-color: rgb(208, 125, 91);
    width: 70px;
    border-top-right-radius: 7px;
    border-bottom-right-radius: 7px;
    height: 55px;
    background-image: url('../img/fleche.png');
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
}

.c-fa-i {
    align-self: center;
    color: white;
    font-size: 28px;
}

.quote {
    font-size: 70px;
    font-family: "FontAwesome";
    color: rgb(219, 169, 97);
    text-align: center;
    padding: 0 40px;
    display: flex;
}

.quote svg {
    align-self: center
}

.pseudo {
    font-size: 22px;
    font-family: "Roboto";
    color: rgb(219, 169, 97);
    font-weight: bold;
    line-height: 1.818;
    letter-spacing: 1.8px
}

.txt-livre {
    font-size: 18px;
    font-family: "Roboto";
    color: rgb(28, 28, 28);
    line-height: 1.667;
    font-weight: 300
}

.retour {
    margin-top: 50px;
}

.t-livre {
    font-size: 60px;
    font-family: "Pacifico";
    color: rgb(219, 169, 97);
    line-height: 1.2;
    text-align: center;
    margin: 70px 0;
}

#livre {
    background: rgb(255, 250, 239);
}

.dec.bis {
    border-color: rgb(219, 169, 97);
    color: rgb(219, 169, 97);
    padding-left: 60px;
    padding-right: 60px;
    margin-bottom: 70px
}

.dec.bis:hover {
    color: white;
    border-color: #DBA961;
    background: rgb(219, 169, 97);
}

footer {
    background-color: #2A2A2A;
    position: relative;
    padding-top: 120px;
    padding-bottom: 80px;
    background-image: url('../img/f-horaires.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed
}

.square-box2 {
    position: relative;
    width: 90%;
    overflow: hidden;
    background: none;
    transition: all 0.3s ease;
    max-width: 170px;
    max-height: 170px;
    margin: 30px auto;
    transition: all 0.3s ease;
}

.square-box2 .square-content:hover {
    background: rgb(223, 125, 96);
    color: white;
    transition: all 0.3s ease;
}

.square-box2:before {
    content: "";
    display: block;
    padding-top: 100%;
}

.square-box2 .square-content {
    border-radius: 50%;
    border: 3px solid rgb(223, 125, 96);
    font-size: 60px;
    transition: all 0.3s ease;
    color: rgb(223, 125, 96);
}

.t-foot {
    font-size: 24px;
    font-family: "Montserrat";
    color: rgb(146, 146, 146);
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1.2;
    text-align: center;
}

.col-f {
    justify-content
}

section {
    overflow: hidden;
}

.logo-ez {
    margin: 0 8px;
    margin-top: -2px;
}

.credits {
    font-size: 14px;
    font-family: "Roboto Condensed";
    color: rgb(119, 119, 119);
    line-height: 2.5;
    margin-top: 20px;
    text-align: center;
    margin-top: 160px;
}

.credits a {
    color: rgb(119, 119, 119);
}

.car-int {
    padding-top: 70%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.b2 {
    font-size: 100px;
}

.sec-m {
    padding-top: 100px!important;
    min-height: 100%!important;
    padding-bottom: 50px!important
}

.ligne {
    margin: 10px 0
}

.t-carte {
    color: #D07D5B;
    font-family: "Pacifico";
    font-size: 32px;
    margin-right: 25px;
    white-space: nowrap;
}

.txt-carte {
    font-family: "Roboto Condensed";
    font-weight: 300;
    color: white;
    display: flex;
    align-items: flex-end;
    margin-right: 20px;
    padding-bottom: 4px;
    text-align: justify
}

.c-point {
    display: flex;
    align-items: flex-end;
    flex-grow: 1;
    padding-bottom: 14px;
}

.pointille {
    width: 100%;
    height: 3px;
    border-top: 3px dashed white;
}

.prix {
    color: #D07D5B;
    font-family: "Pacifico";
    display: flex;
    align-items: flex-end;
    font-size: 32px;
    margin-left: 15px;
}

.car-item {
    background-size: cover;
    background-repeat: no-repeat;
}

#map {
    height: 550px;
    width: 100%;
}

.email2 {
    background-color: rgb(208, 125, 91);
    font-size: 14px;
    min-height: 55px;
    border: none;
    width: calc(100% - 70px);
    border-radius: 9px;
    color: white;
    padding: 8px;
    margin: 15px auto;
}

.mt30 {
    margin-top: 35px;
}

::placeholder {
    color: white;
    font-family: "Roboto";
    font-size: 16px;
}

.form-livre {
    margin-top: 50px
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.video-container2 {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
    width: 100%;
}

.video-container2 iframe,
.video-container2 object,
.video-container2 embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media (min-width: 1200px) {
    .container {
        width: 1360px;
    }
}

@media (min-width: 992px) {
    .icons.bis {
        display: none!important;
    }
}

@media (max-width: 991px) {
    .c-item,
    .i-tel,
    .icons.fir {
        display: none!important
    }
    .icons {
        display: flex;
        justify-content: center;
        flex-direction: row;
        margin-top: 40px;
    }
    #menu {
        padding-top: 100px;
    }
    .icons div a svg {
        font-size: 38px;
    }
}

@media (max-width: 767px) {
    .nos {
        font-size: 60px;
    }
    .bar {
        width: 60px;
    }
    .titre-slide {
        font-size: 90px
    }
    .c-t-slide {
        width: auto;
    }
    .titre.bis {
        font-size: 70px;
    }
}

@media (max-width:580px) {
    .cont-news {
        flex-direction: column;
    }
    .form-n {
        width: 100%;
        margin-top: 20px;
    }
    .c-fa-i {
        margin: 15px auto;
    }
}