@font-face {
    font-family: 'Avenir LT Std Black';
    src: url('fonts/AvenirLTStd-Black.eot');
    src: url('fonts/AvenirLTStd-Black.eot?#iefix') format('embedded-opentype'),
        url('fonts/AvenirLTStd-Black.woff2') format('woff2'),
        url('fonts/AvenirLTStd-Black.woff') format('woff'),
        url('fonts/AvenirLTStd-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Avenir LT Std LightOblique';
    src: url('fonts/AvenirLTStd-LightOblique.eot');
    src: url('fonts/AvenirLTStd-LightOblique.eot?#iefix') format('embedded-opentype'),
        url('fonts/AvenirLTStd-LightOblique.woff2') format('woff2'),
        url('fonts/AvenirLTStd-LightOblique.woff') format('woff'),
        url('fonts/AvenirLTStd-LightOblique.ttf') format('truetype');
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: 'Avenir LT Std Book';
    src: url('fonts/AvenirLTStd-Book.eot');
    src: url('fonts/AvenirLTStd-Book.eot?#iefix') format('embedded-opentype'),
        url('fonts/AvenirLTStd-Book.woff2') format('woff2'),
        url('fonts/AvenirLTStd-Book.woff') format('woff'),
        url('fonts/AvenirLTStd-Book.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Avenir LT Std Light';
    src: url('fonts/AvenirLTStd-Light.eot');
    src: url('fonts/AvenirLTStd-Light.eot?#iefix') format('embedded-opentype'),
        url('fonts/AvenirLTStd-Light.woff2') format('woff2'),
        url('fonts/AvenirLTStd-Light.woff') format('woff'),
        url('fonts/AvenirLTStd-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Avenir LT Std BlackOblique';
    src: url('fonts/AvenirLTStd-BlackOblique.eot');
    src: url('fonts/AvenirLTStd-BlackOblique.eot?#iefix') format('embedded-opentype'),
        url('fonts/AvenirLTStd-BlackOblique.woff2') format('woff2'),
        url('fonts/AvenirLTStd-BlackOblique.woff') format('woff'),
        url('fonts/AvenirLTStd-BlackOblique.ttf') format('truetype');
    font-weight: 900;
    font-style: italic;
}

@font-face {
    font-family: 'Avenir LT Std Medium';
    src: url('fonts/AvenirLTStd-Medium.eot');
    src: url('fonts/AvenirLTStd-Medium.eot?#iefix') format('embedded-opentype'),
        url('fonts/AvenirLTStd-Medium.woff2') format('woff2'),
        url('fonts/AvenirLTStd-Medium.woff') format('woff'),
        url('fonts/AvenirLTStd-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Avenir LT Std Oblique';
    src: url('fonts/AvenirLTStd-Oblique.eot');
    src: url('fonts/AvenirLTStd-Oblique.eot?#iefix') format('embedded-opentype'),
        url('fonts/AvenirLTStd-Oblique.woff2') format('woff2'),
        url('fonts/AvenirLTStd-Oblique.woff') format('woff'),
        url('fonts/AvenirLTStd-Oblique.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Avenir LT Std Roman';
    src: url('fonts/AvenirLTStd-Roman.eot');
    src: url('fonts/AvenirLTStd-Roman.eot?#iefix') format('embedded-opentype'),
        url('fonts/AvenirLTStd-Roman.woff2') format('woff2'),
        url('fonts/AvenirLTStd-Roman.woff') format('woff'),
        url('fonts/AvenirLTStd-Roman.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Avenir LT Std MediumOblique';
    src: url('fonts/AvenirLTStd-MediumOblique.eot');
    src: url('fonts/AvenirLTStd-MediumOblique.eot?#iefix') format('embedded-opentype'),
        url('fonts/AvenirLTStd-MediumOblique.woff2') format('woff2'),
        url('fonts/AvenirLTStd-MediumOblique.woff') format('woff'),
        url('fonts/AvenirLTStd-MediumOblique.ttf') format('truetype');
    font-weight: 500;
    font-style: italic;
}

@font-face {
    font-family: 'Avenir LT Std BookOblique';
    src: url('fonts/AvenirLTStd-BookOblique.eot');
    src: url('fonts/AvenirLTStd-BookOblique.eot?#iefix') format('embedded-opentype'),
        url('fonts/AvenirLTStd-BookOblique.woff2') format('woff2'),
        url('fonts/AvenirLTStd-BookOblique.woff') format('woff'),
        url('fonts/AvenirLTStd-BookOblique.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
}

body{
    font-family: 'Avenir LT Std Medium';
}

/* ===== START NAVIGATION MENU ===== */
.container-full{
    padding: 0 100px;
}

.top-bar {
    border-bottom: 1px solid rgba(235, 235, 235, 0.5);
    background: transparent !important;
    font-size: 18px;
    line-height: 50px;
    color: #ffffff !important;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 11;
}

.top-bar ul {
    margin: 0;
    list-style-type: none;
    padding: 0;
}

.top-bar .contact-info li {
    margin-right: 25px;
    display: inline-block;
    font-size: 14px;
}

.top-bar .contact-info li i {
    margin-right: 10px;
    color: #c12535;
}

.navbar-brand {
    float: left;
    height: auto;
    padding: 0;
    font-size:20px;
    line-height: 20px;
    margin-top: 0;
}

.navbar-toggle {
    margin-top: 15px;
    border-radius: 60px;
    font-size: 17px;
    line-height: 1;
    padding: 10px 8px;
    border: 2px solid #FFF;
    text-align: center;

}

.navbar-toggle i {
    color: #FFF !important;
}

.navbar-default .navbar-toggle {
    border-color: #FFF;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: #c12535;
    color: #FFF;
    border-color: #c12535;
}

.navbar-nav {
    margin: 0;
}

.navbar-default {
    font-family:'Raleway', sans-serif;
    text-shadow: rgba(0, 0, 0, .01) 0 0 1px;
    font-weight: 700;
    font-size: 16px;
    letter-spacing: 1.5px;
    /*background-color: #174369;*/
    background-color: transparent;
    border: 0;
    border-radius: 0;
    height: 70px;
    margin: 0;
}

.navbar-default .navbar-nav > li > a, .navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li.dropdown > a:focus {
    position: relative;
    padding-right: 16px;
    padding-left: 16px;
    margin-bottom: 0;
    line-height: 1;
    text-transform: uppercase;
    background-color: transparent;;
    color: #FFF;
    z-index: 1;
    font-family: 'Avenir LT Std Medium';
    font-size: 17px;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li.active > a, .navbar-default .navbar-nav > li:hover > a, .navbar-default .navbar-nav > li.active > a:hover {
    color: #c12535 !important;
    background-color: transparent;
}

.navbar-default .navbar-nav > li.active > a {
    color: #c12535 !important;
    background-color: transparent;
}

.navbar-default .navbar-nav > li.active > a:focus {
    color: #c12535 !important;
    background-color: transparent;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    color: #c12535 !important;
    background-color: transparent;
}

.navbar-collapse {
    padding-right: 0;
    padding-left: 0;
    overflow-x: visible;
    border-top: medium none;
    box-shadow: none;
}

.navbar-static-top,
.navbar-fixed-bottom {
    border-radius: 0;
    top: 0;
    position: fixed;
}


.navbar-fixed-top{
    /*top: 50px;*/
    position: absolute;
    padding: 10px 0 0;
}

.nav-fadein{
    position: fixed;
    top: 0;
    background: #fff;
    border-bottom: solid 1px #1b4480;
    padding: 10px 0;
    height: auto;
    transition: background 0.6s, height 0.6s;
}
.nav-fadein .navbar-nav > li > a, .nav-fadein .navbar-nav > li > a:focus, .nav-fadein .navbar-nav > li.dropdown > a:focus{
    color: #1b4480;
    transition: color 0.6s;
}

#services{
    padding: 0;
}

#services .fullwidth-section_services {
    background-image:url(../img/bg_about-us_v2.jpg);
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    padding-top: 50px;
    padding-bottom: 50px;
}


#services h2{
    background:url(../img/picto_about-us.png) no-repeat left center;
    padding: 0 0 0 80px;
    color: #1b4480;
}

#services p{
    font-size: 20px;
    line-height: 26px;
    padding: 0 90px 0 0;
    text-align: justify;
}

#vision{
    padding: 0;
}

#vision .fullwidth-section_vision {
    background-image:url(../img/bg_activity_v2.jpg);
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    padding-top: 50px;
    padding-bottom: 50px;
}

#vision h2{
    background:url(../img/picto_about-us.png) no-repeat left center;
    padding: 0 0 0 80px;
    color: #1b4480;
}

#vision p{
    font-size: 20px;
    line-height: 26px;
    padding: 0 90px 0 0;
    text-align: justify;
    /*color: #869cbc;*/
}

