
.nopadding {
    padding: 0 !important;
    margin: 0 !important;
}

.paysage {
    height: 100vh;
    width: 100vw;
    background-color: #ccc;
    display: none;
}

body {
    overflow: hidden;
}

/*menu*/

#zoneG {
    background-color: #666;
}
.logo {
    padding-top: 5vh;
}

.page {
    height: 100vh;
}
.menu {
    height:100vh;
}
.menu a, .menuHamb a, #reseaux a {
    color: #fff;
    font-family: Candara;
    font-size: 1.3rem;
    font-weight: bold;
}
.lienHamb1 a {
    font-size: 1rem;
}
.lienHamb1 a:hover, #reseaux a:hover {
    color: #ff3366;
}

.menu a:hover, .menuHamb a:hover {
    text-decoration: none;
    color: #ff3366;
}
.footer {
    color: #fff;
    font-family: Candara;
    font-size: 1rem;
}

/*mobile*/
#mobile {
    height: 100vh;
    background-color: #666;
}

.menuHamb {
    display: none;
    background-color: #666;
    z-index: 100;
}

.burger {
    color: #fff;
    font-size: 1.5rem;
}

/*contenu*/

.tailleImage {
    transition: transform .6s ease-in-out;
}

.tailleImage:hover {
    transform: scale(1.1);
}

.tailleImage1 {
    width: 60%;
    transition: transform .6s ease-in-out;
}

.tailleImage1:hover {
    transform: scale(1.1);
}


.tailleImage2 {
    transition: transform .6s ease-in-out;
}

.tailleImage2:hover {
    transform: scale(1.1);
}


.contenuHt {
    height: 50vh;
    background-color: #ccc;
}


.contenuBas {
    height: 50vh;
    background-color: #ededed;
}

h1, h2 {
    color: #ff3366;
    font-family: Candara;
    font-size: 1.5rem;
    font-weight: bold;
}

h2 {
    line-height: 20px;
}

.webd, .ident, .graph {
    color: #666;
    font-family: Candara;
    font-size: 1rem;
    font-weight: bold;
}


/*****************   Responsive design - media queries  *****************/


/* largeur mobile max 767 */
@media screen and (max-width: 767px) {
    body {
        overflow: scroll;
    } 


    .tab1 {
        background-color: #ccc;
        height: 25vh;
    }
    .tab2 {
        background-color: #ededed;
        height: 25vh;
    }

    .tab3 {
        background-color: #fff;
        height: 25vh;
    } 


    h1, h2 {
        padding-top:7px;
        color: #ff3366;
        font-family: Candara;
        font-size: 1rem;
        font-weight: bold;
    }

    .webd, .ident, .graph {
        color: #666;
        font-family: Candara;
        font-size: 0.8rem;
        line-height: 13px;
        font-weight: bold;
    }

    .tailleImage2 {
        width: 35%;
    }

    .tailleImage:hover, .tailleImage1:hover, .tailleImage2:hover {
        transform: none;
    } 
    .footer {
        color: #fff;
        font-family: Candara;
        font-size: 0.6rem;
    }

}




/* largeur mobile max 767 paysage */
@media screen and (max-width: 767px) and (orientation:landscape) {
    body {
        overflow: scroll;
    }
    #mobile {
        height: auto;
    }

    .logo {
        width: 30%;
    }
    .menu a {
        color: #fff;
        font-family: Candara;
        font-size: 1.1rem;
        font-weight: bold;
    }
    h1, h2 {
        padding-top: 12px;
    }

    .tailleImage {
        width: 50%;
    }

    .tailleImage1 {
        width: 20%;
    }
    .tailleImage2 {
        width: 12%;
    }

}

/* largeur mobile max 320  */

@media screen and (max-width:320px){
    h1, h2 {
        color: #ff3366;
        font-family: Candara;
        font-size: 0.9rem;
        font-weight: bold;
    }

    .webd, .ident, .graph {
        color: #666;
        font-family: Candara;
        font-size: 0.7rem;
        line-height: 13px;
        font-weight: bold;
    }

} 

/* largeur mobile - iphonex max 812 paysage */
@media screen and (min-width: 768px) and (max-width: 812px) and (orientation:landscape) {
    body {
        overflow: hidden;
    }

    .logo {
        width: 60% !important;
    }
    .menu a {
        color: #fff;
        font-family: Candara;
        font-size: 1rem;
        font-weight: bold;
    }

    .menu a:hover {
        text-decoration: none;
        color: #332e2e;
    }
    /*    contenu  */

    .tailleImage {
        width: 52% !important;
    }



    .tailleImage1 {
        width: 22% !important;  
    }

    .tailleImage2 {
        width: 12% !important;
    }

    .webd, .ident, .graph {
        color: #666;
        font-family: Candara;
        font-size: 0.6rem !important;  
        font-weight: bold;
    }

    h1, h2 {
        padding-bottom: 1px !important;  
        color: #ff3366;
        font-family: Candara;
        font-size: 0.8rem !important;  
        font-weight: bold;
    }


}

/* largeur tablette min 768px   */
@media screen and (min-width: 768px) and (max-width: 1023px) {



    .page {
        height: 100vh;     

    }
    .logo {
        width: 80%;
    }
    .footer {
        font-size: 0.7rem;
    }

    .tab1 {
        background-color: #ccc;
        height: 34vh;
    }
    .tab2 {
        background-color: #ededed;
        height: 33vh;
    }

    .tab3 {
        background-color: #fff;
        height: 33vh;
    } 


    /*    contenu  */

    .tailleImage1 {
        width: 50%;  
    }

    .tailleImage2 {
        width: 25%;
    }

    .webd, .ident, .graph {
        color: #666;
        font-family: Candara;
        font-size: 0.9rem;
        font-weight: bold;
    }

    h1, h2 {
        color: #ff3366;
        font-family: Candara;
        font-size: 1.3rem;
        font-weight: bold;
    }


    .tailleImage:hover, .tailleImage1:hover, .tailleImage2:hover {
        transform: none;
    } 

} 

@media screen and (min-width: 1024px) and (max-width: 1366px) and (orientation:portrait) {

    body {
        overflow: hidden;
    }

    .desktop{
        display:none!important;
    }

    .paysage {
        display: block;
        position: relative;

    }
    .logo {
        width: 35% !important;
    }

    .icon {
        font-size: 5rem;
        color: #ff3366;
        padding-bottom: 10px;
    }

    .icon1 {
        font-size: 3.5rem;
        color: #ff3366;
        padding-bottom: 10px;
    }


    .paysageContenu{
        font-size : 2.5rem;
        color: #666;
        font-family: Candara;
        font-weight: bold;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 50%;
        transform: translateX(-50%);
    }


}

/* largeur desk min 1024px   */
@media screen and (min-width: 1024px) and (max-width: 1366px) {



    .page {
        height: 100vh;     
    }
    .logo {
        width: 80%;
    }
    .footer {
        font-size: 0.7rem;
    }

    .contenuHt, .contenuBas {
        height: 50vh;
    } 

    .tailleImage1 {
        width: 70%;
    }


}
