html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video{
    margin:0;
    padding:0;
    border:0;
    font-size:100%;
    font:inherit;
    vertical-align:baseline
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section{
    display:block
}
body{
    line-height:1;
}
ol, ul{
    list-style:none
}
blockquote, q{
    quotes:none
}
blockquote:before, blockquote:after, q:before, q:after{
    content:'';
    content:none;
}
table{
    border-collapse:collapse;
    border-spacing:0
}
img{
    display:block;
    pointer-events:none
}
button{
    background-color:transparent;
    border:none;
    padding:0
}
a{
    text-decoration:none;
}
b, strong {
    font-weight: 700;
}
em {
    font-style: italic;
}
@font-face {
    font-family: 'Franklin Gothic';
    src: local('Franklin Gothic Medium'), local('FranklinGothic-Medium'),
    url('/wp-content/themes/gaillard/fonts/FranklinGothic-Medium.woff2') format('woff2'),
    url('/wp-content/themes/gaillard/fonts/FranklinGothic-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Franklin Gothic Book';
    src: local('Franklin Gothic Book'), local('FranklinGothic-Book'),
    url('/wp-content/themes/gaillard/fonts/FranklinGothic-Book.woff2') format('woff2'),
    url('/wp-content/themes/gaillard/fonts/FranklinGothic-Book.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
* {
    -webkit-backface-visibility:hidden;
    backface-visibility:hidden;
    box-sizing:border-box;
}
img {
    pointer-events:none
}
.mobile__view {
    display: none !important;
}
.animate {
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.cover{
    background-position:50% 50%;
    -webkit-background-size:cover;
    -moz-background-size:cover;
    -o-background-size:cover;
    background-size:cover;
    background-repeat:no-repeat
}
.full_height{
    height:100vh !important;
}
@media screen and (max-width:467px){
    .full_height{
        height:auto !important;
    }
}
.text-right{
    text-align:right
}
.text-left{
    text-align:left
}
.free_pic_2{
    position:absolute;
    top:0;
    left:83%
}
@media only screen and (max-width:1200px){
    .free_pic_2{
        top:-120px;
    }
}
@media only screen and (max-width:767px){
    .free_pic_2{
        display:none
    }
}
.free_pic_3{
    position:absolute;
    bottom:0;
    right:25%
}
@media only screen and (max-width:767px){
    .free_pic_3{
        display:none
    }
}
.free_pic_4{
    position:absolute;
    top:-200px;
    left:6%
}
@media only screen and (max-width:767px){
    .free_pic_4{
        display:none
    }
}

.name_id span{
    display:block;
    font-size:.8rem;
    margin-top:3px;
}
#home{
    overflow:hidden
}
#home section{
    position:relative;
    z-index:2;
    overflow: hidden;
}
#accueil {
    max-height: 100vh;
    overflow: hidden;
}
#home .topnav{
    position: absolute;
    width: 100%;
    z-index: 99;
    top: 0;
    height: 110px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.8);
}
#home .topnav.unvisible{
    -webkit-transform:translateY(-100%);
    transform:translateY(-100%)
}
@media only screen and (max-width:767px){
    #home .topnav{
        position:fixed;
        min-height:60px;
        background-color:#111
    }
    #home .topnav.unvisible{
        -webkit-transform:none;
        transform:none
    }
}
#home .topnav.unvisible .underline{
    opacity:0
}
#home .topnav.fixed{
    position:fixed;
    background: #061A2C;
    box-shadow:0 0 15px rgba(0, 0, 0, 0.5)
}
#home .topnav.fixed .underline{
    opacity:1
}
#home .topnav .burger{
    position:absolute;
    top:0;
    right:0;
    padding:20px;
    display:none;
    outline:none
}
@media only screen and (max-width:767px){
    #home .topnav .burger{
        display:block
    }
}
#home .topnav .burger i{
    -webkit-transition:.2s ease-out;
    transition:.2s ease-out;
    display:block;
    height:2px;
    width:25px;
    border:1px solid #fff;
    margin-bottom:5px
}
#home .topnav .burger i:nth-child(1){
    -webkit-transform:translateY(7px) rotateZ(135deg);
    transform:translateY(7px) rotateZ(135deg)
}
#home .topnav .burger i:nth-child(2){
    -webkit-transform:translateX(-20px);
    transform:translateX(-20px);
    opacity:0
}
#home .topnav .burger i:nth-child(3){
    -webkit-transform:translateY(-7px) rotateZ(-135deg);
    transform:translateY(-7px) rotateZ(-135deg)
}
@media only screen and (max-width:767px){
    #home .topnav.close ul li a{
        max-height:0;
        padding:0;
        color:transparent
    }
    #home .topnav.close .burger i{
        -webkit-transform:none;
        transform:none;
        opacity:1
    }
}
#home .topnav ul:not(.menu-dropdown){
    display:flex;
    justify-content:space-between;
}
#home .topnav ul.menu-dropdown{
    position:absolute;
    top:100%;
    left:0;
}
@media only screen and (max-width:767px){
    #home .topnav ul:not(.menu-dropdown){
        -webkit-box-orient:vertical;
        -webkit-box-direction:normal;
        -ms-flex-direction:column;
        flex-direction:column;
        padding-left:20px;
        max-width:80%;
        float:left;
        width:100%
    }
}
#home .topnav ul li {
    display:flex;
    position:relative;
    padding: 0 40px;
}
#home #lang-dropdown {
    padding: 0 15px 0 40px;
    cursor: pointer;
}
#lang-dropdown ul.menu-dropdown li {
    padding: 10px 0 0 40px;
}
#home .topnav ul li:hover a, #home .topnav ul li.active a {
    opacity: 1;
}
#home .topnav ul li a{
    font-size: 18px;
    line-height: 20px;
    text-transform: uppercase;
    color: #FFFFFF;
    opacity: 0.61;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    font-family: 'Franklin Gothic Book';
}
#home .topnav ul li#lang-dropdown>a{
    position:relative
}
#home .topnav ul li#lang-dropdown>a::after{
    content: '';
    position: absolute;
    right: -15px;
    bottom: 8px;
    display: block;
    border: 2px solid transparent;
    border-right-color: #fff;
    border-bottom-color: #fff;
    width: 7px;
    height: 7px;
    -webkit-transform: rotateZ(45deg);
    transform: rotateZ(45deg);
    z-index: 1;
}
@media only screen and (max-width:1199px){
    #home .topnav ul li a{
        padding-left:10px;
        padding-right:10px
    }
}
@media only screen and (max-width:767px){
    #home .topnav ul li a{
        padding:15px
    }
}

