*{
    box-sizing: border-box;
}

@font-face {
    font-family: impact;
    src: url(./typo/impact.ttf);
}
@font-face {
    font-family: champagne;
    src: url(./typo/Champagne_et_Limousines.ttf);
}

/*frises*/
.friseLeft {
    position: relative;
    float: left;
    width: 250px;
    border: none;
    overflow: hidden;
    height: 100vh;
}
.friseLeft img {
    position: relative;
    width: 100%;
}
.friseRight {
    position: relative;
    float: right;
    width: 250px;
    border: none;
    overflow: hidden;
    height: 100vh;
}
.friseRight img {
    position: absolute;
    width: 100%;
    bottom: 0;
}
@media screen and (max-width: 1350px) {
    .friseRight {
        display: none;
    }
}
@media screen and (max-width: 1000px) {
    .friseLeft {
        height: 250px;
        width: 100%;
        border: none;
    }
    friseLeft img{
        display: none;
    }
}

/*frises pages*/
.rootLogo {
    width: 200px;
    height: 200px;
    margin: 30px auto;
    cursor: pointer;
    /*float: left;*/
}
#rootLogoImg {
    width: 100%;
    height: auto;
}

.friseLeftPages {
    position: relative;
    float: left;
    width: 250px;
    border-right: 1px dashed #666;
    overflow: hidden;
    height: 100vh;
}
.friseLeftPages img {
    position: relative;
    width: 100%;
}
.friseRightPages {
    position: relative;
    float: right;
    width: 250px;
    border-left: 1px dashed #666;
    overflow: hidden;
    height: 100vh;
}
.friseRightPages img {
    position: relative;
    width: 100%;
}

@media screen and (max-width: 1550px) {
    .friseRightPages {
        display: none;
    }
    .friseLeftPages {
    }
}
@media screen and (max-width: 1295px) {
    .friseLeftPages {
        position: absolute;
        z-index: -1;
        display: none;
    }
    .friseLeftPages img{
        bottom: 0;
        position: inherit;
    }
    #friseLeftProjet, #friseLeftFormation {
        display: none;
    }

}

/*Accueil*/
.HomeRootLogo {
    width: 200px;
    height: 200px;
    margin: 30px auto;
    cursor: pointer;
    /*float: left;*/
}
#HomeRootLogoImg {
    width: 100%;
    height: auto;
}

.menuContainerHome {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 97vh;
}

.mainMenuHome {
    width: 800px;
    height: 400px;
    position: relative;
    box-shadow: -6px 6px 10px #ccc9;
}
#pictoMenuHome {
    position: absolute;
    height: 35px;
    bottom : 5px;
    left: 38.6%;
}
.menuLeftCol {
    border-right: 1px dashed #666;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
    float: left;
    padding: 30px;
    height: 100%;
    width: 40%;
    background-color: #fbf9f8;
}
.menuLeftCol img {
    width: 80%;
    margin: 10%;
}
.menuTitle {
    text-align: center;
    font-family: impact;
    font-size: 2em;
}
.menuRightCol {
    float: right;
    width: 60%;
    height: 100%;
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
    
}
.menuRightCol ul{
    list-style-type: none;
    width: 100%;
    margin: 0;
    padding: 0;
}
.menuRightCol li a{
    display: block;
    text-decoration: none;
    padding: 19px 20px;
    height: 79.5px;
    background-color: #fbf9f8;
    font-family: champagne;
    font-size: 1.7em;
    font-weight: bold;
    color: #666;
    border-right: 1px solid #ccc;
}
#projets{
    border-top: 1px dashed #666;
}
.menuRightCol li a:not(#contact){
    border-bottom: 1px dashed #666;
}
#emptyLine {
    visibility: hidden;
}

@media screen and (max-width: 1000px) {
    .mainMenuHome {
        width: 100%;
    }
    .menuContainerHome {
        width: 100%;
        height: auto;
    }
    .menuLeftCol {
        padding: 10px 10px;
    }
}

/*Pages*/
.pageContainer {
    position: relative;
    margin: 0 auto;
    display: flex;
}


/*menu pages*/

.menuContainer {
    display: flex;
    justify-content: center;
}

.pictoCiseaux {
    position: absolute;
    top: 198px;
}
.pictoCiseaux img {
    width: 30px;
}
.navMenu {
    margin: 0 0 5vh 0;
    border: 1px #999;
    height: 200px;
    border-style: none none dashed dashed;
    background-color: #fff;
}
.navMenu ul {
    list-style-type : none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    height: 100%;
}
.navMenu li {
    float: left;
}
.navMenu li a {
    display: inline-block;
    padding: 150px 40px 20px 40px;
    text-align: center;
    font-family: champagne;
    font-size : 1.6em;
    font-weight: bold;
    color: #999;
    text-decoration: none;
    
}
.navMenu li a:hover {
    color: #555;
    border-right: 1px dashed #999;
    border-left: 1px dashed #999;
}

@media screen and (max-width: 1295px) {
    .rootLogo {
        display: none;
    }
    .navMenu li a {
        padding : 150px 15px 20px 15px;
    }
}
@media screen and (max-width: 800px) {
    .navMenu li a {
        padding: 0;
        display: block;
        width: 100%;
        height: 40px;
    }
    .navMenu li {
        float: none;
    }
    .navMenu {
        width: 100%;
    }
    .navMenu li a:hover {
        color: #555;
        border-right: 1px dashed #999;
        border-bottom: 1px dashed #999;
        border-top: 1px dashed #999;
    }
}

