/* polices de caractÃ¨res! */
@import url('https://fonts.googleapis.com/css?family=Lexend+Exa|Roboto|Shadows+Into+Light|Short+Stack&display=swap');

/*
    font-family: 'Lexend Mega', sans-serif;
    font-family: 'Short Stack', cursive;
    font-family: 'Roboto', sans-serif;
*/

/* Variables */
* {
    --title-font: 'short stack', cursive;
    --main-font: 'Roboto', sans-serif;
    --secondary-font: 'Lexend Mega', sans-serif;
    --dark-color: rgba(91, 81, 65, 1.00);
    --light-color: #392424;
    --main-color: #2a1818;
    --main-light-color: white;
    --highlight-color: #DBD9CB;
    --bouton: #DBD9CB;
}
/*(ancien main-color: #8F856E; light-color: #D2C7BE)*/


/* style gÃ©nÃ©ral:  h1, h2,h3, p , body...   */

#pc-image, .link-text {
    display:none /* pour faire disparaitre*/
}


body{

    font-family: var(--main-font);
    font-size: 1em;
    color: var(--dark-color);
    margin: 0; /* pas de marge*/
}

body * {

    box-sizing: border-box; /* body Âµ pour tout les enfants; les Ã©lÃ©mnets taille de border*/
}
h1 {
    color: var(--main-color);
    font-family: var(--title-font);
    font-size: 1em;

}

h2, h3, h4 {
    font-family: var(--secondary-font);
    color: var(--main-color);
}

h2 {
    padding-bottom: 10px;
    border-bottom: solid 1px;
}

h3 {
    color: var(--main-color);
}

a {
    color: #f0efe8;
}

.ligne {
    color: #f0efe8;
}

header {
    position: relative;
    margin: 0;
    width: 100%;

}

text{}

numbertext{
}



object{
    font-size: 1em;
    font-family: var(--secondary-font);
    margin: 0;
    width: 100%;
    height: 20;
}

iframe{
    font-size: 3em;
    font-family: var(--secondary-font);
    margin: 0;
    width: 100%;
    height: 20;
}

img {
    width: 100%;
    margin: 0;
}

.white {
    color: white;
}

#main-title {
    color: rgba(243, 236, 236, 0.7);
    font-size: 4vw;
    position: absolute;
    width: 80%;
    text-align: center;
    top: 10%;
    left: 5%;
    background: rgba(128, 128, 128, 0.5);
}

#main-title-2 {
    color: rgb(0,0,1);
    font-size: 4em;
    position: absolute;
    width: 100%;
    text-align: center;
    bottom: 0%;
    background: rgba(128, 128, 128, 0.5);
}

main {
    width: 90%;
    margin: 30px auto;
}

.center {
    width: 90%;
    margin: auto;
    position: relative;
    top: 20px;
}

.center-nav {
    width: 90%;
    margin: auto;
    position: relative;
    top: 5px;
}

.w-100 {
    width: 100%;
}

.w-90 {
    width: 90%;
}

.compteur {
    width: 50px;
    height: 20px;

}

.card {
    /*border: solid thin black;*/
    margin-top: 30px;

}
/*
.card-image {


}
*/
.card-txt-CR {

    border-bottom: solid 1px var(--dark-color);
    height: 100%;

}

.card-txt {

    border-bottom: solid 1px var(--dark-color);
    margin-bottom:30px;
   

}

.card-footer {
    
    padding: 10px 0px 30px 0px;

}

.benevole  {
    border: solid thin black;


}

.benevole a:link, .benevole a:visited {
    width: 100%;
    text-align: center;
    background-color: var(--dark-color);
    color: var(--bouton);
    display: block; /* Par defaut la balise a est une balise de texte de type inlin
    display block permet de passe ren type block et de modifier son comportement*/
    padding: 0.6em 0;
    text-decoration: none;
    font-family: var(--title-font);
}

.card a:link, .card a:visited {
    width: 100%;
    text-align: center;
    background-color: var(--dark-color);
    color: var(--bouton);
    display: block; /* Par defaut la balise a est une balise de texte de type inlin
    display block permet de passe ren type block et de modifier son comportement*/
    padding: 0.6em 0;
    text-decoration: none;
    font-family: var(--title-font);


}
/* Bouton animation: b_anim
.b-anim-d {
    border: solid thin black;
    margin-top: 5px;

}*/

