* {
    border:0px;
    margin:0px;
    padding:0px;
}

/* ----------------------------------------------- */
/* TYPOS et STYLES */

h1 {
    color: #3f3630;
    font-family: 'Raleway', sans-serif;
    font-size: 28px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.1666666666666667;
    letter-spacing: normal;
}


h2 {
    color:#005A8A;
    font-family: 'Raleway', sans-serif;
    font-size: 22px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.1666666666666667;
    letter-spacing: normal;
}

h3 {
    color: #3f3630;
    font-family: 'Raleway', sans-serif;
    font-size: 20px;
    font-weight: lighter;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.1666666666666667;
    letter-spacing: normal;
}

h4 {
    color:#005A8A;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.4;
    letter-spacing: normal;
}

h5 {
    color: #3f3630;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.3;
    letter-spacing: normal;
}

h6 {
    color: #3f3630;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 500;
    font-style: normal;
    font-stretch: extra-condensed;
    line-height: 1.3;
    letter-spacing: normal;
    text-transform: uppercase;
}

p { 
    color: #3f3630;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 300;
    font-style: normal;
    font-stretch: narrower;
    line-height: 1.3;
    letter-spacing: normal;
    margin-bottom: 20px;
    text-align: justify;
}

.txt_defaut { 
    color: black; 
    font-weight: inherit;
    font-weight: lighter;
}

.titre_section {
    font-weight: 700;
    text-transform: uppercase;
    color: #3f3630;
}

.signature {
    text-align: right;
}

.signature img {
    max-height: 50px;
}

.gras {
    font-weight: 500;
}

.majuscules {
    text-transform: uppercase;
}

.normal {
    font-weight: 400; 
} 

.medium {
    font-weight: 500; 
} 

/* ----------------------------------------------- */
/* PALETTE */

.bleu { color:#005A8A; }

.gris { color: #3f3630; }


/* ----------------------------------------------- */

html, body, .conteneur {
    width: 100%;
    height: 100vh;
    box-sizing: border-box;
    text-align: center;
} 

body {
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #eeeeee 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #ffffff 0%,#eeeeee 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #ffffff 0%,#eeeeee 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee',GradientType=0 ); /* IE6-9 */
}

.conteneur {
    overflow-y: hidden; 
    box-sizing: border-box;
    display: flex;
    flex-direction: column; 
    justify-content: space-between;
    -webkit-overflow-scrolling: touch;
    box-sizing: border-box; 
}

#sub_conteneur {  
    width: 100%;
    height: 75vh;
    box-sizing: border-box; 
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: flex-start; 
}


/* ----------------------------------------------- */
/* MENUS */
.bt_close, .bt_open {
    transform-origin: center;
    transition: all 0.5s ease-in-out;
}

.bt_close:hover {
    transform-origin: center;
    /* transform: scale(0.5); */
    /* transform: rotate(180deg); */
    transform: rotate(-0.5turn);
}

.bt_open:hover {
    transform-origin: center;
    transform: scaleY(-1);
    /* transform: rotate(180deg); */
    /* transform: rotate(-1turn); */
}

/* ----------------------------------------------- */
/* MENU PRINCIPAL */

#main_menu {
    width: auto;
    height: 100%;
    right: 0;
    background-color: #005A8A;
    position: fixed;
    z-index: 100;
    padding: 3.5% 20px 10px 20px;
    display: none;
}

#main_menu li {
    list-style-type: none;
    color: #ffffff;
    font-family: Raleway;
    font-size: 22px;
    font-weight: 100;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.175;
    letter-spacing: normal;
    text-align: left;
    text-transform: uppercase;
    cursor: pointer;
    margin-bottom: 10px;
}

#main_menu li:nth-child(1) {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
}


/* ----------------------------------------------- */
/* MENU SECONDAIRE */

#menu_secondaire {
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
}

#menu_secondaire li {
    width: 50%;
    float: left;
    list-style-type: none;
    color: #ffffff;
    text-shadow: 1px 1px 3px #3f3630;
    font-family: Raleway;
    font-size: 28px;
    font-weight: 100;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.175;
    letter-spacing: normal;
    text-align: left;
    text-transform: uppercase;
    padding-top: 2%;
    padding-bottom: 2%;
    cursor: pointer;
}

