@font-face {font-family: bahnschrift;src: url(../fonts/bahnschrift/BAHNSCHRIFT.TTF);}
@font-face {font-family: Lato-Thin;src: url(../fonts/Lato/Lato-Thin.ttf);}
@font-face {font-family: Lato-Regular;src: url(../fonts/Lato/Lato-Regular.ttf);}
@font-face {font-family: Lato-Light;src: url(../fonts/Lato/Lato-Light.ttf);}
@font-face {font-family: Lato-Bold;src: url(../fonts/Lato/Lato-Bold.ttf);}
@font-face {font-family: Lato-Black;src: url(../fonts/Lato/Lato-Black.ttf);}
@font-face {font-family: Graphik;src: url(../fonts/graphik/Graphik-Regular.ttf);}


/*///////////////////////////////
///////////// Main
///////////////////////////////*/

*{
    box-sizing: border-box;
    font-weight: lighter;
    font-family: Graphik;
    font-size: 15px;
}

html, body{
    background-color: #ffffff;
    color: rgb(0, 0, 0);

    padding: 0;
    margin: 0;
    border:0;

    font-family: bahnschrift;

    height: max-content;
    min-height: 100vh;

    overflow-x: hidden;

}

main{
    width: 100%;
}

#mainContainer{
    width: 100%;
    min-height: calc(100vh - 300px);
    margin-left: auto;
    margin-right: auto;
    position: relative;
    height: auto;
}

a{
    color: inherit;
    text-decoration: none;
}

h1,h2,h3{
    margin: 0;
    font-family: Lato;
    font-weight: normal;
}
h1{
    font-size: 40px;
}
h2{
    font-size: 30px;
}

h3{
    font-size: 20px;
}

hr{
    border-color: #525252;
}

video,source{
    border-radius: 10px;
}

footer{
    width: 100%;
    border-top: 2px solid rgb(59, 59, 59);
}
table{
    width: 100%;
    border-collapse:separate;
    border-spacing:0 0px;
    font-size: 15px;
}

thead tr th{
    border-bottom:1.5px solid #eaeaea;
}


tbody{
    font-weight: normal;
}

thead th,tfoot th{
    /*background-color: rgba(0, 0, 0, 0.04);*/
}

tbody tr th{
    /*border-bottom:1.1px solid;
    border-top: 1.1px solid;
    border-color: #eaeaea;*/
}

table tr{
    /*background-color: white;*/
}

tbody tr td{
    /*background-color: white;*/
    border-bottom:1.5px solid;
    border-color: #eaeaea;
}

tfoot tr th{
    padding-top: 30px;
}


/*
thead>tr>:nth-child(1){
    border-radius: 10px 0px 0px 0px;
    border-left: 1.5px solid #eaeaea;
}
thead>tr>:last-child{
    border-radius: 0px 10px 0px 0px;
    border-right: 1px solid #eaeaea;
}

tfoot>tr>:nth-child(1){
    border-radius: 0px 0px 0px 10px;
    border-left: 1.5px solid #eaeaea;
}
tfoot>tr>:last-child{
    border-radius: 0px 0px 10px 0px;
    border-right: 1px solid #eaeaea;
}
*/



th,td{
    padding: 8px 8px;
}

input[type="radio"],input[type="checkbox"] {
    height: 20px;width: 20px;
    display: inline-block;
    margin-right: 20px;
}

input[type="radio"]:checked {

}

input[type="radio"] + label,input[type="checkbox"] + label{
    position: relative;
    top: -2px;
}



/*///////////////////////////////
///////////// NavBar
///////////////////////////////*/

.navBar{
    height: 150px;
    width: 100%;
    z-index: 20;
}

.navBarItems{

}

.navBarItem{
    flex:1;
    cursor: pointer;
    text-align: center;
    margin: 0 10px;
}
.navBarItem:hover{
    color:rgb(255, 147, 0);
}

.navBarIcone,.navBarIconeAdmin{
    background-image: url("../images/logo/att.tsiYzuv1FfF6oGCoKL5PZU4jzDDmXZtEgQBeB2mhruE.jpg");
    height: 60px;
    min-width: 70px;
    position: relative;
    top: 5px;
}
.navBarIconeAdmin{
    background-image: url("../images/logo/logoOrMoyen.png");
}

