
#page {
    max-width: 2200px;
    margin: auto;
    height: 100vh !important;
}

body {
    height: 100vh !important;
}



#left-column,
#right-column {
    width:290px;
    float: left;
    position: -webkit-sticky; /* Safari */
    position: sticky;
    top: 0;
    padding: 30px ;
}

#main-column {
    padding: 30px 15px;
    float: left;
    width:calc(100% - 740px);
    margin: auto;
}

#main-wrapper {
    max-width: 730px;
    margin: auto;
}

.clear {
    clear: both;
}

.video-container {
    width: 100%;
    /* max-width: 768px; */
    margin: auto;
}

.video-responsive {
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
    height: 0;
    margin: 45px 0;
}

.video-responsive iframe {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
}

figure {
    margin: 45px auto;
    text-align: center;
}

figure figurecaption {
    display: block;
    font-style: italic;
}

.product {
    max-width: 237px;
    margin: 40px auto;
    text-align: center;
    display: inline-block;
    width: 100%;
}

.product figure {
    height: 320px;
    overflow: hidden;
}

.product figure img {
    width:auto !important;
    height: 100%;
    display: inline !important;
}

.products {
    text-align: center;
}

.with_features {
    max-width: 640px;
}

.features,
.prod {
    float: left;
    width:50%;
}

.features {
    text-align: left;
}

.swot ul {
    margin-top: 0;
    margin-bottom: 30px;
}

.checklist ul {
    border:1px solid #4e4e4e;
    list-style: none;
    padding: 0;
    width:100%;
}

.checklist ul li {
    padding: 10px 15px;
    border-bottom: 1px solid #4e4e4e;
}

.checklist ul li:last-child {
    border: none;
}

.with_features {
    max-width: 900px;
    width: 100%;
}

.tips {
    text-align: center;
    width:100%;
    margin-bottom: 40px;
}

.multiplepics > .multiflex {
    display: flex;
    margin: auto;
    width:100%;
    max-width: 600px;
}

.multiplepics .main {
    width:calc(100% - 120px);
}

.multiplepics .secondary {
    width: 120px;
}

.cont {
    display: flex;
    flex-direction: column;
}

.cont .one_article {
    height: 135px;
}

.cont .one_article img {
    width: 100%;
    object-fit: contain;
    height: 100%;
    max-height: 135px;
    object-position: center center;
}

.multiplepics .content_text {
    text-align: center;
}

.multiplepics .main a {
    display: block;
    width: 100%;
    height: 100%;
}

.multiplepics .main a img {
    object-fit: contain;
    object-position: center center;
    width: 100%;
    height: 100%;
    max-height: 600px;
}

.star {
    width:20px;
    height:20px;
    background-image: url('../../img/pictos/star.png');
    background-size: contain;
    display: inline-block;
    margin-bottom: 15px;
}

.star.half {
    background-image: url('../../img/pictos/star_half.png');
}

.star.grey {
    background-image: url('../../img/pictos/star_grey.png');
}

.author a {
    color:#000;
}

.author {
    font-size: 13px;
    font-style: italic;
}

#lv_author {
    margin: 60px 0;
    padding: 15px;
    border:1px solid #4e4e4e;
    background: #efefef;
    display: flex;
    flex-direction: row;
    font-size: 14px;
    line-height: 27px;
}



#lv_author img {
    max-width: 110px;
    max-height: 110px;
    width:100%;
    height: 100%;
    border-radius: 60px;
}

#lv_author .pic {
    min-width: 130px;
}

#lv_author h4 {
    margin: 0 0 15px;
}

body, html {
    height: auto !important;
}

.menus_mobile {
    display: none !important;
}

@media (max-width: 1450px) {
    #main-column {
        width: calc(100% - 380px);
    }

    #right-column {
        display: none;
    }
}

@media (max-width: 1080px) {
    #main-column {
    width: calc(100% - 30px);
    }

    #main-menu,
    #left-column {
        display: none !important;
    }

    .gotomenu {
        display: inline-block !important;
    }

    .menus_mobile {
        display: block !important;
    }

    header {
        position: fixed;
        top: 0;
        width: calc(100% - 80px);
        z-index: 999;

        background: #0d242f;
        background-image: url('../../img/camo_grey.jpg');
    }

    #banneer {
        margin-top: 93px;
    }
}

@media (max-width: 560px) {
    #logo {
        width: 150px !important;
        height: auto !important;
    }

    #banneer {
        margin-top: 75px;
    }

    .features, .prod {
        float: inherit;
        margin: auto;
        width: 100%;
    }

    .product {
        max-width: 400px;
        margin: auto;
    }

    .features {
        text-align: center;
        padding-top: 30px;
    }

    .features ul {
        margin-left: 0;
    }

    #lv_author {
        flex-direction: column;
    }

    #lv_author .pic {
        text-align: center;
        margin-bottom: 15px;
    }

    .bio {
        text-align: center;
    }
}


@media (max-width: 460px) {
    #logo {
        width: 120px !important;
        height: auto !important;
    }
}

@media (max-width: 768px) {
    .multiplepics {
        width: 100%;
        max-width: 400px;
        margin: auto;
        margin-top: 30px;
    }

    .multiplepics > .multiflex {
        display: block;
        margin: auto;
        width: 100%;
    }

    .multiplepics .main {
        width: 100%;
    }

    .multiplepics .secondary {
        width: 100%;
    }

    .cont .one_article {
        width: 19%;
        display: inline-block;
        height: 100px;
    }

    .cont {
        display: block;
        text-align: center;
    }

    .cont .one_article img {
        max-height: 100px;
    }

    .secondary {
        clear: both;
        margin-bottom: 20px;
    }
}

/*******************************
MENU DEROULANT
*******************************/

#main-menu > div > ul {
    margin: 0;
}

#main-menu > div > ul > li {
    position:relative;
}

#main-menu > div > ul > li a {
    height: 60px;
    display: inline-block;
    vertical-align: bottom;
    line-height: 60px;
}

#main-menu > div > ul > li > ul {
    position:absolute;
    left: 0;
    top:60px;
    padding-left: 0;
    display: none;
    background:#0d242f;
    border-top: 1px dotted #fff;
}

#main-menu > div > ul > li:hover > ul {
    display: block;
}

