                                                                    /*Fichier Style CSS */
                                                                    /*Milena LECLERE*/


/* http://meyerweb.com/eric/tools/css/reset/
   v2.0b1 | 201101
   NOTE: WORK IN PROGRESS
   USE WITH CAUTION AND TEST WITH ABANDON */
 
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    scroll-behavior: smooth;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
} 
/* remember to highlight inserts somehow! */
ins {
    text-decoration: none;
}
del {
    text-decoration: line-through;
}
table{
    border-collapse: collapse;
    border-spacing: 0;
}
                                                                    /* DEBUT DU CODE CSS*/
                                                                    /* POLICES */
@font-face{
	font-family: 'titres';
	src : url('avenircondensedhand.ttf');
}
@font-face{
    font-family: 'textes';
    src : url('dayrom.ttf');
}
                                                                    /* GENERAL */
body{
    font: 16px/1.4em 'textes';
    color: black;
}
p, ul{
    margin: 0 0 1.5em;
    text-align: justify;
}
ul{
    list-style: disc;
    padding: 0 0 0 20px;
}
a{
    color: #48a1ad;
}
a:hover{
    color: #1c1c1c;
}
h1{
	font : 50px 'titres';
	font-variant: small-caps;
}
h2{
    font-family: 'titres';
    color: #3f8d97;
    font-size: 32px;
    line-height: 1.4em;
    font-weight: bold;
    font-variant: small-caps;
}
h3{
	font-family: 'titres';
    font-size: 24px;
	font-style: italic;
    font-variant: small-caps;
    margin-bottom: 30px;
}
.sous-titre{
    font-family: 'titres';
    font-size: 24px;
    font-style: italic;
    font-variant: small-caps;
    text-align: center;
    margin-top: -20px;
}

                                                                    /*HEADER*/
header{   
    margin: 15px;
}
        /*shorter clearfix http://nicolasgallagher.com/micro-clearfix-hack/*/
        header:before,
        header:after {
            content:"";
            display:table;
        }
 
        header:after {
            clear:both;
        }
 
        /* For IE 6/7 (trigger hasLayout) */
        header {
            zoom:1;
        }
.logotitre{
    max-width: 80%;
    display: flex;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    z-index: 1;
    margin-top: 50px;
    margin-bottom: 40px;
}   
a.to_nav{
    float: right;
    color: #fff;
    background: lightgrey;
    opacity: 0.9;
    height: 60px;
    font-variant: small-caps;
    letter-spacing: 0.1em;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    z-index: 3;
    transform: scale(.7);
    transition: 0.3s ease all;
    position: fixed;
    right: 10px;
    top: 10px;
}
a.to_nav:hover,
a.to_nav:focus{
    color: ;
    transform: scale(.9);
    background: silver;
    opacity: 1;
}
                                                                    /*BODY*/
                                            /*MAIN GALLERY*/
.maingallery{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    max-width: 100%;
    height: 1150px;
    overflow: hidden;
    margin-bottom: -30px;
}
.maingallery img{
    width: 400px;
}
.maingallery_projet{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    max-width: 100%;
    height: 1000px;
    overflow: hidden
}
.maingallery_projet img{
    width: 400px;
}
#maingallery_nina:hover, 
#maingallery_mamilena:hover, 
#maingallery_fulguromatic:hover, 
#maingallery_tiguidipop:hover,
#maingallery_instruments:hover,
#maingallery_filutherie:hover{
    filter: saturate(1);
    transform: scale(.9);
    z-index: 2;
}
#maingallery_nina:active, 
#maingallery_mamilena:active, 
#maingallery_fulguromatic:active, 
#maingallery_tiguidipop:active,
#maingallery_instruments:active,
#maingallery_filutherie:active{
    filter: saturate(0);
    transform: scale(.9);
}
#maingallery_nina{
    filter: saturate(.6);
    transform: scale(.7);
    transition: 0.3s ease all;
    position: relative;
    right: 20%;
    bottom: 40px;
}
#maingallery_mamilena{
    filter: saturate(.6);
    transform: scale(.55);
    transition: 0.3s ease all;
    position: relative;
    left: 20%;
    bottom: 220px;
}
#maingallery_fulguromatic{
    filter: saturate(.6);
    transform: scale(.7);
    transition: 0.3s ease all;
    position: relative;
    right: 15%;
    bottom: 390px;
}
#maingallery_tiguidipop{ 
    filter: saturate(.6);   
    transform: scale(.5);
    transition: 0.3s ease all;
    position: relative;
    left: 19%;
    bottom: 570px;
}
#maingallery_instruments{ 
    filter: saturate(.6);   
    transform: scale(.4);
    transition: 0.3s ease all;
    position: relative;
    right: 25%;
    bottom: 850px;
}
#maingallery_filutherie{ 
    filter: saturate(.6);   
    transform: scale(.65);
    transition: 0.3s ease all;
    position: relative;
    left: 5%;
    bottom: 1050px;
}
                                            /*ARTICLES ET SECTIONS*/