/*presentation*/

.poster {
    position: absolute;
    left: 40%;
    top: 250px;
    bottom: 0;
    
}
.poster img {
    width: auto;
    max-height: 100%;
    position: absolute;
    bottom: 0;
    overflow: hidden;
}
.presParagraf {
    border: 1px dashed #666;
    position: relative;
    width: 600px;
    font-family: champagne;
    font-size: 1.8em;
    background-color: #fbf9f8;
    padding: 40px;
    margin: 0 auto;
    
}
@media screen and (max-width: 800px) {
    .presParagraf {
        width: 90%;
        position: relative;
    }
    .poster {
        left: 0;
        width: 100%;
        position: fixed;
    }
    .poster img {
        overflow: hidden;
    }
}

/*contact*/
.contactImg {
    display: flex;
    justify-content: center;
    position: relative;
}
.contactImg img {
    width: 400px;
    box-shadow: 6px -6px 4px #aaa6;
}
.contactImgContainer {
    width: 405px;
    position: inherit;
}

.geoclick {
    position:absolute;
    width: 78px;
    height:298px;
    left:0;
    bottom: 0;
    cursor: crosshair;
}

/*Projets*/

.galleryContainer {
    display: flex;
    flex-wrap: wrap;
    max-width: 1200px;
    margin: 0 auto;
    justify-content: center;
    
}
.projetVign, .vigns {
    width: 350px;
    height: 350px;
    border: 1px solid #666;
    overflow: hidden;
    margin: 20px;
    position: relative;
    border-radius: 12px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    
}
.projetVign img, .vigns img {
    height: 370px;
    position: absolute;
    
}
.projetTitle {
    position: absolute;
    background-color: #fffc;
    width: 100%;
    height: 100%;
    font-family: impact;
    font-size: 1.35em;
    letter-spacing: .2em;
    word-spacing: .4em;
    text-align: center;
    color: #555;
    padding: 18% 30px;
    visibility: hidden;
}
.projetVign:hover .projetTitle {
    visibility: visible;
}

@media screen and (max-width: 700px) {
    .projetVign, .vigns {
        width: 100vw;
        margin: 20px;
    }
    .projetVign img, .vigns img {
        height: 120%;
        position: absolute;
    }
}

/*diaporama*/
.myDiaps, 
.myDiaps2, 
.myDiaps3,
.myDiaps4,
.myDiaps5,
.myDiaps6,
.myDiaps7,
.myDiaps8,
.myDiaps9,
.myDiaps10,
.myDiaps11,
.myDiaps12 {
    display: none;
    margin: 5% auto;
    position: relative;
    max-width: 1200px;
    max-height: 600px;
}

.diaporama {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #000d;
    top: 0;
    left: 0;
    z-index: 4;
}
.diapoContent {
    margin: auto;
    position: relative;
    display: block;
    max-width: 1200px;
    max-height: 600px;
    box-shadow: 0 0 10px #000;
    opacity: 1;
    border-radius: 5px;
    animation-name: showBox;
    animation-duration: 1s;
    -webkit-animation-name: showBox;
    -webkit-animation-duration: 1s;
}
@keyframes showBox {
    from {opacity: 0;}
    to {opacity: 1;}
}
@-webkit-keyframes showBox {
    from {opacity: 0;}
    to {opacity: 1;}
}

.arrow {
    color: #999;
    font-size: 40px;
    position: absolute;
    top: 50%;
    z-index: 2;
    background-color: #2220;
    width: 60px;
    text-align: center;
    padding: 10px 0;
    cursor: pointer;
    border-radius: 5px;
}

.arrow:hover {
    background-color: #000;
    color: #fff;
}
#previous {
    left: 0;
}
#next {
    right: 0;
}

.projDesc {
    background-color: #fbf9f8;
    top : 10%;
    width: 600px;
    padding: 30px;
    border-radius : 12px;
    box-shadow: 0 0 10px #000a;
    font-family : champagne;
    font-size : 1.3em;
    margin: auto;
    position: relative;
    display: block;
    opacity: 1;
    animation-name: showBox;
    animation-duration: 1s;
    -webkit-animation-name: showBox;
    -webkit-animation-duration: 1s;
}

.descContainer {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: none;
}
.closeCross {
    position: absolute;
    top: 15px;
    right: 15px;
    font-weight: bold;
    border: 1px solid #aaa;
    padding: 5px;
    color: #888;
    cursor: pointer;
    font-family: arial;
}
.closeCross:hover {
    color: #444;
    background-color : #fffb;
}
/*boutons*/
.descLink {
    margin: 16px auto;
    padding: 12px 5px;
    color: #777;
    font-weight: bold;
    background-color: #efefef;
    z-index: 3;
    border-radius: 35px;
    width: 80%;
}

@media screen and (max-width: 1200px) {
    .projDesc {
        top : 10%;
        width: 90%;
        max-height: 85vh;
        overflow: auto;
    }
    .diapoContent {
    max-width: 100%;
    }
}