#vision ul li{
    font-size: 20px;
    line-height: 26px;
    /*color: #869cbc;*/
}

#portfolio{
    padding: 0 0 40px;
}

.moitie{
    width: 50%;
}

.bloc_slider_partenaire .bx-wrapper{
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
}

.bloc_slider_partenaire .bx-wrapper img{
    margin: 0 auto;
}

.bloc_slider_partenaire .bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: 50%;
    margin-top: -16px;
    outline: 0;
    width: 30px;
    height: 51px;
    text-indent: -9999px;
    z-index: 9999;
}

.bloc_slider_partenaire .bx-wrapper .bx-prev {
    left: -50px;
    background: url(../img/fleche_gauche.png) no-repeat 0 0;
    background-size: 100%;
}

.bloc_slider_partenaire .bx-wrapper .bx-next, .bloc_slider_partenaire .bx-wrapper .bx-next:hover {
    right: -50px;
    background: url(../img/fleche_droite.png) no-repeat 0 0;
    background-size: 100%;
}

.dropdown-menu {
    box-shadow: none;
    font-size: 10px;
    text-transform: uppercase;
    border-radius: 0;
    background-color: #FFF !important;
    color: #777;
    border-top: none;
    z-index: 1;
    padding: 0;
    margin: 0;
    -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
}

