/* INSCRIPTION */
#div_inscription {
    font-size: 11px;
    float: left;
}
.div_element_inscription {
    clear: both;
    float: left;
    margin-top: 3px;
}
.div_element_inscription div {
    float: left;
    margin: 5px;
}
.div_element_inscription div:first-child {
    width: 150px;
    line-height: 50px;
    font-weight: bold;
}
.div_element_inscription div:last-child {
    width: auto;
}

.div_element_inscription input[type='text'],
.div_element_inscription input[type='password'],
.div_element_inscription select {
    border-radius: 4px;
    padding: 10px;
    margin: 5px;
    background: #ccc;
    border: 2px solid #999;
    width: 200px;
}

@media all and (max-width: 700px) {
    .div_element_inscription {
        margin-top: 4px;
        font-size: 12px;
        width: 100%;
    }
    .div_element_inscription div {
        float: none;
        clear: both;
        width: 100%;
    }
    .div_element_inscription div:first-child {
        width: 100%;
        font-weight: bold;
    }
    .div_element_inscription div:last-child {
        width: 100%;
        text-align: center;
    }
    .div_element_inscription input[type='text'],
    .div_element_inscription input[type='password'] {
        width: 90% !important;
    }
    #div_inscription {
        width: 95%;
    }
    .remarque_client {
        width: 95% !important;
    }
}

/* COMPTE */
@media all and (max-width: 700px) {
    .bloc_co_inter {
        clear: both;
    }
    .ligne_statut_commande_non_paye::before {
        content: url('img/cross_red_20.png');
    }
    .ligne_statut_commande_paye::before {
		content: url('img/tick_vert_20.png');

    }
    .statut_commande {
        display: none;
    }
}

.separateur_horizontal {
    clear: both;
    border: 2px solid #ccc;
}

h3 {
    font-size: 300%;
    margin: 5px;
}
h4 {
    font-size: 200%;
    margin: 4px;
}

.responsive_content {
    width: 100%;
    clear: both;
    padding-top: 15px;
}

/*  BLOC IMAGE + text / texte à droite ou a gauche */
.bloc_image_plus_text_gauche {
    width: 100%;
    clear: both;
}
.bloc_image_plus_text_gauche img {
    margin: 10px;
    float: left;
}
.bloc_image_plus_text_gauche .text_ck {
    text-align: justify;
}
/*  ADAPTATION CSS  MAX : 700 PX  */
@media all and (max-width: 700px) {
    .bloc_image_plus_text_gauche .conteneur_image {
        width: 100%;
        clear: both;
        margin-left: auto;
        margin-right: auto;
    }
}

.bloc_image_plus_text_droite {
    width: 100%;
    clear: both;
}
.bloc_image_plus_text_droite img {
    margin: 10px;
    float: right;
}
.bloc_image_plus_text_droite .text_ck {
    text-align: justify;
}
/*  ADAPTATION CSS  MAX : 700 PX  */
@media all and (max-width: 700px) {
    .bloc_image_plus_text_droite .conteneur_image {
        width: 100%;
        clear: both;
        margin-left: auto;
        margin-right: auto;
    }
}

.bloc_image_plus_text_centre {
    width: 100%;
    clear: both;
    text-align: center;
}
.bloc_image_plus_text_centre img {
    margin: 10px;
}
.bloc_image_plus_text_centre .text_ck {
    text-align: justify;
}
/*  ADAPTATION CSS  MAX : 700 PX  */
@media all and (max-width: 700px) {
    .bloc_image_plus_text_centre .conteneur_image {
        width: 100%;
        clear: both;
        margin-left: auto;
        margin-right: auto;
    }
}

/* le media responsive du portfolio est dans la fonction qui affiche le portfolio, pour la taille dynamique */
.bloc_portfolio {
    width: 100%;
    clear: both;
}

@media all and (max-width: 1000px) {
    #diaporama {
        width: 100%;
        height: auto !important;
    }
    .slides_container {
        width: 100%;
    }
    .img_diaporama {
        width: 100%;
    }
    .img_diaporama img {
        width: 100%;
    }
    #iframe_map {
        width: 100%;
    }
}

@media all and (max-width: 500px) {
    .image_portfolio {
        width: 100%;
        float: none;
    }
    .image_portfolio img {
        margin-left: auto;
        margin-right: auto;
    }
    #iframe_map {
        width: 100%;
    }
}

/* VIDEO */

.bloc_responsive_video {
    display: inline-block;
    margin: 10px;
    font-size: 10px;
    text-align: left;
}

@media all and (max-width: 800px) {
    .bloc_responsive_video {
        width: 100%;
    }
}

/* GALERIE LIEN VIDEO  */

.bloc_responsive_lien_video {
    display: inline-block;
    margin: 10px;
    font-size: 10px;
    text-align: left;
}

/* BLOC IMAGE */

.image_bloc_image {
    max-width: 1000px;
}

@media all and (max-width: 1000px) {
    .image_bloc_image {
        width: 100%;
    }
}

/* ARTICLES */

.responsive_content input[type='text'],
.responsive_content input[type='password'],
.responsive_content textarea {
    box-shadow: 2px 2px 10px #ccc;
    width: 90%;
    padding: 8px;
    margin: 8px;
    border: none;
    background: none;
}
.responsive_content input[type='text']:focus,
.responsive_content textarea:focus {
    background: #fff;
}
.responsive_content input[type='submit'],
.responsive_content input[type='button'] {
    width: auto;
    box-shadow: 2px 2px 10px #ccc;
    padding: 8px;
    margin: 8px;
    border: none;
    background: #fff;
    color: #666;
}
.champs_commentaire {
    width: 200px !important;
}

