#mainWrap{

    padding-bottom:5vw;
    
}



#imgIntro{
    display: block;
    position: relative;
    width: 100%;
    height: calc(100vh - 7.2vw);
    overflow: hidden;
    
}

#imgIntro img{
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    min-height: 100vh;
    min-width: 100%;
    width: auto;
    height: auto;
    transform: translate(-50%, -50%);
}

.siema .creditImg{
    color: black;
}

.creditImg{
    display: block;
    position: absolute;
    margin: 1.5vw;
    bottom: 0;
    right: 0;
    font-size: var(--CenText);
    color: white;
    cursor: pointer;
}

.creditImg .cName{
    display: none;
}

.creditImg:hover .cName{
    display: contents;
}

#prodInfo{
    display: block;
    position: relative;
    background-color: white;
    width: 100%;
}

#prodTexte{
    display: inline-block;
    position: relative;
    top: 0;
    width: 60%;
    min-height: 60vh;
    font-size: var(--CenText);
    background-color: black;
}

.wrapTexte{
    display: block;
    margin:2vw ;
}

#prodTexte p::after{
    display: block;
    content: " ";
    white-space: pre;
}

#diffusions{
    color: black;
    display: block;
    position: sticky;
   height: fit-content;
   float: right;
   bottom: 0;
    overflow-y: visible;
    left: 60%;
    width: 40%;
    top: 2vw;
}



#pagenda{
    display: block;
    overflow-y: scroll;
    padding: 0 1.5vw ;
    font-size: var(--CenLow);
}

#pagenda h3{
    border-bottom: 1px solid black;
    display: block;
    background-color:white;
    z-index: 2;
    top: 0;
    font-size: var(--DrTitle);
    position: sticky;
    padding: calc(10px + 1.5vw) 0 10px 0;
    font-family: druk;
    margin-bottom: 10px;
}

.year{
    font-family: druk;
    display: block;
    padding: 10px 0 10px 0;
    position: relative;
    border-bottom: 1px solid black;
}

.deploy{
    display: block;
    position: absolute;
    font-family: century;
    height: .7vw;
    transform-origin: center;
    background-image: var(--bg-image);
    right: 0;
    top: 50%;
    transition: .1s;
    cursor: pointer;
    transform: translate(0 , -50%);
    margin-right: 3vw;
}

.year:first-of-type .deploy:first-of-type{
    transform: translate(0 , -50%) rotate(90deg);
}

.deploy img{
    height: 100%;
    width: auto;
}

.month{
    display: block;
    background-color: black;
    color: white;
    padding: 10px;

}

.contentYear{
    display: none;
    padding: 0 0 10px 0;
}
.contentYear:first-of-type{
    display: block;
}

.contentYear:last-of-type{
    padding-bottom: 1.5vw;
}

.representation{
    display: flex;
    margin: 10px 5px 5px 5px;
    align-items: center;
    justify-content: space-between;
}


.jour{
    width: 12%;
}
.lieu{
    width: 40%;
}
.ville{
    width: 30%;;
}
.pays{
    width: 10%;
}

#carrousel{
    display: block;
    position: relative;
    background-color: white;
    text-align: center;
}
#carrousel .siema{
    display: block;
    position: relative;
    height: 80vh;
    width: 100%;
}

.siema div{
    height: 100%;
    width: 100%;
    display: block;
    margin: 0 auto;
    position: relative;
}

.buttonNav{
    display: block;
    position: absolute;
    top: 50%;
    cursor: pointer;
    padding: 1.5vw;
    transform: translate(0, -50%);
}

.buttonNav img{
    width: 1.5vw;
}

.next{
  right: 0;
}

.siema div img{
    height: 100%;
    width: auto;
    display: block;
    margin: 0 auto;
}

.pageMedia{
    display: block;
    position: relative;
    top: 0;
    background-color: white;
    width: 100%;
    font-size: var(--CenText);
}
.wrapMed{
    background-color: black;
    padding: 2vw;
    width: calc(60% - 4vw);
    display: block;
}

.media::after{
    display: block;
    white-space: pre;
    content: " ";
    font-size: var(--CenText);
}

.fichiers{
    display: inline-block;
    vertical-align: top;
    position: relative;
    width: fit-content;
    transition: .2s;
    border: 1px solid white;
    padding: var(--DrLow);
    font-family: druk;
    font-size: var(--DrLow);
}

.fichiers:hover{
    background-color: white;
    color: black;
}

#distMent{
    display: block;
    background-color: black;
    position: relative;
    line-height: 1.3;
    width: 100%;
    text-align: center;
    padding-bottom: 2vw;
}

.dm{
    display: inline-block;
    width: 35%;
    padding-top: 2vw;
    text-align: left;
    vertical-align: top;
    margin: 0 2vw;
}

.dm h1{
    font-size: var(--DrTitle);
}

.dm h3{
    font-size: var(--CenLow);
}

.dm p{
    display: block;
    font-size: var(--CenLow);
}

.dm p::after{
    font-size: var(--CenLow) !important;
}

.dm li{
    font-size: var(--CenLow);

}



#distribution div{
    width: 100%;
    display: block;
    font-size: var(--CenLow);
    padding: 10px 0 5px 0;
    border-bottom: 1px solid white;
}
#distribution div span{
    display: inline-block;
    vertical-align: top;
}
#distribution div span:first-of-type{
    width: 40%;
    margin-right: 4%;
}
#distribution div span:last-of-type{
    width: 55%;
}

#mentions p::after{
    display: block;
    white-space: pre;
    content: " ";
}


@media (orientation : portrait){

    #mainWrap{

        padding-bottom:10vh;
        
    }
    

    #imgIntro{
        height: 50dvh;
        
    }
    
    #imgIntro img{
        min-height: 50dvh;
        min-width: 100%;
        max-width: 150%;
    }
    


    #prodInfo{
        display: flex;
        position: relative;
        flex-direction: column-reverse;
        width: 100%;
    }

    #prodTexte{
        display: block;
        width: 100%;
        min-height: unset;
    }

    .wrapTexte{
        display: block;
        margin:5dvw ;
    }

    #diffusions{
        color: black;
        display: block;
        position: relative;
        height: auto;
       float: unset;
       bottom: unset;
        overflow-y: visible;
        left:0%;
        padding: 5dvw;
        border-bottom: 1px solid black;
        width: calc(100% - 10dvw);
        top: 0;
    }

    #pagenda{
        display: block;
        overflow-y: scroll;
        padding: 0 1.5dvw ;
    }

    #pagenda h3{
        z-index: auto;
    }

    .jour{
        width: 10%;
    }
    .lieu{
        width: 50%;
    }
    .ville{
        width: 30%;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }
    .pays{
        display: none;
    }

    .deploy{
        height: 2.8vw;
        margin-right: 3vw;
    }
    


    #carrousel .siema{
        display: block;
        position: relative;
        align-items: center;
        height: 70vh;
        width: 100%;
    }

    .siema div{
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
    }
    

    .siema div img{
        height: auto;
        width: auto;
        max-width: 100%;
        max-height: 100%;
    }

    .buttonNav{
        opacity: 0;
    }

    


    .dm{
        display: block;
        width: 90%;
        padding-top: 5dvw;
        margin: 0 5dvw;
    }

    .wrapMed{
        background-color: black;
        padding: 5dvw;
        width: calc(100% - 10dvw);
        display: block;
    }
    
    


}