
html {
    scroll-behavior: smooth;
}

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

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

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

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

/* Titre block */
.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;
}

.fond {
    width: 600px;
    height: 450px;
    margin: auto;
    margin-top: 20px;
    background-color:  #e6cd60;
    border-radius: 10px;
    box-shadow: 0 5px 10px #181818;
    border: 1px solid #705e0e;
}

.text,
.textCenter,
.textEspace {
    text-align: justify;
    padding-left: 30px;
    padding-right: 30px;
    margin-top: 10px;
    color: #6e686f;
}

.textCenter {
    text-align: center;
}

.textEspace {
    margin-top: 20px;
    
}

.pos {
    margin-top: 10px;
    color: #6e686f;
}

/*------------------------*/
/*    CLUB DU DIMANCHE    */
/*------------------------*/

.cdd,
.cdj {
    font-weight: bold;
    color: #6e686f;
}

.cdd {
  padding-top: 20px;
}


/*------------------------*/
/*    GROUPE DE JEUNES    */
/*------------------------*/

.cdj {
    margin-top: 30px;
}

/*--------------------------------------*/
.container-menu,
.texte-h1,
.img,
.activites-contenu,
.copyright {

    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;
}


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

    .fond {
        width: 75vw;
        height: 800px;
        margin: auto;
        margin-top: 10px;
        background-color:  #e6cd60;
        border-radius: 10px;
        box-shadow: 0 5px 10px #181818;
    }

    .textCenter,
    .textEspace,
    .text {
        font-size: 0.9rem;
        text-align: center;
    }

    .cdd,
    .cdj {
        font-size: 1.1rem;
    }
 
    .copyright {
        width: 85vw;
        margin: auto;
    }
}


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

    .fond {
        width: 75vw;
        height: 500px;
        margin: auto;
        margin-top: 10px;
        background-color:  #e6cd60;
        border-radius: 10px;
        box-shadow: 0 5px 10px #181818;
    }

    .textCenter,
    .textEspace,
    .text {
        font-size: 0.9rem;
        text-align: center;
    }

    .cdd,
    .cdj {
        font-size: 1.1rem;
    }
 
    .copyright {
        width: 85vw;
        margin: auto;
    }
}