section{
    max-width: 100%;
    margin-top: -5px;
    margin-bottom:  -10px;
}
img{
    max-width: 100%;
}
article{
    padding: 30px;
}
                                            /*PRESENTATION PROJETS*/
.presentation_projet{
    background-color: whitesmoke;
    padding: 30px;
}
.media{
    padding: 30px;
}
.documents{
    display: flex;
    justify-content: space-around;
}
.documents a
{
    text-decoration: none;
    padding: 15px 10px 15px 10px;
    background-color: #367982;
    color: white;
    font-family: 'titres';
    display:  block;
    font-size: 18px;
    margin-bottom: 15px ;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    letter-spacing: 0.1em;
    text-align: center;
    width: 100%;
    margin: 3px;
}
.documents > a:hover{
    background-color: #7a7a7a;
}
.documents > a:focus{
    background-color: #7a7a7a;
}
.documents > a:active{
    background-color: #7a7a7a;
}
.video{
    max-width: 100%;
    display: flex;
    margin-top: 15px;
    margin-bottom: 15px;
    flex-wrap: wrap;
    justify-content: center;
}
                                            /*AGENDA & TABLEAUX*/
table{
    border-collapse: collapse;
    width: 100%;
}
td{
    border-bottom: 1px solid darkgrey;
    padding: 6px;
}
td:first-child {
    width: 25%;
    text-align: right;
}
td:last-child {
    width: 10%;
    text-align: left;
}
                                            /*ATELIERS*/
.contact_box{
    display: flex;
    justify-content: space-around;
}
.contact_box a{
    text-decoration: none;
    padding: 15px 10px 15px 10px;
    background-color: #367982;
    color: white;
    font-family: 'titres';
    display:  block;
    font-size: 18px;
    margin-bottom: 15px ;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    letter-spacing: 0.1em;
    text-align: center;
    width: 100%;
    margin: 3px;
}
.contact_box p{
    text-decoration: none;
    padding: 15px 10px 15px 10px;
    background-color: #367982;
    color: white;
    font-family: 'titres';
    display:  block;
    font-size: 18px;
    margin-bottom: 15px ;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    letter-spacing: 0.1em;
    text-align: center;
    width: 100%;
    margin: 3px;
}
.contact_box > a:hover{
    background-color: #7a7a7a;
}
.contact_box > a:focus{
    background-color: #7a7a7a;
}
.contact_box > a:active{
    background-color: #7a7a7a;
}
                                                                    /*SLIDER INSTRUMENTS*/
.slider{
    overflow: hidden;
    max-width: 80%;
    margin: 2px auto;
}
.target{
    display: none
}
.grandes_images_slider{ 
    display: flex;
    width: 800%;
    transition: transform .6s ease-in-out;
}
.images_slider{
    position: relative;
}
#votre_id1:target ~ .slider .grandes_images_slider{
    transform:translatex(0)
}/*image 1*/
#votre_id2:target ~ .slider .grandes_images_slider{
    transform:translatex(-12.5%)
}/*image 2*/
#votre_id3:target ~ .slider .grandes_images_slider{
    transform:translatex(-25%)
}/*image 3*/
#votre_id4:target ~ .slider .grandes_images_slider{
    transform:translatex(-37.5%)
}/*image 4*/
#votre_id5:target ~ .slider .grandes_images_slider{
    transform:translatex(-50%)
}/*image 4*/
#votre_id6:target ~ .slider .grandes_images_slider{
    transform:translatex(-62.5%)
}/*image 4*/
#votre_id7:target ~ .slider .grandes_images_slider{
    transform:translatex(-75%)
}/*image 4*/
#votre_id8:target ~ .slider .grandes_images_slider{
    transform:translatex(-87.5%)
}/*image 4*/

.nav_slider{
    display: flex;
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow-x: auto;
}
.nav_slider li {
    padding: .25rem;
}
.nav_slider img{
    border: none;
    box-shadow:0 0 5px hsla(0,0%,0%,.4);
}
.nav_slider li img {
    min-width: 100px;
}
                                                                    /*NAV*/