.dropdown-menu > li > a {
    padding: 7px 20px;
    color: #777;
    font-weight: 400;
    background-color: #FFF;
    border-top: 1px solid #EEE;
}

.dropdown-menu > li:first-child > a {
    border-top: none;
}

.dropdown-menu > li:last-child > a {
}

.dropdown-menu > li:hover > a, .dropdown-menu > li > a:hover, .dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
    color: #c12535 !important;
    background-color: #FFF;
}

/* Navbar Social Icons */

.navbar .social-icons {
    background-color: #174369;
}

.navbar .social-icons a i {
    margin-top: 22px;
}

.navbar .social-icons a:first-child i {
    margin-left: 20px;
}

.navbar .social-icons i {
    border-radius:500px;
    font-size:14px;
    margin-right: 4px;
    padding: 6px;
    text-align: center;
    color: #BBB;
    border: none !important;
    cursor: pointer;
    position: relative;
    z-index: 1;
}

.navbar .social-icons i:hover {
    background-color:#174369;
    color: #FFF !important;
}

.bloc_map{
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    height: 100%;
    width: 50%;
    right: 0;
}

#map_canvas{
    height: 100%;
}

.contact_telephone{
    background: url(../img/picto_tel.png) no-repeat left center;
    color: #1b4480;
    font-size: 16px;
    padding: 0 0 0 40px;
    line-height: 60px;
    margin: 0 0 20px;
}

.contact_mail{
    background: url(../img/picto_mail.png) no-repeat left center;
    color: #1b4480;
    font-size: 16px;
    padding: 0 0 0 40px;
    line-height: 24px;
    margin: 0 0 20px;
}

