
.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;
}
.lienHamb1 a {
    font-size: 1rem !important;
}

.lienHamb1 a:hover, #reseaux a:hover {
    color: #ff3366;
}

.menu a, .menuHamb a, #reseaux a {
    color: #fff;
    font-family: Candara;
    font-size: 1.3rem;
    font-weight: bold;
}

.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;  
}
/***** icon swipe *****/
.swipe {
    position: relative;
    z-index: 100;
}

.swipeicon {
    position: absolute;
    top: 20px;
    z-index: 200;
}
.imgswipe {
    width: 100%;
}

@keyframes swap {
    0% { transform: rotate(0deg);}

    50%{transform: rotate(25deg);}

    100%{transform: rotate(0deg);}
}

.swipeicon {
    transform: rotate(0deg);
    animation-name: swap;
    animation-duration:  4s;
    animation-delay: 0s; 
    animation-iteration-count:infinite;
}



/*contenu*/



.carousel-control-next-icon, .carousel-control-prev-icon {
    width: 30px;
    height: 30px;
}

.contenu {
    height: 100vh;
    background-color: #fff;
}


.contenu1, .contenuId {
    height: 50vh;
    overflow: hidden;
}



 h3 {
    color: #fff;
    font-family: Candara;
    font-size: 1rem; 
    font-weight: bolder;
}

.relat {
    position: relative;
}

.absolWeb {
    position: absolute;
    top: 10px;
    left: 30px;
}

/*****  slide webdesign *****/

.tailleImageW:hover {
    opacity: 0.6;
}


/*****  slide graphisme  *****/

.contenuGraph, #tabletId {
    height: 100vh !important;
}
.contenuGris {
    height: 50vh;
    background-color: #ededed;
}
.contenuGrisD, .contenuGrisCarte {
    height: 50vh;
    background-color: #ccc;
}
.tailleImageG {
    width: 85%;
    transform: translateY(10%);
}

.contenuGrisRS {
    height: 50vh;
    color: #ededed;
}

.colGris  {
    color: #666;
}
.colRose  {
    color: #ff3366;
}
/*****************   Responsive design - media queries  *****************/


/* largeur mobile max 767 */
@media screen and (max-width: 767px) {
    body {
        overflow: scroll;
        background-color: #666;
    } 

    .footer {
        color: #fff;
        font-family: Candara;
        font-size: 0.6rem;
    }
    /*    ****    contenu   *****/
    .swiper-slide {

        overflow: hidden;
    }
    .imgswipe {
        width: 100%;
    }
    .absolWeb {
        left: 20px;
    }
    h3 {
        font-size: 0.8rem; 
    }
    .contenu1 {
        height: 33vh;
        overflow: hidden;

    }
    .contenuw {
        height: 27vh;
        overflow: hidden;
    }

    .contenuw1 {
        height: 20vh;
        overflow: hidden;
    }
    .paddingW {
        left: 5px;
    }

    .contenuGraph, .contenuGris, .contenuGrisCarte {
        height: 45vh !important;
    }
    .contenuGrisD, .contenuGrisRS {
        height: 35vh;
    }
    .tailleImageG {
        width: 100%;
        transform: translateY(80%);
    }
    .tailleImageEt {
        width: 80%;
        transform: translateY(50%) !important;
    }
    .tailleImageG1 {
        width: 85%;
        padding-top: 30px;
    }
    .tailleImageId {
        width: 70%;
        padding-top: 30px;
    }
}




/* 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;
    }


    /*    ****    contenu   *****/
    .imgswipe {
        width: 50%;
    }

    .contenu1 {
        height: 91vh !important;

    }
    .contenuw {
        height: 60vh !important;
    }
    .contenuw1 {
        height: 60vh !important;
    }
    .contenuGraph, .contenuGris, .contenuGrisCarte {
        height: 120vh !important;
    }
    .contenuGrisD, .contenuGrisRS {
        height: 91vh !important;
    }

    .tailleImageG {
        transform: translateY(60%);
    }


    .tailleImageG1 {
        width: 70%;
        padding-top: 30px;
    }
    .tailleImageId {
        width: 65%;
        padding-top: 30px;
    }

}

/* largeur mobile max 320  */

@media screen and (max-width:320px){
    .tailleImageG1 {
        width: 70%;
    }
} 

/* largeur mobile - iphonex max 812 paysage */
@media screen and (min-width: 768px) and (max-width: 812px) and (orientation:landscape) {

    .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  */
    .contenu1 {
        height: 50vh !important;
        overflow: hidden;
    }
    .tabletW {
        height: 50vh !important;
    }
    .iphoneW {
        display: none;
    }
    .absolWeb {
        position: absolute;
        top: 10px;
        left: 20px;
    }

    /*****  slide graphisme  *****/

    .contenuGraph {
        display: none;
    }

    .contenuGris, .contenuGrisD, .contenuGrisRS, .contenuGrisCarte {
        height: 100vh !important;   
    }

    .tailleImageG {
        width: 100%;
        transform: translateY(50%) !important;
    }
    .tailleImageEt {
        width: 100%;
        transform: translateY(50%) !important;
    } 
}

/* largeur tablette min 768px   */
@media screen and (min-width: 768px) and (max-width: 1023px) {

    body {
        overflow: hidden;
    }

    .page {
        height: 100vh;     

    }
    .logo {
        width: 80%;
    }
    .footer {
        font-size: 0.7rem;
    }
    /*    contenu  */
    .contenu1 {
        height: 38vh;
        overflow: hidden;
    }
    .tabletW {
        height: 24vh;
        text-align: left;
    }

    /*****  slide graphisme  *****/

    .contenuGraph {
        height: 70vh !important;
    }
    .contenuGris, .contenuGrisD, .contenuGrisRS, .contenuGrisCarte {
        height: 30vh;   
    }

    .tailleImageG {
        width: 100%;
        transform: translateY(35%);
    }

    .tailleImageEt {
        width: 100%;
        transform: translateY(35%);
    }

} 

@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;
    }

    /*****  slide graphisme  *****/


    .tailleImageI {
        width: 100%;
        transform: translateY(20%);
    }
    .tailleImageG{
        width: 100%;
    }
    .tailleImageEt {
        width: 90%;
        transform: translateY(20%);  
    }

}
