@font-face {
    font-family: 'GothamBold';
    src: url("../fonts/GothamBold.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

body #banner-slide h2, body #about .title h2, body #valeur h3, body #faisonNous .title h2, body #equipePage .title h2, body #expertise .title h2, body #footer h2, body .mentionLegales .title h2 {
    font-family: 'GothamBold', sans-serif;
    font-weight: 400;
}

html, body {
    margin: 0;
    padding: 0;
}
html *, body * {
    box-sizing: border-box;
    outline: none;
}

body {
    --color-bg: #252525;
    --color-link: #fff;
    --color-link-hover: #f20c40;
    --color-bg-item1: #fffbf2;
    --color-bg-item2: #fffbf2;
    --color-bg-item3: #fffbf2;
    --color-bg-item4: #fffbf2;
    --color-bg-item5: #fffbf2;
    --color-item-alt: #494d54;
    --color-quote: #5b677a;
    --color-info: #57535a;
    --color-title: #e23434;
    --color-tagline: #e2e2e2;
    overflow-x: hidden;
}
body p, body a, body input, body div, body span, body .h1, body .h2, body .h3, body .h4, body .h5, body .h6, body h1, body h2, body h3, body h4, body h5, body h6 {
    font-family: 'Montserrat', sans-serif;
}
body .h1, body .h2, body .h3, body .h4, body .h5, body .h6, body h1, body h2, body h3, body h4, body h5, body h6, body p {
    margin: 0;
}
body p {
    text-align: justify;
}
@media (max-width: 1680px) {
    body p {
        font-size: 18px;
    }
}
body h2 {
    font-size: 41px;
    line-height: .9;
}
body h3 {
    font-size: 30px;
    line-height: .9;
}
body h4 {
    font-size: 20px;
}
body .cd-section {
    height: 100%;
}
body #dot-nav {
    position: fixed;
    right: 10px;
    top: 50%;
    margin-top: -50px;
    height: 100px;
    z-index: 999;
    margin-right: 20px;
}
@media (max-width: 1024px) {
    body #dot-nav {
        display: none;
    }
}
body #dot-nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
body #dot-nav li {
    position: relative;
    background-color: #d1d3d4;
    border-radius: 50%;
    cursor: pointer;
    height: 8px;
    margin-top: 20px;
    width: 8px;
    vertical-align: bottom;
    transition: all .2s ease-out;
}
body #dot-nav li span {
    color: #e23434;
    font-size: 12px;
    font-weight: 600;
    position: absolute;
    width: max-content;
    opacity: 0;
    right: 5px;
    top: 2px;
    transition: all .2s ease-out;
}
@media (max-width: 1680px) {
    body #dot-nav li span {
        background-color: #e23434;
        color: #ffffff;
        padding: 0 10px;
    }
}
body #dot-nav li#dotNav1 span {
    right: 15px;
    top: -3px;
}
@media (max-width: 1680px) {
    body #dot-nav li#dotNav2 span {
        right: 5px;
        top: 2px;
    }
}
@media (max-width: 1680px) {
    body #dot-nav li#dotNav3 span {
        right: 5px;
        top: 2px;
    }
}
@media (max-width: 1680px) {
    body #dot-nav li#dotNav4 span {
        right: 5px;
        top: 2px;
    }
}
body #dot-nav li#dotNav5 span {
    right: 5px;
    top: 2px;
}
body #dot-nav li.active:hover span {
    opacity: 1 !important;
    right: 5px;
    top: 2px;
}
body #dot-nav li.active:hover#dotNav5 span {
    right: 5px;
    top: 2px;
}
body #dot-nav li.active:hover#dotNav1 span {
    right: 15px;
    top: -3px;
}
body #dot-nav li:hover {
    background-color: #e23434;
}
body #dot-nav li:hover span {
    opacity: 1 !important;
    right: 5px;
    top: 0;
}
body #dot-nav li:hover#dotNav5 span {
    right: 5px;
    top: -1px;
}
body #dot-nav li:hover#dotNav1 span {
    right: 15px;
    top: -5px;
}
@media (max-width: 1680px) {
    body #dot-nav li:hover span {
        opacity: 1 !important;
    }
}
body #dot-nav li.active {
    background-color: #e23434;
    height: 13px;
    width: 13px;
    right: 2px;
    margin-bottom: 80px;
}
body #dot-nav li.active span {
    opacity: 1;
}
@media (max-width: 1680px) {
    body #dot-nav li.active span {
        opacity: 0;
    }
}
body #dot-nav li.active a:before {
    content: "";
    width: 2px;
    height: 50px;
    background-color: #d1d3d4;
    display: block;
    position: relative;
    top: 30px;
    left: 5px;
    transition: all .2s ease-out;
}
body #dot-nav li.active#dotNav5 :before {
    display: none;
}
body .uk-tooltip {
    display: block;
}
body #dot-nav a {
    outline: 0;
    position: relative;
    top: -5px;
}
body #nav-monte {
    position: absolute;
    width: 100%;
    z-index: 9;
    padding: 0 60px;
}
@media (max-width: 1440px) {
    body #nav-monte .topLogo img {
        width: 80%;
    }
}
@media (max-width: 480px) {
    body #nav-monte .topLogo img {
        width: 50%;
    }
}
@media (max-width: 480px) {
    body #nav-monte {
        padding: 0 30px;
    }
}
body #nav-monte .uk-navbar-nav > li > a {
    text-transform: capitalize;
    font-size: 25px;
    color: #ffffff;
    margin: 0px 50px;
    padding: 0;
    font-weight: 300;
    position: relative;
}
@media (max-width: 1600px) {
    body #nav-monte .uk-navbar-nav > li > a {
        margin: 0 20px;
        font-size: 20px;
    }
}
body #nav-monte .uk-navbar-nav > li > a:after {
    background: none repeat scroll 0 0 transparent;
    bottom: 10px;
    content: "";
    display: block;
    height: 4px;
    left: 50%;
    position: absolute;
    background: #d80505;
    transition: width 0.3s ease 0s, left 0.3s ease 0s;
    width: 0;
}
body #nav-monte .uk-navbar-nav > li > a:hover:after {
    width: 100%;
    left: 0;
}
body #nav-monte.navCon {
    position: relative;
}
body #nav-monte.navCon .uk-navbar-nav > li > a {
    color: #00293c;
}
body #nav-monte.navCon .uk-navbar-nav > li.active > a {
    color: #d80505;
    font-weight: 600;
}
body #banner-slide .desc.uk-position-center {
    width: 75%;
    top: 45%;
}
@media (max-width: 768px) {
    body #banner-slide .desc.uk-position-center {
        width: 85%;
    }
}
body #banner-slide h2 {
    color: #ffffff !important;
    font-size: 73px;
    margin-bottom: 30px;
    font-weight: 600;
}
@media (max-width: 1680px) {
    body #banner-slide h2 {
        font-size: 60px;
    }
}
@media (max-width: 1440px) {
    body #banner-slide h2 {
        font-size: 55px;
    }
}
@media (max-width: 1366px) {
    body #banner-slide h2 {
        font-size: 45px;
    }
}
@media (max-width: 1366px) {
    body #banner-slide h2 {
        font-size: 35px;
        margin-bottom: 20px;
        margin-top: 100px;
    }
}
@media (max-width: 480px) {
    body #banner-slide h2 {
        font-size: 25px;
    }
}
body #banner-slide p {
    font-size: 24px;
    font-weight: 300;
}
@media (max-width: 1680px) {
    body #banner-slide p {
        font-size: 18px;
    }
}
@media (max-width: 1366px) {
    body #banner-slide p {
        font-size: 15px;
        margin-bottom: 20px;
    }
}
body #banner-slide .learnMore {
    border-radius: 50px;
    padding: 8px 25px;
    top: 50px;
    position: relative;
    text-decoration: none;
    font-size: 24px;
    font-weight: 300;
}
@media (max-width: 1440px) {
    body #banner-slide .learnMore {
        font-size: 20px;
    }
}
@media (max-width: 1024px) {
    body #banner-slide .learnMore {
        display: none;
    }
}
body #banner-slide .learnMore:before {
    content: "";
    width: 30px;
    height: 46px;
    background-color: #d80505;
    position: absolute;
    padding: 0 30px;
    z-index: -1;
    border-radius: 50px;
    left: 0px;
    top: 2px;
    transition: width .2s ease;
}
@media (max-width: 1440px) {
    body #banner-slide .learnMore:before {
        height: 40px;
    }
}
body #banner-slide .learnMore span {
    position: absolute;
    top: -30px;
    font-size: 45px;
    right: -15px;
    transition: all .2s ease;
}
@media (max-width: 1440px) {
    body #banner-slide .learnMore span {
        font-size: 40px;
    }
}
body #banner-slide .learnMore:hover span {
    top: -10px;
    right: -10px;
}
body #banner-slide .learnMore:hover:before {
    width: 345px;
}
@media (max-width: 1440px) {
    body #banner-slide .learnMore:hover:before {
        width: 300px;
    }
}
body #banner-slide .scroll {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-transform: uppercase;
}
@media (max-width: 768px) {
    body #banner-slide .scroll {
        display: none;
    }
}
body #banner-slide .scroll a {
    font-size: 13px;
    font-weight: 300;
    text-decoration: none;
    position: relative;
}
body #banner-slide .scroll a:after {
    background: none repeat scroll 0 0 transparent;
    bottom: -5px;
    content: "";
    display: block;
    height: 2px;
    left: 50%;
    position: absolute;
    background: #ffffff;
    transition: width 0.3s ease 0s, left 0.3s ease 0s;
    width: 0;
}
body #banner-slide .scroll a:hover:after {
    width: 100%;
    left: 0;
}
body #banner-slide .scroll .divider {
    width: 1px;
    height: 200px;
    background-color: #ffffff;
    margin: 30px auto 0;
}
@media (max-width: 1366px) {
    body #banner-slide .scroll .divider {
        height: 100px;
    }
}
@media (max-width: 1024px) {
    body #banner-slide .scroll .divider {
        height: 25px;
    }
}
body  .blue-scroll-line {
    width: 1px;
    height: 100px;
    background-color: #00293c;
    margin: auto;
}
body #about {
    margin-top: 50px;
    margin-bottom: 130px;
}
@media (max-width: 768px) {
    body #about .uk-margin-large-left {
        margin: 0 !important;
    }
}
@media (max-width: 768px) {
    body #about {
        margin-bottom: 80px;
    }
}
body #about .title .line {
    width: 100%;
    height: 2px;
    background-color: #00293c;
    margin-top: 30px;
}
@media (max-width: 1440px) {
    body #about .title .line {
        margin-top: 22px;
    }
}
@media (max-width: 1366px) {
    body #about .title .line {
        margin-top: 20px;
    }
}
body #about .title h2 {
    color: #00293c;
    font-size: 73px;
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 20px;
}
@media (max-width: 1680px) {
    body #about .title h2 {
        font-size: 60px;
    }
}
@media (max-width: 1440px) {
    body #about .title h2 {
        font-size: 55px;
    }
}
@media (max-width: 1366px) {
    body #about .title h2 {
        font-size: 45px;
    }
}
@media (max-width: 480px) {
    body #about .title h2 {
        font-size: 28px;
    }
}
body #about .teamMore {
    border-radius: 50px;
    padding: 8px 25px;
    top: 50px;
    position: relative;
    text-decoration: none;
    font-size: 24px;
    font-weight: 500;
    color: #d80805;
}
@media (max-width: 1440px) {
    body #about .teamMore {
        font-size: 20px;
    }
}
@media (max-width: 480px) {
    body #about .teamMore {
        margin-left: 20px;
    }
}
body #about .teamMore:before {
    content: "";
    width: 25px;
    height: 50px;
    background-color: #f1f2f2;
    position: absolute;
    padding: 0 30px;
    z-index: -1;
    border-radius: 50px;
    left: 0px;
    top: -2px;
    transition: width .2s ease;
}
@media (max-width: 1440px) {
    body #about .teamMore:before {
        height: 45px;
    }
}
body #about .teamMore span {
    margin-left: 25px;
    position: relative;
}
body #about .teamMore:hover span {
    animation: arrow .8s ease-out infinite alternate;
}
body #about .teamMore:hover:before {
    width: 225px;
}
@media (max-width: 1440px) {
    body #about .teamMore:hover:before {
        width: 200px;
    }
}
@keyframes arrow {
    0% {
        left: 0;
    }
    100% {
        left: -20px;
    }
}
body #about .content {
    margin-top: 80px;
    padding-right: 75px;
}
@media (max-width: 768px) {
    body #about .content {
        padding-right: 0 !important;
        margin-top: 40px;
    }
}
@media (max-width: 768px) {
    body #about .content .uk-margin-medium-left {
        margin-left: 0 !important;
    }
}
body #about .content p {
    font-size: 24px;
    margin-bottom: 20px;
    line-height: 1.3;
}
@media (max-width: 1680px) {
    body #about .content p {
        font-size: 18px;
    }
}
@media (max-width: 480px) {
    body #about .content p {
        font-size: 15px;
    }
}
body #about .content p.sub-title {
    text-transform: uppercase;
    color: #d80505;
}
body #about .content p.sub-title.lower {
    text-transform: unset;
}
body #about .content p strong {
    color: #00293c;
    font-weight: 500;
}
body #about .content p{
    color: #808285;
    font-weight: 300;
}
body #about .content p.gray .black {
    color: #00293c;
    font-weight: 500;
}
body #about .content p.textLine {
    width: 60px;
    background-color: #d80505;
    height: 5px;
}
body #about .content .ecoLogo {
    transition: all .5s ease-out;
}
@media (max-width: 1440px) {
    body #about .content .ecoLogo {
        width: 30%;
    }
}
@media (max-width: 1280px) {
    body #about .content .ecoLogo {
        width: 25%;
    }
}
body #about .content .ecoLogo.eco2 {
    width: auto !important;
}
body #about .next_text {
    text-transform: uppercase;
    font-size: 25px;
    color: #d1d3d4;
    width: max-content;
    border-left: 1px solid #d1d3d4;
    padding: 100px 0 0 30px;
    position: relative;
    left: 30%;
    writing-mode: vertical-rl;
    transform: rotate(180deg);
}
body #valeur {
    padding: 100px 0;
    background-color: #fffbf2;
}
@media (max-width: 480px) {
    body #valeur {
        padding: 60px 0;
    }
}
body #valeur p {
    font-size: 24px;
    margin-bottom: 20px;
    line-height: 1.3;
    font-weight: 300;
    color: #808285;
}
@media (max-width: 1680px) {
    body #valeur p {
        font-size: 18px;
    }
}
@media (max-width: 480px) {
    body #valeur p {
        font-size: 15px;
    }
}
body #valeur p.sub-title {
    text-transform: uppercase;
    color: #d80505;
}
body #valeur p.textLine {
    width: 60px;
    background-color: #d80505;
    height: 5px;
    margin: 20px 0;
}
body #valeur h3 {
    color: #00293c;
    font-weight: 600;
    line-height: 1.3;
    font-size: 48px;
    text-transform: uppercase;
    padding-right: 35px;
}
@media (max-width: 1680px) {
    body #valeur h3 {
        font-size: 40px;
    }
}
@media (max-width: 1440px) {
    body #valeur h3 {
        font-size: 38px;
    }
}
@media (max-width: 1280px) {
    body #valeur h3 {
        font-size: 30px;
    }
}
@media (max-width: 480px) {
    body #valeur h3 {
        font-size: 25px;
    }
}
body #equipe {
    padding: 100px 0 200px;
}
@media (max-width: 480px) {
    body #equipe {
        padding: 60px 0;
    }
}
body #equipe .equipeText {
    padding-right: 130px;
    padding-top: 100px;
    padding-left: 190px;
}
@media (max-width: 1280px) {
    body #equipe .equipeText {
        padding-right: 30px;
        padding-left: 90px;
    }
}
@media (max-width: 480px) {
    body #equipe .equipeText {
        padding-top: 0;
        padding-left: 50px;
        padding-right: 20px;
    }
}
body #equipe p {
    font-size: 24px;
    margin-bottom: 20px;
    line-height: 1.3;
    font-weight: 300;
    color: #808285;
}
@media (max-width: 1680px) {
    body #equipe p {
        font-size: 18px;
    }
}
body #equipe p.sub-title {
    text-transform: uppercase;
    color: #d80505;
}
body #equipe p span {
    color: #00293c;
    font-weight: 500;
}
body #equipe p.textLine {
    width: 60px;
    background-color: #d80505;
    height: 5px;
    margin: 20px 0;
}
body #equipe .teamMore {
    border-radius: 50px;
    padding: 8px 25px;
    top: 50px;
    position: relative;
    text-decoration: none;
    font-size: 24px;
    font-weight: 500;
    color: #d80805;
}
@media (max-width: 1680px) {
    body #equipe .teamMore {
        font-size: 18px;
    }
}
body #equipe .teamMore:before {
    content: "";
    width: 25px;
    height: 50px;
    background-color: #f1f2f2;
    position: absolute;
    padding: 0 30px;
    z-index: -1;
    border-radius: 50px;
    left: 0px;
    top: -2px;
    transition: width .2s ease;
}
@media (max-width: 1680px) {
    body #equipe .teamMore:before {
        height: 43px;
    }
}
body #equipe .teamMore span {
    margin-left: 25px;
    position: relative;
}
body #equipe .teamMore:hover span {
    animation: arrow .8s ease-out infinite alternate;
}
body #equipe .teamMore:hover:before {
    width: 275px;
}
@media (max-width: 1680px) {
    body #equipe .teamMore:hover:before {
        width: 235px;
    }
}
@keyframes arrow {
    0% {
        left: 0;
    }
    100% {
        left: -20px;
    }
}
body #equipe .teamC0ntent {
    position: relative;
}
@media (max-width: 768px) {
    body #equipe .teamC0ntent {
        margin-top: 100px;
        padding-left: 20%;
    }
}
@media (max-width: 480px) {
    body #equipe .teamC0ntent {
        padding-left: 14%;
    }
}
body #equipe .teamC0ntent .redBck {
    background-color: #d80505;
    height: 100%;
    position: absolute;
    width: 100%;
    right: -180px;
}
@media (max-width: 1024px) {
    body #equipe .teamC0ntent .redBck {
        right: 0;
        width: 70%;
    }
}
@media (max-width: 768px) {
    body #equipe .teamC0ntent .redBck {
        right: 20%;
        width: 50%;
    }
}
@media (max-width: 480px) {
    body #equipe .teamC0ntent .redBck {
        display: none;
    }
}
body #equipe .teamC0ntent .teamSlide {
    padding: 100px 0;
}
body #equipe .teamC0ntent .prevBtn {
    top: 93%;
    left: 30%;
}
@media (max-width: 480px) {
    body #equipe .teamC0ntent .prevBtn {
        color: #d80805;
        left: -20px;
    }
}
body #equipe .teamC0ntent .nextBtn {
    top: 93%;
    left: 40%;
}
@media (max-width: 480px) {
    body #equipe .teamC0ntent .nextBtn {
        color: #d80805;
        left: auto;
        right: 0;
    }
}
body #equipe .teamC0ntent .uk-panel {
    width: max-content;
}
body #equipe .teamC0ntent .uk-panel .desc_team {
    background-color: #00293c;
}
body #equipe .teamC0ntent .uk-panel h4 {
    padding: 20px 0 0 20px;
    font-size: 24px;
    font-weight: 500;
}
@media (max-width: 1680px) {
    body #equipe .teamC0ntent .uk-panel h4 {
        font-size: 20px;
    }
}
body #equipe .teamC0ntent .uk-panel h4 span {
    text-transform: uppercase;
}
body #equipe .teamC0ntent .uk-panel p {
    padding-left: 20px;
    font-weight: 300;
    font-size: 24px;
}
@media (max-width: 1680px) {
    body #equipe .teamC0ntent .uk-panel p {
        font-size: 18px;
    }
}
body #faisonNous {
    padding-top: 100px;
    margin-bottom: 300px;
    position: relative;
}
@media (max-width: 480px) {
    body #faisonNous {
        margin-bottom: 150px;
    }
}
body #faisonNous .title {
    margin-bottom: 50px;
}
body #faisonNous .title .line {
    width: 100%;
    height: 2px;
    background-color: #00293c;
    margin-top: 30px;
}
@media (max-width: 1440px) {
    body #faisonNous .title .line {
        margin-top: 22px;
    }
}
@media (max-width: 1280px) {
    body #faisonNous .title .line {
        margin-top: 20px;
    }
}
body #faisonNous .title h2 {
    color: #00293c;
    font-size: 73px;
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 20px;
}
@media (max-width: 1680px) {
    body #faisonNous .title h2 {
        font-size: 60px;
    }
}
@media (max-width: 1440px) {
    body #faisonNous .title h2 {
        font-size: 55px;
    }
}
@media (max-width: 1280px) {
    body #faisonNous .title h2 {
        font-size: 45px;
    }
}
@media (max-width: 480px) {
    body #faisonNous .title h2 {
        font-size: 28px;
    }
}
body #faisonNous p {
    font-size: 24px;
    margin-bottom: 20px;
    line-height: 1.3;
    font-weight: 300;
    padding-right: 80px;
    padding-left: 20px;
    color: #808285;
}
@media (max-width: 1680px) {
    body #faisonNous p {
        font-size: 18px;
    }
}
@media (max-width: 1440px) {
    body #faisonNous p {
        padding-right: 0;
    }
}
body #faisonNous p.sub-title {
    text-transform: uppercase;
    color: #d80505;
}
body #faisonNous p.black {
    color: #00293c;
    font-weight: 500;
}
body #faisonNous p.textLine {
    width: 60px;
    background-color: #d80505;
    height: 5px;
    margin: 40px 0 20px 20px;
}
body #faisonNous .teamMore {
    border-radius: 50px;
    padding: 8px 25px;
    top: 50px;
    position: relative;
    text-decoration: none;
    font-size: 24px;
    font-weight: 500;
    color: #d80805;
}
@media (max-width: 1680px) {
    body #faisonNous .teamMore {
        font-size: 18px;
    }
}
@media (max-width: 480px) {
    body #faisonNous .teamMore {
        margin-left: 20px;
    }
}
body #faisonNous .teamMore:before {
    content: "";
    width: 25px;
    height: 50px;
    background-color: #f1f2f2;
    position: absolute;
    padding: 0 30px;
    z-index: -1;
    border-radius: 50px;
    left: 0px;
    top: -2px;
    transition: width .2s ease;
}
@media (max-width: 1680px) {
    body #faisonNous .teamMore:before {
        height: 43px;
    }
}
body #faisonNous .teamMore span {
    margin-left: 25px;
    position: relative;
}
body #faisonNous .teamMore:hover span {
    animation: arrow .8s ease-out infinite alternate;
}
body #faisonNous .teamMore:hover:before {
    width: 225px;
}
@media (max-width: 1680px) {
    body #faisonNous .teamMore:hover:before {
        width: 200px;
    }
}
@keyframes arrow {
    0% {
        left: 0;
    }
    100% {
        left: -20px;
    }
}
@media (max-width: 1024px) {
    body #faisonNous .textContent {
        padding-left: 60px;
    }
}
@media (max-width: 768px) {
    body #faisonNous .textContent {
        padding-right: 60px;
    }
}
@media (max-width: 480px) {
    body #faisonNous .textContent {
        padding: 30px;
    }
}
body #faisonNous .leftImg {
    position: absolute;
    bottom: -130px;
}
@media (max-width: 1680px) {
    body #faisonNous .leftImg {
        width: 30%;
    }
}
body #faisonNous .rightImg {
    position: absolute;
    top: 100px;
    right: 0;
}
@media (max-width: 1680px) {
    body #faisonNous .rightImg {
        width: 30%;
    }
}
@media (max-width: 1024px) {
    body #faisonNous .rightImg {
        width: 40%;
    }
}
body #equipePage {
    margin-bottom: 130px;
    padding-top: 100px;
}
body #equipePage .title .line {
    width: 100%;
    height: 2px;
    background-color: #00293c;
    margin-top: 30px;
}
@media (max-width: 1440px) {
    body #equipePage .title .line {
        margin-top: 22px;
    }
}
@media (max-width: 1280px) {
    body #equipePage .title .line {
        margin-top: 20px;
    }
}
body #equipePage .title h1 {
    color: #00293c;
    font-size: 73px;
    font-weight: 600;
    text-transform: uppercase;
    margin-top: -20px;
}
@media (max-width: 1680px) {
    body #equipePage .title h1 {
        font-size: 60px;
    }
}
@media (max-width: 1440px) {
    body #equipePage .title h1 {
        font-size: 55px;
    }
}
@media (max-width: 1280px) {
    body #equipePage .title h1 {
        font-size: 45px;
    }
}
@media (max-width: 480px) {
    body #equipePage .title h1 {
        font-size: 28px;
    }
}
body #equipePage p {
    font-size: 24px;
    font-weight: 300;
}
body #equipePage p.textLine {
    width: 60px;
    background-color: #d80505;
    height: 5px;
    margin: 30px 0;
}
@media (max-width: 1280px) {
    body #equipePage p {
        font-size: 18px;
    }
}
@media (max-width: 480px) {
    body #equipePage p {
        font-size: 15px;
    }
}
body #equipePage .name {
    color: #00293c;
    font-weight: 500;
    text-decoration: none;
    font-size: 24px;
}
@media (max-width: 480px) {
    body #equipePage .name {
        font-size: 20px;
    }
}
body #equipePage .name span {
    margin-left: 25px;
    position: relative;
    top: -2px;
}
body #equipePage .name:hover span {
    animation: arrow .6s ease-out infinite alternate;
}
@keyframes arrow {
    0% {
        left: 0;
    }
    100% {
        left: -20px;
    }
}
body #equipePage .email a{
    color: #808285;
    font-size: 24px;
    font-weight: 300;
    text-decoration: none;
    position: relative;
    margin-bottom: 15px;
}
body #equipePage p a{
    color: #808285;
    font-size: 24px;
    font-weight: 300;
    text-decoration: none;
    position: relative;
    margin-bottom: 15px;
}
@media (max-width: 1440px) {
    body #equipePage .email a{
        font-size: 20px;
    }
    body #equipePage p a{
        font-size: 20px;
    }
}
@media (max-width: 1280px) {
    body #equipePage .email a{
        font-size: 18px;
    }
    body #equipePage p a{
        font-size: 18px;
    }
}
@media (max-width: 480px) {
    body #equipePage .email a{
        font-size: 15px;
    }
    body #equipePage p a{
        font-size: 15px;
    }
}
body #equipePage .email a:after {
    background: none repeat scroll 0 0 transparent;
    bottom: -5px;
    content: "";
    display: block;
    height: 2px;
    left: 50%;
    position: absolute;
    background: #d80505;
    transition: width 0.3s ease 0s, left 0.3s ease 0s;
    width: 0;
}
body #equipePage p a:after {
    background: none repeat scroll 0 0 transparent;
    bottom: -5px;
    content: "";
    display: block;
    height: 2px;
    left: 50%;
    position: absolute;
    background: #d80505;
    transition: width 0.3s ease 0s, left 0.3s ease 0s;
    width: 0;
}
body #equipePage .email a:hover:after {
    width: 100%;
    left: 0;
}
body #equipePage p a:hover:after {
    width: 100%;
    left: 0;
}
body #individual {
    margin-bottom: 130px;
    padding-top: 150px;
}
@media (min-width: 1280px) {
    body #individual {
        min-height: 100vh;
    }
}
@media (max-width: 1440px) {
    body #individual {
        padding-top: 50px;
    }
}
@media (max-width: 1280px) {
    body #individual {
        padding-top: 35px;
    }
}
body #individual .goBack {
    color: #d80505;
    font-size: 18px;
    font-weight: 500;
    text-decoration: none;
}
body #individual .goBack img {
    transform: rotate(180deg);
    margin-right: 10px;
    position: relative;
    top: -1px;
}
body #individual .goBack:hover img {
    animation: arrow .6s ease-out infinite alternate;
}
@keyframes arrow {
    0% {
        left: 0;
    }
    100% {
        left: -15px;
    }
}
body #individual h1 {
    color: #00293c;
    font-size: 72px;
    font-weight: 600;
    line-height: 1.2;
}
@media (max-width: 1680px) {
    body #individual h1 {
        font-size: 60px;
    }
}
@media (max-width: 1440px) {
    body #individual h1 {
        font-size: 55px;
    }
}
@media (max-width: 1280px) {
    body #individual h1 {
        font-size: 45px;
    }
}
body #individual p {
    font-size: 24px;
    font-weight: 600;
}
@media (max-width: 1680px) {
    body #individual p {
        font-size: 18px;
    }
}
body #individual p.textLine {
    width: 60px;
    background-color: #d80505;
    height: 5px;
    margin: 30px 0;
}
body #individual p.title {
    font-size: 36px;
}
@media (max-width: 1440px) {
    body #individual p.title {
        font-size: 30px;
    }
}
@media (max-width: 1280px) {
    body #individual p.title {
        font-size: 28px;
    }
}
body #individual .content p{
    font-weight: 300;
    font-size: 20px;
    padding-top: 25px;
}
@media (max-width: 1440px) {
    body #individual .content p{
        font-size: 16px;
    }
}
body #individual .email a{
    color: #808285;
    font-size: 24px;
    font-weight: 600;
    text-decoration: none;
    position: relative;
    margin-bottom: 15px;
}
body #individual .tel a{
    color: #666;
    font-size: 24px;
    font-weight: 600;
    text-decoration: none;
    position: relative;
    margin-bottom: 15px;
}
body #individual .email a:after {
    background: none repeat scroll 0 0 transparent;
    bottom: -5px;
    content: "";
    display: block;
    height: 2px;
    left: 50%;
    position: absolute;
    background: #d80505;
    transition: width 0.3s ease 0s, left 0.3s ease 0s;
    width: 0;
}
body #individual .tel a:after {
    background: none repeat scroll 0 0 transparent;
    bottom: -5px;
    content: "";
    display: block;
    height: 2px;
    left: 50%;
    position: absolute;
    background: #d80505;
    transition: width 0.3s ease 0s, left 0.3s ease 0s;
    width: 0;
}
body #individual .email a:hover:after {
    width: 100%;
    left: 0;
}
body #individual .tel a:hover:after {
    width: 100%;
    left: 0;
}
body #expertise {
    margin-bottom: 130px;
    padding-top: 100px;
}
body #expertise .title .line {
    width: 100%;
    height: 2px;
    background-color: #00293c;
    margin-top: 30px;
}
@media (max-width: 1440px) {
    body #expertise .title .line {
        margin-top: 22px;
    }
}
@media (max-width: 1280px) {
    body #expertise .title .line {
        margin-top: 20px;
    }
}
body #expertise .title h1 {
    color: #00293c;
    font-size: 73px;
    font-weight: 600;
    text-transform: uppercase;
    margin-top: -20px;

}
@media (max-width: 1680px) {
    body #expertise .title h1 {
        font-size: 60px;
    }
}
@media (max-width: 1440px) {
    body #expertise .title h1 {
        font-size: 55px;
    }
}
@media (max-width: 1280px) {
    body #expertise .title h1 {
        font-size: 45px;
    }
}
@media (max-width: 768px) {
    body #expertise .title h1 {
        font-size: 28px;
        padding-left: 8px !important;
    }
}
@media (max-width: 1680px) {
    body #expertise .firstblock {
        padding: 0 !important;
    }
}
@media (max-width: 1280px) {
    body #expertise .firstblock {
        padding: 10px !important;
    }
}
@media (max-width: 1024px) {
    body #expertise .firstblock {
        padding: 10px 0 0 40px !important;
    }
}
@media (max-width: 768px) {
    body #expertise .firstblock {
        padding-right: 60px !important;
        padding-left: 60px !important;
        margin-bottom: 80px;
    }
}
@media (max-width: 480px) {
    body #expertise .firstblock {
        padding: 0 20px !important;
    }
}
body #expertise p {
    font-size: 24px;
    font-weight: 300;
}
@media (max-width: 1680px) {
    body #expertise p {
        font-size: 18px;
    }
}
@media (max-width: 480px) {
    body #expertise p {
        font-size: 15px;
    }
}
body #expertise p strong {
    font-weight: 500;
    color: #00293c;
}
body #expertise p.textLine {
    width: 60px;
    background-color: #d80505;
    height: 5px;
    margin: 30px 0;
}
body #expertise .photoBlock1 img {
    position: relative;
    top: -130px;
}
@media (max-width: 1440px) {
    body #expertise .photoBlock1 img {
        width: 80%;
    }
}
@media (max-width: 1440px) {
    body #expertise .leftImgExpertise {
        width: 90%;
    }
}
@media (max-width: 768px) {
    body #expertise .leftImgExpertise {
        width: 60%;
        margin-bottom: 60px;
    }
}
@media (max-width: 480px) {
    body #expertise .leftImgExpertise {
        width: 80%;
    }
}
body #expertise .wrapper {
    padding-left: 60px;
    padding-right: 200px;
}
@media (max-width: 1366px) {
    body #expertise .wrapper {
        padding-right: 80px;
    }
}
@media (max-width: 768px) {
    body #expertise .wrapper {
        padding: 0 60px;
    }
}
@media (max-width: 480px) {
    body #expertise .wrapper {
        padding: 0 20px !important;
    }
}
body #expertise .wrapper .topText {
    margin-bottom: 40px;
}
@media (max-width: 1440px) {
    body #expertise .wrapper .topText {
        margin-bottom: 20px;
    }
}
body #expertise .wrapper p {
    font-weight: 300;
}
body #expertise .wrapper .bigFont {
    color: #d80505;
    font-size: 32px;
    font-weight: 500;
}
@media (max-width: 1440px) {
    body #expertise .wrapper .bigFont {
        font-size: 24px;
    }
}
@media (max-width: 1280px) {
    body #expertise .wrapper .bigFont {
        font-size: 20px;
    }
}
body #expertise .wrapper .botText {
    margin-top: 50px;
}
@media (max-width: 1440px) {
    body #expertise .wrapper .botText {
        margin-top: 20px;
    }
}
body #expertise .BtomText {
    margin-top: 140px;
}
body .content__tagline {
    color: var(--color-tagline);
    margin: 1rem 0 0 0;
    font-weight: bold;
    font-size: 1rem;
    letter-spacing: 0.125rem;
    word-spacing: 0.25rem;
    text-transform: uppercase;
    text-align: center;
    z-index: 199;
}
body .action {
    background: none;
    border: 0;
    color: #fff;
    fill: #ffffff;
    cursor: pointer;
    padding: 0;
}
body .action--menu {
    pointer-events: auto;
    position: absolute;
    top: 3.5rem;
    right: 1.5rem;
    z-index: 1000;
    height: 60px;
    background-color: #d90504;
    width: 60px;
}
@media (max-width: 1440px) {
    body .action--menu {
        transform: scale(0.7);
    }
}
@media (max-width: 1024px) {
    body .action--menu {
        top: 1.5rem;
    }
}
@media (max-width: 480px) {
    body .action--menu {
        right: 0.5rem;
    }
}
body .menu--open .action--menu {
    pointer-events: none;
}
body .action--close {
    position: absolute;
    top: 0.5rem;
    right: 1.75rem;
    z-index: 1000;
    opacity: 0;
    padding: 0 0.5rem;
}
body .icon--menu {
    width: 3rem;
    height: 45px;
}
body .icon--close {
    width: 2em;
    color: #00293c;
    fill: #00293c;
}
body .menu {
    text-align: center;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    position: fixed;
    top: 0;
    left: 0;
    display: grid;
    grid-template-columns: 100%;
    grid-template-rows: 100%;
    grid-template-areas: "item1";
    pointer-events: none;
    z-index: 1000;
}
@media (max-width: 1200px) {
    body .menu.uk-hidden {
        display: grid !important;
    }
}
body .menu--open {
    pointer-events: auto;
}
@media (max-width: 1440px) {
    body .menu--open img {
        width: 70%;
    }
}
body .menu__item {
    width: 100%;
    position: relative;
    overflow: hidden;
    opacity: 0;
}
body .menu__item-inner {
    overflow: hidden;
    transform: translate3d(100%, 0, 0);
    height: 100%;
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
body .menu__item-inner.logo {
    justify-content: end;
    padding-top: 40px;
}
@media (max-width: 1024px) {
    body .menu__item-inner h3 {
        font-size: 20px !important;
    }
    body .menu__item-inner p {
        font-size: 18px !important;
    }
}
body .menu__item--1 .menu__item-inner {
    background: var(--color-bg-item1);
}
body .menu__item--2 .menu__item-inner {
    background: var(--color-bg-item2);
}
body .menu__item--3 .menu__item-inner {
    background: var(--color-bg-item3);
}
body .menu__item--4 .menu__item-inner {
    background: var(--color-bg-item4);
}
body .menu__item--5 .menu__item-inner {
    background: var(--color-bg-item5);
}
body .menu__item--4,
body .menu__item--5 {
    display: none;
}
body .label {
    display: none;
}
body .mainmenu__item {
    opacity: 0;
}
@media (max-width: 1440px) {
    body .mainmenu__item {
        font-size: 55px !important;
    }
}
@media (max-width: 1024px) {
    body .mainmenu__item {
        font-size: 40px !important;
    }
}
@media (max-width: 768px) {
    body .mainmenu__item {
        font-size: 30px !important;
        overflow: visible;
        margin: 0.5rem 0;
        padding: 0 0.5rem;
        position: relative;
        transition: color 0.3s;
        text-decoration: none;
        color: #808285;
        transition: padding .4s ease-out;
    }
}
body .mainmenu__item,
body .sidemenu__item {
    position: relative;
    overflow: hidden;
    transition: color 0.1s;
    margin: 0.25rem 0;
    display: block;
}
body .sidemenu__item-inner {
    display: block;
    transform: translate3d(0, 100%, 0);
}
body .menu__item-map {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: url(../img/2.jpg) no-repeat 50% 50%;
    background-size: cover;
    transition: transform 0.8s cubic-bezier(0.2, 1, 0.8, 1);
}
body .menu__item-inner:hover .menu__item-map {
    transform: scale3d(1.1, 1.1, 1);
}
body .menu__item-hoverlink {
    font-weight: bold;
    text-transform: capitalize;
    position: relative;
    z-index: 1000;
    display: block;
}
body .menu__item-hoverlink:hover {
    color: var(--color-link);
}
body .quote {
    font-size: 2rem;
    padding: 1rem;
    text-align: center;
    max-width: 70%;
    color: var(--color-quote);
    font-family: "sabbath-black",serif;
}
body .menu__item-link {
    text-align: left;
    align-self: flex-start;
    justify-self: start;
    font-size: 1.5rem;
    width: 100%;
    line-height: 1;
    padding: 2rem;
    margin: 3rem 0 auto;
    display: flex;
    flex-direction: column;
    height: calc(100% - 3rem);
}
body .menu__item-link::after {
    content: '\27F6';
    display: block;
    margin-top: auto;
    font-size: 0.95rem;
}
@media (min-width: 481px) and (max-width: 1024px) {
    body .menu {
        grid-template-columns: 25% 75% !important;
        grid-template-rows: 50% 50%  !important;
        grid-template-areas: "item2 item1" "item2 item1"  !important;
    }
}
@media screen and (min-width: 481px) {
    body .menu {
        width: 100%;
        height: 100vh;
        overflow: hidden;
        position: fixed;
        top: 0;
        left: 0;
        grid-template-columns: 17% 42% 41%;
        grid-template-rows: 50% 50%;
        grid-template-areas: "item2 item1 item3" "item2 item1 item4";
    }
    body .menu__item {
        height: 100%;
    }
    body .menu__item--1 {
        grid-area: item1;
    }
    body .menu__item--2 {
        grid-area: item2;
    }
    body .menu__item--3 {
        grid-area: item3;
    }
    body .menu__item--4 {
        grid-area: item4;
    }
    body .menu__item--5 {
        grid-area: item5;
    }
    body .menu__item--4,
    body .menu__item--5 {
        display: block;
    }
    body .menu__item-inner {
        align-items: center;
    }
    body .label {
        display: block;
        color: var(--color-item-alt);
        position: absolute;
        z-index: 1000;
        font-size: 0.85rem;
        font-weight: bold;
        margin: 0;
        white-space: nowrap;
    }
    body .label--topleft {
        top: 2rem;
        left: 2rem;
    }
    body .label--vert,
    body .label--vert-mirror {
        -webkit-writing-mode: vertical-rl;
        writing-mode: vertical-rl;
    }
    body .label--vert-mirror {
        transform: rotate(180deg);
    }
    body .label--bottomright {
        bottom: 2rem;
        right: 2rem;
    }
    body .label::before {
        content: '------------- ';
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        letter-spacing: -1px;
        margin: 0 0.75rem 0 0;
    }
    body .label--vert::before,
    body .label--vert-mirror::before {
        margin: 0.75rem 0;
    }
    body .mainmenu,
    body .sidemenu {
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        align-items: end;
        justify-content: center;
        padding-left: 50px;
    }
    body .mainmenu {
        counter-reset: menuitem;
    }
    body .mainmenu__item {
        font-size: 72px;
        overflow: visible;
        margin: 0.5rem 0;
        padding: 0 0.5rem;
        position: relative;
        transition: color 0.3s;
        text-decoration: none;
        color: #808285;
        transition: padding .4s ease-out;
    }
}
@media screen and (min-width: 481px) and (min-width: 320px) and (max-width: 768px) {
    body .mainmenu__item {
        padding: 0;
        font-size: 48px;
    }
}
@media screen and (min-width: 481px) {
    body .mainmenu__item:hover {
        color: #00293c;
        padding-left: 60px;
    }
    body .mainmenu__item:hover:before {
        opacity: 1;
        padding-left: 40px;
    }
    body .mainmenu__item::before {
        counter-increment: menuitem;
        content: counters(menuitem,"",decimal-leading-zero);
        position: absolute;
        font-size: 24px;
        top: 25%;
        left: -1.25rem;
        color: #d80505;
        opacity: 0;
        transition: all .5s ease-out;
    }
    body .sidemenu__item {
        text-transform: uppercase;
        letter-spacing: 0.15rem;
        font-size: 0.85rem;
    }
    body .menu__item-hoverlink {
        font-size: 1.25rem;
        text-transform: lowercase;
        border-bottom: 2px solid #fff;
        opacity: 0;
        transition: opacity 0.3s;
    }
    body .menu__item-inner:hover .menu__item-hoverlink {
        opacity: 1;
    }
}
body .hidden {
    position: absolute;
    overflow: hidden;
    width: 0;
    height: 0;
    pointer-events: none;
}
body .menuContact {
    align-items: end;
    justify-content: end;
    padding-top: 40px;
    padding-left: 20px;
}
body .menuContact h3 {
    margin-bottom: 30px;
}
body .menuContact a, body .menuContact p, body .menuContact h3 {
    color: #808285;
}
body .menuContact a {
    position: relative;
    text-decoration: none;
}
body .menuContact a:after {
    background: none repeat scroll 0 0 transparent;
    bottom: -5px;
    content: "";
    display: block;
    height: 2px;
    left: 50%;
    position: absolute;
    background: #d80505;
    transition: width 0.3s ease 0s, left 0.3s ease 0s;
    width: 0;
}
body .menuContact a:hover:after {
    width: 100%;
    left: 0;
}
body .AnimateNav {
    animation-name: navanimate;
    animation-duration: .4s;
    animation-timing-function: ease-out;
}
@keyframes navanimate {
    from {
        transform: translateY(-300px);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}
body .animateNav {
    animation-name: navanimateoff;
    animation-duration: .4s;
    animation-direction: alternate;
    animation-timing-function: ease-out;
}
@keyframes navanimateoff {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
body #footer {
    background-color: #00293c;
    padding: 100px 0;
}
body #footer .footer-line {
    width: 100%;
    height: 1px;
    background-color: #ffffff;
    margin-top: 35px;
}
@media (max-width: 1440px) {
    body #footer .footer-line {
        margin-top: 22px;
    }
}
@media (max-width: 1280px) {
    body #footer .footer-line {
        margin-top: 20px;
    }
}
body #footer h2 {
    color: #ffffff;
    font-size: 73px;
    font-weight: 600;
    margin-top: 20px;
}
@media (max-width: 1680px) {
    body #footer h2 {
        font-size: 60px;
    }
}
@media (max-width: 1440px) {
    body #footer h2 {
        font-size: 55px;
    }
}
@media (max-width: 1280px) {
    body #footer h2 {
        font-size: 45px;
    }
}
@media (max-width: 480px) {
    body #footer h2 {
        font-size: 30px;
    }
}
body #footer .botLogo {
    margin-top: 100px;
}
@media (max-width: 1680px) {
    body #footer .botLogo img {
        width: 70%;
    }
}
@media (max-width: 1280px) {
    body #footer .botLogo img {
        width: 60%;
    }
}
@media (max-width: 1024px) {
    body #footer .botLogo img {
        width: 80%;
    }
}
@media (max-width: 768px) {
    body #footer .botLogo img {
        width: 40%;
        margin-bottom: 30px;
    }
}
body #footer .botLogo h3 {
    color: #ffffff;
    font-size: 48px;
    margin-bottom: 40px;
    font-weight: 500;
    margin-top: 10px;
    line-height: 1.3;
}
@media (max-width: 1680px) {
    body #footer .botLogo h3 {
        font-size: 38px;
    }
}
@media (max-width: 1366px) {
    body #footer .botLogo h3 {
        font-size: 30px;
    }
}
@media (max-width: 480px) {
    body #footer .botLogo h3 {
        font-size: 19px;
    }
}
body #footer .botLogo h3 a {
    color: #ffffff;
    text-decoration: none;
    position: relative;
}
body #footer .botLogo h3 a:after {
    background: none repeat scroll 0 0 transparent;
    bottom: -10px;
    content: "";
    display: block;
    height: 3px;
    left: 50%;
    position: absolute;
    background: #d80505;
    transition: width 0.3s ease 0s, left 0.3s ease 0s;
    width: 0;
}
body #footer .botLogo h3 a:hover:after {
    width: 100%;
    left: 0;
}
body #footer .botLogo p {
    font-size: 23px;
    color: #fffff8;
    text-transform: uppercase;
    font-weight: 300;
}
@media (max-width: 480px) {
    body #footer .botLogo p {
        font-size: 15px;
    }
}
body #footer .copyright {
    margin-top: 60px;
    color: #ffffff;
    font-size: 15px;
    opacity: .6;
}
@media (max-width: 768px) {
    body #footer .copyright p {
        text-align: center !important;
    }
}
body #footer .copyright a {
    color: #ffffff;
    position: relative;
    text-decoration: none;
}
body #footer .copyright a:after {
    background: none repeat scroll 0 0 transparent;
    bottom: -5px;
    content: "";
    display: block;
    height: 2px;
    left: 50%;
    position: absolute;
    background: #ffffff;
    transition: width 0.3s ease 0s, left 0.3s ease 0s;
    width: 0;
}
body #footer .copyright a:hover:after {
    width: 100%;
    left: 0;
}
body #footer .copyright .diizz a {
    color: #8bbe45;
}
body #footer .copyright .diizz a:after {
    background: #8bbe45;
}
body #footer .copyright .diizz p {
    text-align: right !important;
}
@media (max-width: 768px) {
    body #footer .copyright .diizz p {
        text-align: center !important;
    }
}
body .mentionLegales {
    margin-bottom: 130px;
    padding-top: 100px;
}
@media (max-width: 1366px) {
    body .mentionLegales {
        padding-top: 80px;
    }
}
body .mentionLegales .title .line {
    width: 100%;
    height: 2px;
    background-color: #00293c;
    margin-top: 30px;
}
@media (max-width: 1440px) {
    body .mentionLegales .title .line {
        margin-top: 22px;
    }
}
@media (max-width: 1366px) {
    body .mentionLegales .title .line {
        margin-top: 20px;
    }
}
body .mentionLegales .title h1 {
    color: #00293c;
    font-size: 73px;
    margin-bottom: 70px;
    font-weight: 600;
    text-transform: uppercase;
    margin-top: -15px;
}
@media (max-width: 1680px) {
    body .mentionLegales .title h1 {
        font-size: 60px;
    }
}
@media (max-width: 1440px) {
    body .mentionLegales .title h1 {
        font-size: 55px;
    }
}
@media (max-width: 1280px) {
    body .mentionLegales .title h1 {
        font-size: 45px;
    }
}
body .mentionLegales p {
    font-size: 24px;
    line-height: 2;
}
body .mentionLegales p.textLine {
    width: 60px;
    background-color: #d80505;
    height: 5px;
    margin: 30px 0;
}
body .mentionLegales p a {
    color: #d80505;
    font-size: 24px;
    font-weight: 300;
    text-decoration: none;
    position: relative;
    margin-bottom: 15px;
}
@media (max-width: 1680px) {
    body .mentionLegales p a {
        font-size: 18px;
    }
}
body .mentionLegales p a:after {
    background: none repeat scroll 0 0 transparent;
    bottom: -5px;
    content: "";
    display: block;
    height: 2px;
    left: 50%;
    position: absolute;
    background: #d80505;
    transition: width 0.3s ease 0s, left 0.3s ease 0s;
    width: 0;
}
body .mentionLegales p a:hover:after {
    width: 100%;
    left: 0;
}
@media (max-width: 1366px) {
    body .mentionLegales p {
        font-size: 18px;
    }
}
body.contact label {
    color: #a7a9ac;
    font-size: 12px;
    font-weight: 300;
    text-transform: uppercase;
}
body.contact input {
    border-bottom: 1px solid #000000 !important;
    border: none;
    margin-bottom: 30px;
    font-weight: 300;
    font-size: 24px;
    padding-left: 0;
    margin-top: 10px;
}
body.contact textarea {
    width: 100%;
    border-color: #000000;
    border-bottom: 1px solid #000000 !important;
    border: none;
    margin-bottom: 30px;
    font-weight: 300;
    font-size: 24px;
    padding-left: 0;
    margin-top: 10px;
}
body.contact form button {
    background-color: #d80505;
    border: none;
    color: #ffffff;
    border-radius: 30px;
    padding: 5px 40px;
    text-transform: uppercase;
    font-size: 24px;
    cursor: pointer;
    transition: .3s ease-out;
    opacity: .3;
}
body.contact form button:hover {
    opacity: 1;
    background-color: #d80505;
}
body.contact .contactRight {
    position: relative;
}
body.contact p {
    color: #a7a9ac;
    font-size: 12px !important;
    font-weight: 300;
    margin-bottom: 5px;
    text-transform: uppercase;
}
body.contact h3 {
    color: #808285;
    font-size: 30px;
    margin-bottom: 40px;
    font-weight: 500;
    margin-top: 10px;
    line-height: 1.3;
    margin-bottom: 30px;
}
@media (max-width: 1440px) {
    body.contact h3 {
        font-size: 38px;
    }
}
@media (max-width: 1366px) {
    body.contact h3 {
        font-size: 30px;
    }
}
@media (max-width: 480px) {
    body.contact h3 {
        font-size: 25px;
    }
}
body.contact a {
    color: #808285;
    text-decoration: none;
    position: relative;
}
body.contact a:after {
    background: none repeat scroll 0 0 transparent;
    bottom: -10px;
    content: "";
    display: block;
    height: 3px;
    left: 50%;
    position: absolute;
    background: #d80505;
    transition: width 0.3s ease 0s, left 0.3s ease 0s;
    width: 0;
}
body.contact a:hover:after {
    width: 100%;
    left: 0;
}
body .actualite {
    padding-bottom: 100px;
    min-height: auto !important;
}
body .actualite .filter ul {
    display: inline-block;
    margin: 20px 0;
    padding: 0;
}
body .actualite .filter ul li {
    list-style: none;
    display: inline-block;
    padding-right: 30px;
    font-weight: 300;
    font-size: 18px;
}
body .actualite .filter ul li.active {
    color: #d80505;
    font-weight: 500;
}
body .actualite .content .newsImg {
    border-bottom: 15px solid #d80505;
    margin-bottom: 20px;
    width: 100%;
}
body .actualite .content .date, body .actualite .content .newsDesc {
    font-size: 18px !important;
    margin-bottom: 15px;
    font-weight: 300 !important;
}
body .actualite .content .title {
    font-weight: bold;
    font-size: 24px;
    margin-bottom: 15px;
    color: #00293c;
}
@media (max-width: 1680px) {
    body .actualite .content .title {
        font-size: 18px;
    }
}
body .actualite .teamMore {
    border-radius: 50px;
    padding: 8px 25px;
    top: 30px;
    position: relative;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 50px;
    color: #d80805;
}
@media (max-width: 1440px) {
    body .actualite .teamMore {
        font-size: 20px;
    }
}
@media (max-width: 480px) {
    body .actualite .teamMore {
        margin-left: 20px;
    }
}
body .actualite .teamMore:before {
    content: "";
    width: 25px;
    height: 40px;
    background-color: #f1f2f2;
    position: absolute;
    padding: 0 30px;
    z-index: -1;
    border-radius: 50px;
    left: 0px;
    top: -2px;
    transition: width .2s ease;
}
@media (max-width: 1440px) {
    body .actualite .teamMore:before {
        height: 45px;
    }
}
body .actualite .teamMore span {
    margin-left: 25px;
    position: relative;
}
body .actualite .teamMore:hover span {
    animation: arrow .8s ease-out infinite alternate;
}
body .actualite .teamMore:hover:before {
    width: 150px;
}
@media (max-width: 1440px) {
    body .actualite .teamMore:hover:before {
        width: 125px;
    }
}
@keyframes arrow {
    0% {
        left: 0;
    }
    100% {
        left: -20px;
    }
}
::-webkit-scrollbar {
    width: 8px;
    border-radius: 5px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #d80505;
    transition: all .3s ease-out;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #a3c4e5;
    transition: all .3s ease-out;
}