.contact_adresse{
    background: url(../img/picto_adresse.png) no-repeat left center;
    color: #1b4480;
    font-size: 16px;
    padding: 0 0 0 40px;
    line-height: 24px;
    margin: 0 0 20px;
}

.contact_horaire{
    background: url(../img/picto_horaire.png) no-repeat left center;
    color: #1b4480;
    font-size: 16px;
    padding: 0 0 0 40px;
    line-height: 24px;
    margin: 0 0 20px;
}

.footer {
    background-color: #fff;
    position: relative;
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}

.scrolltotop img{
    position: absolute;
    right: 100px;
    bottom: 35px;
}

.color_bleu{
    color: #1b4480 !important;
}

.color_bleu a, .color_bleu a:hover{
    color: #1b4480 !important;
    background: transparent;
}

/* ========== MENU WILL DROP ON HOVER FOR LARGE SCREENS ========== */

@media (min-width: 991px)
{
    .dropdown .dropdown-menu {
        display: block;
        visibility:hidden;
        opacity: 0; 
        height: 0;
        overflow: hidden;
        transition-property:opacity;
        transition-duration: .25s;
        transition-delay: .25s;

        /* Safari */
        -webkit-transition-property:opacity; 
        -webkit-transition-duration: .25s;
        -webkit-transition-delay: .25s;
    }

    .dropdown:hover .dropdown-menu {
        opacity: 1;
        visibility:visible;
        height: auto;
        color: #777;
    }

    .dropdown-backdrop {
        visibility: hidden;
    }

}

/* =====*/
/* ===== END NAVIGATION MENU ===== */
/* ==================================================  */
/* === POINT IN WHICH MENU GOES RESPONSIVE - COLLAPSE POINT ===  */
/* ==================================================  */

@media (min-width: 991px) {
    .navbar-toggle {
        display: none;
    }
    .dropdown i {
        display: none;
    }
    .navbar > .container .navbar-brand,
    .navbar > .container-fluid .navbar-brand {
        margin-left: -15px;
    }
    .container > .navbar-header,
    .container-fluid > .navbar-header,
    .container > .navbar-collapse,
    .container-fluid > .navbar-collapse {
        margin-right: 0;
        margin-left: 0;
    }
    .navbar-collapse {
        width: auto;
        border-top: 0;
        box-shadow: none;
    }
    .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important;
    }
    .navbar-collapse.in {
        overflow-y: visible;
    }
    .navbar-fixed-top .navbar-collapse,
    .navbar-static-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
        padding-right: 0;
        padding-left: 0;
    }
    .navbar {
        border-radius: 0;
        z-index: 20000;
    }
    .navbar-header {
        float: left;
    }
    .navbar-right .dropdown-menu {
        right: 0;
        left: auto;
    }
    .navbar-right .dropdown-menu-left {
        right: auto;
        left: 0;
    }
    .navbar-left {
        float: left !important;
    }
    .navbar-right {
        float: right !important;
    }
    .navbar-nav {
        float: left;
        margin: 0;
    }
    .navbar-nav > li {
        float: left;
    }
    .navbar-nav > li > a {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .navbar-nav.navbar-right:last-child {
        margin-right: -15px;
    }
}

@media (max-width: 991px) {
    .navbar-default .navbar-nav > li > a, .navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li.dropdown > a:focus {
        margin-right: 0;
        margin-left: 0;
        padding-left: 20px;
        padding-right: 20px;
    }
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        box-shadow: none;
    }

    .navbar .social-icons {
        background-color: #174369;
        padding-bottom: 20px;
    }

    .navbar-nav {
        float: none !important;
        text-align: center;
        display: flex;
        flex-direction: row;
        width: 100%;
        justify-content: center;
    }

    .bloc_map {
        position: relative;
        width: 100%;    
    }

    #map_canvas {
        height: 400px;
    }

    #contact{
        display: flex;
        flex-direction: column-reverse;
    }

    h1 {
        text-align: center;
    }

}

