
.container{
    max-width: 1200px;
    margin: auto;
}
.containerContact{
    max-width: 450px;
    margin: auto;
}

#maPhoto{
    width: 200px;
    height: 200px;
  padding: 20px;
}
/* footer  */

#footerDiv{
    text-align:right;
    max-width: 1200px;
    margin: auto;

}
.buttonAccueil{
    width: 150px;
    height: 30px;
}

main .container{
    min-height: 300px;
}
a{
    text-decoration: none;
}
ul {
    padding:2px;
    list-style:none;
    font-weight: normal;
}
/* footer*/
footer .container{
    margin-top:10px;
}
.marginLeft {
    margin-left: 30px;
}
/* nav*/

.top-nav-menu {
    list-style-type: none;
    height: 55px;
    margin: 0px;
    margin-bottom: 10px;
    padding: 0;
    overflow: hidden;
    background-color: #333;
}

.menu-item{
    float: left;
    height: 55px;
}

.menu-item a {
    height: 23px;
    display: block;
    color: white;
    text-align: center;
    padding: 1em;
    background-color: #353;
}
#nav-item-accueil{
    background-color: #72a95f;
    color: black;
}
#nav-item-accueil:hover {
    background-color: #161;
}

#nav-favicone {
    width: 55px;
    height: 55px;
}

#nav-item-favicone{
    padding: 0;
    height: 55px;
}

.menu-item a:hover, .menu-item a:focus, .menu-item a:active {
    background-color: #161;
}
.menu-item:hover .sub-menu{
    display:block;
}

.sub-menu{
    display:none;
    position : absolute;
    z-index:1000;

}
.sub-menu a{
    float:none;
    text-align:left;
}
/* main  */

.containerConnecteur table td{
    padding:3px;
}

main .container table{
    background-color: #eafed3;
    text-align:left;
}

.padding10{
    padding:50px;
}
.paddingL10{
    padding-left: 10px;

}
#logo-accueil {
    width: 100px;
    height: 100px;
    padding:10px;
    background-color: white;
    margin:10px;

}
h2{
    margin: 10px;
}
.conteneur-diapo{
    max-width: 900px;
    margin: 4px auto;
}
.bouton{
    max-width: 700px;
    padding: 4px auto;
}

.photo-realisation{
    width:100%;
    height:100%;
}
.texteIndex1{
    
    padding: 40px;
}
.photoIndex1{
    max-width: 200px;
    padding:  5px;
}
button{
    max-width: 100px;
    margin: 1px auto;
}
.d{
    width: 100%;
    height: 0px;
    padding-top: 75%;
    box-shadow: 0px 0px 10px #777;
    background-color: #EDEDED;
    background-size: contain;
}
.d:hover{
    animation-play-state: paused;
}
.d1{
    animation-delay: 5s;
    animation-direction: normal;
    animation-duration: 20s;
    animation-fill-mode: both;
    animation-iteration-count: infinite;
    animation-name: fondu1;
    animation-play-state: running;
    animation-timing-function: linear;
}



.d2{
    animation-delay: 2s;
    animation-direction: normal;
    animation-duration: 6s;
    animation-fill-mode: both;
    animation-iteration-count: infinite;
    animation-name: fondu2;
    animation-play-state: running;
    animation-timing-function: linear;
}



.d3{
    width: 100%;
    height: 0px;
    box-shadow: 0px 0px 10px #777;
    background-color: #EDEDED;
    background-size: contain;
    padding-top: 49%;
    animation-delay: 0s;
    animation-direction: normal;
    animation-duration: 6s;
    animation-fill-mode: both;
    animation-iteration-count: infinite;
    animation-name: fondu3;
    animation-play-state: running;
    animation-timing-function: linear;
}





.slideshow-container {
    width: 90%;
    max-height: 90vh;
    overflow: hidden;
    position: relative;
}

.slide {
    display: none;
    width: 100%;
    height: 100%;
}




.slide-indicators {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: center;
    align-items: center;
}

.slide-indicator {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.5);
    margin: 0 5px;
    cursor: pointer;
    transition: background-color 0.3s ease-in-out;
}

.slide-indicator.active {
    background-color: #fff;
}

@keyframes fondu1{
    0%{
        background-image: url("i/p/111.jpg");
    }
    14%{
        background-image: url("i/p/112.jpg");
    }
    28%{
        background-image: url("i/p/121.jpg");
    }
    42%{
        background-image: url("i/p/122.jpg");
    }
    56%{
        background-image: url("i/p/131.jpg");
    }
    70%{
        background-image: url("i/p/132.jpg");
    }
    84%{
        background-image: url("i/p/141.jpg");
    }
    97%{
        background-image: url("i/p/151.jpg");
    }
    100%{
        background-image: url("i/p/151.jpg");
    }
}

@keyframes fondu2{
    0%{
        background-image: url("i/p/211.jpg");
    }
    50%{
        background-image: url("i/p/212.jpg");
    }
    100%{
        background-image: url("i/p/211.jpg");
    }
}


@keyframes fondu3{
    0%{
        background-image: url("i/p/311.jpg");
    }
    50%{
        background-image: url("i/p/312.jpg");
    }
    100%{
        background-image: url("i/p/313.jpg");
    }
}