.b-anim-d a:link, .b-anim a:visited {
    width: 100%;
    text-align: center;
    background-color: var(--dark-color);
    color: var(--bouton);
    display: block; /* Par defaut la balise a est une balise de texte de type inlin
    display block permet de passe ren type block et de modifier son comportement*/
    padding: 0.6em 0;
    text-decoration: none;
    font-family: var(--title-font);
}

.b-anim-d a:hover {
    background: var(--main-color);
}


.b-anim {
    border: solid thin black;
    margin-top: 10px;

}

.b-anim a:link, .b-anim a:visited {
    width: 100%;
    text-align: center;
    background-color: var(--dark-color);
    color: var(--bouton);
    display: block; /* Par defaut la balise a est une balise de texte de type inlin
    display block permet de passe ren type block et de modifier son comportement*/
    padding: 0.6em 0;
    text-decoration: none;
    font-family: var(--title-font);
}

.b-anim a:hover {
    background: var(--main-color);
}

.b-anim-footer {
    
    padding: 2px 0px 15px 0px;

}

.b-anim-center {
    width: 90%;
    height: 90%;
    margin: auto;
    position: relative;
    top: 5px;
	
}

.b-anim-w-90 {
    width: 90%;
}


/* Quand la souris passe dessus*/
.card a:hover {
    background: var(--main-color);
}

.aproposde {
    width: 100%;
}

.footer h3{
    font-family: var(--title-font);
    color: var(--light-color);
    border-bottom-style: solid;
    border-width: 2px;
    border-bottom-color: var(--light-color);

}

.footer {
    height: 220px;
    background-color: var(--dark-color);
    padding: 1em 0 2em 0;
   

}

footer ul {
    list-style: none;
}

.footer  a:link, .footer a:visited {
    width: 60%;
    text-align: left;
    color: var(--main-light-color);
    display: block;
    
    /* Par defaut la balise a est une balise de texte de type inlin
       display block permet de passe ren type block et de modifier son comportement*/
    padding: 0.3em 0;
    text-decoration: none;
    font-family: var(--secondary-font);
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
}

.footer a:hover {
    border-bottom-style: solid;
    border-width: 2px;
    border-bottom-color: var(--light-color); /* le border radius est hÃ©ritÃ© de a:visited*/
    font-family: var(--main-color);
}

/*.h-100 {
    height: 100%;
    

    
    
}*/

a::-moz-focus-inner {
    outline:none;
    border-color: transparent;
}

/* Barre de navigation*/

#menu {
    height: 40px;
    width: 100%;
    position: fixed;
    bottom:0;
    color:#DBD9CB;
    /*background-color: rgba(108, 17, 66, 0.71);*/
    background-color: rgba(61, 58, 54, 0.8);
    z-index: 1;

}

#menu ul {
    list-style: none;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;

}

#menu-link {
    bottom: 7center5%;
}

@media screen and (min-width: 700px) {
    #phone-image, .link-icon{
        display: none;
    }

    #pc-image, .link-text {
        display: block;
    }
	/* Bouton animation: b_anim*/
	
	.b-anim { 
		width: 17%;
		}
		
	/*modif entête*/
	
	.entete_d { 
		width: 20%;
		}
		
	.entete_g { 
		width: 50%;
		}

    .entete_c { 
         width: 20%;
        }


	.b-flex-container {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        width: 90%;
	    position: relative;
    }
		
		
	    /* reduire les cartes . Container de carte en flex*/
    .card {
        width: 30%;
    }

    .card-60 {
        width: 60%;
    }

    .flex-container {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        position: relative;
    }

    .flex-container1 {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        position: relative;
    }

    .flex-container2 {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        position: relative;
    }

    .flex-container3 {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        position: relative;
    }

    .footer-content {
        width: 30%;
    }

    .footer-content ul {
        padding: 0;
    }

    #aproposde {
        min-height: 200px;
        margin-bottom: 40px
    }

    #aproposde img {
        height: 40%;
        max-width: 350px;
        float: right;
    }
}

.is-gone {
  display: none;
}