@media (min-width: 768px) {
    .navbar .container {
        width: 100%;
    }
}

@media (min-width: 992px) {
    .navbar .container {
        width: 970px;
    }
}

@media (min-width: 1200px) {
    .navbar .container {
        width: 1170px;
    }

}


/*** CUSTOM **/

h1, h2, h3, h4, h5, h6 {
    font-family: 'Avenir LT Std Medium';
    font-weight: 400;
    color: #1b4480;
    text-transform: uppercase;
}

h1{
    font-size: 36px;
}

.m-l-xs {
    margin-left: 10px;
}


@media (min-width: 768px) {
    .patern {
        width: 40%;
        height: 4px;
        background: #fff;
        margin: 12px auto;
        display: block;
    }
}

label {
    font-weight: bold;
}

.modal-body{
    padding: 0 20px;
}


.max-w-80 {
    max-width: 80%;
}


.start {
    position: absolute;
    bottom: 150px;
    left: 50%;
    margin-left: -15px;
    z-index: 20;
    font-size: 54px;
    color: #fff;
}

.header {
    color: #000;
    -webkit-transition: opacity 1s;
    -moz-transition: opacity 1s;
    -o-transition: opacity 1s;
    transition: opacity 1s;
    text-align: center;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    width: 40rem;
    max-width: 100%;
    height: 100%;
    z-index: 1;
}
.header h1 {
    font-size: 10rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: .05em;
}
.header .title h1 {
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 3rem;
    height: 1.4em;
    text-align: center;
}
.header .title .title1 {
    color: #eee;
    color: rgba(0, 0, 0, .1);
}
.header .title span {
    display: block;
    position: absolute;
    top: 0;
}
.header .title .char1 { left: .5%; width: 22%; }
.header .title .title2 span {
    width: 0px;
    -webkit-transition: width 2s linear;
    -moz-transition: width 2s linear;
    -ms-transition: width 2s linear;
    -o-transition: width 2s linear;
    transition: width 2s linear;
    overflow: hidden;
}

.section {
    position: relative;
    height: 100%;
    padding-top: 1rem;
    padding-bottom: 1rem;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.section.colored .header .title .title2 {
    color: #fff;
}

.page-loaded .header .title .title2 .char1 { width: 104%; }

.section.colored .down-arrow {
    color: rgba(255, 255, 255, .5);
}

.titleVessel {
    margin-top: -200px;
}

.titleVesselVideo{
    margin-top: -250px;
}

.vessel-data{
    width: 90%;
}

.serv_item {
    background: #FFF;
    padding: 20px;
    height: 400px;
    float: left;
    display: inline-block;
    text-align: center;
    padding-top: 10px;
    overflow: hidden;
    -webkit-transition: all 600ms ease-in-out;
    -moz-transition: all 600ms ease-in-out;
    -o-transition: all 600ms ease-in-out;
    transition: all 600ms ease-in-out;
}
.serv_item:hover {
    /*background: #28282E;*/
    background: #174369;
}
.serv_item h4 {
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    font-size: 18px;
    letter-spacing: 2px;
    /*padding-bottom: 10px;*/
    position: relative;
    margin-bottom: 10px;
    font-weight: 700;
}
.serv_item h5 {
    padding-top: 15px
}
/*            .serv_item h4:after {
                border-bottom: 1px solid #174369;
                bottom: 2px;
                content: "";
                height: 0;
                position: absolute;
                left: 40%;
                width: 20%;
            }*/
/*Serv content style*/

.serv_cont {
    margin-top: 32%;
    -webkit-transition: all 600ms ease-in-out;
    -moz-transition: all 600ms ease-in-out;
    -o-transition: all 600ms ease-in-out;
    transition: all 600ms ease-in-out;
}
.serv_cont_desc {
    line-height: 40px;
    /*font-size: 0;*/
    font-size: 17px;
    opacity: 0;
    color: #FFF;
    /*padding-top: 5px;*/
    -webkit-transition: all 900ms ease-in-out;
    -moz-transition: all 900ms ease-in-out;
    -o-transition: all 900ms ease-in-out;
    transition: all 900ms ease-in-out;
}
/*Link*/

.serv_cont a {
    color: #174369;
    font-size: 17px;
    letter-spacing: 1px;
    -webkit-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
}
.serv_cont a:hover {
    letter-spacing: 5px;
}
/*On Hover changes*/
i.serv_hover {
    font-size: 40px
}
.serv_item:hover .serv_hover {
    color: #FFF !important;
}
.serv_item:hover h5 {
    display: none;
}
.serv_item:hover > .serv_cont {
    margin-top: 0%;
}
.serv_item:hover .serv_cont_desc {
    line-height: 23px;
    opacity: 1;
}

.logoHome {
    max-width: 112px !important;
    max-height: 72px !important;
    position: relative !important;
    left: 0 !important;
    top: 0 ! important;
    margin-bottom: 25px;
}

/* Page Loading */
#pageloader {
    width: 100%;
    height: 100%;
    position: fixed;
    background-color: #174369;
    z-index: 999999;
}
.loader-item {
    position: absolute;
    width: 100%;
    margin: 0;
    top:50%;
    left:0;
    right:0;
    text-align:center;
}
.loader-item h2{
    color:#ccc;
    margin:0 auto;
    font-size:20px;
}