#accountPannel{
    position: fixed;
    top:10vh;
    right: 0px;
    height: 80vh;
    width: 30vw;
    text-align: center;
    background-color: rgba(255, 255, 255, 1);
    border-radius: 15px;

}

#navBarBurger{
    display: none;
    position: absolute;
    right: 35px;
    top: 25px;
    font-size: 22px;
    color:#454545;
}

.navBarSeparation{
    flex:1;
}

@media screen and (max-width: 1030px) {
    .navBarSeparation{
        flex:0;
        margin: 0 20px;
    }
}

@media screen and (max-width: 950px) {
    #navBarBurger{
        display: block;

    }

    .navBarItems{
        height: 0px;overflow: hidden;
    }

    #navBarIcon{
        width: 100px;
        margin: 0 auto;
    }

}

@media screen and (max-width: 450px) {
    .navBarItems{
        position: relative;
        top: 40px;
    }
}



/*///////////////////////////////
///////////// Editor
///////////////////////////////*/



.titre1{
    font-size: 30px;
    font-weight: bold;
    padding:10px;
    color:rgb(46, 46, 46);
    border-bottom: 2px solid black;
    line-height: 30px;
}

.titre2{
    font-size: 20px;
    font-weight: bold;
    padding:10px;
    color:rgb(46, 46, 46);
    line-height: 30px;
}

/*///////////////////////////////
///////////// padding & margin
///////////////////////////////*/

.p20-10{
    padding: 10px 20px;
}

.p8{
    padding: 8px;
}

.p10{
    padding: 10px;
}

.p20{
    padding: 20px;
}

.p40{
    padding: 40px;
}

.p60{
    padding: 60px;
}
.p80{
    padding: 60px;
}

.m2{
    margin: 2px;
}

.m5{
    margin: 5px;
}

.m8{
    margin: 8px;
}

.m10{
    margin: 10px;
}

.m20{
    margin: 20px;
}

.m40{
    margin: 40px;
}

.m60{
    margin: 60px;
}

.m80{
    margin: 80px;
}

.br5{
    border-radius: 5px;
}

.br10{
    border-radius: 10px;
}

.br15{
    border-radius: 15px;
}

.br20{
    border-radius: 20px;
}

.br25{
    border-radius: 25px;
}
.br30{
    border-radius: 30px;
}

.bs{
    box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.1);
}

.bs3{
    box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.3);
}

.bs1-5{
    box-shadow: 5px 5px 12px rgba(0, 0, 0, 0.1);
}

.bs3-5{
    box-shadow: 5px 5px 12px rgba(0, 0, 0, 0.3);
}

.mAuto{
    margin-left: auto;
    margin-right: auto;
}

.textCenter{
    text-align: center;
}

.textBold{
    font-weight: bold;
}

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

.bgContain{
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.nonSelectionnable
{
    -moz-user-select: none; /* Firefox */
    -webkit-user-select: none; /* Chrome, Safari, Opéra depuis la version 15 */
    -ms-user-select: none; /* Internet explorer depuis la version 10 et Edge */
    user-select: none; /* Propriété standard */
}

.blackScreen{
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.7);
    height: 100%;
    width: 100%;

}

.blackGradientScreen{
    position: absolute;
    left: 0;
    top: 0;
    background: linear-gradient(rgba(0, 0, 0, 0) 42%,rgba(0, 0, 0, 0.6) 69%); ;
    height: 100%;
    width: 100%;

}

.greyScreen{
    position: absolute;
    left: 0;
    top: 0;
    background-color: rgba(44, 44, 44, 0.7);
    height: 100%;
    width: 100%;

}

/*///////////////////////////////
///////////// Bouton
///////////////////////////////*/

.btn{
    cursor:pointer;
    color: #000000;
    border:1px solid #000000;
    padding: 15px 30px;
}

.btn2{
    cursor:pointer;
    padding: 4px 9px;
    border:2px solid #000000;
    background-color: black;
    color: white;
}

.btn3{
    border-bottom: 2px solid black;
    padding-bottom: 3px;
    padding-right: 30px;
    width: max-content;
}