#menu_secondaire li:nth-child(even) {
    text-align: right;
}

/* ----------------------------------------------- */
/* ENTÊTES */
#bandeau_logo {
    width: 100%;
    height: 25vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 10px;
    box-sizing: border-box;
    overflow: hidden;
    z-index: 50; 
}

header {
    width: 100%;
    height: auto;
    box-sizing: border-box;
}

header ul {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    list-style-type: none;
}

header ul:nth-child(2) { 
    width: 100%;
    min-height: 35px;
    margin-top: 10px;
    box-sizing: border-box;
    /* background-color: #eeeeee; */
    /*background-color: #005A8A;*/
    background-image: url("../img/bandeau_visuel_aix.jpg");
    background-repeat: no-repeat;
    background-position: right center; 
    background-attachment: fixed;
    background-size: cover;
}

header form {
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
}

header form img {
    width: 75%; 
    height: 75%; 
} 

header li {
    cursor: pointer;
    text-align: left;
}

header input[type=text]{
   height: 100%;
   background-color: #eeeeee;
   padding: 5px;
   box-sizing: border-box;
   font-family: 'Roboto', sans-serif;
   font-size: 16px;
   font-weight: lighter;
   /* box-shadow: 1px 1px 3px #cccccc; */
}

#search_form li:nth-child(1){
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    background-color: #3f3630;
}

.custom-select {
    appearance: none;
    height: 100%;
    width: auto;
    box-sizing: border-box;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 300;
    background-color: #3f3630; 
    color: white;
    padding-right: 5px;
    padding-left: 0px;
 }

 .ombre {
    -moz-box-shadow: 0px 5px 5px 0px #dddddd;
    -webkit-box-shadow: 0px 5px 5px 0px #dddddd;
    -o-box-shadow: 0px 5px 5px 0px #dddddd;
    box-shadow: 0px 5px 5px 0px #dddddd;
    filter:progid:DXImageTransform.Microsoft.Shadow(color=#dddddd, Direction=180, Strength=5);
 }

 
/* ----------------------------------------------- */
.scrolleur {
    /* padding-left: 10px;
    padding-right: 10px; */
    overflow-y: scroll;
 }
 
.scrolleur, footer {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
}

section {
    width: 100%;
    height: auto;
    margin-bottom: 0px;
    text-align: left;
    padding: 10px;
    box-sizing: border-box;
}

section ul {
    margin-top: 20px;
    width: 100%;
    box-sizing: border-box;
}


/* ----------------------------------------------- */
/* SECTION ACCUEIL */

.accueil {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-sizing: border-box;
}

.accueil ul {
    width: 100%;
    box-sizing: border-box;
}

.accueil ul:nth-child(1) {
    width: 100%;
    height: 50vh;
    background-image: url("../img/visuel_aix.jpg");
    background-repeat: no-repeat;
	background-position: top center;
	background-attachment: fixed;;
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.accueil ul:nth-child(2) {
    width: 100%;
    height: 25vh;
    box-sizing: border-box;
}


/* ----------------------------------------------- */
/* SECTION EDITO */

.exergue_bleu {
    color:#005A8A;
    font-weight: bold; 
}

.exergue_gris {
    color: #3f3630;
    font-weight: bolder; 
}


/* ----------------------------------------------- */
/* SECTIONS RÉSUMÉS / ARCHIVES */

.resumes {
    line-height: 0.4;
    list-style-type: none;
}

.resumes ul {
    list-style-type: none;
    box-sizing: border-box;
}

.resumes li {
    padding-top: 5px;
    padding-bottom: 5px;
    margin-bottom: 20px;
}

.resumes h2 {
    font-size: 1.3em;
}

.resumes h3 {
    font-size: 18px;
}

.resumes a {
    color: #005A8A;
}

/* ------ */

.resumes_display h1 {
    font-size: 2em;
    line-height: 1.1;
    margin-bottom: 20px;
    font-weight: 400;
    color:#005A8A;
}

.resumes_display h3 {
    font-size: 1em;
    line-height: 1.1;
    margin-bottom: 20px;
}

.resumes_display ul {
    list-style-type: none;
}

.resumes_display li:nth-child(1) {
    text-align: right;
    font-weight: 500;
    color: #3f3630;
    font-family: 'Raleway', sans-serif;
    font-size: 30px;
    padding: 5px;
    padding-top: 0px;
    margin-top: 0px;
    cursor: pointer;
    text-decoration: none;
    transition: all 0.5s ease-in-out;
    transform-origin: center;
}

.resumes_display li:nth-child(1):hover {
    color: red;
    transform: scaleY(-1);
}

.image_visu {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.image_visu img {
    width: 100%;
    max-width: 1000px;
}

/* ----------------------------------------------- */
/* BANDEAU EDITION (n° date et lieu) */

#bandeau_edition {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 10px;
    list-style-type: none;
    text-align: right;
    box-sizing: border-box;
}

#bandeau_edition li:nth-child(odd) {
    width: 32px;
    height: 15vh;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
} 

#bandeau_edition img {
    width: auto;
    height: 30%; 
    cursor: pointer;
}