#primary_nav{
    background-color: whitesmoke;
    padding-top: 20px;
}
#primary_nav ul{
    list-style: none;
    padding: 1px 0;
}
#primary_nav > li > a{
    display: block;
    padding: 0 20px;
    color: #48a1ad;
    text-decoration: none;
    font-weight: bold;
    font-family: 'titres';
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    line-height: 2em;
    height: 2em;
    border-bottom: 1px solid silver;
}
nav a:hover{
	background-color: #7a7a7a;
	color: white;
}
#primary_nav > li > ul > li > a{
    display: block;
    color: #48a1ad;
    text-decoration: none;
    font-family: 'textes';
    letter-spacing: 0.1em;
    letter-spacing: 0.1em;
    line-height: 2em;
    height: 2em;
    padding-left: 40px;
    border-bottom: 1px solid silver;
}
#primary_nav li:last-child a{
    border-bottom: none;
} 
#primary_nav li a:hover,
#primary_nav li a:focus,
#primary_nav li a:active{
    color: #1c1c1c;
    background: silver;
}
                                                                     /*FOOTER*/
footer{
    text-align: center;
    background-color: #48a1ad;
    padding: 5px;
}
footer > p{
  font: 16px 'textes';
  color: black;
  text-align: center;
}
footer a{
	padding: 8px;
}
                                                                    /*MEDIA QUERIES 375px*/
                                                                    
@media only screen and (min-width: 375px){
.maingallery{
    max-width: 99%;
    height: 1350px;
}
.maingallery_projet{
    max-width: 99%;
    height: 1100px;
}                                                                    /*MEDIA QUERIES 500px*/
                                                                    
@media only screen and (min-width: 500px){
.maingallery{
    max-width: 99%;
    height: 1200px;
}
.maingallery img{
    width: 400px;
}
.maingallery_projet{
    max-width: 100%;
    height: 1050px;
}
.maingallery_projet img{
    width: 400px;
}
#maingallery_nina{
    filter: saturate(.6);
    transform: scale(.7);
    transition: 0.3s ease all;
    position: relative;
    right: 20%;
    bottom: 5%;
}
#maingallery_mamilena{
    filter: saturate(.6);
    transform: scale(.55);
    transition: 0.3s ease all;
    position: relative;
    left: 20%;
    bottom: 25%;
}
#maingallery_fulguromatic{
    filter: saturate(.6);
    transform: scale(.7);
    transition: 0.3s ease all;
    position: relative;
    right: 15%;
    bottom: 42%;
}
#maingallery_tiguidipop{ 
    filter: saturate(.6);   
    transform: scale(.5);
    transition: 0.3s ease all;
    position: relative;
    left: 19%;
    bottom: 60%;
}
#maingallery_instruments{ 
    filter: saturate(.6);   
    transform: scale(.4);
    transition: 0.3s ease all;
    position: relative;
    right: 30%;
    bottom: 90%;
}
#maingallery_filutherie{ 
    filter: saturate(.6);   
    transform: scale(.65);
    transition: 0.3s ease all;
    position: relative;
    left: 5%;
    bottom: 106%;
}
td:first-child {
    width: 20%;
    text-align: right;
}
td:last-child {
    width: 20%;
    text-align: left;
}
}
                                                                    /*MEDIA QUERIES 800px*/
@media only screen and (min-width: 800px){
.maingallery_projet{
    max-width: 100%;
    height: 700px;
}
.maingallery_projet #maingallery_nina{
    filter: saturate(.6);
    transform: scale(.7);
    transition: 0.3s ease all;
    position: relative;
    top: -5px;
    left: 2%;
}
.maingallery_projet #maingallery_mamilena{
    filter: saturate(.6);
    transform: scale(.55);
    transition: 0.3s ease all;
    position: relative;
    top: 10px;
    left: -5%;
}
.maingallery_projet #maingallery_fulguromatic{
    filter: saturate(.6);
    transform: scale(.7);
    transition: 0.3s ease all;
    position: relative;
    top: -180px;
    left: 25%;
}
.maingallery_projet #maingallery_tiguidipop{ 
    filter: saturate(.6);   
    transform: scale(.5);
    transition: 0.3s ease all;
    top: -160px;
    left: 8%;
}
.maingallery_projet #maingallery_instruments{ 
    filter: saturate(.6);   
    transform: scale(.4);
    transition: 0.3s ease all;
    position: relative;
    top: -500px;
    left: -7%;
}
.maingallery_projet #maingallery_filutherie{ 
    filter: saturate(.6);   
    transform: scale(.65);
    transition: 0.3s ease all;
    position: relative;
    top: -300px;
    left: -5%;
}
.maingallery_projet #maingallery_instruments{ 
    filter: saturate(.6);   
    transform: scale(.5);
    transition: 0.3s ease all;
    position: relative;
    bottom: 300px;
    left: -30%;
}
.maingallery_projet #maingallery_nina:hover, 
.maingallery_projet #maingallery_mamilena:hover, 
.maingallery_projet #maingallery_fulguromatic:hover, 
.maingallery_projet #maingallery_tiguidipop:hover,
.maingallery_projet #maingallery_instruments:hover,
.maingallery_projet #maingallery_filutherie:hover{
    filter: saturate(1);
    transform: scale(.9);
    z-index: 2;
}
.maingallery_projet #maingallery_nina:active, 
.maingallery_projet #maingallery_mamilena:active, 
.maingallery_projet #maingallery_fulguromatic:active, 
.maingallery_projet #maingallery_tiguidipop:active,
.maingallery_projet #maingallery_instruments:active,
.maingallery_projet #maingallery_filutherie:active{
    filter: saturate(0);
    transform: scale(.9);
}
td:first-child {
    width: 15%;
    text-align: right;
}
td:last-child {
    width: 20%;
    text-align: left;
}
.slider{
    max-width: 75%;
}
.nav_slider li img {
    min-width: 150px;
}
                                                                    /*MEDIA QUERIES 810px*/
