﻿@font-face
{
    font-family: 'MuseoL';
    src: url(/fonts/museosans-100-webfont.ttf);
    font-weight: normal;
    font-style: normal;
}

@font-face
{
    font-family: 'Museo';
    src: url(/fonts/museosans_500-webfont.ttf);
    font-weight: normal;
    font-style: normal;
}

@font-face
{
    font-family: 'MuseoB';
    src: url(/fonts/museosans_700-webfont.ttf);
    font-weight: normal;
    font-style: normal;
}

@font-face
{
    font-family: 'fontello';
    src: url(/fonts/fontellov2.ttf);
    font-weight: normal;
    font-style: normal;
}

@font-face
{
    font-family: 'gvibe';
    src: url(/fonts/GreatVibes-Regular.ttf);
    font-weight: normal;
    font-style: normal;
}

body
{
    background: rgba(255, 143, 0, 0.44);
    background-image: url(/Images/Terrasse2.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    /* overflow-y: scroll; */
    /* overflow-x: hidden; */
    /* min-height: 100vh; */
    background-attachment: fixed;
}

    body > .container-fluid
    {
        overflow: auto;
    }

.side_menu
{
    /*position: fixed;
    left: 50px;
    top: 0px;
    /* height: 100vh; */
    /*
    background-color: rgba(13, 13, 13, 0.93);
    width: 290px;
    padding: 20px 50px 20px;
    border: none;
    position: relative;
    overflow: visible;
    min-height: 100vh;*/
    left: 50px;
    top: 0px;
    border: none;
    float: left;
    padding: 20px 50px 20px;
    background-color: transparent;
    border-bottom: none;
    min-height: 100vh;
    overflow: visible;
    position: relative;
    top: 0;
    width: 290px;
    z-index: 99;
}

    .side_menu:before
    {
        left: 50px;
        background-color: rgba(255, 255, 255, 0.9);
        content: '';
        display: block;
        position: fixed;
        min-height: 200vh;
        bottom: 0;
        width: 290px;
        z-index: -1;
    }

.hotel_name
{
    font-size: 38px;
    text-align: center;
    cursor: pointer;
    display: block;
    text-decoration: none;
    border: 1px solid #a5a092;
}

    .hotel_name:hover
    {
        text-decoration: none;
    }

.separateur_menu
{
    border-top: 1px solid rgba(255, 255, 255, 0.25);
    margin-top: 40px;
    margin-bottom: 40px;
}

.first_half
{
    color: #a5a092;
    /* font-weight: bold; */
    margin-right: -10px;
    font-family: MuseoB;
    letter-spacing: -2px;
}

.second_half
{
    font-family: MuseoB;
    letter-spacing: -2px;
    color: #ffffff;
}

.slogan
{
    font-size: 9px;
    text-align: center;
    margin-bottom: 40px;
    letter-spacing: 0px;
    font-family: Museo;
    color: #e4e4e4;
    text-transform: uppercase;
    margin-top: 10px;
}

.menu_item:hover
{
    color: #151515;
    text-decoration: none;
}

.menu_item
{
    text-transform: uppercase;
    height: 39px;
    font-size: 14px;
    font-family: Museo;
    margin: 5px 0px;
    padding: 11px;
    background-color: #a5a092;
    border-radius: 5px;
    padding-left: 10px;
    background-repeat: no-repeat;
    background-size: 25px;
    color: #ffffff;
    display: block;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
}

    .menu_item:hover
    {
    }

.social_media_icons
{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
    margin-top: 30px;
}

    .social_media_icons > a > img
    {
        width: 30px;
        margin: 0px 2px;
    }

    .social_media_icons div
    {
        background-image: url(/Images/social-icons-new.png);
        background-repeat: no-repeat;
        height: 22px;
        float: left;
        cursor: pointer;
    }

.youtube
{
    background-position: 0px 6px;
    width: 30px;
}

    .youtube:hover
    {
        background-position: 0px -14px;
    }

.facebook
{
    background-position: -60px 6px;
    width: 20px;
}

    .facebook:hover
    {
        background-position: -60px -14px;
    }

.insta
{
    background-position: -145px 6px;
    width: 20px;
}

    .insta:hover
    {
        background-position: -145px -14px;
    }

.google_plus
{
    background-position: -124px 6px;
    width: 20px;
}

    .google_plus:hover
    {
        background-position: -124px -14px;
    }

.twitter
{
    background-position: -83px 6px;
    width: 20px;
}

    .twitter:hover
    {
        background-position: -83px -14px;
    }



.menu_link.menu_item
{
    font-size: 11px;
    background: none;
    padding: 9px 15px;
    /* line-height: 0; */
    height: 30px;
    color: #000000;
    position: relative;
    text-align: left;
    text-decoration: none;
}

    .menu_link.menu_item:hover
    {
        color: #a5a092 !important;
    }

    .menu_link.menu_item.active
    {
        background-color: #a5a092;
        border-radius: 0px;
    }

        .menu_link.menu_item.active:hover
        {
            color: #000 !important;
        }

.menu_link span.icon_to_right
{
    position: absolute;
    right: 15px;
    top: 3px;
}

.hotel_name_mobile
{
    font-size: 38px;
    text-align: center;
}


.page_container
{
    padding: 0px 70px;
    height: 100vh;
}

.content_container
{
    /* padding-left: 390px; */
    padding-right: 50px;
    padding-top: 20px;
    width: 100%;
    float: left;
    width: calc(100% - 290px);
    padding-left: 100px;
}

.bloc_content
{
    width: 100%;
    height: auto;
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 15px;
    border: 1px solid #e5e5e6;
    padding: 25px;
    overflow: auto;
    cursor: pointer;
    display: block;
}

.content_container .bloc_content:first-child
{
    margin-top: 45px;
}

.img_container
{
    width: 30%;
    float: left;
    position: relative;
}

    .img_container img
    {
        width: 100%;
        height: auto;
    }

.text_container
{
    display: block;
    width: 70%;
    float: left;
    padding: 0px 15px;
    position: relative;
    cursor: default;
}

.nom_container
{
    font-size: 30px;
    font-family: MuseoL;
    text-transform: uppercase;
}

.mini_info
{
    text-transform: uppercase;
    font-size: 11px;
    font-family: Museo;
    color: #9a9a9a;
}

.desc_bloc
{
    font-size: 13px;
    margin: 15px 0px;
    color: #747474;
    text-align: justify;
}

.btn_container a
{
    width: 120px;
    margin-right: 5px;
    height: 35px;
    float: left;
    text-align: center;
    padding: 9px;
    font-size: 12px;
    border-radius: 4px;
    text-decoration: none;
    cursor: pointer;
    visibility: hidden;
}

    .btn_container a.reserv_btn
    {
        background: #747474;
        color: #fff;
        border: 1px solid #747474;
    }

    .btn_container a.explor_btn
    {
        background-color: #fff;
        border: 1px solid #747474;
        color: #747474;
    }

    .btn_container a:hover
    {
        color: #fff;
        background-color: #ffb609;
        border: 1px solid #ffb609;
    }

.bloc_content:hover .btn_container a
{
    visibility: visible;
}

.content_menu
{
    background: #fff;
    padding: 50px 10px 50px;
    font-size: 11px;
    font-family: Museo;
    width: 100%;
    margin-bottom: 10px;
    border-bottom: 1px solid #e5e5e6;
    border-left: 1px solid #e5e5e6;
    border-right: 1px solid #e5e5e6;
    overflow: visible;
    position: relative;
}

.nav_menu
{
    float: right;
}

.content_tabs
{
    padding: 0px 5px;
    text-transform: uppercase;
    line-height: 3;
    display: inline-block;
}

.tabs_list
{
    list-style: none;
    padding: 0;
    float: left;
}

.content_tabs a
{
    color: #bfbfbf;
    display: block;
    text-decoration: none;
    cursor: pointer;
    border-top: 2px solid transparent;
}

    .content_tabs a:hover
    {
        color: #000;
    }



.desc_content, .gallery_content
{
    width: 100%;
    background: rgba(255, 255, 255, 0.93);
    overflow: auto;
    padding-bottom: 40px;
    /* margin-bottom: 60px; */
    box-shadow: 1px 1px 10px 0px rgba(13, 13, 13, 0.63);
}

.gallery_content
{
    padding: 30px;
    padding-top: 30px;
}

.hidden
{
    display: none;
}

.slide_content
{
    width: 100%;
}

.item_slider
{
    width: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.skdslider
{
    width: 100%;
    position: relative;
    overflow: hidden;
    display: block;
}

.skdslider, .item_slider, .slide_content
{
    height: 600px;
}

#gallery_img_container .skdslider, .slide_galerie
{
    height: 100%;
    width: 100%;
    margin: 0 auto;
    position: absolute;
    top: 0;
    left: 0;
}

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

.ligne_titre
{
    width: 100px;
    border-top: 4px solid #a5a092;
    margin: 10px 0 10px;
}

.text_titre
{
    text-transform: uppercase;
    font-size: 30px;
    color: #a5a092;
    line-height: 2;
    margin-bottom: 10px;
}

.text_desc
{
    font-size: 13px;
    text-align: justify;
    color: #000000;
    font-family: museoL;
}

.logo_container
{
    width: 250px;
    height: auto;
    overflow: auto;
    float: left;
    margin-top: 40px;
}

.logo
{
    width: 220px;
    /* height: auto; */
    margin: 0 auto;
    border: 1px solid #a5a092;
    overflow: auto;
}

.desc_container
{
    padding: 30px;
    width: calc( 100% - 280px);
    float: left;
}

.content_menu a.reserv_link, .reserv_mobile a.reserv_link
{
    background-color: #676767;
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    font-size: 17px;
    height: 116px;
    line-height: 118px;
    padding: 0;
    font-family: Museo;
    text-align: center;
    width: 116px;
    text-decoration: none;
    z-index: 9;
    text-transform: uppercase;
}

    .content_menu a.reserv_link:hover, .reserv_mobile a.reserv_link:hover
    {
        background-color: #ffb609;
    }

.content_menu a.reserv_link
{
    left: 20px;
    position: absolute;
    top: 45px;
}

/*Chambres*/

.bloc_content.offre_container
{
    cursor: default;
    border: 0;
    padding: 25px 40px;
    margin: 0;
}

.offre_text
{
    width: 100%;
    float: left;
}

.offre_nom
{
    font-size: 30px;
    font-family: MuseoL;
    margin-bottom: 5px;
    color: #000000;
    text-transform: uppercase;
}

.offre_desc
{
    font-size: 13px;
    color: #000000;
    margin-bottom: 3px;
}

.reserv_iframe
{
    width: 100%;
    height: 600px;
    border: 1px;
}

    .reserv_iframe body
    {
        background: none !important;
    }

.details_btns
{
    display: inline-block;
}

a.offre_details
{
    padding: 5px 0px;
    font-size: 11px;
    color: #a5a092;
    border-bottom: 1px dotted #a5a092;
    font-family: Museo;
    margin-top: 10px;
    margin-bottom: 10px;
    display: inline-block;
    text-decoration: none;
    cursor: pointer;
}

    a.offre_details:hover
    {
        color: #000;
        border-bottom: 1px dotted #000000;
    }

.reserv_container
{
    float: left;
    overflow: auto;
}

a.reserv_offre_btn
{
    display: block;
    text-decoration: none;
    color: #fff;
    background: #a5a092;
    width: 120px;
    height: 35px;
    padding: 8px;
    font-size: 15px;
    text-transform: uppercase;
    border-radius: 4px;
    text-align: center;
    font-family: Museo;
    cursor: pointer;
}

    a.reserv_offre_btn:hover
    {
        color: #000;
    }

.offre_separator
{
    margin: 20px 40px;
    border: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.79);
}

.details_container
{
    float: left;
    margin-top: 20px;
    font-size: 12px;
    color: #b3b3b3;
    text-align: justify;
    width: 100%;
}

    .details_container.experience
    {
        margin-top: 0px;
    }

.details_text
{
    margin-top: 10px;
    font-size: 12px;
    color: #323232;
    text-align: justify;
    padding-right: 10px;
}

.list_features
{
    list-style: none;
    margin: 0;
    padding: 0px;
    width: 100%;
    float: left;
}

.feature_item
{
    padding: 3px 0px 3px 15px;
    color: #000;
}

    .feature_item.odd_item
    {
        background-color: #6c6c6c;
        color: #ebebeb;
    }

.bloc_content.offre_container .text_container, .bloc_content.experience .text_container
{
    padding: 0px 0px 0px 40px;
}

.bloc_content.experience .text_container
{
    width: 100%;
}


/*Galerie*/
.img_gallery
{
    width: calc(33.333% - 6px);
    margin: 3px;
    float: left;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

    .img_gallery img
    {
        width: 100%;
        height: auto;
    }

.hover_div
{
    background-color: rgba(236, 50, 19, 0.65);
    color: #fff;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    opacity: 0;
    cursor: pointer;
}

    .hover_div img
    {
        /*display : none;*/
        width: 50px;
        height: 50px;
        position: absolute;
        left: calc(50% - 25px);
        top: calc(50% - 25px);
    }

.desc_img_galerie
{
    text-transform: uppercase;
    position: absolute;
    top: 70%;
    display: block;
    width: 100%;
    text-align: center;
}

.img_close
{
    position: absolute;
    top: -17.5px;
    right: -17.5px;
    width: 35px;
    cursor: pointer;
}

/*Map*/
.map_container
{
    position: relative;
    width: 100%;
    overflow: auto;
}

    .map_container > img
    {
        width: 100%;
    }

.plan
{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
}

.plan_container.desc_container, .resto_container.desc_container, .offres_container.desc_container
{
    width: 100%;
}

.plan_container .text_desc
{
    line-height: 2;
}

.mini_titre
{
    color: #a5a092;
    font-family: Museo;
}

.carte_msg_error
{
    display: block;
    background: #fff;
    padding: 20px;
    font-size: 20px;
    color: #000;
}
/*Experience*/
.avis_container
{
    width: 67%;
    margin: 0 auto;
}

.text_avis
{
    margin-top: 10px;
    font-size: 25px;
    color: #b3b3b3;
    text-align: justify;
    padding-right: 10px;
    font-family: "gvibe";
}

.nom_avis
{
    font-size: 20px;
    font-family: MuseoB;
    margin-top: 10px;
    color: #a5a092;
    text-align: right;
}

.tiret_nom
{
    color: #fff;
    margin-right: 5px;
}

.quote_start
{
    background-image: url(/Images/citation-icon.png);
    background-repeat: no-repeat;
    /* background-position: 0px 0px; */
    width: 30px;
    height: 30px;
    display: block;
    margin: 0px 20px -5px;
    background-size: 30px;
    display: inline-block;
}

.quote_end
{
    background-image: url(/Images/citation-icon.png);
    background-repeat: no-repeat;
    /* background-position: 0px 0px; */
    width: 30px;
    height: 30px;
    display: block;
    margin: 5px 20px -5px;
    background-size: 30px;
    display: inline-block;
    transform: rotate(180deg);
}

.bloc_content.experience
{
    border: none;
    cursor: default;
    margin: 0;
    padding: 25px 40px;
}
/*Contact*/
.bloc_content.contact
{
    margin: 0px;
    border: none;
    padding: 30px;
    cursor: default;
}

.coord_container
{
    width: 200px;
    float: left;
}

.coord_info
{
    color: #000000;
    font-size: 12px;
    line-height: 2;
    margin-bottom: 10px;
}

.message_form_container
{
    width: calc(100% - 200px);
    float: left;
    padding-left: 100px;
}

.form_input
{
    outline: none;
    width: 100%;
    padding: 5px;
    margin: 5px 0px;
    color: #333;
    background-color: #f5f5f5;
    border: 1px solid #bbb;
}

.reserv_form_container
{
    width: 100%;
    background-color: #fff;
    padding: 20px;
    display: inline-block;
}

    .reserv_form_container .form_input
    {
        border: 1px solid #a5a092;
        background-color: #f8ecec;
    }

input.form_input
{
    height: 30px;
}

textarea.form_input
{
    height: 150px;
    max-width: 100%;
    width: 100% !important;
}

.form_btn
{
    background-color: #a5a092;
    border: 1px solid #a5a092;
    color: #e4e4e4;
    border-radius: 5px;
    height: 40px;
    width: 150px;
    outline: none;
}

    .form_btn:hover
    {
        color: #0f1115;
    }

.offre_separator.contact
{
    display: none;
}

.btn_carte
{
    text-transform: uppercase;
    height: 39px;
    font-size: 14px;
    font-family: MuseoL;
    margin: 5px 0px;
    padding: 11px;
    background-color: #a5a092;
    border-radius: 5px;
    background-repeat: no-repeat;
    background-size: 25px;
    color: #ffffff;
    display: block;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
    width: 200px;
    margin-top: 30px;
}

    .btn_carte:hover
    {
        color: #0f1115;
        font-family: Museo;
    }

.form_input::-webkit-input-placeholder
{ /* WebKit, Blink, Edge */
    color: #676767;
}

.form_input:-moz-placeholder
{ /* Mozilla Firefox 4 to 18 */
    color: #676767;
    opacity: 1;
}

.form_input::-moz-placeholder
{ /* Mozilla Firefox 19+ */
    color: #676767;
    opacity: 1;
}

.form_input:-ms-input-placeholder
{ /* Internet Explorer 10-11 */
    color: #676767;
}

/*Spa*/
.caract_separateur
{
    border-top: 1px solid rgba(182, 56, 35, 0.36);
}

.desc_container.spa_container
{
    width: 100%;
    font-size: 13px;
    text-align: justify;
    color: #e4e4e4;
    font-family: museoL;
}

.caract_container
{
    width: 100%;
    overflow: auto;
    margin: 15px auto 30px;
}

.caract_nom
{
    width: 50%;
    float: left;
    color: #a5a092;
    font-size: 20px;
    min-height: 1px;
}

.caract_desc
{
    width: 50%;
    float: left;
    color: #000;
}

/*Offres*/
.offre_container
{
    margin: 20px 0px;
}

.offre_titre
{
    font-size: 20px;
    color: #a5a092;
    margin: 20px 0px 15px;
}

.btn_reserv
{
    background-color: #a5a092;
    border: 1px solid #a5a092;
    color: #e4e4e4;
    border-radius: 5px;
    height: 35px;
    font-family: Museo;
    width: 150px;
    line-height: 2.4;
    outline: none;
    margin: 15px 0px 0px;
    text-transform: uppercase;
}

    .btn_reserv:hover
    {
        color: #000;
    }

.error_message
{
    font-size: 15px;
    color: #000;
}

@media (max-width : 1400px)
{
    .img_container
    {
        width: 40%;
        float: left;
        position: relative;
    }

    .text_container
    {
        display: block;
        width: 60%;
        float: left;
        padding: 0px 15px;
        position: relative;
        cursor: default;
    }

    .skdslider, .item_slider, .slide_content
    {
        height: 350px;
    }
}

@media (max-width : 1200px)
{

    .offre_text
    {
        float: none;
        width: 100%;
    }


    .content_container
    {
        padding-left: 30px;
        padding-right: 30px;
        width: calc(100% - 290px);
    }

    .side_menu, .side_menu:before
    {
        left: 0px;
    }
}

@media (max-width :992px)
{
    .desc_container
    {
        width: calc(100% - 250px);
        padding: 20px;
    }

    .desc_img_galerie
    {
        font-size: 12px;
    }

    .content_container
    {
        padding-left: 30px;
        padding-right: 30px;
        width: calc(100% - 200px);
    }

    .side_menu, .side_menu:before
    {
        width: 200px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .bloc_content, .bloc_content.offre_container, .bloc_content.experience
    {
        margin: 0px 0px 10px;
        padding: 10px 20px;
    }

    .caract_nom
    {
        width: 40%;
        float: left;
    }

    .caract_desc
    {
        width: 60%;
        float: left;
    }
}


@media (max-width:767px)
{
    #reserv_form
    {
        display: none !important;
    }

    .content_container .bloc_content:first-child
    {
        margin-top: 20px;
    }

    .btn_carte
    {
        margin: 30px auto 0px;
    }

    .text_titre
    {
        font-size: 20px;
    }

    .content_container
    {
        padding: 0px;
        width: 100%;
    }

        .content_container .bloc_content
        {
            width: 450px;
            margin: 0px auto 10px;
        }

    .coord_container, .message_form_container
    {
        width: 100%;
        padding: 0px;
    }

    .offre_separator.contact
    {
        display: block;
        width: 100%;
    }

    .offre_separator
    {
        width: 450px;
        margin-left: auto;
        margin-right: auto;
    }

    .img_close
    {
        width: 25px;
        top: -12.5px;
        right: -12.5px;
    }

    .offre_text
    {
        width: 100%;
    }

    .bloc_content.offre_container .text_container, .bloc_content.experience .text_container
    {
        padding: 0px;
    }

    .reserv_container
    {
        width: 100%;
        text-align: center;
    }

    .reserv_offre_btn
    {
        margin: 0 auto;
    }

    .menu_item:hover
    {
        color: #151515;
        text-decoration: none;
    }

    .desc_bloc, .btn_container a
    {
        display: none;
    }

    .img_container
    {
        width: 100%;
    }

    .text_container
    {
        width: 100%;
        text-align: center;
    }

    .menu_item
    {
        text-transform: uppercase;
        height: 39px;
        font-size: 11px;
        font-family: MuseoB;
        margin: 10px 0px;
        padding: 13px;
        padding-left: 10px;
        background-repeat: no-repeat;
        background-size: 25px;
        background-position-y: 7px;
        background-position-x: 97%;
        display: block;
        cursor: pointer;
        text-decoration: none;
    }

        .menu_item:hover
        {
        }

    .navbar-default
    {
        background-color: rgb(13, 13, 13);
        border-bottom: 1px solid #e7e7e7;
    }

        .navbar-default .navbar-collapse, .navbar-default .navbar-form
        {
            border-top: none;
            background-color: #fff;
            /* width: 450px; */
            /* margin: 0 auto; */
            padding-top: 30px;
        }

        .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus
        {
            background-color: #383333;
        }

    .navbar-header
    {
        border-bottom: 1px solid #e7e7e7;
        background-color: #fff;
    }

    .navbar-brand > img
    {
        height: 100%;
    }

    .navbar-default .navbar-toggle .icon-bar
    {
        background-color: #a5a092;
    }

    .navbar-default .navbar-toggle
    {
        border-color: #a5a092;
        border-radius: 0px;
    }

    .page_container
    {
        padding: 0px;
        margin: 0px;
    }

    .reserv_mobile
    {
        text-align: center;
    }

        .reserv_mobile a.reserv_link
        {
            margin: 30px auto;
        }

    .nav_menu
    {
        float: none;
        text-align: center;
    }

    .tabs_list
    {
        float: left;
        width: 50%;
    }

    .content_tabs
    {
        display: block;
    }

    .content_menu
    {
        overflow: auto;
        padding: 0;
        padding-top: 25px;
    }

    .content_tabs a
    {
        width: 80px;
        margin: 0 auto;
    }

    .desc_container
    {
        width: 100%;
        margin: 0 auto;
    }

    .logo_container
    {
        width: 100%;
        margin-top: 0px;
    }

    .desc_content, .gallery_content
    {
        padding-bottom: 30px;
        margin-bottom: 0px;
    }
}

@media (max-width : 500px)
{
    .skdslider, .item_slider, .slide_content
    {
        height: 250px;
    }

    .content_container .bloc_content
    {
        width: 100%;
        margin: 0px auto 10px;
    }

    .offre_separator
    {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }

    .img_gallery
    {
        width: calc(50% - 6px);
        height: auto;
    }

    .list_features
    {
        width: 100%;
    }

    .offre_nom
    {
        font-size: 20px;
        padding: 10px 0px 5px;
        font-family: MuseoL;
    }



    .caract_nom
    {
        width: 100%;
        float: none;
        margin-bottom: 15px;
    }

    .caract_desc
    {
        width: 100%;
        float: none;
    }
}


@media (min-width:768px) {

    #switchLang {
        margin-left: 22%;
    }
}

@media (min-width:1024px) {

    #switchLang {
        margin-left: 29%;
    }
}