@keyframes blink {
    0% {
        opacity:1;
    }
    50% {
        opacity:0;
    }
    100% {
        opacity:1;
    }
} 

.blink-image {
    animation: blink normal 2s infinite ease-in-out;
}

/* ----------------------------------------------- */
/* PROGRAMME */

.menu_programme {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
}

.menu_programme li {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    padding: 3px 15px 3px 15px;
    border-left: solid 1px #005A8A;
    background-color: #eeeeee;
}

.menu_programme li:hover {
    background-color: #005A8A;
    color: white;
}

.menu_programme li:hover h5 {
    color: white;
}


.menu_programme li:nth-child(4):hover {
    background-color: #eeeeee;
}


.menu_programme li:nth-child(4) a {
    background-color: #eeeeee;
    overflow: hidden;
    width: 34px;
    height: 34px;
}



.menu_programme li:nth-child(4) img {
    transform: translatey(-34px);
    transition: transform 0.5s;
}


.menu_programme li:nth-child(4) img:hover {
    transform: translatey(0px);
    transition: transform 0.5s;
}

.bt_trigger, .bt_trigger div{
    width: 100%;
    list-style-type: none;
    box-sizing: border-box;
}

.bt_trigger div:nth-child(1){
    border-bottom: 2px solid #dddddd;
    margin-bottom: 10px;
    padding: 10px 10px 10px 0px;
}

/* #bloc_droit, #bloc_gauche {
    width: auto;
    border:0px;
    margin:0px;
    padding:0px;
}

#bloc_droit li, #bloc_gauche li {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#bloc_droit li img {
    min-width: 20px;
    height: 100%;
    width: auto;
} */

/* .bt_trigger div:nth-child(1) li {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.bt_trigger div:nth-child(1) img {
    height: 50%;
    margin-right: 10px; 
} */


/* JOUR ------------------------------ */
.jour {
    /* display: none; */
    width: 100%;
    margin-bottom: 80px;
    /* cursor: url("../img/icones/curseur.png"), pointer; */

}

.jour h5 {
    margin-top: 20px;
}

.jour h6 {
    margin-bottom: 5px;
}


/* ----------------------------------------------- */
/* INSCRIPTION */

#inscription {
    height: auto;
}

#inscription ul {
    max-width: 550px;
    list-style-type: none;
    box-sizing: border-box;
}


/* RÉSUMÉS */
/* ----------------------------------------------- */
.galerie { width: 100%; }

.galerie_affichage { 
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	flex-wrap: wrap;
	/* padding: 10px; */
 }

.galerie_vignette { 
	height: 40px;
	width: 40px;
	border: #424242 solid 1px;
	overflow: hidden;
	margin-right: 5px;
	cursor: pointer;
}

.galerie_vignette img { 
	height: 100%;
}

.galerie_vignette img:hover { 
	filter: invert(1);
}


/* Section BIBLIOGRAPHIE ------------------------- */
.biblio li {
    list-style-type: none;
    margin-bottom: 10px;
}


