html {
    scroll-behavior: smooth;
}

h2, h3 { 
    font-weight:  400;
    margin: 0;
}

h2 {
    font-size: 150%;
    text-transform: capitalize; 
}

.p {
    color: #4d2d14;
} 

.block {
    width: 900px;
    margin: auto;
    margin-top: 190px;
    z-index: -1;
}

.texte-h1 {
    padding: 10px;
    background-color: rgb(105, 73, 113);
    color: white;
    display: flex;
    justify-content: center;
    border-radius: 20px 20px 0 0;
    text-shadow: 1px 5px 5px #181818;
}

.contact-contenu {
    padding: 12px;
    background-color: rgba(235, 174, 70, 0.5);
    border-bottom: 1px solid #261d0e;
    text-align: center;

}

.bold {
    font-weight: bold;
}

.informations {
    width: 480px;
    height: 240px;
    margin: auto;
    margin-top: 30px;
    background-color:  #e6cd60;
    border: 1px solid #705e0e;
    border-radius: 10px;
    box-shadow: 0 5px 10px #181818;
}

.sl1,
.sl2 {
    font-size: 1.5em;
    font-weight: bold;
    margin-top: 10px;
    color: #6e686f;
}

.cadre {
    width: 450px;
    margin: auto;
    margin-top: 5px;
    padding: 10px;
    margin-top: -5px;
    margin-left: 20px;
    text-align: justify;
    color: #6e686f;
}

.sl2 {
    margin-top: 10px;
}

.plan {
    margin-top: 40px;
}

.pos-plan {
    border-radius: 10px;
    box-shadow: 0 5px 10px #181818;
}

.contact-contenu,
.texte-h1,
.contact {
    box-shadow: 0 20px 20px #181818;
}

/*--------------------------------------*/
/*                FOOTER                */
/*--------------------------------------*/

.copyright {
    width: 900px;
    margin: auto;
	background-color: #7c4c25;
	height: 40px;
	color: white;
	font-size: 0.9em;
	display: flex;
	justify-content: center;
    align-items: center; 
}


/*--------------------------------------*/
/*                MOBILE                */
/*--------------------------------------*/

@media screen and (min-width: 320px) and (max-width: 600px) {
    * {
        cursor: initial;
    }

    .block {
        width: 85vw;
        margin: auto;
        margin-top: 80px;
    }

    .contact-contenu {
        height: 750px;
    }

    .informations {
        width: 70vw;
        height: 350px;
    } 

    .sl1,
    .sl2 {
        font-size: 1.1rem;
    }

    .sl2 {
        margin-top: 30px;
    }

    .cadreMobileAdresse,
    .cadreMobileReunion {
        margin: auto;
        width: 50vw; 
        font-size: 0.9rem;
        
    }

    .cadreMobileAdresse {
        height: 25vh;
        text-align: center;
    }

    .cadreMobileReunion {
        height: 30vh;
        text-align: center;
     
    }

    .pos-plan {
        width: 70vw;
        height: 30vh;
        margin-top: 5px;
    }

    iframe {
        width: 70vw;
    }

    .copyright {
        width: 85vw;
        margin: auto;
    }
}

/*---------------------------------------*/
/*                TABLETTE               */
/*---------------------------------------*/

@media screen and (min-width: 600px) and (max-width: 900px) {
    * {
        cursor: initial;
    }
    
    .block {
        width: 85vw;
        margin: auto;
        margin-top: 80px;
    }

    .contact-contenu {
        height: 800px
    }

    .informations {
        width: 70vw;
        height: 300px;
    } 

    .cadreMobileAdresse,
    .cadreMobileReunion {
        margin: auto;
        font-size: 0.9rem;
    }

    .cadreMobileAdresse {
        width: 70vw;
        height: 25vh;
        text-align: center;
    }

    .cadreMobileReunion {
        width: 50vw;
        height: 30vh;
    }

    .sl1,
    .sl2 {
        font-size: 1.1rem;
    }
    
    .sl2 {
        margin-top: -90px;
    }

    iframe {
        width: 70vw;
    }

    .pos-plan {
        width: 70vw;
        height: 40vh;
        margin-top: 5px;
    }

    .copyright {
        width: 85vw;
        margin: auto;
    }
}
