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

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

.anime {
    animation-name: effet;
    animation-duration: 5s;
}


@keyframes effet {
    from {
        opacity: 0;
    } to {
        opacity: 1;
    }
}

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

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

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

.aligner {
    display: flex;
    margin-top: 20px;
    height: 65vh;    
}

.img-pos {
    width: 520px;
    height: 450px;
    margin-top: 50px;
}

.message-accueil {
    background-color:  #e6cd60;
    border: 1px solid #705e0e;
    border-radius: 10px;
    box-shadow: 0 5px 10px #181818;
    height: 400px;
    margin-left: 10px;
    margin-top: 85px;
}

/* EPECF */
.format-titre,
.message,
.culte {
    font-weight: bold;
    color: #6e686f;
}

.format-titre {
    font-size: 1.5rem;
    margin-top: 20px;
}

.message {
    margin-top: 20px;
    font-size: 1.1em;
    padding-left: 10px;
    padding-right: 10px;
    text-align: justify;
}

.culte {
    margin-top: 20px;
    font-size: 1.5rem;
}

.cadre-temporaire {
    width: 300px;
    height: 80px;
    margin-left: 20px;
    margin-top: 15px; 
    border: 1px dashed #6e686f;
    border-radius: 10px;
}

.temporaire {
    text-align: justify;
    padding: 10px;
    color: #6e686f;
    font-weight: bold;   
}

.pos-logos {
    margin-top: 35px;
}

.logos {
    margin-left: 10px;
}

.img-cnef,
.img-aeei,
.img-fef {
    border-radius: 10px;
    box-shadow: 0 2px 2px #181818;
}

.container-menu,
.texte-h1,
.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; 
        z-index: 1;
    }

    .container-menu {
       height: 900px;
    }

    .message-accueil {
        height: 510px;
    }
    
    .aligner {
        display: flex;
        flex-direction: column;
    }

    .img-pos {
        width: 75vw;
        height: 40vh;
        margin: auto;
    }

    .message-accueil {
        margin-top: 40px;
    }

    .message {
        text-align: center;
    }

    .culte {
        margin-top: 10px;
    }

    .cadre-temporaire {
        width: 70vw;
        height: 15vh;
        margin: auto;
    }

    .temporaire {
        text-align: justify;
        padding: 10px;
        color: #6e686f;
    }

    .pos-logos {
        margin-top: 10px;
    }

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


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

    .container-menu {
       height: 800px;
    }

    .aligner {
        display: flex;
        flex-direction: column;
    }

    .img-pos {
        width: 75vw;
        height: 40vh;
        margin: auto;
    }

    .message-accueil {
        margin-top: 40px;
    }

    .message {
        text-align: center;
    }
    /* Temporaire!!!*/
    .culte {
        margin-top: 10px;
    }

    .cadre-temporaire {
        width: 70vw;
        height: 10vh;
        margin: auto;
    }

    .temporaire {
        text-align: justify;
        padding: 10px;
        color: #6e686f;
    }

    .pos-logos {
        margin-top: 10px;
    }
    /********************/

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