.career-info{
    padding: 40px
}

.vision {
    margin-top: 90px
}

.homeSubTitle {
    font-size: 40px;
}




.vessel-desc {
/*    font-family: 'Raleway',sans-serif;
    color: #50525f;*/
    color: #000;
    font-size: 16px;
    font-weight: normal;
}

.vessel-desc label, th{
    font-family: 'Raleway',sans-serif;
    max-width: 100%;
    color: #777;
    font-size: 13px;
    font-weight: normal;
}

.mainContentWrapper {
    background-color: #fff;
    padding: 16px 20px 50px;
    border: 1px solid #1b4480;
    margin: 0 auto;
}

p.rad-alternate {
    font-weight: 700;
    margin-bottom: 0 !important;
    margin-top: 30px;
    font-size: 28px;
}

.mainContentWrapper table th {
    text-align: left;
    padding: 17px 10px 17px 0;
    color: #777;
    font-size: 24px;
    width: 20%;
}

table tr {
    border-bottom: 1px solid #dddfdf;
}

.mainContentWrapper table td {
    vertical-align: top;
    padding: 11px 20px 14px 0;
    color: #777;
    font-size: 16px;
}

.mainContentWrapper table td a{
    color: #777;
	}
  
.mainContentWrapper ol li {
    line-height: 26px;
    font-size: 22px;
    list-style-position: outside;
    margin-left: 15px;
}

.privacy{
    margin-top: 20px; 
    padding-left: 100px;
}
  
@media (min-width: 1200px) {
    .container {
        width: 1170px;
    }
}

@media (min-width: 1600px) {
    .container {
        width: 1500px;
    }
}

@media (max-width: 1024px) {
    #portfolio .col-sm-4, .img-thumb {
        height: 250px;
    }
    #slides .caption .extra-large-caption {
        font-size: 30px;
    }
    #slides .caption .medium-caption {
        font-size: 15px;
    }
    .homeSubTitle {
        font-size: 25px;
    }
    .header {
        width: 30rem;
    }
    .header h1 {
        font-size: 7.5rem;
    }
    .titleVessel, .titleVesselVideo {
        font-size: 24px !important;
    }
    .titleVessel {
        margin-top: -80px;
    }
    .titleVesselVideo{
        margin-top: -10px;
    }
    .footer-logo {
        margin-right: 0;
        margin-left: 0;
    }
    .career h4{
        font-size: 11px
    }
    .career h1{
        font-size: 16px
    }
    .career-info{
        padding: 30px
    }
    h1 {
       font-size: 30px; 
    }
    .fullwidth-section {
        padding-top: 70px; 
        padding-bottom: 50px; 
    }

    .container-full {
        padding: 0 40px;
    }

    .navbar-default .navbar-nav > li > a, .navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li.dropdown > a:focus{
        font-size: 14px;
    }
    
    .max-w-80 {
        max-width: 60%;
    }

    .moitie {
        width: 100%;
    }

    #services .fullwidth-section_services{
        background-image: none;
    }

    #services p {
        padding: 0;
    }

    #vision .fullwidth-section_vision{
        background-image: none;
    }

    #vision p {
        padding: 0;
    }

    .bloc_slider_partenaire .bx-wrapper{
        margin: 0 auto;
    }

    .privacy{
        padding-left: 40px;
    }

    .scrolltotop img {
        right: 40px;
    }

}