/* ----------------------------------------------- */
/* SECTION CONTACT */

.contact {
    width: 100%;
    height: 75vh;
    box-sizing: border-box;
    list-style-type: none;
    display: flex;
    justify-content: space-around;
}

.contact li {
    width: 50%;
    padding: 10px;
    padding-left: 0px;
    padding-right: 20px;
    text-align: left; 
    box-sizing: border-box; 
}

.contact li:nth-child(2) {
    /* border-left: solid 1px #eeeeee; */
    padding-left: 20px;
}

.contact li p {
    border-bottom: solid 1px #dddddd;
    padding-bottom: 7px;
}

.contact li p:nth-child(1) {
    border-bottom: solid 0px #dddddd;
    padding-bottom: 0px;
}


#contact_form input[type=text], textarea {
    width: 100%;
    background-color: #eeeeee;
    padding: 5px;
    box-sizing: border-box;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: lighter;
    margin-bottom: 5px;
}

input[type=button] {
	font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: lighter;
	background-color: #424242;
	color: white;
    cursor: pointer;
    padding: 5px;
    padding-left: 10px;
    padding-right: 10px;
}

input[type=button]:hover {
    background-color: #00897b;
}

.twitter {
    margin-top: 2px;
    width: 40px;
    height: 40px;
    border: solid 1px white;
    border-radius: 50%;
    transition: border-color 0.2s ease-out;
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-sizing: border-box;
    text-align: center;
}

.twitter:hover {
    transition: border-color 0.2s ease-in; 
    border-color: #005A8A;
}

.twitter img {
    padding-top: 5px;
    width: 70%;
}


/* ----------------------------------------------- */
/* FOOTER */
footer {
    max-height: 280px;
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    font-size: 14px;
    color: white;
    box-sizing: border-box;
    list-style-type: none;
    background-color: #005a8a;
}


footer ul {
    width: 100%;
    list-style-type: none;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
}


footer li {
    /* float: left; */
    width: 32%;
    padding: 10px;
    padding-right: 20px;
    text-align: left; 
    box-sizing: border-box;
    background-color: #005a8a;
}


footer p {
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    font-weight: lighter;
    color: white;
    margin: 0px;
    text-align: left;
}

footer p:nth-child(1) {
    font-weight: bolder;
}


.titre_footer {
    font-weight: bolder;
    text-transform: uppercase;
    color: white;
}

.icone_reseau {
    margin-top: 5px;
    width: 40px;
    height: 40px;
    border: solid 0px white;
    border-radius: 50%;
    transition: background-color 0.4s ease-out;
    /* transition: border-color 0.3s ease-out;
    border-color: #005a8a; */
    /* border-width: 1px; */
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-sizing: border-box;
    text-align: center;
}

.icone_reseau:hover {
    /* transition: border-color 0.3s ease-in;  */
    transition: background-color 0.4s ease-in; 
    /* border-color: #ffffff; */
    background-color: #1DA1F2;
}

.icone_reseau img {
    padding-top: 5px;
    width: 70%;
}



/* .bandeau_footer {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 750px;
    color: white;
    padding: 10px;
    font-size: 16px;
} */

/* ----------------------------------------------- */


.txt_gratuit {
    display: none;
}

.legal {
    font-size: 10pt;
    font-weight: lighter;
}

.exergue {
    background-color: #005a8a;
    color: white;
    border-radius: 10%;
    padding: 3px;
}

.txt_rc, .txt_interne { display: none; }

.bleu {
    color:#005A8A;
}

.blanc {
    color: white;
}


/* *********************************** */
@media only screen and (max-width: 640px) {
    #menu_secondaire li {
        font-size: 21px;
    }

    .contact {
        justify-content: flex-start;
        flex-wrap: wrap;
    }

    footer li, .contact li {
        width: 100%;
    }

    .contact li:nth-child(1) {
        margin-bottom: 20px;
    }

    .contact li:nth-child(2) {
        border-left: none;
        padding-left: 0px;
    }
}


/* *********************************** */
@media only screen and (max-width: 380px) {
    #menu_secondaire li {
        font-size: 20px;
        font-weight: 500;
    }
}