/*-------------------------
        Simple reset
--------------------------*/

html, body {
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    background: url("../../images/TEXTURE.jpg") repeat transparent;
}

@font-face {
    font-family: "GothamRoundedBold";
    src: url('../../assets/fonts/GothamRounded-Bold.otf');
}

#ActionContainer {
    margin-left: 8vw;
    margin-right: 8vw;
}

span.button {
    color: #333f47;
    font-weight: bold;
}

.data-category a {
    background-color: white;
}

@media (min-width: 768px) {
    .ImgSiteLeft {
        position: absolute;
        top: 140px;
    }
    .FlBodyDashBoardResponsive {
        width: 163px;
        position: absolute;
        right: 0px;
    }
    .ImgSiteLeft {
        position: absolute;
        width: 163px;
        display: none;
    }
    #contact_Mag_Logo_Info {
        display: none;
    }
    #contact_Mag_Logo2 {
        display: none;
    }
    #contact_frame {
        height: 145px;
        background: #f5f4f2;
        position: relative;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        overflow-y: auto;
        border: 4px solid #f5f4f2;
        border-radius: 19px;
    }
    #Magasin_frame #contact_Mag_Logo {
        top: 13px;
        left: 1vw;
        border: 2px solid #CFCFCF;
        width: 130px;
        position: absolute;
        border-radius: 10px;
    }
    #contact_frame #contact_Mag_Logo2 {
        top: 4px;
        left: 26vw;
        border: 2px solid #CFCFCF;
        width: 130px;
        position: absolute;
        border-radius: 10px;
    }
}

@media (min-width: 992px) {
    #contact_Mag_Logo_Info {
        display: none;
    }
    #contact_Mag_Logo2 {
        display: none;
    }
    .ImgSiteLeft {
        position: absolute;
        top: 140px;
        display: none;
    }
    #contact_frame {
        height: 145px;
        background: #f5f4f2;
        position: relative;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        overflow-y: auto;
        border: 4px solid #f5f4f2;
        border-radius: 19px;
    }
    .FlBodyDashBoardResponsive {
        width: 163px;
        position: absolute;
        right: 0px;
    }
}

/*RESOLUTION HD 1920x1080*/

@media (min-width: 1920px) {
    .ImgSiteLeft {
        position: absolute;
        top: 140px;
        width: 350px;
        display: block;
    }
    .FlBodyDashBoardResponsive {
        position: absolute;
        top: 10px;
        right: 0px;
        width: 400px;
    }
    .data-category img {
        max-width: 250px;
        min-height: 180px;
    }
    .responsivefooterImg {
        width: 100%;
        height: 100px;
        POSITION: ABSOLUTE;
        BOTTOM: 0px;
        display: block;
    }
    #contact_Mag_Logo_Info {
        display: block;
    }
    #contact_Mag_Logo2 {
        display: block;
    }
    #contact_frame {
        height: 145px;
        background: #f5f4f2;
        position: relative;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        overflow-y: auto;
        border: 4px solid #f5f4f2;
        border-radius: 19px;
    }
    #contact_frame #contact_Mag_Logo_Info {
        position: absolute;
        left: 34vw;
        top: 2vh;
    }
    #contact_frame #contact_Mag_Logo2 {
        top: 4px;
        left: 26vw;
        border: 2px solid #CFCFCF;
        width: 130px;
        position: absolute;
        border-radius: 10px;
    }
}

/*RESOLUTION UHD*/

@media (min-width: 2400px) {
    #contact_Mag_Logo_Info {
        display: block;
    }
    #contact_Mag_Logo2 {
        display: block;
    }
    .responsivefooterImg {
        width: 100%;
        height: 100px;
        POSITION: ABSOLUTE;
        BOTTOM: 0px;
        display: block;
    }
    .ImgSiteLeft {
        position: absolute;
        top: 140px;
        width: 550px;
        display: block;
    }
    .FlBodyDashBoardResponsive {
        position: absolute;
        top: 10px;
        right: 0px;
        width: 650px;
    }
    .data-category img {
        max-width: 250px;
        min-height: 180px;
    }
    #contact_frame {
        height: 176px;
        background: #f5f4f2;
        position: relative;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 12px;
        overflow-y: auto;
        border: 4px solid #f5f4f2;
        border-radius: 19px;
    }
    #contact_frame #contact_Mag_Logo_Info {
        position: absolute;
        left: 24vw;
        top: 2vh;
    }
    #contact_frame #contact_Mag_Logo2 {
        top: 4px;
        left: 18.2vw;
        border: 2px solid #CFCFCF;
        width: 130px;
        position: absolute;
        border-radius: 10px;
    }
}

