
*{
    font-family: Avenir, sans-serif;
    padding: 0px;
    margin: 0px;
    text-align: justify;
    box-sizing: border-box;
}
body{
    background: #6e6a6a;
}
p{
    font-size: 1em;
    line-height: 1.5em;
}
a{
    text-decoration: none;
    color: #000;
}

header, footer{
    width: 100%;
    padding: 20px 0px;
    background:  url("photos/paysage.jpg") #4f4f4f;
    box-shadow: 10px 20px 15px #333;
}
header{
    border-bottom: 2px solid #fff;
    height: 120px;
}
header h1{
    color: white;
    font-size: 1.5em;
    width: 90%;
    margin: 0 auto;
}

footer{
    border-top: 2px solid #fff;
	background-u=image: url("#");
}
footer p{
    width: 90%;
    margin: 0 auto;
    color: #fff;
    text-align: center;
}
footer a{
    color: #fff;
}

section{
    display: flex; 
    flex-flow: row wrap;
    justify-content: center;
    width: 100%;
    padding-bottom: 20px;
    margin: 20px auto;
    box-shadow: 0px 0px 10px #bbb;
    background-color: #fff;
}

section h2{
    margin: 20px 0;
    width: 90%;
}
section > div{
    width: 90%;
}

.photo{
    text-align: center;
}
.photo img{
    width: 150px;
    height: 150px;
    border: 3px solid #fff;
    box-shadow: 0px 0px 10px #777;
    border-radius: 50%;
    margin-top: -80px;
}
.prez{
    border-bottom: 2px dashed #ccc;
}
.prez a{
    display: block;
    text-align: center;
    padding: 10px;
    margin: 10px auto 30px auto;
    color: #fff;
    background-color: #EA0;
    box-shadow: 0px 0px 10px #ccc;
    border-radius: 5px;
}
.contact-flex{
    display: flex;
    flex-flow: row wrap;
    align-items: center;
}
.contact-flex p:first-child{
    flex: 0 0 40%;
}
.contact-flex p:last-child{
    flex: 0 0 60%;
}
.social{
    display: flex;
    justify-content: space-around;
    margin: 10px auto 0px auto;
}
.social img{
    width: 40px;
    height: 40px;
}

