
.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 {
    background-color: #666;
}

.menuHamb {
    display: none;
    background-color: #666;
    z-index: 100;
}

.burger {
    color: #fff;
    font-size: 1.5rem; 
}



/**contenu**/



.contenuHt {
    height: 50vh;
    background-color: #fff;
}

.contenuBas {
    height: 50vh;
}

.contenuBas1 {
    height: 50vh;
    background-color: #ccc;
}

.contenuBas2 {
    height: 50vh;
    background-color: #666;
}


h1 {
    color: #ff3366;
    font-family: Candara;
    font-size: 4rem;
    font-weight: bold;
    line-height: 60px;
    padding-bottom: 10px;
}

h2 {
    color: #ff3366;
    font-family: Candara;
    font-size: 2rem;
    font-weight: bold;
    line-height: 40px;
    padding-bottom: 10px;
}



.textApropos {
    font-family: Candara;
    font-size:1rem;
    color: #666;
}

.textBas {
    font-family: Candara;
    font-size:1rem;
    color: #666;

}
.textBas1 {
    font-family: Candara;
    font-size:1rem;
    color: #ccc;

}
.textBas1 a {
    font-family: Candara;
    font-size:1.1rem;
    color: #ccc;
    font-weight: bolder;
}


.textBas1 a:hover {
    color:#ff3366;
    text-decoration:none;
}

/*****************   Responsive design - media queries  *****************/


/* largeur mobile max 767 */
@media screen and (max-width: 767px) {

      body {
        overflow: scroll;
    } 


    .footer {
        color: #fff;
        font-family: Candara;
        font-size: 0.7rem;
        background-color: #666;
    }

    .tab1 {
        background-color: #fff;
    }
    .tab2 {
        background-color: #ccc;

    }

    .tab3 {
        background-color: #ededed;
    } 


    h1 {
        color: #ff3366;
        font-family: Candara;
        font-size: 2.4rem;
        font-weight: bold;
        line-height: 30px;
        padding-bottom: 10px;
        padding-top: 15px;
    }

    h2 {
        color: #ff3366;
        font-family: Candara;
        font-size: 1.4rem;
        font-weight: bold;
        line-height: 20px;
        padding-bottom: 15px;
    }

    .textApropos {
        font-family: Candara;
        font-size: 0.8rem;
        color: #666;
        line-height: 15px;  
    }

    .textBas, .textBas1 {
        font-family: Candara;
        font-size: 0.8rem;
        color: #666;
        line-height: 15px;  
    }  

    .textBas1 a {
        font-family: Candara;
        font-size: 0.8rem;
        color: #666;
        font-weight: bolder;
    }

}

/* 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;
    }
    
     .tailleImage {
        width: 65%;
    }

} 

/* 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;
    }

    .footer {
        font-size: 0.7rem;
    }

    /*        contenu  */

    .tailleImage {
        width: 50%;
    }
    .contenuHt {
        background-color: #fff;
        height: 38vh !important;
    }
    .contenuBas {
        background-color: #ccc;
        height: 30vh !important;
    }

    .contenuBas1 {
        background-color: #ededed;
        height: 32vh !important;
    } 

    h1 {
        color: #ff3366;
        font-family: Candara;
        font-size: 1.2rem !important;
        font-weight: bold;
        line-height: 15px !important;

        padding-top: 13px !important;
        padding-bottom: 0!important;

    }

    h2 {
        color: #ff3366;
        font-family: Candara;
        font-size: 0.9rem !important;
        font-weight: bold;
        line-height: 13px !important;
        padding-top: 13px !important;
        padding-bottom: 0 !important;   
    }

    .textApropos {
        font-family: Candara;
        font-size: 0.7rem !important;
        color: #666;
        line-height: 12px;  
    }

    .textBas, .textBas1 {
        font-family: Candara;
        font-size: 0.7rem !important;
        color: #666;
        line-height: 12px;  
    }  



    .textBas1 a {
        font-family: Candara;
        font-size: 0.7rem !important;
        color: #666;
        font-weight: bolder;
    }

}

/* 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;
    }

    .contenuHt {
        background-color: #fff;
        height: 34vh;
    }
    .contenuBas {
        background-color: #ccc;
        height: 33vh;
    }

    .contenuBas1 {
        background-color: #ededed;
        height: 33vh;
    } 

    /*    contenu  */
    h1 {
        color: #ff3366;
        font-family: Candara;
        font-size: 2.4rem;
        font-weight: bold;
        line-height: 30px;
        padding-bottom: 10px;
        padding-top: 15px;
    }

    h2 {
        color: #ff3366;
        font-family: Candara;
        font-size: 1.4rem;
        font-weight: bold;
        line-height: 20px;
        padding-bottom: 15px;
    }
    .textApropos {
        font-family: Candara;
        font-size: 0.8rem;
        color: #666;
    }

    .textBas, .textBas1 {
        font-family: Candara;
        font-size: 0.8rem;
        color: #666;
    }  
    .textBas1 a {
        font-family: Candara;
        font-size: 0.8rem;
        color: #666;
        font-weight: bolder;
    }

} 

@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;
    }


    .tailleImage {
        width: 70%; 
    }

    h1 {
        color: #ff3366;
        font-family: Candara;
        font-size: 2.4rem;
        font-weight: bold;
        line-height: 30px;
        padding-bottom: 10px;
        padding-top: 15px;
    }

    h2 {
        color: #ff3366;
        font-family: Candara;
        font-size: 1.4rem;
        font-weight: bold;
        line-height: 20px;
        padding-bottom: 15px;
    }



    .textApropos {
        font-family: Candara;
        font-size: 0.8rem;
        color: #666;


    }

    .textBas {
        font-family: Candara;
        font-size: 0.8rem;
        color: #666;

    } 

    .textBas1 {
        font-family: Candara;
        font-size: 0.8rem;
        color: #ccc;

    }
    .textBas1 a {
        font-family: Candara;
        font-size: 0.8rem;
        color: #ccc;
        font-weight: bolder;
    }


    .textBas1 a:hover {
        color:#ff3366;
        text-decoration:none;
    }




}