.article_liste {
    margin: 5px;
    border-bottom: 1px solid #eee;
    min-height: 60px;
}
.article_liste_img {
    margin: 5px;
    float: left;
}
.article_liste_infos {
    font-size: 10px;
    float: right;
}
.bas_article {
    font-style: italic;
    font-size: 10px;
    box-shadow: 1px 1px 6px #ccc;
}

.article_chps_txt {
    float: left;
    margin: 0 auto;
    margin-left: 20px;
    text-align: left;
    padding: 4px;
    width: 300px;
}
.article_chps_txt input[type='text'] {
    margin: 0 auto;
    width: 220px;
    box-shadow: none;
    background: none;
    height: 30px;
    padding: 5px;
    border: 1px solid #999;
}
.article_chps_textarea {
    margin: 20px;
    text-align: left;
    padding: 4px;
    width: 95%;
}
.article_chps_textarea textarea {
    margin: 0 auto;
    width: 95%;
    border: 1px solid #999;
    padding: 5px;
}
.textarea_comment {
    width: 95%;
    margin-top: 10px;
    margin-bottom: 10px;
}

/* NEWS */

.responsive_content .bloc_evenements h4 {
    width: auto !important;
}

/* PANIER */

.quantite_panier_prod {
    width: 50px !important;
}

/* FOND IMAGE 50/50 */
.fond_image {
    background-size: cover;
    background-position: center center;
}

.bloc_full_width.table {
    display: table;
}
.cell_50 {
    width: 50%;
}
.cell {
    display: table-cell;
    vertical-align: top;
    z-index: 2;
    position: relative;
    padding: 20px;
}
.bloc_full_width .cell_50 .texte {
    padding: 30px 10%;
}
@media all and (max-width: 1000px) {
    .cell_50 {
        width: 100%;
        display: block;
    }
    .bloc_full_width .cell_50 .texte {
        padding: 20px;
    }
    .bloc_full_width .cell_50.fond_image {
        min-height: 100px;
    }
}

.conteneur_colonne_responsive_module,
.group_cols {
    clear: both;
    padding: 0px;
    margin: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.group_cols {
    width: 100%;
}
.cols {
    display: block;
    float: left;
    margin: 1% 0 1% 1.6%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.cols:first-child {
    margin-left: 0;
}
.group:before,
.group:after {
    content: '';
    display: table;
}
.group:after {
    clear: both;
}
.group {
    zoom: 1;
}
.cols_100,
.cols_1 {
    width: 100%;
}
.cols_50,
.cols_2 {
    width: 49.2%;
}
.cols_33,
.cols_3 {
    width: 32.2%;
}
.cols_25,
.cols_4 {
    width: 23.8%;
}
.cols img,
.cols video,
.cols iframe {
    max-width: 100% !important;
}
.cols_2 .bloc_image_plus_text_droite img,
.cols_3 .bloc_image_plus_text_droite img,
.cols_4 .bloc_image_plus_text_droite img,
.cols_2 .bloc_image_plus_text_gauche img,
.cols_3 .bloc_image_plus_text_gauche img,
.cols_4 .bloc_image_plus_text_gauche img,
.cols_2 .image_bloc_image img,
.cols_3 .image_bloc_image img,
.cols_4 .image_bloc_image img {
    display: block;
    margin: 10px 0 !important;
}

.cols_2 .image_bloc_image img,
.cols_3 .image_bloc_image img,
.cols_4 .image_bloc_image img {
    display: block;
    margin: 10px auto !important;
}

@media only screen and (max-width: 900px) {
    .cols_25,
    .cols_4 {
        width: 49.2%;
    }
}
@media only screen and (max-width: 480px) {
    .cols {
        margin: 1% 0 1% 0%;
    }
    .cols_50,
    .cols_33,
    .cols_1,
    .cols_2,
    .cols_3,
    .cols_4,
    .cols_25 {
        width: 100%;
    }
}
.content-slider li {
    background-color: #000;
    text-align: center;
    padding: 0;
    position: relative;
    display: table;
    width: 100%;
    overflow: hidden;
    max-width: 100%;
    color: #fff;
    background-size: cover;
    min-height: 400px;
    background-position: center center;
}
.content-slide {
    margin: auto;
    position: relative;
    z-index: 3;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    padding: 0 20%;
}
.content-slider .slide.active {
    z-index: 4 !important;
}
.slide {
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.slide video#bgvid {
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    background-size: cover;
    position: absolute;
}

.slider .lSAction > a {
    width: 70px;
    height: 70px;
    margin: 0;
    margin-top: -35px;
    top: 50%;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: none;
    text-align: center;
    line-height: 70px;
    position: absolute;
    display: block;
    opacity: 1;
    float: left;
    font-size: 41px;
    color: rgba(0, 0, 0, 0.49);
    transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}
.lSAction > a.lSPrev:before,
.lSAction > a.lSNext:before {
    content: '';
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 22px auto;
    display: block;
    width: 70px;
    height: 70px;
    color: #fff;
}
.lSAction > a.lSPrev:before {
    content: '<';
}
.lSAction > a.lSNext:before {
    content: '>';
}

.lSSlideOuter .lSPager.lSpg > li {
    position: relative;
    z-index: 10;
}
.content-slide .div_texte_central1,
.content-slide h1,
.content-slide h2,
.content-slide h3,
.content-slide h4,
.content-slide p {
    color: #fff;
}
.content-slide h4 {
    font-weight: lighter;
}
.content-slide p {
    font-size: 20px;
    line-height: 30px;
    font-weight: lighter;
}