body {
    -webkit-animation: fadein 3s;
    /* Safari, Chrome and Opera > 12.1 */
    -moz-animation: fadein 3s;
    /* Firefox < 16 */
    -ms-animation: fadein 3s;
    /* Internet Explorer */
    -o-animation: fadein 3s;
    /* Opera < 12.1 */
    animation: fadein 3s;
}

@keyframes fadein {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
body.fadeOut {
    -webkit-animation: fadeOut 3s;
    /* Safari, Chrome and Opera > 12.1 */
    -moz-animation: fadeOut 3s;
    /* Firefox < 16 */
    -ms-animation: fadeOut 3s;
    /* Internet Explorer */
    -o-animation: fadeOut 3s;
    /* Opera < 12.1 */
    animation: fadeOut 3s;
}

@keyframes fadeOut {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}


/* Eal custom */

.rsform-block-address{

    position: relative!important;
    height: 100%;
}


fieldset#rsform_3_page_0 {
    border: none;
}


#formContainer #system-message-container p {
    padding-top: 20px;
    font-size: 20px!important;
}

#formContainer #system-message-container button.uk-alert-close.uk-close:before {
    content: "X";
    color: #000;
    font-size: 20px;
}

#formContainer #system-message-container  button.uk-alert-close.uk-close {
    border-radius: 50%;
    height: 30px;
    width: 30px;
    cursor: pointer;
}


#formContainer #system-message-container .uk-alert-success {
    background: rgba(0, 41, 60, .1);
    color: #32d296;
}


#rsfp_thankyou_popup_inner p.contact-success {
    font-size: 16px!important;
    padding: 5px;
    text-align: left;
    color: #8BC34A!important;
    font-weight: 400!important;
}


button.rsform-submit-button.rsform-thankyou-button.uk-button.uk-button-primary {
    border-radius: 20px;
}

#rsfp_thankyou_popup_inner {
    border-radius: 10px;
}

@media (max-width: 959px) {
.wrapperContact{
    display: none;
}

}

#nav-monte ul.uk-navbar-nav li.itemid126{
    display: none;
}

body.homepage .itemid101{
    display: none;
}