#home .section2{
    position:relative
}
#home .section2 .name_id{
    -webkit-transform:translateY(0);
    transform:translateY(0)
}
@media only screen and (max-width:767px){
    #home .section2 .name_id{
        -webkit-transform:translateY(-400%);
        transform:translateY(-400%)
    }
}
#home .section2 .center_content_wrap{
    padding:150px 0;
    position:relative
}
@media only screen and (max-width:767px){
    #home .section2 .center_content_wrap{
        padding:120px 0 0
    }
}
#home .section2 .center_content{
    background-clip:content-box;
    position:relative;
    left:50%;
    -webkit-transform:translateX(-50%);
    transform:translateX(-50%);
    max-width:920px;
    width:100%;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex
}
#home .section2 .center_content .left_side, #home .section2 .center_content .right_side{
    width:50%;
    -webkit-box-flex:1;
    -ms-flex:1 1 auto;
    flex:1 1 auto;
    padding:0 20px;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
    -ms-flex-direction:column;
    flex-direction:column;
    -webkit-box-pack:justify;
    -ms-flex-pack:justify;
    justify-content:space-between
}
#home .section2 .center_content .item:not(:last-child){
    margin-bottom:20px;
}
@media only screen and (max-width:767px){
    #home .section2 .center_content{
        display:block;
    }
    #home .section2 .center_content .left_side, #home .section2 .center_content .right_side{
        width:100%;
        padding:0 20px;
        font-size:.9rem;
        border-right:none !important;
    }
    #home .section2 .center_content .item:last-child{
        margin-bottom:20px;
    }
}
#home .section2 .center_content .left_side .item h4, #home .section2 .center_content .right_side .item h4{
    color:#091d2d;
    font-size:1.41rem;
    font-weight:bold;
    text-transform:uppercase;
    line-height:110%
}
#home .section2 .center_content .left_side .item h4 span, #home .section2 .center_content .right_side .item h4 span{
    display:inline-block;
    transform:rotate(10deg);
}
#home .section2 .center_content .left_side .item h5, #home .section2 .center_content .right_side .item h5{
    color:#091d2d;
    font-weight:300;
    text-transform:uppercase;
    margin-top:16px;
    line-height:120%
}
#home .section2 .center_content .left_side .item div:not(.no-margin), #home .section2 .center_content .right_side .item div:not(.no-margin){
    margin-top:12px;
}
#home .section2 .center_content .left_side .item p, #home .section2 .center_content .right_side .item p{
    color:#091d2d;
    font-weight:300;
    line-height:110%;
    margin-bottom:15px
}
#home .section2 .center_content .left_side .item p:last-child, #home .section2 .center_content .right_side .item p:last-child{
    margin-bottom:0
}
#home .section2 .center_content .left_side{
    border-right:2px solid #071e2c
}
@media only screen and (min-width:768px){
    #home .section2 .center_content .right_side .item:not(:last-child){
        margin-bottom:45px
    }
}
#home .section3 .name_id{
    position:relative;
    padding-top:20px;
    padding-bottom:30px
}
#home .section3 .parts{
    height:80vh;
}
#home .section3 .parts .part{
    position:relative;
    float:left;
    width:50%;
    height:50%
}
@media only screen and (max-width:1199px){
    #home .section3 .parts .part{
        height:300px
    }
}
@media only screen and (max-width:767px){
    #home .section3 .parts .part{
        width:100%;
        height:200px
    }
    #home .section3 .parts{
        height:auto
    }
}
#home .section3 .parts .part:before, #home .section3 .parts .part:after{
    content:'';
    display:block;
    position:absolute;
    border-left:1px solid #071e2c;
    border-top:1px solid #071e2c;
    z-index:1
}
#home .section3 .parts .part:before{
    top:0;
    left:50%;
    height:100%;
    width:1px
}
#home .section3 .parts .part:after{
    top:50%;
    left:0;
    height:1px;
    width:100%
}
#home .section3 .parts .part .part_bg{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%
}
#home .section3 .parts .part .place{
    position:relative;
    float:left;
    width:50%;
    height:50%;
    z-index:1
}
#home .section3 .parts .part .pseudo_link{
    position:absolute;
    width:50%;
    height:50%;
    background-color:#fff;
    -webkit-transition:.2s ease-out;
    transition:.2s ease-out;
    z-index:0
}
#home .section3 .parts .part .pseudo_link img{
    padding:20px;
    position:absolute;
    top:50%;
    left:50%;
    max-height:100%;
    max-width:100%;
    -webkit-transform:translate(-50%, -50%);
    transform:translate(-50%, -50%)
}
#home .section3 .parts .part.part1 .pseudo_link{
    top:0;
    left:0
}
#home .section3 .parts .part.part2 .pseudo_link{
    top:50%;
    left:0
}
#home .section3 .parts .part.part3 .pseudo_link{
    top:50%;
    left:50%
}
#home .section3 .parts .part.part4 .pseudo_link{
    top:0;
    left:50%
}
#home .section3 .parts .part .place1:hover ~ .pseudo_link{
    top:0;
    left:0
}
#home .section3 .parts .part .place2:hover ~ .pseudo_link{
    top:0;
    left:50%
}
#home .section3 .parts .part .place3:hover ~ .pseudo_link{
    top:50%;
    left:0
}
#home .section3 .parts .part .place4:hover ~ .pseudo_link{
    top:50%;
    left:50%
}
#home .section4{
    position:relative;
    overflow:hidden;
}
#home .section4 .padd{
    padding-top:120px;
    padding-bottom:500px
}
@media only screen and (max-width:767px){
    #home .section4 .padd{
        padding-top:120px;
        padding-bottom:120px
    }
}
#home .section4 .name_id{
    margin-top:50px
}
@media only screen and (max-width:767px){
    #home .section4 .name_id{
        padding-top:0;
        padding-bottom:0;
        margin-top:100px
    }
}
#home .section4 .links{
    margin-left:28%;
    font-size:0
}
@media only screen and (max-width:767px){
    #home .section4 .links{
        margin-left:0;
        text-align:center;
        max-width:300px;
        position:relative;
        left:50%;
        -webkit-transform:translateX(-50%);
        transform:translateX(-50%)
    }
}
#home .section4 .links .icon{
    position:relative;
    display:inline-block;
    width:100px;
    height:100px;
    vertical-align:middle;
    -webkit-transform-origin:center bottom;
    transform-origin:center bottom;
    -webkit-transition:.2s ease-out;
    transition:.2s ease-out
}
@media only screen and (max-width:991px){
    #home .section4 .links .icon{
        width:80px
    }
}
#home .section4 .links .icon:after, #home .section4 .links .icon:before{
    content:'';
    display:block;
    position:absolute;
    bottom:0;
    -webkit-transition:.2s ease-out;
    transition:.2s ease-out
}
#home .section4 .links .icon:after{
    width:0;
    left:50%;
    -webkit-transform:translateX(-50%);
    transform:translateX(-50%);
    border-bottom:2px solid #fff
}
#home .section4 .links .icon:before{
    width:100%;
    height:1px;
    border-bottom:1px solid #000
}
#home .section4 .links .icon:hover{
    width:130px
}
@media only screen and (max-width:991px){
    #home .section4 .links .icon:hover{
        width:100px
    }
}
#home .section4 .links .icon:hover:after{
    width:100%
}
#home .section4 .links .icon:hover span{
    top:40%;
    font-size:5rem;
    opacity:1
}
#home .section4 .links .icon span{
    -webkit-transition:.2s ease-out;
    transition:.2s ease-out;
    display:block;
    opacity:.2;
    position:absolute;
    top:50%;
    left:50%;
    -webkit-transform:translate(-50%, -50%);
    transform:translate(-50%, -50%);
    font-size:3rem;
    color:#000
}
#home .section4 .links .icon span img{
    width:42px;
    transition:width .2s ease-out;
}
#home .section4 .links .icon:hover span img{
    width:70px;
}
@media screen and (max-width:991px){
    #home .section4 .links .icon span img{
        width:33px;
    }
}
#home .section5 .photos{
    font-size:0;
    max-height:540px;
    overflow:hidden
}
#home .section5 .photos .photo{
    width:190px;
    height:180px;
    display:inline-block;
    border:1px solid rgba(0, 0, 0, 0.3)
}
#home .section6{
    position:relative;
    padding-top:120px;
    overflow:hidden;
}
@media only screen and (max-width:767px){
    #home .section6{
        padding-top:120px
    }
}
#home .section6 .content_block{
    position:relative;
    width:100%;
    height:656px;
    background-position:top center;
}
@media only screen and (max-width:767px){
    #home .section6 .content_block{
        height:300px
    }
}
#home .section6 .content_block p{
    position:absolute;
    left:18%;
    top:62%;
    color:#091d2d;
    font-size:1.28rem;
    font-weight:300;
    text-transform:uppercase;
    max-width:585px
}
@media only screen and (max-width:1199px){
    #home .section6 .content_block p{
        left:5%;
        top:70%
    }
}
@media only screen and (max-width:767px){
    #home .section6 .content_block p{
        width:55%;
        top:60%;
        text-shadow:0 0 1px #fff
    }
}
#home .section7{
    padding:50px 0 150px 0;
}

#home .section7 .contain {
    max-width: 1230px;
    width: 100%;
    padding: 0 15px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
#home .top_of_sec7 > .contain {
    max-width: 1230px;
    width: 100%;
    padding: 0 15px;
    margin: 0 auto;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: 145px;
}
.left_side {
    width: 100%;
    max-width: 720px;
}
.big_wrapper {
    width: 100%;
}
#home .section7 .left_side .calendar_wrap.active {
    display: flex;
    flex-wrap: wrap;
}
.name_id {
    padding: 0 0 0 110px;
}
.name_id_inner {
    font-family: Franklin Gothic;
    font-style: normal;
    font-weight: 500;
    font-size: 40px;
    line-height: 45px;
    text-transform: uppercase;
    color: #FFFFFF;
}
#home .section7 .color_1{
    background-color:#7C8893;
}
#home .section7 .color_1.date {
    border: 7px solid #7C8893;
}
#home .section7 .color_2{
    background-color:#061A2C;
}
#home .section7 .color_3{
    background-color:#557EA3
}
#home .section7 .top_of_sec7{
    background-color:#061A2C;
    position:relative
}
#home .section7 .top_of_sec7 .top_choose{
    display: flex;
    align-items: center;
    height: 100%;
    justify-content: space-between;
    width: 100%;
    max-width: 760px;
}
.top_choose button {
    cursor: pointer;
    outline: none;
}
@media only screen and (max-width:767px){
    #home .section7 .top_of_sec7 .top_choose{
        width:100%
    }
}