h2.filets_rouges {
    font-family: "GothamRoundedBold", Helvetica, Arial, sans-serif;
    color: #2c2e38;
    font-size: 1.5em;
    line-height: 1.2em;
    font-style: normal;
    font-weight: bold;
    margin: 0 0 0 0;
    padding: -1px 0 0px 0;
    border-top: #d41224 solid 5px;
    border-bottom: #d41224 solid 5px;
}

h2.filets_rouges2 {
    font-family: "GothamRoundedBold", Helvetica, Arial, sans-serif;
    color: #2c2e38;
    font-size: 1.5em;
    line-height: 1.2em;
    font-style: normal;
    font-weight: bold;
    margin: 0 0 0 0;
    padding: -1px 0 0px 0;
    border-top: #d41224 solid 5px;
    border-bottom: #d41224 solid 5px;
    margin-top: 25px;
}

#Magasin_frame {
    height: 145px;
    background: #f5f4f2;
    position: relative;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    overflow-y: auto;
    border: 4px solid #f5f4f2;
    border-radius: 19px;
}

#contact_frame #contact_phone_logo {
    position: absolute;
    top: 42px;
    left: 25px;
}

#contact_frame #contact_phone_title {
    font-weight: bold;
    position: absolute;
    top: 40px;
    left: 70px;
}

#contact_frame #contact_phone {
    position: absolute;
    top: 58px;
    left: 102px;
}

#contact_frame #contact_header {
    position: relative;
    left: 25px;
    top: 10px;
    width: 100%;
    text-align: center;
    font-size: 14px;
    font-family: "GothamRoundedBold", Helvetica, Arial, sans-serif;
}

#contact_frame #contact_mail_logo {
    position: absolute;
    top: 86px;
    left: 25px;
}

#contact_frame #contact_mail_title {
    font-weight: bold;
    position: absolute;
    top: 86px;
    left: 70px;
}

#contact_frame #contact_mail {
    position: absolute;
    top: 102px;
    left: 102px;
}

.red {
    color: #d41224;
}

.data-category {
    width: 262px;
    float: left;
    margin-right: 10px;
}

.data-category img {
    max-width: 100%;
}

.data-category .button {
    background: #EEEEEE;
    clear: left;
    color: #000000;
    font-size: 13px;
    height: 22px;
    overflow: hidden;
    padding-right: 15px;
    vertical-align: top;
    width: 435px;
    font-family: 'Open Sans', sans-serif;
}

.button {
    background: url("/images/picto-right.png") 100% 50% no-repeat transparent;
    color: #FFFFFF;
    display: inline-block;
    font-size: 12px;
    line-height: 22px;
    padding: 0 20px 0 10px;
    text-decoration: none !important;
}

.data-category a {
    border: 6px solid #E7E7E7;
    display: block;
    margin-top: 10px;
    border-radius: 10px;
}

.data-all .h1-like {
    color: #098B03;
    font-family: DaxWeb-CondLight;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: normal;
    margin: 20px 0 10px;
    text-transform: uppercase;
}

data-category a:hover span {
    color: #098B03;
    background: #098B03;
    background: url("/images/picto-right.png") 100% 50% no-repeat rgb(9, 139, 3);
}

.data-category .button {
    clear: left;
    color: rgb(0, 0, 0);
    font-size: 20px;
    height: 22px;
    padding-right: 15px;
    vertical-align: top;
    width: 100%;
    background: url("/images/picto-right.png") 100% 50% no-repeat rgb(238, 238, 238);
    text-align: center;
    overflow: hidden;
}

.button:hover {
    color: #098B03;
}

.button {
    color: rgb(255, 255, 255);
    display: inline-block;
    font-size: 12px;
    line-height: 22px;
    background: url("/images/picto-right.png") 100% 50% no-repeat transparent;
    padding: 0px 20px 0px 10px;
    text-decoration: none !important;
}

.h1-like {
    font-size: 25pt;
}

.h1-like {
    color: #098B03;
    font-family: DaxWeb-CondLight;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: normal;
    text-transform: uppercase;
}

.vignette-svg {
    height: 180px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}