.btn2:hover{
    background-color: #ffffff;
    color: black;
    border:2px solid #000000;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

/*///////////////////////////////
///////////// BG gradiant
///////////////////////////////*/

.bg-grad-green{
    background: rgb(0,200,111);
    background: linear-gradient(90deg, rgba(0,200,111,1) 0%, rgba(0,255,85,1) 100%);
}

.bg-grad-blue-90{
    background: rgb(0,175,200);
    background: linear-gradient(90deg, rgba(0,175,200,1) 0%, rgba(0,65,255,1) 100%);
}

.bg-grad-blue-180{
    background: rgb(0,175,200);
    background: linear-gradient(180deg, rgb(60, 191, 255) 0%, rgb(28, 136, 179) 100%);
}

.bg-grad-red{
    background: rgb(159,59,34);
    background: linear-gradient(90deg, rgba(159,59,34,1) 0%, rgba(255,0,0,1) 100%);
}

.bg-grad-grey{
    background: rgb(221,221,221);
    background: linear-gradient(90deg, rgb(182, 182, 182) 0%, rgb(139, 139, 139) 100%);
}

.bg-grad-grey-180{
    background: rgb(221,221,221);
    background: linear-gradient(180deg, rgb(182, 182, 182) 0%, rgb(139, 139, 139) 100%);
}

.bg-grad-gold{
    background: rgb(221, 221, 221);
    background: linear-gradient(90deg, rgb(190, 138, 67) 0%, rgb(221, 179, 101) 100%);
}

.bg-grad-gold-180{
    background: rgb(221, 221, 221);
    background: linear-gradient(180deg, rgb(221, 161, 80) 0%, rgb(188, 148, 74) 100%);
}

/*///////////////////////////////
///////////// ContSample
///////////////////////////////*/

input,select,textarea{
    width: 100%;
    min-width: 100%;max-width: 100%;
    height: 40px;
    display: block;
    padding: 5px;
    box-sizing: border-box;
    border:0;
    background-color: transparent;
    border:  2px solid #363636;
    margin:10px 0;
    color: black !important;
}

input[type="submit"]:hover{
    background-color: black;
    color: white !important;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

textarea{
    min-height: 100px;
    max-height: 300px;
}


/*///////////////////////////////
///////////// ContSample
///////////////////////////////*/


.contSample1{
    height: max-content;
    width: max-content;

}

.contSample2{
    height: max-content;
    width: 60vw;
}

.contInfoMini{
    position: absolute;
    left: 20px;
    top: -15px;
    width: max-content;
    border-radius: 10px;
    color: white;
    padding: 5px 20px;
    font-weight: bold;
    cursor: pointer;
}
.contInfoMini i {
    margin-right: 10px;
    font-size: 14px;
}

.title{
    height: 90px;

    padding-top: 20px;
    background-color: #2923D9;
    color: white;
}
.title a{
    text-decoration: underline;
    color: white;
}

.titleImage{
    height: 60px;
    width: 100px;



}

.contSample1,.contSample2{
    position: relative;

}

.progressBarComplet{
    border-radius: 10px;
    height: 10px;
    background-color: rgb(212, 212, 212);
    position: relative;
    bottom: -20px;
    width: 100%;
}
.progressBar{
    border-radius: 10px;
    height: 10px;
    background-color: #2923D9;
    position: absolute;
    left: 0px;

}

.progressBarComplet2{
    border-radius: 10px;
    height: 21px;
    background-color: rgb(212, 212, 212);
    position: relative;
    width: 90%;
    display: inline-block;
    font-size: 15px;

}
.progressBar2{
    border-radius: 10px;
    height: 21px;
    line-height: 10px;
    color: white;
    text-align: center;
    background-color: #2923D9;
    position: absolute;
    left: 0px;top: 0;
    min-width: 50px;
}

.index_category_main{
    margin-top:10px;width:100%;
}

.index_category_image{
    height: 500px;
    min-height: 250px;
}

.index_category_text{
    height: 500px;display: table-cell;vertical-align: middle;text-align: center;width: 50vw;
}

@media screen and (max-device-width: 750px) {

    .index_category_image{
        height:250px;
    }

    .index_category_text{
        height: 250px;
    }
}

/*///////////////////////////////
///////////// Responssive
///////////////////////////////*/

@media screen and (max-width: 1000px)  {
    .responsiveFlexCol1000{
        flex-direction: column;
    }
}

@media screen and (max-width: 950px) {
    .responsiveFlexCol950{
        flex-direction: column;
    }
}

@media screen and (max-width: 750px) {
    .responsiveFlexCol{
        flex-direction: column;
    }
    .responsiveFlexColRevert{
        flex-direction: column-reverse;

    }
}

@media screen and (max-width: 850px), screen and (max-device-width: 850px) {
    .responsiveFlexCol850{
        flex-direction: column;

    }
    .responsiveFlexCol850Revert{
        flex-direction: column-reverse;

    }
}

@media screen and (max-width: 400px), screen and (max-device-width: 400px) {
    .responsiveFlexCol400{
        flex-direction: column;
    }
    .responsiveFlexCol400Revert{
        flex-direction: column-reverse;

    }
}

@media screen and (max-width: 350px), screen and (max-device-width: 350px) {
    .responsiveFlexCol350{
        flex-direction: column;
    }
    .responsiveFlexCol350Revert{
        flex-direction: column-reverse;

    }
}

@media screen and (max-width: 450px), screen and (max-device-width: 450px) {
    .responsiveFlexCol450{
        flex-direction: column;
    }
    .responsiveFlexCol450Revert{
        flex-direction: column-reverse;

    }
}


@media screen and (max-width: 550px) {
    .display_none_550{
        display: none;

    }
}

@media screen and (max-width: 650px) {
    .display_none_650{
        display: none;

    }
}

@media screen and (max-width: 450px) {
    .display_none_450{
        display: none;

    }
}

@media screen and (max-width: 750px) {
    .display_none_750{
        display: none;

    }
}

@media screen and (max-width: 850px) {
    .display_none_850{
        display: none;

    }
}

@media screen and (min-width: 750px) {
    .responsiveFlexRowReverse{
        flex-flow: row-reverse;
    }
}

@media screen and (max-width: 750px) {
    .responsiveFlexColReverse{
        flex-flow: column-reverse;
    }
}


/*///////////////////////////////
///////////// Slider
///////////////////////////////*/

.slider_collections_cont{
    height: 400px;
    width: 80vw;
    position: relative;
    overflow: hidden;

}

.slider_collections{
    height: 400px;
    width: 80vw;
    display: flex;
}

.slider_elements{
    display: inline-block;
}

/*///////////////////////////////
///////////// Products
///////////////////////////////*/

.products{
    width:90vw;
    align-content: center;
    align-items: center;
    justify-content: center;
}

.product_cont{
    margin-bottom: 10px;
}
@media screen and (max-device-width: 750px) {
    .product_cont{
        margin-bottom: 0px;
    }
}

.product{
    height:200px;
    width:calc(200px * (4/5));
    font-weight: lighter;
    flex:1 1 20%;
    background-size: contain;
    margin: 20px;
    margin-bottom: 10px;
    background-size: cover;
}
.product_info{
    width:calc(250px * (4/5));
}

.product_title{
    font-weight: bold;
    font-size:17px;
    font-family: Lato-Regular;
}

.product_price{
    display: block;
    font-family: Lato-light;
    font-size:14px;
}

.product_info{
    /*padding: 20px;
    height: 90px;*/
    padding-left: 20px;
}

.category{
    height: 150px;
    width: 100vw;
}

.category_name{
    font-weight: bold;
    font-size:21px;
    font-family: Lato-Regular;
    margin-top: 10px;
    letter-spacing: 3px;
    padding: 5px 15px;
    margin-top: 60px;
    margin-bottom: 10px;
    margin-left: 30px;
}

@media screen and (max-device-width: 750px) and (min-device-width: 550px) {

    .products{
        width:95vw;
    }

    .product{
        height:450px;
        width:calc(450px * (4/5));
        flex:1 1 20%;
        margin: 10px;
    }
    .product_info{
        width:calc(500px * (4/5));
    }

    .product_title{
        font-size:19px;
        max-width: 26vw;
    }

    .product_detail_image{
        height:70vh !important;
    }
    .product_detail_images{
        width: 90% !important;;
        margin-left: auto;
        margin-right: auto;
    }
}


@media screen and (max-device-width: 550px) {

    .products{
        width:95vw;
    }

    .product{
        height:450px;
        width:calc(450px * (4/5));
        flex:1 1 20%;
        margin: 10px;
    }
    .product_info{
        width:calc(500px * (4/5));
    }

    .product_title{
        font-size:22px;
        max-width: 38vw;
    }
    /*.product_price{
        display: none;
    }*/
    .product_info{
        padding: 15px;
    }
}


/*///////////////////////////////
///////////// Products_detail
///////////////////////////////*/


.product_detail_cont{
    width: 100%;
    max-width: 1800px;
}

.product_detail_images{
    flex:4;
    margin: 20px;
    position:relative;
    width: calc(100vw - 40px);
}

.product_detail_image{
    height: 70vh  !important;
    width:100%;
}

.product_detail_right{
    flex:5;
    height:max-content;
    display:block;
    margin-top: 20px;

}




@media screen and (max-device-width: 1000px) {
    .product_detail_image{
        height:400px;
        min-width: 350px;
    }
}

.materials{

}
.material-image{
    height: auto !important;
    width: 100% !important;
}
.material_title{
    font-size: 41px;
    font-weight: 300;
    color:white;
}
.material_description{
    font-size: 14px;
    width: 100%;
    line-height: 1.3;
    position: absolute;
    left: 0;
    bottom: 0;
    color: white;
    padding: 20px;
    z-index: 1;
}
.material_description p {
    margin: 0;
    white-space: break-spaces;
    text-align: justify;
}
@media screen and (max-device-width: 750px) {
    .material_title{
        left: 20px;
    }
    .material_description{
        left: 10px;
    }
    .material-image{
        height: 100% !important;
        width: auto !important;
    }
}

@media screen and (min-width: 750px) {
    .materials_color_revert
    {
        color:white;
        background-color: #282828;
    }
}

/*///////////////////////////////
///////////// Main_slider
///////////////////////////////*/

.main_slider{
    height:80vh;
    min-height: 200px;
    max-height: 500px;
}

.main_slider_btn{
    padding-left:70px;position:absolute;bottom:70px;
}

.main_slider_btn div{
    font-size:50px;
    position: relative;
    top: -20px;
}

@media screen and (max-device-width: 750px) {

    * {
        font-size: 28px;
    }

    .main_slider_btn {
        padding-left: 30px;
        position: absolute;
        bottom: 30px;
    }

    .main_slider_btn div {
        font-size: 30px;
    }

    .main_slider_btn a {
        padding: 10px;
    }

    h1 {
        font-size: 45px;
    }

    h2 {
        font-size: 35px;
    }

    h3 {
        font-size: 33px;
    }

    .navBarItem {
        font-size: 27px;
    }

    .category_name {
        font-size: 25px !important;
    }

    .product_price {
        font-size: 22px !important;
    }

    .product_title {
        font-size: 24px !important;
    }
}
/*
//
//  Size Helper
//
 */

#sizeHelper{
    height: calc(100vh - 70px - 100px);
    width: calc(100vw - 30px);
    min-width: 150px;
    max-width: 650px;
    background-color: rgba(255, 255, 255, 0.98);
    padding: 20px;
    color: black;
    position: fixed;
    z-index: 15;
    border: 1px solid #e8e8e8;
    display: none;
    right: 15px;
    border-radius: 20px;
    bottom:calc(100px/2);
    overflow: auto;
}

.sizeHelperButton, .sizeHelperClose{
    border-radius: 50px;
    background-color: #d3d3d3;
    color: white;
    height: 20px;
    width: 20px;
    line-height: 20px !important;
    text-align: center;
    display: inline-block !important;
    font-size: 14px;
}
.sizeHelperClose{
    position: absolute;
    right: 10px;
    top: 10px;
}

.backgroundTree{
    height: 400px;
    width: 100%;
    position: absolute;
    background-size: cover;
    bottom: 0;
    left: 0;
    opacity: .2;
}

.products_cont{
    justify-content: center;
}

.swiper-pagination-buttons,.slider-pagination-buttons{
    display: flex;
    justify-content: space-between;
    position: absolute;
    top: calc(50% - 30px / 2);
    width: 100%;
    z-index: 10;
    font-weight: bold;
}

.swiper-pagination-buttons button,.slider-pagination-buttons button{
    background-color: #0006;
    color: white;
}

@media screen and (max-device-width: 750px) {
    .swiper-pagination-buttons button,.slider-pagination-buttons button{
        padding: 18px 25px;
        font-size: 31px;
    }
    .swiper-pagination-buttons,.slider-pagination-buttons{
        top: calc(50% - 75px / 2);
    }
}