#home .section7 .top_of_sec7 .top_choose .year_wrap{
    height:100%;
    -webkit-transition:.3s ease-out;
    transition:.3s ease-out;
    white-space:nowrap
}
#home .section7 .top_of_sec7 .top_choose .year{
    width:100%;
    height:100%;
    position:relative;
    -webkit-transition:.3s ease-out;
    transition:.3s ease-out;
    opacity: 0;
}
#home .section7 .top_of_sec7 .top_choose .year.active {
    opacity: 1;
}
#home .section7 .top_of_sec7 .top_choose .year span{
    position:absolute;
    top:50%;
    left:50%;
    -webkit-transform:translate(-50%, -50%);
    transform:translate(-50%, -50%);
    font-family: Franklin Gothic;
    font-style: normal;
    font-weight: 500;
    font-size: 40px;
    line-height: 45px;
    text-transform: uppercase;
    color: #FFFFFF;
}
@media only screen and (max-width:767px){
    #home .section7 .left_side{
        float:none;
        width:100%
    }
}
#home .section7 .left_side .calendar_wrap{
    display:none;
    -webkit-transition:.5s ease-out;
    transition:.5s ease-out
}
#home .section7 .left_side .calendar_wrap.activate{
    opacity:0;
    -webkit-transform:scale(0.95);
    transform:scale(0.95);
    display:block
}
#home .section7 .left_side .date{
    width: calc(100%/6);
    height: 130px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    font-family: Franklin Gothic Book;
    font-style: normal;
    font-weight: normal;
    font-size: 30px;
    line-height: 34px;
    color: #FFFFFF;
    cursor: pointer;
}
#home .section7 .left_side .date.color_0{
    background-color:#fff;
    cursor:default
}
#home .section7 .left_side .date:not(.color_0):hover,
#home .section7 .left_side .date:not(.color_0).active {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    border: 7px solid #061A2C;
}

#home .section7 .desc .it_desc .color{
    width:40px;
    height:40px;
}
#home .section7 .desc .it_desc p{
    font-family: Franklin Gothic Book;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 20px;
    color: #000000;
    padding: 0 0 0 25px;
}
.it_desc {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

#home .section7 .desc {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin: 90px 0 0 0;
}
.calendar__right {
    width: calc(100% - 720px);
    padding: 100px 0 0 150px;
}
#home .section7 .right_side h3{
    font-family: Franklin Gothic;
    font-style: normal;
    font-weight: 500;
    font-size: 28px;
    line-height: 32px;
    color: #000000;
}
#home .section7 .right_side h4{
    font-family: Franklin Gothic;
    font-style: normal;
    font-weight: 500;
    font-size: 28px;
    line-height: 32px;
    text-transform: uppercase;
    color: #000000;
    margin: 10px 0 30px 0;
}
#home .section7 .right_side {
    font-family: Franklin Gothic;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 20px;
    color: #000000;
}
#home .section7 .right_side .desc {
    margin: 90px 0 0 0;
}
#home .section7 .right_side p {
    color:#091d2d;
    font-size:1rem;
    font-weight:300;
    line-height:140%
}
#home .section8{
    background-color:#091d2d;
    position:relative;
    overflow:hidden
}
#home .section8 .footer_bg{
    position:absolute;
    top:0;
    right:0;
    min-width:1450px;
    width:100%;
    height:100%;
    background-position:0 50%;
    background-size:auto 100%;
    background-repeat:no-repeat
}
#home .section8 .form_wrap{
    position:relative;
    max-width:390px;
    width:100%;
    padding:115px 15px;
    float:right;
    margin-right:24%
}
@media only screen and (max-width:767px){
    #home .section8 .form_wrap{
        float:none;
        margin:0;
        left:50%;
        -webkit-transform:translateX(-50%);
        transform:translateX(-50%);
        padding:55px 15px
    }
}
#home .section8 .form_wrap .name_id{
    position:relative;
    color:#fff;
    padding:0 0 10px 0
}
#home .section8 .form_wrap input, #home .section8 .form_wrap textarea{
    border:none;
    width:100%;
    height:54px;
    background-color:#fff;
    color:#000;
    font-family:'Bonveno CF', sans-serif;
    font-size:.93rem;
    font-weight:300;
    padding:1.07rem
}
html[lang="ru-RU"] #home .section8 .form_wrap input, html[lang="ru-RU"] #home .section8 .form_wrap textarea{
    font-family:"FuturaMediumC", sans-serif;
}
#home .section8 .form_wrap span:not(:first-child){
    margin-top:15px;
    display:block;
}
#home .section8 .form_wrap input[type="submit"]{
    margin-top:15px;
}
#home .section8 .form_wrap br{
    display:none;
}
#home .section8 .form_wrap input[type='submit'], #home .section8 .form_wrap textarea[type='submit']{
    color:#ff4c40;
    font-size:.93rem;
    font-weight:bold;
    line-height:1.85rem;
    text-transform:uppercase;
    background-color:#e0e0e2;
    cursor:pointer;
    -webkit-transition:.3s ease-out;
    transition:.3s ease-out
}
#home .section8 .form_wrap input[type='submit']:hover, #home .section8 .form_wrap textarea[type='submit']:hover{
    font-size:1.14rem
}
#home .section8 .form_wrap textarea{
    resize:none;
    min-height:200px
}
#home .section9{
    padding:50px 0;
    background-color:#091d2d
}
#home .section9 .copyright{
    display:inline-block;
    color:#fff;
    line-height:120%
}
#home .section9 .copyright a{
    color:#fff;
    text-decoration:underline
}
@-webkit-keyframes arrow{
    0%, 100%{
        -webkit-transform:translateZ(0) translateY(0) rotateZ(45deg);
        transform:translateZ(0) translateY(0) rotateZ(45deg)
    }
    50%{
        -webkit-transform:translateZ(0) translateY(-20px) rotateZ(45deg);
        transform:translateZ(0) translateY(-20px) rotateZ(45deg)
    }
}
@keyframes arrow{
    0%, 100%{
        -webkit-transform:translateZ(0) translateY(0) rotateZ(45deg);
        transform:translateZ(0) translateY(0) rotateZ(45deg)
    }
    50%{
        -webkit-transform:translateZ(0) translateY(-20px) rotateZ(45deg);
        transform:translateZ(0) translateY(-20px) rotateZ(45deg)
    }
}
#articles{
    position:relative;
    padding-top:70px;
    overflow:hidden;
}
#articles .name_id{
    position:relative;
    padding-left:0;
    margin-bottom:30px;
}
#articles .contain{
    max-width:1400px;
    width:100%;
    padding:0 15px;
    margin:0 auto;
}
.articles-dates-list{
    margin-bottom:25px;
}
.articles-dates-list li{
    display:inline-block;
}
.articles-dates-list li a{
    font-size:1.41rem;
    text-decoration:none !important;
    color:#091d2d;
}
.articles-dates-list li:not(:first-child) a{
    font-size:1.9rem;
    text-decoration:none !important;
    color:#091d2d;
}
.articles-dates-list li:not(:first-child)::before{
    content:'/';
    display:inline-block;
    position:relative;
    font-size:24px;
    font-weight:100;
    margin-right:8px;
}
.articles-dates-list li a:hover, .articles-dates-list li a.active{
    font-weight:bold;
    font-style:italic;
    color:inherit;
}
.articles-container{
    position:relative;
    overflow:hidden;
    margin-right:-15px;
    margin-left:-15px;
}
.articles-container:after, .articles-container:before{
    display:table;
    content:" ";
}
.article-item{
    width:25%;
    float:left;
    padding-right:15px;
    padding-left:15px;
    -webkit-animation-duration:1s;
    animation-duration:1s;
    -webkit-animation-fill-mode:both;
    animation-fill-mode:both;
}
@media screen and (max-width:1200px){
    .article-item{
        width:33.33%;
    }
}
@media screen and (max-width:991px){
    .article-item{
        width:50%;
    }
}
@media screen and (max-width:767px){
    #articles{
        padding-top:45px;
    }
}
@media screen and (max-width:600px){
    .article-item{
        width:100%;
    }
}
.article-item.hidden{
    display:none;
}
@-webkit-keyframes zoomIn{
    0%{
        display:none;
        opacity:0;
        -webkit-transform:scale3d(.3, .3, .3);
        transform:scale3d(.3, .3, .3);
    }
    1%{
        display:block;
        opacity:0;
        -webkit-transform:scale3d(.3, .3, .3);
        transform:scale3d(.3, .3, .3);
    }
    50%{
        opacity:1;
    }
}
@keyframes zoomIn{
    0%{
        opacity:0;
        -webkit-transform:scale3d(.3, .3, .3);
        transform:scale3d(.3, .3, .3);
    }
    50%{
        opacity:1;
    }
}
.zoomIn{
    -webkit-animation-name:zoomIn;
    animation-name:zoomIn;
}
.pdf{
    display:block;
    height:400px;
    text-decoration:none;
    color:#fff;
    background-color:#091d2d;
    overflow:hidden;
    margin-bottom:50px;
}
.pdf-photo{
    width:100%;
    height:165px;
    background-size:cover;
}
.pdf-bits{
    padding:30px 20px 30px 50px;
}
.item-title{
    position:relative;
    font-size:1.3rem;
    line-height:1.6rem;
    text-transform:uppercase;
}
.item-title .fa{
    position:absolute;
    top:3px;
    left:-21px;
    font-size:16px;
}
.item-text-bold{
    font-size:18px;
    line-height:21px;
    font-weight:100;
    padding-top:4px;
    text-transform:lowercase;
}
.articles-more button{
    font-family:"Bonveno CF";
    text-align:right;
    font-size:1.41rem;
    color:#212121;
    background:none;
    border:none;
    padding:0;
    cursor:pointer;
}
.articles-more button:focus{
    outline:none;
}
.articles-more button.hide{
    display:none;
}
.articles-more button span{
    display:block;
    line-height:1;
    font-weight:700;
    letter-spacing:1px;
    text-transform:uppercase;
}
.articles-more button .fa{
    font-size:4rem;
    line-height:.35;
    margin-top:10px;
    transition:transform .5s ease-out;
}
.articles-more button:hover .fa{
    transform:translateY(5px);
}
@media (max-width:480px){
    #sb_instagram.sbi_col_10 #sbi_images .sbi_item, #sb_instagram.sbi_col_3 #sbi_images .sbi_item, #sb_instagram.sbi_col_4 #sbi_images .sbi_item, #sb_instagram.sbi_col_5 #sbi_images .sbi_item, #sb_instagram.sbi_col_6 #sbi_images .sbi_item, #sb_instagram.sbi_col_7 #sbi_images .sbi_item, #sb_instagram.sbi_col_8 #sbi_images .sbi_item, #sb_instagram.sbi_col_9 #sbi_images .sbi_item{
        width:50% !important;
        float:left;
    }
    #sb_instagram .sbi_photo{
        height:177px !important;
    }
}
#page{
    font-size:18px;
    line-height:1.7;
}
#page .container{
    max-width:1230px;
    width:100%;
    padding:0 15px;
    margin:0 auto;
}
#page .page-title{
    color:#fff;
    background-color:#091d2d;
    padding-top:130px;
    padding-bottom:60px;
    margin-bottom:80px;
}
#page h1{
    font-size:50px;
    line-height:1;
}
#cn-notice-text .cookie_title{
    display:block;
    text-transform:uppercase;
    text-align:left;
    margin-bottom:5px;
    font-size: 20px;
}
#cookie-notice{
    border-top:1px solid;
}
#cn-notice-text {
    display:block;
}
#cookie-notice #cn-accept-cookie{
    display:inline-block;
    -webkit-transition:all 200ms ease;
    -moz-transition:all 200ms ease;
    -ms-transition:all 200ms ease;
    -o-transition:all 200ms ease;
    transition:all 200ms ease;
    background-color:#081d33;
    text-align:center;
    border:1px solid #081d33;
    color:#ffffff;
    padding:5px 30px;
    margin:5px 0 0 20px;
}
#cn-accept-cookie:hover{
    background-color:#fff !important;
    color:#081d33 !important;
}
#cookie-notice.cn-bottom{
    display:none;
}
.cookie_info {
    border-bottom:1px dotted;
    color:#000000;
}
#cookie-notice .cookie-notice-container{
    display:flex;
    align-items:center;
    justify-content:center;
    font-family: 'Franklin Gothic Book';
    font-size: 16px;
}
#cn-notice-text span:last-of-type{
    display:block;
    text-align:left;
}
@media (max-width:767px){
    #cn-notice-text .cookie_title{
        font-size:12px;
        text-align:center;
    }
    #cn-notice-text, #cn-notice-text span:last-of-type{
        display:block;
        text-align:left;
        font-size:10px;
    }
    .cookie-notice-container{
        flex-direction:column;
    }
    #cookie-notice #cn-accept-cookie{
        width:100%;
        margin:10px auto 0 auto !important;
        box-sizing:border-box;
        font-size:12px;
        padding:5px !important;
    }
}
.error-404_wrapper{
    display:flex;
    justify-content:space-between;
    flex-wrap:wrap;
    align-items:center;
}
.error-404_wrapper>div{
    width:50%;
}
.error-404_container h1{
    text-align:center;
    text-transform:uppercase;
    margin-bottom:40px;
    font-size:46px;
    color:#081d33;
    line-height:50px;
}
.error-404_right a{
    border:2px solid #081d33;
    padding:10px 30px;
    text-decoration:none;
    color:#000;
    margin-top:10px;
    display:inline-block;
    text-transform:uppercase;
    font-size:14px;
    -webkit-transition:all 0.2s ease-in-out;
    -moz-transition:all 0.2s ease-in-out;
    -ms-transition:all 0.2s ease-in-out;
    -o-transition:all 0.2s ease-in-out;
    transition:all 0.2s ease-in-out;
}
.error-404_right a:hover{
    border-color:transparent;
    color:#081d33;
}
.error-404_container{
    padding:100px 0;
}
.error-404_container{
    max-width:1200px;
    margin:0 auto;
}
.error-404_left p{
    font-size:150px;
    letter-spacing:10px;
}
.error-404_left p i{
    color:#081d33;
}
@media (max-width:767px){
    .error-404_container{
        width:auto;
        margin:0 auto;
    }
    .error-404_wrapper{
        flex-direction:column;
        padding:0 20px;
    }
    .error-404_wrapper>div{
        width:auto;
    }
    .error-404_right a{
        width:100%;
        box-sizing:border-box;
        text-align:center;
    }
}
@media (max-width:1024px) and (min-width:768px){
    .error-404_container{
        width:auto;
        padding:50px;
    }
}
div.wpcf7-validation-errors, div.wpcf7-acceptance-missing{
    color: #fff;
    background-color: transparent;
    border: none;
    padding: 0;
    font-size: 12px;
}
.error404 .topnav{
    background:#081d33;
}
.header__wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
    max-width: 1600px;
    margin: 0 auto;
    width: 100%;
    padding: 0 20px;
}