.exp{
    display: flex;
    flex-flow: row wrap;
    border-bottom: 1px solid #bbb;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.exp-info{
    display: flex;
    flex-flow: column wrap;
}
.exp-logo{
    flex: 0 0 25%;
    max-width: 100px;
}
.exp-info{
    flex: 0 0 70%;
    margin-left: auto;
}
.exp img{
    width: 100%;
}
.exp h3{
    font-size:  1.2em;
}
.exp h4{
    font-size:  1em;
    font-weight: normal;
}
.h3gauche{
    width: 90%;
}
.comp{
    display:flex;
    flex-flow: row wrap;
    margin-bottom: 10px;
}
.comp p{
    flex: 0 0 40%;
}
.conteneur-barre{
    flex: 0 0 60%;
    border-radius: 5px;
    background-color: grey;
    border-bottom: 1px ridge grey;
}
.barre{
    display: block;
    height: 100%;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
.c5{
	width: 5%;
	background-color: #ff0000;
}
.c30{
	width: 30%;
	background-color: #ff8c00
}
.c80{
	width: 80%;
	background-color: #adff2f;
}
.c85{
    width: 85%;
    background-color: #8B8;
}
.c90{
    width: 90%;
    background-color: #4B8;
}
.c95{
    width: 95%;
    background-color: #4B8;
}
.c100{
    width: 100%;
    background-color: #4B8;
    border-radius: 5px;
}
.comp2{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}
.conteneur-barre2{
    flex: 0 0 100%;
    height: 0.5em;
    margin-bottom: 0.25em;
    border-radius: 5px;
    background-color: grey;
}
.interet{
    flex: 0 1 50%;
    display: flex;
    flex-flow: column wrap;
    align-items: center;
    margin-bottom: 20px;
}
.interet img{
    width: 80px;
    height: 80px;
    border-radius: 50%;
    box-shadow: 0px 0px 15px #555;
}
@media screen and (min-width: 980px){
    section{
        width: 80%;
        box-shadow: 0px 0px 10px #bbb;
    }
    a:hover{
        color: #EA0;
    }
    header h1{
        width: 80%;
    }
    .prez, .contact{
        flex: 0 0 45%;
    }
    .prez{
        border-bottom: none;
        border-right: 2px solid #ccc;
        padding-right: 20px;
        margin-left: auto;
    }
    .contact{
        padding-left: 20px;
        margin-right: auto;
    }
    .prez a{
        border: 2px solid transparent;
    }
    .prez a:hover{
        color: #f28835;
        background-color: #fff;
        border: 2px solid #f28835;
        box-shadow: 0px 0px 20px #666;
    }
    .act-logo{
        flex: 0 0 10%;
    }
    .act-info, .act-desc{
        flex: 0 0 85%;
        margin-left: auto;
    }
    .interet{
        flex: 0 1 25%;
    }
}

.centrer{
	display: flex;
	margin: auto;
	text-align: center;
}

.centrerfablab{
	display: flex;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	width: 30%;
}

.expact-info{
    flex: 0 0 90%;
    font-size: 1.1em;
}

.expact-info{
    display: flex;
    flex-flow: column wrap;
}

.bouton a{
	display: block;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	width: 300px;
	line-height: 50px;
	vertical-align: middle;
	background: #2ca0ff; 
	color: black;
	text-decoration: none;
}
.bouton a:hover {
	background: red;
}

.fablabecriture{
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	color: #ff00d6;
	width: 1000px;
	font-weight: bold;
}

.etwinningecriture{
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	color: #8a2be2;
	width: 1000px;
	font-weight: bold;
}

.etwinningecriture2{
	text-align: middle;
	font-family: Bradley Hand, cursive;
	font-size: 2em;
	margin-left: auto;
	margin-right: auto;
	color: #8a2be2;
	width: auto;
	font-weight: bold;
	
}

.dessinetwinning{
    flex: 0 1 50%;
    display: inline-block;
    flex-flow: column wrap;
    align-items: center;
    margin-bottom: 20px;
}
.dessinetwinning img{
    width: 300px;
    height: 300px;
    border-radius: 50%;
    box-shadow: 0px 0px 15px #555;
}

.ghost{
	color: #ffffff;
}

.galerieetwinning img{
	width: 500px;
	height: 300px;
	margin: 20px;
}

.galerieetwinning img:hover{
	transform: scale(1.1);
	transition-duration: 1s;
}

.boutongaletw a{
	display: block;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	width: 500px;
	line-height: 30px;
	vertical-align: middle;
	color: black;
	text-decoration: none;
}

.boutongaletw img:hover{
	transform: scale(1.1);
	transition-duration: 1s;
}

.seriesecriture{
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	color: #00008b;
	width: 1200px;
	font-weight: bold;
}

.tms {
      width: 400px;
      height: 200px;
      margin: auto;
      background: url("photos/tms_reduit.png") no-repeat;
	  
    }

.tms:hover {
      background: url("photos/tms_reduit_inverse.png") no-repeat;
    }
	
.acteurstms{
    flex: 0 1 50%;
    display: flex;
    flex-flow: column wrap;
    align-items: center;
    margin-bottom: 20px;
	text-align: center;
}
.acteurstms img{
    width: 120px;
    height: 120px;
    border-radius: 50%;
    box-shadow: 0px 0px 15px #555;
}

.manifest {
      width: 400px;
      height: 200px;
      margin: auto;
      background: url("photos/manifest_ecriture.png") no-repeat;
	  
    }

.manifest:hover {
      background: url("photos/manifest_ecriture_inverse.png") no-repeat;
    }
	
.htsdof {
      width: 400px;
      height: 200px;
      margin: auto;
      background: url("photos/htsdof.png") no-repeat;
	  
    }

.htsdof:hover {
      background: url("photos/htsdof_inverse.png") no-repeat;
    }
	
.language{
	text-align: auto;
	font-size: 3em;
	font-family: Britannic Bold, sans-serif;
	margin: auto;
}

.acteursmanifest{
    flex: 0 1 50%;
    display: flex;
    flex-flow: column wrap;
    align-items: center;
    margin-bottom: 20px;
	text-align: center;
}
.acteursmanifest img{
    width: 120px;
    height: 120px;
    border-radius: 50%;
    box-shadow: 0px 0px 15px #555;
}

.acteurshtsdof{
    flex: 0 1 50%;
    display: flex;
    flex-flow: column wrap;
    align-items: center;
    margin-bottom: 20px;
	text-align: center;
}
.acteurshtsdof img{
    width: 120px;
    height: 120px;
    border-radius: 50%;
    box-shadow: 0px 0px 15px #555;
}