@media (max-width: 768px) {
    .top-bar{
        display: block !important;
    }

    .navbar-header {
        width: 100%;
        display: flex;
        justify-content: center;
        padding: 10px 0;
    }

    .max-w-80 {
        width: 80%;
        margin: 0 auto;
    }
}

@media (max-width: 736px) {
    #portfolio .col-sm-4, .img-thumb {
        height: 350px;
    }
    #slides .caption .extra-large-caption {
        font-size: 14px;
        margin-bottom: 5px;
    }
    #slides .caption .medium-caption {
        font-size: 10px;
    }
    .homeSubTitle {
        font-size: 12px;
    }
    .parallax{
        background-attachment: scroll !important;
        background-repeat: no-repeat !important;
    }
    .header {
        width: 30rem;
    }
    .header h1 {
        font-size: 7.5rem;
    }
    .titleVessel, .titleVesselVideo {
        font-size: 24px !important;
    }
    .titleVessel {
        margin-top: -80px;
    }
    .titleVesselVideo{
        margin-top: -10px;
    }
    .footer-logo {
        margin-right: 0;
        margin-left: 0;
    }
    .vision {
        margin-top: 0 
    }
    h1 {
       font-size: 20px; 
    }
    .fullwidth-section {
        padding-top: 50px; 
        padding-bottom: 50px; 
    }

    .privacy{
		padding: 0 80px 0 20px;
        margin-top: 0;
    }

    .scrolltotop img {
        right: 20px;
    }

    #services .fullwidth-section_services{
        padding-top: 20px; 
        padding-bottom: 20px; 
    }

    #vision .fullwidth-section_vision{
        padding-top: 20px; 
        padding-bottom: 20px; 
    }

    h2, .h2 {
        font-size: 20px;
        line-height: 50px;
    }

    #services p {
        font-size: 18px;
        line-height: 24px;
    }

    #vision p {
        font-size: 18px;
        line-height: 24px;
    }

    #vision ul li {
        font-size: 18px;
        line-height: 24px;
    }

    .top-bar {
        display: none !important;
    }

    .navbar-header{
        display: block;
        padding: 0;
    }

    .max-w-80 {
        margin: 0;
    }

    .navbar-fixed-top {
        top: 0;
        padding: 0;
    }

    .container-full {
        padding: 10px 20px;
    }

    .navbar-toggle{
        margin-right: 0;
        margin-top: 0;
    }

    .navbar-nav{
        flex-direction: column;
    }

    .navbar-nav>li>a {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .nav-fadein .navbar-toggle{
        background: #1b4480;
        border:#1b4480;
    }

    p.rad-alternate {
        margin-bottom: 0 !important;
        margin-top: 0;
        font-size: 20px;
    }

    .mainContentWrapper table th {
        font-size: 18px;
    }

    thead{
        display: none;
    }

    table tr {
        border-bottom: 2px solid #dddfdf;
        display: flex;
        flex-direction: column;
    }

    .mainContentWrapper table td {
        vertical-align: top;
        padding: 5px 0;
    }

    table tr td:first-child{
        text-transform: uppercase;
        padding: 15px 0 5px;
    }
    
}

@media (max-width: 320px) {
.navbar-default .navbar-brand {
    width: 80%;
    padding: 5px 0 0;
}
}