@media only screen and (min-width: 810px){
.maingallery{
    max-width: 99%;
    height: 900px;
}
.maingallery_projet{
    max-width: 99%;
    height: 700px;
}
#maingallery_nina{
    filter: saturate(.6);
    transform: scale(.7);
    transition: 0.3s ease all;
    position: relative;
    top: -5px;
    left: 2%;
}
#maingallery_mamilena{
    filter: saturate(.6);
    transform: scale(.55);
    transition: 0.3s ease all;
    position: relative;
    top: 10px;
    left: -5%;
}
#maingallery_fulguromatic{
    filter: saturate(.6);
    transform: scale(.7);
    transition: 0.3s ease all;
    position: relative;
    top: -180px;
    left: 25%;
}
#maingallery_tiguidipop{ 
    filter: saturate(.6);   
    transform: scale(.5);
    transition: 0.3s ease all;
    top: -160px;
    left: 8%;
}
#maingallery_instruments{ 
    filter: saturate(.6);   
    transform: scale(.4);
    transition: 0.3s ease all;
    position: relative;
    top: -500px;
    left: -7%;
}
#maingallery_filutherie{ 
    filter: saturate(.6);   
    transform: scale(.65);
    transition: 0.3s ease all;
    position: relative;
    top: -300px;
    left: -5%;
}
.maingallery_projet #maingallery_instruments{ 
    filter: saturate(.6);   
    transform: scale(.5);
    transition: 0.3s ease all;
    position: relative;
    bottom: 300px;
    left: -30%;
}
.slider{
    max-width: 75%;
}
.nav_slider li img {
    min-width: 160px;
}
																	/*MEDIA QUERIES 850px*/
@media only screen and (min-width: 850px){
.wrapper{
    position: relative;    
    top: 0px;
    max-width: 100%;
}
#primary_nav{
    width: 100%;
    background: whitesmoke;
    display: flex;
	justify-content: space-around;
}
#primary_nav li{
    list-style:none;
	list-style-position:  inside;
}
#primary_nav > li > a{
    display: block;
    padding: 0 20px;
    margin: 3px;
    color: #48a1ad;
    text-decoration: none;
    font-weight: bold;
    font-family: 'titres';
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    letter-spacing: 0.1em;
    line-height: 2em;
    height: 2em;
    border-bottom: 1px whitesmoke;
}
nav a:hover{
	background-color: #7a7a7a;
	color: white;
}
#primary_nav > li > ul > li > a{
    display: block;
    color: #48a1ad;
    text-decoration: none;
    font-family: 'textes';
    letter-spacing: 0.1em;
    letter-spacing: 0.1em;
    font-size: 14px;
    line-height: 2em;
    height: 2em;
    padding-left: 3px;
    padding-right: 3px;
    white-space: nowrap;
    margin: 3px;
    border-bottom: 1px dotted silver;
}
#primary_nav li:last-child a{
    border-bottom: 1px whitesmoke
}
.video{
    width: 100%;
    display: flex;
    margin-top: 15px;
    margin-bottom: 15px;
    flex-wrap: wrap;
    justify-content: center;
}
footer{
    border-bottom: 1px dotted silver;
}
.maingallery{
    max-width: 99%;
    height: 900px;
}
.maingallery img{
    width: 400px;
}
.maingallery_projet{
    max-width: 100%;
    height: 700px;
}
#maingallery_nina{
    filter: saturate(.6);
    transform: scale(.7);
    transition: 0.3s ease all;
    position: relative;
    top: -5px;
    left: 2%;
}
#maingallery_mamilena{
    filter: saturate(.6);
    transform: scale(.55);
    transition: 0.3s ease all;
    position: relative;
    top: 10px;
    left: -5%;
}
#maingallery_fulguromatic{
    filter: saturate(.6);
    transform: scale(.7);
    transition: 0.3s ease all;
    position: relative;
    top: -180px;
    left: 25%;
}
#maingallery_tiguidipop{ 
    filter: saturate(.6);   
    transform: scale(.5);
    transition: 0.3s ease all;
    top: -160px;
    left: 8%;
}
#maingallery_instruments{ 
    filter: saturate(.6);   
    transform: scale(.4);
    transition: 0.3s ease all;
    position: relative;
    top: -500px;
    left: -7%;
}
#maingallery_filutherie{ 
    filter: saturate(.6);   
    transform: scale(.65);
    transition: 0.3s ease all;
    position: relative;
    top: -300px;
    left: -5%;
}
.texte{
    max-width: 900px;
    margin: auto;
}
}
                                                                    /*MEDIA QUERIES 1090px*/
