/* ------------------   CSS ---------------------------*/
@import url("style_index_root.css");
@import url("style_header.css");
@import url("style_header_bottom.css");
@import url("style_footer.css");

@import url("style_index_bloc_0_up.css");
@import url("style_index_bloc_0.css");
@import url("style_index_bloc_1.css");
@import url("style_index_bloc_2.css");
@import url("style_index_bloc_aide_rapide.css");
@import url("style_index_bloc_rigth.css");

@import url("style_bloc_7.css");

@import url("style_passer_commande.css");

@import url("style_bloc_categorie_classe_produit.css");

@import url("style_bloc_media_home.css");

@import url("style_bloc_publicite.css");

@import url("../JSfolder/jquery-ui-1.12.1/jquery-ui.css");

html {
    font-family: var(--fontfamily);
}

body {
	width: auto; /* Largeur in px or % */
	height: auto; /* Hauteur in px or % */
    margin: auto; /* Marge in px*/
	padding: auto; /* Marge interieure*/
	background-color: var(--bodycolor); /* Couleur de fond */
}

*{
    box-sizing: border-box;
}
  
.row::after {
    content: "";
    clear: both;
    display: table;

    
}

/*--------------------------------------*/
.index_main_boc_0{
    display: flex;
    flex-direction: row;
    margin: 0px 0px 20px 0px;
}
.index_main_boc_0_1{
    width: 80%;
}
.index_main_boc_0_2{
    width: 20%;
}

/*--------------------------------------*/
.index_main_boc_0_2_1{
    margin: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.index_main_boc_0_2_1 img{
    width: 60%;
    height: auto;
    align-self: center;
    
}

/*--------------------------------------*/
.index_main_boc_1{
    display: flex;
    flex-direction: row;
    margin: 20px 0px 20px 0px;
}
.index_main_boc_1_1{
    width: 20%;
}
.index_main_boc_1_2{
    width: 80%;
}

/*--------------------------------------*/
.index-bloc-media{
    margin-left: 5%;
    margin-right: 5%;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 10px;
    background-color: white;
    border-radius: 15px;
}
.index-bloc-media-box-1{
    text-align: center;
    color: var(--maincolor1);
}
.index-bloc-media-box-2{
    margin: 10px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.index-bloc-media-box-2-item-image{
    margin: 10px;
    height: 160px;
    width: 200px;
}
.image_media{
    height: 160px;
    width: 200px;
}
.index-bloc-media-box-2-item-video{
    margin: 10px;
    height: 400px;
    width: 500px;
}
.index-bloc-media-box-2-item-video video {
    width: 500px;
    height: 400px;
}
.index-bloc-media-box-3{
    text-align: center;
}




/*===================================================================================================*/

/* For mobile phones: */
[class*="col-"] {
    width: 100%;
}
  
@media only screen and (min-width: 600px) {
    /* For tablets: */
    .col-s-1 {width: 8.33%;}
    .col-s-2 {width: 16.66%;}
    .col-s-3 {width: 25%;}
    .col-s-4 {width: 33.33%;}
    .col-s-5 {width: 41.66%;}
    .col-s-6 {width: 50%;}
    .col-s-7 {width: 58.33%;}
    .col-s-8 {width: 66.66%;}
    .col-s-9 {width: 75%;}
    .col-s-10 {width: 83.33%;}
    .col-s-11 {width: 91.66%;}
    .col-s-12 {width: 100%;}
}
@media only screen and (min-width: 768px) {
    /* For desktop: */
    .col-1 {width: 8.33%;}
    .col-2 {width: 16.66%;}
    .col-3 {width: 25%;}
    .col-4 {width: 33.33%;}
    .col-5 {width: 41.66%;}
    .col-6 {width: 50%;}
    .col-7 {width: 58.33%;}
    .col-8 {width: 66.66%;}
    .col-9 {width: 75%;}
    .col-10 {width: 83.33%;}
    .col-11 {width: 91.66%;}
    .col-12 {width: 100%;}
}