.video__content {
    position: absolute;
    right: 15%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    z-index: 9999;
    top: 50%;
}
.video__content h1 span:first-of-type {
    font-family: Franklin Gothic;
    font-style: normal;
    font-weight: 500;
    font-size: 70px;
    line-height: 79px;
    text-transform: uppercase;
    color: #FFFFFF;
}
.video__content h1 span:last-of-type  {
    font-family: Franklin Gothic Book;
    font-style: normal;
    font-weight: normal;
    font-size: 40px;
    line-height: 45px;
    color: #FFFFFF;
}
.video__content h1 {
    display: flex;
    flex-direction: column;
}
.video__content--link {
    font-family: Franklin Gothic;
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 27px;
    text-transform: uppercase;
    color: #000000;
    background: #fff;
    border: 2px solid #fff;
    padding: 25px 80px;
    margin: 100px 0 0 0;
}
.video__content--link:hover {
    background: transparent;
    color: #fff;
}
#programs {
    padding: 180px 60px 150px 60px;
    background: #F5F5F5;
}
.programs__header h2,
.formations__header h2,
.blog__header h2,
.temoignages__header h2 {
    font-family: Franklin Gothic;
    font-style: normal;
    font-weight: 500;
    font-size: 40px;
    line-height: 45px;
    text-transform: uppercase;
    color: #061A2C;
    margin: 0 0 25px 0;
}
.programs__header h3 {
    font-family: Franklin Gothic Book;
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 27px;
    color: #000000;
}
.programs__header {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.programs__content {
    display: flex;
    justify-content: space-between;
    margin: 50px 0 0 0;
}
.programs__content--image img {
    width: 100%;
    object-fit: contain;
}
.programs__content--image {
    overflow: hidden;
    max-height: 399px;
}
.programs__content--single {
    position: relative;
    overflow: hidden;
}
.programs__content--button {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    left: 0;
    right: 0;
    width: 100%;
    background: rgba(6, 26, 44, 0.9);
    bottom: 0;
    font-family: Franklin Gothic;
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 27px;
    text-transform: uppercase;
    color: #FFFFFF;
    height: 130px;
    max-height: 0;
    transition: max-height 0.4s ease-in-out;
    overflow: hidden;
}
.programs__content--single:hover .programs__content--button {
    max-height: 130px;
}
.programs__content--bg {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(6, 26, 44, 0.7);
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: Franklin Gothic;
    font-style: normal;
    font-weight: 500;
    font-size: 30px;
    line-height: 34px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #FFFFFF;
}
.programs__content--single:hover .programs__content--bg {
    margin-top: -130px;
    background: transparent;
}
#formations {
    padding: 100px 0 0 0;
}
.formations__wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.formations__content {
    margin: 50px 0 0 0;
}
.formations__content {
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.half__width {
    width: 50%;
}
.business__block {
    overflow: hidden;
    position: relative;
}
.formations__content img {
    width: 100%;
    line-height: 0;
}
.business__image {
    position: relative;
}
.business__image svg {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 100%;
    z-index: 9;
}
.formations__content--top, .formations__content--bottom {
    display: flex;
    justify-content: space-between;
}
.formations__top--single {
    width: calc(100%/3);
    position: relative;
}
.formations__bottom--single {
    position: relative;
}
.formations__top--single a,
.formations__bottom--single a {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 0;
}
.formations__top--single a span,
.formations__bottom--single a span {
    font-family: Franklin Gothic;
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
    color: #FFFFFF;
    text-align: center;
    padding: 0 10px;
}
.formations__top--single a:hover span,
.formations__bottom--single a:hover span {

}
.formations__content--left {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.business__block--single {
    position: relative;
    width: 25%;
}
.business__block--single a {
    background: rgba(6, 26, 44, 0.8);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    line-height: 0;
    align-items: center;
}
.business__block--single a span {
    font-family: Franklin Gothic;
    font-style: normal;
    font-weight: 500;
    font-size: 22px;
    line-height: 24px;
    color: #FFFFFF;
    text-align: center;
    padding: 0 20px;
}
.formations__top--single:hover a,
.formations__bottom--single:hover a,
.business__block--single:hover a {
    background: transparent !important;
}
.formations__top--single:nth-of-type(1) a {
    background: rgba(6, 26, 44, 0.8);
}
.formations__top--single:nth-of-type(2) a {
    background: rgba(152, 173, 192, 0.8);
}
.formations__top--single:nth-of-type(3) a {
    background: rgba(6, 26, 44, 0.8);
}
.formations__bottom--single:nth-of-type(1) a {
    background: rgba(6, 26, 44, 0.8);
}
.formations__bottom--single:nth-of-type(2) a {
    background: rgba(152, 173, 192, 0.8);
}
.desktop__width {
    display: flex;
    height: 100%;
    max-width: 1600px;
    margin: 0 auto;
    width: 100%;
}

.instagram__header {
    padding: 0 0 40px 0;
    justify-content: flex-start;
    align-items: center;
}
.instagram__header span {
    font-family: Franklin Gothic;
    font-style: normal;
    font-weight: 500;
    font-size: 28px;
    line-height: 32px;
    color: #061A2C;
    margin: 0 25px 0 0;
}
.instagram__socials a {
    line-height: 0;
    margin: 0 25px;
}
.instagram__socials {
    display: flex;
    align-items: center;
}

.cv__wrapper {
    position: relative;
}
.cv__content {
    position: absolute;
    z-index: 99;
    right: 5%;
    top: 15%;
    max-width: 930px;
    width: 100%;
    bottom: 5%;
    display: flex;
    justify-content: space-between;
}
.cv__content--left p {
    font-family: Franklin Gothic Book;
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    margin: 0 0 15px 0;
    line-height: 24px;
}
.cv__content--right li {
    font-family: Franklin Gothic;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 24px;
    text-align: justify;
    color: #FFFFFF;
    list-style: disc;
    padding: 5px 0;
}
.cv__content--right ul {
    padding: 0 0 0 20px;
}
.cv__content--left {
    position: relative;
    max-width: 520px;
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 0 20px 0 0;
}
.cv__content--right {
    max-width: 375px;
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 0 0 0 20px;
}
.cv__content--left:after {
    height: 100%;
    width: 1px;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    content: '';
    background: #fff;
}
.cv__content--right h3 {
    font-family: Franklin Gothic;
    font-style: normal;
    font-weight: normal;
    font-size: 22px;
    line-height: 28px;
    color: #FFFFFF;
    margin: 0 0 20px 0;
}
.cabinet__wrapper {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.cabinet__single {
    width: 50%;
    position: relative;
}
.cabinet__content {
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    top: 0;
    bottom: 0;
    padding: 50px;
    justify-content: space-between;
    right: 0;
    left: 0;
}
.cabinet__single:first-of-type .cabinet__content {
    background: rgba(46, 75, 102, 0.65);
}
.cabinet__single:last-of-type .cabinet__content {
    background: rgba(6, 26, 44, 0.65);
}
.cabinet__single:hover .cabinet__content {
    background: transparent;
}
.cabinet__content h2 {
    font-family: Franklin Gothic;
    font-style: normal;
    font-weight: 500;
    font-size: 40px;
    line-height: 45px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
}
.cabinet__content a {
    font-family: Franklin Gothic;
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 27px;
    text-transform: uppercase;
    color: #000000;
    background: #fff;
    border: 1px solid #fff;
    padding: 25px 65px;
}
.cabinet__content a:hover {
    background: transparent;
    color: #fff;
}
#temoignages {
    padding: 150px 0;
}
.temoignages__wrapper {
    display: flex;
    flex-direction: column;
}
.temoignages__header h2 {
    text-align: center;
}
.citation__wrapper img,
.cabinet__wrapper img {
    width: 100%;
    object-fit: contain;
}
.citation__wrapper {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.citation__content {
    position: absolute;
    left: 20%;
}
.citation__content h2 {
    font-family: Franklin Gothic;
    font-style: normal;
    font-weight: 500;
    font-size: 38px;
    line-height: 43px;
    text-transform: uppercase;
    color: #061A2C;
    padding: 10px 0 25px 0;
}
.citation__content h3 {
    font-family: Franklin Gothic;
    font-style: normal;
    font-weight: 500;
    font-size: 28px;
    line-height: 32px;
    text-transform: uppercase;
    color: #061A2C;
}
#contact {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.contact__wrapper {
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.contact__header h2 {
    font-family: Franklin Gothic;
    font-style: normal;
    font-weight: 500;
    font-size: 40px;
    line-height: 45px;
    text-transform: uppercase;
    color: #FFFFFF;
    margin: 0 0 50px 0;
}
.ajax-loader {
    display: none !important;
}
footer {
    background: rgba(6, 26, 44, 0.97);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 30px 0;
}
.footer__wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.footer__content {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 30px 0 0 0;
}
.footer__content--single, .footer__content--single a  {
    font-family: Franklin Gothic Book;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 22px;
    text-align: center;
    color: #FFFFFF;
    padding: 5px 0;
}
.wpcf7-form-control-wrap input {
    max-width: 500px;
    width: 500px;
    background: #FFFFFF;
    border: 0.5px solid #061A2C;
    box-sizing: border-box;
    font-family: Franklin Gothic Book;
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    color: #061A2C;
    padding: 15px 10px;
    outline: none;
    margin: 0 0 25px 0;
}
.wpcf7-form-control-wrap textarea {
    max-width: 500px;
    width: 500px;
    background: #FFFFFF;
    border: 0.5px solid #061A2C;
    box-sizing: border-box;
    font-family: Franklin Gothic Book;
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    color: #061A2C;
    padding: 15px 10px;
    outline: none;
    margin: 0 0 25px 0;
    height: 150px;
}
.wpcf7-form > div + p {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
}
.wpcf7-form-control.wpcf7-submit {
    font-family: Franklin Gothic;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    text-transform: uppercase;
    color: #FFFFFF;
    border: 1px solid #FFFFFF;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    padding: 10px 45px;
    cursor: pointer;
    background: transparent;
}
.wpcf7-form-control.wpcf7-submit:hover {
    background: #fff;
    color: #000;
}
.wpcf7-form-control-wrap .wpcf7-not-valid-tip {
    color: #f00;
    font-size: 12px;
    font-weight: normal;
    display: block;
    position: absolute;
    bottom: 10px;
}

#blog h2 {
    padding: 85px 0 40px 0;
    text-align: center;
}
.blog__wrapper {
    display: flex;
    flex-direction: column;
}
.blog__content {
    padding: 90px 0;
    display: flex;
    justify-content: center;
    background: #F5F5F5;
}
.blog__categories {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #F5F5F5;
}
.blog__categories span {
    font-style: normal;
    font-weight: normal;
    font-size: 28px;
    line-height: 32px;
    text-transform: uppercase;
    color: #061A2C;
    width: calc(100% / 3);
    font-family: Franklin Gothic;
    text-align: center;
    padding: 45px 0;
    cursor: pointer;
}
.blog__categories span:hover, .blog__categories span.open {
    color: #fff;
    background: #061A2C;
}
.blog__home--center {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 1100px;
    padding: 0 20px;
}
.blog__home--single {
    display: flex;
    justify-content: space-between;
    margin: 0 0 50px 0;
}
.blog__home--single:last-of-type {
    margin: 0;
}
.blog__home--info {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 25px 50px 25px 25px;
    align-items: flex-start;
}
.blog__home--title {
    font-family: Franklin Gothic;
    font-style: normal;
    font-weight: normal;
    font-size: 32px;
    line-height: 36px;
    text-transform: uppercase;
    color: #061A2C;
    margin: 0;
}
.blog__home--desc {
    font-family: Franklin Gothic Book;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 20px;
    text-align: justify;
    color: #484E54;
    padding: 10px 0;
}
.blog__home--link {
    font-family: Franklin Gothic Book;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    text-transform: uppercase;
    border: 1px solid #7C8893;
    color: #7C8893;
    padding: 10px 35px;
}
.blog__home--single:hover .blog__home--info {
    background: #fff;
}
.blog__home--single:hover .blog__home--link {
    background: #061A2C;
    border: 1px solid #061A2C;
    color: #FFFFFF;
}
.blog__bottom {
    background: #f5f5f5;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 0 90px 0;
}
.blog__bottom a {
    font-family: Franklin Gothic Book;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 23px;
    text-transform: uppercase;
    color: #061A2C;
    border: 1px solid #061A2C;
    box-sizing: border-box;
    padding: 25px 70px;
}
.blog__bottom a:hover {
    color: #FFFFFF;
    background: #061A2C;
}
body:not(.home) #home .topnav {
    position: fixed;
    background: #061A2C;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
body:not(.home) .content {
    padding: 110px 0 0 0;
}
.blog__breads {
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid #061a2c;
}
.breadcrumbs__wrapper {
    width: 100%;
    max-width: 1600px;
    padding: 0 20px;
}
.breadcrumbs__wrapper a {
    font-family: Franklin Gothic Book;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 18px;
    text-transform: uppercase;
    color: #061A2C;
}
.sep {
    padding: 0 15px;
    font-weight: bold;
}
.breadcrumbs__wrapper > span > span {
    display: flex;
    align-items: center;
}
.breadcrumb_last {
    font-family: Franklin Gothic Book;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 18px;
    text-transform: uppercase;
    color: #7B8E9E;
}
.blog__add--title {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 50px 0;
}
.blog__add--title h1{
    font-family: Franklin Gothic;
    font-style: normal;
    font-weight: normal;
    font-size: 48px;
    line-height: 54px;
    text-transform: uppercase;
    color: #061A2C;
    text-align: center;
}
.blog__post .blog__add--title {
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
}
.blog__home--top {
    background: #fff;
    border-bottom: 1px solid #061a2c;
    display: flex;
    align-items: center;
    justify-content: center;
}
.blog__categories--wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    max-width: 1600px;
    padding: 0 20px;
}
.blog__categories--wrapper .blog__categories {
    background: transparent;
    width: calc(100% - 500px);
}
.blog__categories--wrapper .blog__categories a {
    font-family: Franklin Gothic Medium;
    font-style: normal;
    font-weight: normal;
    font-size: 28px;
    line-height: 32px;
    text-transform: uppercase;
    color: #061A2C;
    padding: 40px 20px 20px 20px;
}
.blog__categories--wrapper .blog__categories a:hover,
.blog__categories--wrapper .blog__categories a.active {
    background: #061A2C;
    color: #fff;
}
#searchform input {
    font-family: Franklin Gothic Book;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 18px;
    text-transform: uppercase;
    color: #061A2C;
    width: 400px;
    position: relative;
    border: none;
    border-bottom: 1px solid #061a2c;
    padding: 0 50px 15px 0;
    text-align: right;
    outline: none;
}
#searchform {
    position: relative;
}
#searchform svg {
    position: absolute;
    right: 0;
}
.blog__add .blog__content {
    background: #fff;
}
.blog__post .blog__add--title {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.blog__post .blog__add--title h2 {
    font-family: Franklin Gothic Book;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    text-align: justify;
    text-transform: uppercase;
    color: #000000;
    padding: 0 0 40px 0;
}
.blog__post--content {
    width: 100%;
    padding: 0 0 100px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 auto;
}
.blog__post--image {
    display: flex;
    justify-content: center;
    margin: 0 0 50px 0;
    overflow: hidden;
    max-height: 400px;
    align-items: center;
    width: 100%;
}
.blog__post--image img {
    width: 100%;
    object-fit: contain;
}
.blog__post--desc, .blog__post--socials {
    width: 100%;
    max-width: 900px;
}
.blog__post--desc ul, .blog__post--desc ol {
    margin: 0 0 21px 21px;
    list-style: disc;
}
.blog__post--desc li {
    font-family: Franklin Gothic Book;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 26px;
    color: #484E54;
    margin: 0 0 10px 0;
}
.blog__post--desc p {
    font-family: Franklin Gothic Book;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 26px;
    text-align: justify;
    color: #484E54;
    margin: 0 0 10px 0;
}
.blog__post--desc div, .blog__post--desc h3 {
    font-family: Franklin Gothic Book;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 26px;
    text-align: justify;
    color: #484E54;
    margin: 0 0 10px 0;
}
.blog__post--desc h2 {
    font-family: Franklin Gothic;
    font-style: normal;
    font-weight: 500;
    font-size: 40px;
    line-height: 45px;
    text-transform: uppercase;
    color: #061A2C;
    margin: 0 0 25px 0;
}
.blog__post--desc h3 {
    font-family: Franklin Gothic;
    font-style: normal;
    font-weight: 500;
    font-size: 30px;
    line-height: 36px;
    color: #061A2C;
    margin: 0 0 15px 0;
}
.blog__post--socials {
    border-top: 1px solid #061A2C;
    margin: 50px 0 0 0;
    padding: 20px 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.blog__post--socials svg {
    cursor: pointer;
    margin: 0 10px;
}
.blog__post--buttons {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 20px;
    max-width: 1600px;
}
.blog__post--button a {
    font-family: Franklin Gothic Book;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    text-transform: uppercase;
    color: #061A2C;
    border: 1px solid #061A2C;
    padding: 10px 40px;
}
.blog__post--button a:hover {
    background: #061A2C;
    color: #fff;
}
.single__post blockquote {
    text-align: center;
    padding: 30px;
}
.single__post blockquote p {
    text-align: center;
    font-size: 22px;
    color: #061a2c;
    font-weight: bold;
    font-style: italic;
}
.single__post h2 {
    text-align: center;
    display: block;
    padding: 10px 0 15px 0;
    font-family: 'Franklin Gothic Book';
    font-size: 28px;
    color: #061a2c;
}
.videoWrapper {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
}
.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.formation__bg {
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 999;
    background: rgba(6, 26, 44, 0.8) url("/wp-content/uploads/2020/04/form_bg-1.png") center center no-repeat;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    opacity: 1;
}
.formations__content--right, .formations__content--left {
    position: relative;
}
.formation__bg span {
    font-family: Franklin Gothic;
    font-style: normal;
    font-weight: 500;
    font-size: 30px;
    line-height: 34px;
    text-transform: uppercase;
    color: #FFFFFF;
    padding: 0 20px;
}
.formations__content--right:hover .formation__bg,
.formations__content--left:hover .formation__bg {
    opacity: 0;
    z-index: -1;
}
.temoignages__content {
    padding: 0 50px;
}
.temoignages__single iframe {
    width: 100%;
    max-height: 200px;
}
.temoignages__single {
    padding: 0 10px;
}
.temoignages__single--title {
    padding: 30px 10px;
    background: transparent;
    text-align: center;
}
.temoignages__single--title span {
    font-family: Franklin Gothic;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    text-transform: uppercase;
    color: #000000;
}
.temoignages__single:hover .temoignages__single--title{
    background: #061A2C;
}
.temoignages__single:hover .temoignages__single--title span {
    color: #fff;
}
.temoignages__single--iframe {
    line-height: 0;
}
.temoignages__nav {
    padding: 40px 60px 10px 60px;
    display: flex;
    justify-content: flex-end;
}
.temoignages__arrow {
    display: flex;
    flex-direction: row-reverse;
}
.temoignages__arrow .slider__arrows {
    width: 36px;
    height: 36px;
    display: flex !important;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.temoignages__arrow .slider__arrows:hover {
    background: #061A2C;
}
.temoignages__arrow .slider__arrows:hover svg path {
    stroke:#fff;
}
.sbi_lb-details {
    display: none !important;
}
.business__content, .dentisterie__content {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
#formations h3 {
    font-style: normal;
    font-weight: 400;
    font-size: 32px;
    line-height: 40px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    background: #061A2C;
    width: 100%;
    font-family: Franklin Gothic Book;
    padding: 25px 0;
}
.business__wrapper, .dentisterie__wrapper {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 20px 0;
    width: 100%;
}
.business__single {
    width: 24%;
    margin: 0 0 50px 0;
}
.dentisterie__single {
    width: 19%;
    margin: 0 0 50px 0;
}
.business__single img, .dentisterie__single img {
    width: 100%;
}
.business__single a, .dentisterie__single a {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.business__single a span, .dentisterie__single a span {
    font-family: Franklin Gothic;
    font-style: normal;
    font-size: 24px;
    line-height: 24px;
    text-align: left;
    color: #061A2C;
    padding: 20px;
    width: 100%;
}
.grecaptcha-badge {
    visibility: hidden;
}
@media print {
    body:not(.home) .content {
        padding: 0;
    }
    body {
        margin: 0;
        color: #000;
        background-color: #fff;
    }
    .blog__post--socials,
    .blog__breads,
    .topnav,
    .blog__post--buttons,
    footer {
        display: none;
    }
}
@media screen and (max-width: 1201px) and (min-width: 768px) {
    .video__content h1 {
        width: 100%;
    }
    #home .topnav ul:not(.menu-dropdown) {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-left: 20px;

        float: left;
        width: 100%;
    }
    #home .topnav.close ul li a {
        max-height: 0;
        padding: 0;
        color: transparent;
    }
    #home .topnav ul li a {
        padding: 15px;
    }
    #home .topnav .burger {
        display: block;
    }
    #home .topnav.close .burger i {
        -webkit-transform: none;
        transform: none;
        opacity: 1;
    }
    #home .topnav {
        position: fixed;
        min-height: 60px;
        background-color: #111;
    }
    .free_pic_2 {
        display:none
    }
    .header__wrapper {
        padding: 0 20px;
        flex-direction: row-reverse;
    }
    #home .topnav .burger {
        position: static;
        padding: 0;
    }
    #home .topnav ul:not(.menu-dropdown) {
        position: absolute;
        top: 100%;
        background: #111;
        left: 0;
        right: 0;
        max-width: none;
        width: 100%;
        float: none;
        padding: 0;
    }
    #home #lang-dropdown {
        display: none;
    }
    #home .topnav ul li {
        justify-content: center;
    }
    .nav_under {
        padding: 100px 0 0 0;
    }
    .video__content {
        position: static;
        padding: 20px;
    }
    .video__content h1 span:first-of-type {
        text-align: center;
        font-size: 28px;
        line-height: 34px;
        color: #111111;
    }
    .video__content h1 span:last-of-type {
        font-size: 24px;
        line-height: 30px;
        color: #111111;
        text-align: center;
    }
    .video__content--link {
        width: 100%;
        margin: 15px 0 0 0;
        border: 1px solid #000;
        text-align: center;
        font-size: 20px;
        line-height: 20px;
        padding: 15px;
    }
    #programs {
        padding: 20px;
    }
    .programs__header h2,
    .formations__header h2,
    .blog__header h2,
    .temoignages__header h2 {
        font-size: 28px;
        line-height: 34px;
        margin: 0;
    }
    .programs__header h3 {
        font-size: 24px;
        line-height: 30px;
    }
    .programs__content {
        margin: 20px 0 0 0;
        flex-direction: column;
    }
    .programs__content--bg {
        padding: 0 20px;
        text-align: center;
    }
    #formations {
        padding: 20px;
    }
    .formations__content {
        margin: 20px 0 0 0;
        flex-direction: column;
    }
    .half__width {
        width: 100%;
    }
    .formation__bg span {
        text-align: center;
    }
    .formation__bg {
        background-size: contain;
    }
    #home .section7 {
        padding: 0;
    }
    #home .section7 .top_of_sec7 > .contain {
        flex-direction: column;
        height: auto;
        padding: 20px;
    }
    .name_id {
        padding: 0;
    }
    #home .section7 .contain {
        flex-direction: column-reverse;
        padding: 0 20px;
    }
    .calendar__right {
        width: 100%;
        padding: 20px 0;
    }
    #home .section7 .right_side {
        float: none;
        width: 100%;
        padding-left: 0;
        margin-top: 0;
    }
    #home .section7 .right_side h4 {
        margin: 10px 0;
    }
    #home .section7 .desc {
        margin: 20px 0 0 0;
    }
    #instagram {
        padding: 20px ;
    }
    .instagram__header {
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        padding: 0 0 20px 0;
    }
    .instagram__header span {
        margin: 0 0 20px 0;
    }
    .instagram__socials {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
    }
    #blog h2 {
        padding: 0 0 20px 0;
    }
    .blog__categories span {
        text-align: center;
        cursor: pointer;
        word-break: break-word;
        font-size: 16px;
        line-height: 22px;
    }
    .blog__categories {
        padding: 0 20px;
    }
    .blog__home--single {
        margin: 0;
        flex-direction: column;
    }
    .blog__content {
        padding: 20px 0 0 0;
    }
    .blog__home--image img {
        width: 100%;
        height: auto;
    }
    .blog__home--info {
        padding: 20px 0;
    }
    .blog__home--title {
        font-size: 24px;
        line-height: 30px;
    }
    .blog__home--link {
        width: 100%;
        text-align: center;
        margin: 20px 0 0 0;
    }
    .blog__home--desc {
        font-size: 16px;
    }
    .blog__bottom {
        padding: 0 20px 20px 20px;
        text-align: center;
    }
    .blog__bottom a {
        padding: 10px;
        width: 100%;
        font-size: 16px;
        line-height: 20px;
    }
    #temoignages {
        padding: 20px;
    }
    .temoignages__nav {
        padding: 20px 0;
    }
    .temoignages__content {
        padding: 0;
    }
    .business__block--single a span {
        font-size: 18px;
        line-height: 22px;
    }
    .formations__top--single a span,
    .formations__bottom--single a span {
        font-size: 18px;
        line-height: 22px;
    }
    footer {
        padding: 20px ;
    }
    .footer__wrapper svg {
        width: 100%;
    }
    .contact__header h2 {
        font-size: 28px;
        line-height: 34px;
    }
    .wpcf7-form-control.wpcf7-submit {
        width: 100%;
    }
    .citation__wrapper img,
    .cabinet__wrapper img,
    .cv__wrapper--image img {
        object-fit: contain;
        height: 100%;
        width: auto;
    }
    .citation__wrapper--image,
    .cabinet__wrapper--image,
    .cv__wrapper--image {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .citation__content {
        position: absolute;
        left: 10%;
        right: 10%;
    }
    .cabinet__content svg {
        width: 100%;
        padding: 0 20px;
    }
    .cabinet__content h2 {
        padding: 20px;
        font-size: 20px;
        line-height: 24px;
    }
    .cabinet__content a {
        padding: 20px;
        width: 100%;
        text-align: center;
        font-size: 20px;
        line-height: 24px;
    }
    .cv__content {
        top: 20px;
        left: 20px;
        right: 20px;
        flex-direction: column;
        width: auto;
    }
    .cv__content--left p,
    .cv__content--right h3,
    .cv__content--right li {
        line-height: 20px;
        font-size: 16px;
    }
    .cv__content--left:after {
        display: none;
    }
    .cv__content--left {
        padding: 0;
    }
    .cv__content--right {
        padding: 0;
    }
    body:not(.home) .content {
        padding: 0;
    }
    .blog__add--title {
        padding: 20px 0;
    }
    .blog__categories--wrapper {
        flex-direction: column;
    }
    .blog__categories--wrapper .blog__categories {
        width: 100%;
        padding: 0;
    }
    .blog__home--search {
        width: 100%;
        padding: 20px 0;
    }
    #searchform input {
        width: 85%;
    }
    .blog__categories--wrapper .blog__categories a {
        text-align: center;
        padding: 10px;
        cursor: pointer;
        word-break: break-word;
        font-size: 16px;
        line-height: 22px;
    }
    .breadcrumbs__wrapper a,
    .breadcrumb_last {
        font-size: 12px;
        line-height: 14px;
    }
    .blog__breads {
        height: 70px;
    }
    .blog__post--image {
        margin: 0;
    }
    .blog__post--desc, .blog__post--socials {
        padding: 20px;
    }
    .blog__post--socials {
        margin: 0;
    }
    .blog__post--buttons {
        flex-direction: column;
        padding: 0 20px 0 20px;
    }
    .blog__post--button a {
        text-align: center;
        display: block;
        width: 100%;
    }
    .blog__post--content {
        padding: 0 0 20px 0;
    }
    .blog__post--prev {
        margin: 0 0 20px 0;
    }
    .blog__post--image img {
        object-fit: contain;
        height: 100%;
    }
    .blog__add--title h1 {
        font-size: 26px;
        line-height: 30px;
        padding: 0 20px;
    }
    .left_side,
    .cv__content--left,
    .cv__content--right {
        max-width: none;
    }
    .cabinet__wrapper {
        flex-direction: column;
    }
    .cabinet__single {
        width: 100%;
    }
}
@media only screen and (max-width:767px){
    #formations h3 {
        padding: 10px 0;
        font-size: 22px;
        line-height: 26px;
        margin: 15px 0 0 0;
    }
    .dentisterie__single {
        margin: 0;
    }
    .dentisterie__single {
        width: 100%;
    }
    .business__wrapper, .dentisterie__wrapper {
        flex-direction: column;
    }
    .cabinet__wrapper {
        flex-direction: column;
    }
    .cabinet__single,
    .business__single {
        width: 100%;
        margin: 0;
    }
    .free_pic_2 {
        display:none
    }
    .header__wrapper {
        padding: 0 20px;
        flex-direction: row-reverse;
    }
    #home .topnav .burger {
        position: static;
        padding: 0;
    }
    #home .topnav ul:not(.menu-dropdown) {
        position: absolute;
        top: 100%;
        background: #111;
        left: 0;
        right: 0;
        max-width: none;
        width: 100%;
        float: none;
        padding: 0;
    }
    #home #lang-dropdown {
        display: none;
    }
    #home .topnav ul li {
        justify-content: center;
    }
    .nav_under {
        padding: 100px 0 0 0;
    }
    .video__content {
        position: static;
        padding: 20px;
    }
    .video__content h1 span:nth-of-type(1),
    .video__content h1 span:nth-of-type(3) {
        color: #111111;
        text-transform: none;
        font-size: 24px;
        line-height: 30px;
        font-family: Franklin Gothic Book;
    }
    .video__content h1 span:nth-of-type(2) {
        font-size: 28px;
        line-height: 34px;
        color: #111111;
        text-transform: uppercase;
        font-family: Franklin Gothic;
        text-align: center;
        padding: 10px 0;
    }
    .video__content--link {
        width: 100%;
        margin: 15px 0 0 0;
        border: 1px solid #000;
        text-align: center;
        font-size: 20px;
        line-height: 20px;
        padding: 15px;
        display: none;
    }
    #programs {
        padding: 20px;
    }
    .programs__header h2,
    .formations__header h2,
    .blog__header h2,
    .temoignages__header h2 {
        font-size: 28px;
        line-height: 34px;
        margin: 0;
    }
    .programs__header h3 {
        font-size: 24px;
        line-height: 30px;
    }
    .programs__content {
        margin: 20px 0 0 0;
        flex-direction: column;
    }
    .programs__content--bg {
        padding: 0 20px;
        text-align: center;
    }
    #formations {
        padding: 20px;
    }
    .formations__content {
        margin: 20px 0 0 0;
        flex-direction: column;
    }
    .half__width {
        width: 100%;
    }
    .formation__bg span {
        text-align: center;
    }
    .formation__bg {
        background-size: contain;
    }
    #home .section7 {
        padding: 0;
    }
    #home .section7 .top_of_sec7 > .contain {
        flex-direction: column;
        height: auto;
        padding: 20px;
    }
    .name_id {
        padding: 0;
    }
    #home .section7 .contain {
        flex-direction: column-reverse;
        padding: 0 20px;
    }
    .calendar__right {
        width: 100%;
        padding: 20px 0;
    }
    #home .section7 .right_side {
        float: none;
        width: 100%;
        padding-left: 0;
        margin-top: 0;
    }
    #home .section7 .right_side h4 {
        margin: 10px 0;
    }
    #home .section7 .desc {
        margin: 20px 0 0 0;
    }
    #home .section7 .left_side .date {
        font-size: 14px;
        height: 60px;
    }
    #instagram {
        padding: 20px ;
    }
    .instagram__header {
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        padding: 0 0 20px 0;
    }
    .instagram__header span {
        margin: 0 0 20px 0;
    }
    .instagram__socials {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
    }
    #blog h2 {
        padding: 0 0 20px 0;
    }
    .blog__categories span {
        text-align: center;
        padding: 10px;
        cursor: pointer;
        word-break: break-word;
        font-size: 16px;
        line-height: 22px;
    }
    .blog__categories {
        padding: 0 20px;
    }
    .blog__home--single {
        margin: 0;
        flex-direction: column;
    }
    .blog__content {
        padding: 20px 0 0 0;
    }
    .blog__home--image img {
        width: 100%;
        height: auto;
    }
    .blog__home--info {
        padding: 20px 0;
    }
    .blog__home--title {
        font-size: 24px;
        line-height: 30px;
    }
    .blog__home--link {
        width: 100%;
        text-align: center;
        margin: 20px 0 0 0;
    }
    .blog__home--desc {
        font-size: 16px;
    }
    .blog__bottom {
        padding: 0 20px 20px 20px;
        text-align: center;
    }
    .blog__bottom a {
        padding: 10px;
        width: 100%;
        font-size: 16px;
        line-height: 20px;
    }
    #temoignages {
        padding: 20px;
    }
    .temoignages__nav {
        padding: 20px 0;
    }
    .temoignages__content {
        padding: 0;
    }
    .business__block--single {
        width: 50%;
    }
    .business__block--single a span {
        font-size: 18px;
        line-height: 22px;
    }
    .formations__top--single a span,
    .formations__bottom--single a span {
        font-size: 18px;
        line-height: 22px;
    }
    footer {
        padding: 20px ;
    }
    .footer__wrapper svg {
        width: 100%;
    }
    .contact__header h2 {
        font-size: 28px;
        line-height: 34px;
    }
    .wpcf7-form-control-wrap input,
    .wpcf7-form-control-wrap textarea,
    .wpcf7-form-control.wpcf7-submit {
        width: 100%;
    }
    .citation__wrapper img,
    .cabinet__wrapper img {
        object-fit: contain;
        height: 100%;
        width: auto;
    }
    .cv__wrapper--image img {
        width: 100%;
    }
    .citation__wrapper--image,
    .cabinet__wrapper--image,
    .cv__wrapper--image {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .citation__content {
        position: absolute;
        left: 10%;
        right: 10%;
    }
    .cabinet__content svg {
        width: 100%;
        padding: 0 20px;
    }
    .cabinet__content h2 {
        padding: 20px;
        font-size: 20px;
        line-height: 24px;
    }
    .cabinet__content a {
        padding: 20px;
        width: 100%;
        text-align: center;
        font-size: 20px;
        line-height: 24px;
    }
    .cv__content {
        top: 20px;
        left: 20px;
        right: 20px;
        flex-direction: column;
        width: auto;
        position: static;
        background: #061a2c;
        padding: 20px;
    }
    .cv__content--left p,
    .cv__content--right h3,
    .cv__content--right li {
        line-height: 20px;
        font-size: 16px;
    }
    .cv__content--left:after {
        display: none;
    }
    .cv__content--left {
        padding: 0;
    }
    .cv__content--right {
        padding: 0;
    }
    body:not(.home) .content {
        padding: 0;
    }
    .blog__add--title {
        padding: 20px 0;
    }
    .blog__categories--wrapper {
        flex-direction: column;
    }
    .blog__categories--wrapper .blog__categories {
        width: 100%;
        padding: 0;
    }
    .blog__home--search {
        width: 100%;
        padding: 20px 0;
    }
    #searchform input {
        width: 85%;
    }
    .blog__categories--wrapper .blog__categories a {
        text-align: center;
        padding: 10px;
        cursor: pointer;
        word-break: break-word;
        font-size: 16px;
        line-height: 22px;
    }
    .breadcrumbs__wrapper a,
    .breadcrumb_last {
        font-size: 12px;
        line-height: 14px;
    }
    .blog__breads {
        height: 70px;
    }
    .blog__post--image {
        margin: 0;
    }
    .blog__post--desc, .blog__post--socials {
        padding: 20px;
    }
    .blog__post--socials {
        margin: 0;
    }
    .blog__post--buttons {
        flex-direction: column;
        padding: 0 20px 0 20px;
    }
    .blog__post--button a {
        text-align: center;
        display: block;
        width: 100%;
    }
    .blog__post--content {
        padding: 0 0 20px 0;
    }
    .blog__post--prev {
        margin: 0 0 20px 0;
    }
    .blog__post--image img {
        object-fit: contain;
        height: 100%;
    }
    .blog__add--title h1 {
        font-size: 26px;
        line-height: 30px;
        padding: 0 20px;
    }
    .sbi_item:nth-child(n+7) {
        display: none !important;
    }
    .desktop__view {
        display: none !important;
    }
    .video__content h1.mobile__view {
        display: flex !important;
        flex-direction: column;
        align-items: center;
        width: 100%;
    }
    .programs__header h2 {
        text-align: center;
        word-break: break-word;
        padding: 0 50px 15px 50px;
    }
}
.seminaire__external a {
    font-family: Franklin Gothic Book;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    text-transform: uppercase;
    color: #061A2C;
    border: 1px solid #061A2C;
    padding: 10px 40px;
}
.seminaire__external a:hover {
    background: #061A2C;
    color: #fff;
}
.seminaire__external {
    padding: 20px 0 0 0;
    display: flex;
    margin: 0;
}