@media only screen and (min-width: 1090px){
a.to_nav{
    display: none;
} 
.wrapper{
    position: relative;
    top: 70px;
    max-width: 1100px;
    margin: auto;
}
#primary_nav{
	position: absolute;
	top:  300px;
	width: 100%;
    background: none;
	display: flex;
	justify-content: space-around;
	height: 65px;
}
#primary_nav li{
	list-style:none;
	list-style-position:  inside;
	position: relative;
}
#primary_nav > li > a{
    display: block;
    padding: 0px 35px;
    margin: 3px;
	color: #48a1ad;
	text-decoration: none;
	font-weight: bold;
	font-family: 'titres';
	font-size: 24px;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	letter-spacing: 0.1em;
	line-height: 2em;
	height: 2em;
    border-bottom: none;
}
nav a:hover{
	background-color: none;
	color: white;
}
#primary_nav > li > ul > li > a{
    display: block;
    color: #48a1ad;
    text-decoration: none;
    font-family: 'textes';
    letter-spacing: 0.1em;
    letter-spacing: 0.1em;
    font-size: 15px;
    line-height: 2em;
    height: 2em;
    padding-left: 3px;
    padding-right: 3px;
    border-bottom: none;
    white-space: nowrap;
}
#primary_nav ul{
    position:absolute;
    z-index: 1000;
    max-height:0;
    left: 0;
    right: 0;
    overflow:hidden;
    -moz-transition: .8s all .3s;
    -webkit-transition: .8s all .3s;
    transition: .8s all .3s;
    background-color: rgba(245,245,245,0.95);
}
#primary_nav li:hover ul{
    max-height:15em;
    background-color: none;
}
#primary_nav li:active ul{
    max-height:15em;
}
#primary_nav > li:last-child a{
    border-bottom: none
}
.projet{
    display: flex;
    justify-content: space-between;
    width: 1100px;
}
.media{
    background-color: lightgrey;
    width: 400px;
    padding: 50px;
    margin-top: -2px;
}
.presentation_projet{
    background-color: white ;
    padding: 50px;
    margin-top: -2px;
}
.img_projet{
    max-width: 100%;
    text-align: center;
}
.maingallery_projet{
    height: 700px;
}
footer{
    position: relative;
    top: 80px;
    width: 99,5%;
    margin: auto;
    border-top: none;
}
td:first-child {
    width: 130px;
    text-align: right;
}
td:last-child {
    width: 140px;
    text-align: left;
}
.sous-titre{
    font-size: 30px;
    margin-top: -35px;
}
.maingallery_projet #maingallery_nina:hover, 
.maingallery_projet #maingallery_mamilena:hover, 
.maingallery_projet #maingallery_fulguromatic:hover, 
.maingallery_projet #maingallery_tiguidipop:hover,
.maingallery_projet #maingallery_instruments:hover,
.maingallery_projet #maingallery_filutherie:hover{
    filter: saturate(1);
    transform: scale(.9);
    z-index: 2;
}
.maingallery_projet #maingallery_nina:active, 
.maingallery_projet #maingallery_mamilena:active, 
.maingallery_projet #maingallery_fulguromatic:active, 
.maingallery_projet #maingallery_tiguidipop:active,
.maingallery_projet #maingallery_instruments:active,
.maingallery_projet #maingallery_filutherie:active{
    filter: saturate(0);
    transform: scale(.9);
}
.slider{
    max-width: 60%;
}
.nav_slider li img {
    min-width: 200px;
}