/* prefixed by https://autoprefixer.github.io (PostCSS: v7.0.26, autoprefixer: v9.7.3) */

/*
    Created on : janvier 2020
    Author     : Frederic SABATE
*/
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

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, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  text-decoration: none;
  font: inherit;
  vertical-align: baseline;
}
/* 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;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* ----- FIN Reset ----- */
/* ----- MISE EN PAGE GENERALE ----- */

body{
    padding-left: 1em;
    padding-top: 1em;
    background-color: black;
    background-image: url("/image/fond1.jpg");
    background-size: 100%;

    font-family: 'Saira Extra Condensed', sans-serif;
    font-weight:200;
    font-size: 1em;
    color: white;
}

h1 {
    font-weight:200;
    line-height:1.5em;
    text-indent : 0px;
    font-size : 1.5em;
    margin-bottom: 1.5em;
    color: white;
    text-decoration: underline #f2821f;

}
h2 {
    font-weight:100;
    font-size: .7em;
    letter-spacing: .05em;
    color: white;
}

p{
    margin-bottom: 1em;
    text-indent: 2em;
}

a, a:visited {
    background-color:0;
    text-decoration: underline #f2821f;
    color:#f2821f;
    font-weight:200;
    letter-spacing: .05em;
}
a:hover{
    text-decoration: underline white;
}

.erreur {
    color: red;
}

.envoi{
    color: rgb(0, 83, 0);
}

/* ----- FIN MISE EN PAGE GENERALE ----- */
/* ----- CONTENEURS ------*/

#conteneurG{
    display: flex;
    width: 95vw;
    margin:0;
    padding: 0;
}

.conteneur1col {
    display:flex;
    flex-direction: column;
    width:100%;
    padding : 5%;
    padding-top: 80px;
    text-align: center;
    font-size: 1.5em;
    text-align: justify;
    text-justify: auto;
    line-height: 130%;
}

.conteneurDemiCol{
    display:flex;
    flex-direction: column;
    width:50%;
    margin-top: 0px;
    padding : 5%;
    padding-top: 80px;
    font-size: 1.5em;
    text-align: justify;
    text-justify: auto;
    line-height: 130%;
    text-indent: 2em;
}

.boutonRetour, .conteneurDemiCol a:visited {
    font-size: 1.2em;
    text-align : right;
    font-weight: bold;
    color : #f2821f;
    margin-right: 0px;
    text-align: center;
}

.boutonRetour a:hover {
    color: white;
}

.conteneurTiersCol {
    display:flex;
    flex-direction: column;
    margin-top: 0px;
    width:33%;
    padding : 1%;
    padding-right: 1em;
    padding-top: 80px;
    font-size: 1.5em;
    text-align: justify;
    text-justify: auto;
    line-height: 130%;
}

.conteneur2TiersCol {
    display:flex;
    flex-direction: column;
    width:66%;
    padding : 5%;
    padding-top: 80px;
    margin-top: 0px;
    font-size: 1.5em;
    text-align: justify;
    text-justify: auto;
    line-height: 130%;
}

#conteneurMenu{
    display: flex;
    flex-direction: column;
    width: 180px;
    min-width: 180px;
    height:2em;
    overflow: hidden;
    transition-property: height;
    transition-duration: .6s;
}

#conteneurNews{
    display:flex;
    flex-direction: column;
    width:100%;
    padding : 5%;
    padding-top: 80px;
    margin-top: 0px;
    font-size: 1.5em;
    text-align: justify;
    text-justify: auto;
    line-height: 130%;
    text-indent: 2em;
}
#conteneurContenu {
    display: flex;
    width : calc(100% - 180px);
}

/* ----- FIN CONTENEURS ------*/
/* ----- MENU SITE ----- */
#conteneurMenu:hover{
    height:34em;
    padding-bottom: 100px;
}

#conteneurMenu .entete{
    display: flex;
    justify-content: space-between;
    width: 100%;
    background-color: black;
    font-weight:200;
    letter-spacing: .05em;
    color: #e4e5e0;
    font-size: 1.5em;
    padding-bottom: 1em;
}
#btnMenu{
    display:inline-block;
    cursor: pointer;
}
.menu {
    width :100%;
}

.menu ul {
    display: flex;
    flex-direction: column;
}

.menu a, #menu a:visited {
    display: flex;
    padding-left: 10px;
    padding-right: 10px;
    background-color:0;
    text-decoration: underline black;
    border-radius: .5em;;
    font-weight:200;
    letter-spacing: .05em;
    color: #e4e5e0da;
    height: 2em;
    font-size: 1.5em;
    align-items: flex-start;
    transition: color .8s, letter-spacing, .8s,  text-decoration .4s .4s;
}

.menu a:hover {
    color: white;
    letter-spacing: .07em;
    text-decoration: underline #f2821f;
}

.menu a:active{
    color: #f2821f;
}

.submenu {
    display: flex;
    align-items: flex-end;
}

.submenu a, .submenu a:visited{
    color: #b0bbb5;
    letter-spacing: 0;
    transition: color .8s, letter-spacing, .8s,  text-decoration .4s .4s;
}

.submenu a:hover {
    color: white;
}

.submenu a:active{
    transition-duration: 0s;
    color: #f2821f;
}

.encours {
    color: #f2821f !important;

}

.encours img {
    filter: grayscale(0%) !important;
    opacity: .8 !important;
}

.langues {
    display: flex;
    width:50%;
    justify-content: flex-end;
}

.langues img{
    width: 32px;
    height: auto;
    margin-left: 10px;
    filter: grayscale(80%);
    opacity: .5;
    transition: opacity .5s;
    transition: filter .5s;
}

.langues img:hover{
    opacity : 1;
    filter: grayscale(0%);
}

/* ----- FIN MENU SITE----- */
/* ----- TITRE ----- */
#titrecontainer {
    text-align: center;
    position: absolute;
    right : 25%;
    top : 25%;
    font-family:'Saira Extra Condensed', sans-serif;
    font-weight:100;
    font-size: 2.2em;
    color: white;
}

#titrecontainer h1 {
    text-decoration: none;
    margin-bottom: 0;
}

#titrecontainer h1 a, h1 a:hover, h1 a:visited{
    color: white;
    text-decoration: none;
}

#titrecontainer h2 a, h2 a:hover, h2 a:visited{
    color: white;
    border-top: 1px solid #f2821f;
    text-decoration: none;
}
/* ----- FIN TITRE ----- */
/* ----- FORMULAIRE ----- */
form {
    display:flex;
    flex-direction: column;
}

form div {
    display:flex;
    justify-content: center;
    align-items: baseline;
    width:50%;
    padding:0;
    margin-top: 10px;
}

form label {
    width:150px;
    text-align: right;
    padding-right: 2%;
    color: #b0bbb5;
}
input {
    flex-grow: 1;
    min-width: 50%;
    height: 2em;
    font-family: 'Saira Extra Condensed', sans-serif;
    font-weight:200;
    font-size: .9em;
    padding: 1%;
    color:white;
    background-color: transparent;
    border: 1px solid #4f5451;
}

textarea{
    flex-grow: 1;
    height: 12em;
    min-width: 50%;
    background-color: black;
    font-family: 'Saira Extra Condensed', sans-serif;
    font-weight:200;
    font-size: .9em;
    padding: 1%;
    border: 1px solid #4f5451;
    background-color: transparent;
    color: white;
}


#formbutton {
    display:flex;
    justify-content: flex-end;
}

.envoi {
    background-color: transparent;
    font-family: 'Saira Extra Condensed', sans-serif;
    font-size: 1.2em;
    text-align : right;
    font-weight: bold;
    color : #f2821f;
    margin-right: 0px;
    text-align: center;
    border: none;
    margin-right: 10%;
}

.flash-error {
    display : flex;
    justify-content: center;
    font-size: 1.2em;;
    color: #d53737;
    margin-bottom: 1em;

}

.flash-success {
    display : flex;
    justify-content: center;
    font-size: 1.2em;;
    color: #f2994b;
    margin-bottom: 1em;
}
/* ----- FIN FORMULAIRE ----- */
/* ----- NEWS ----- */
#newsListe{
    margin-top: 2em;
}


#newsPagination {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    width: 100%;
    padding : 0px;
}

#newsPagination a {
    font-family: 'Saira Extra Condensed', sans-serif;
    font-size: 1.2em;
    text-align : center;
    font-weight: bold;
    color : #f2821f;
    border: none;
}

#newsPagination a:active {
    color : white;
}

#newsPagination span {
    color: rgba(180, 192, 185, 0.6);
}

.news{
    margin-bottom: 2em;
    width: 100%;
}

.newsTitre{
    background-color:rgba(74, 79, 76, .3);
    color: whitesmoke;
    font-weight: bold;
    padding-top: .5em;
    font-variant: small-caps;
    font-size: 1.2em;
    letter-spacing: .1em;
    border: 1px solid #f2821f;
    border-radius: 20px 60px 0 0;
}

.newsDate{
    color:white;
    font-weight: lighter ;
    font-size: .7em;
    text-align: right;
    padding-right: 2em;
    letter-spacing: normal;
}

.newsContenu{
    background-color: rgba(180, 192, 185, 0.6);
    padding : 1em;
    padding-bottom: 0;
    color: black;
    text-indent: 2em;
    border: 1px solid #f2821f;
    border-radius: 0 0 20px 60px;
}

.newsPartage{
    display: flex;
    justify-content: flex-end;
    margin-bottom: .5em;
    margin-right: 3em;

}
/* ----- FIN NEWS ----- */

/* - ZONE RESPONSIVE - */
@media screen and (max-width: 1200px){
   /* ----- MISE EN PAGE GENERALE ----- */

body{
    font-weight:200;
    font-size: .8em;
    color: white;
}

/* ----- FIN MISE EN PAGE GENERALE ----- */
/* ----- CONTENEURS ------*/

.conteneurDemiCol{
    padding : 2%;
}

.conteneurTiersCol {
    width: 45%;
    padding : 2%;
}

.conteneur2TiersCol {
    display:flex;
    flex-direction: column;
    width:50%;
    padding : 5%;
}

#conteneurNews{
    padding : 2%;
    padding-top: 60px;
    font-size: 1.7em;
}
/* ----- FIN CONTENEURS ------*/
/* ----- MENU SITE ----- */

#conteneurMenu .entete{
    font-size: 1.8em;
}

.menu ul {
    font-size: 1.1em;
}
/* ----- FIN MENU SITE----- */
/* ----- TITRE ----- */
#titrecontainer {
    right : 15%;
    top : 30%;
}
/* ----- FIN TITRE ----- */
/* ----- FORMULAIRE ----- */
form div {
    width:100%;
}
/* ----- FIN FORMULAIRE ----- */
/* ----- NEWS ----- */


.newsTitre{
        font-size: 1.3em;
}

/* ----- FIN NEWS ----- */

}

@media screen and (max-width: 860px){
/* ----- CONTENEURS ------*/
#conteneurContenu {
    flex-direction: column;
}

.conteneurDemiCol{
    width:90%;
    margin-top: 0px;
}

.conteneurTiersCol {
    width:90%;
}

.conteneur2TiersCol {
    width:90%;
}

#conteneurNews{
    width:90%;
    padding : 5%;
}
/* ----- FIN CONTENEURS ------*/
}

@media screen and (orientation:portrait)and (max-width:700px){

    img {
        width:100%;
    }
/* ----- CONTENEURS ------*/

#conteneurG{
    flex-direction: column;
    font-size: 1.2em;
}

#conteneurMenu{
    font-size: 1.2em;
    width: 250px;
}

.conteneur1col {
    position: relative;
    margin-top: 5em;
}

#conteneurContenu {
    width: 100%;
}
.conteneurDemiCol{
    width:90%;
    padding-top: 20px;
}

.conteneurTiersCol {
    width:90%;
}

.conteneur2TiersCol {
    width:90%;
}

#conteneurNews{
    width:90%;
}
/* ----- FIN CONTENEURS ------*/
/* ----- MENU SITE ----- */
.menu a, #menu a:visited {
    background-color: rgba(74, 79, 76, .1);
    text-decoration: underline rgba(74, 79, 76, .1);
}

.menu a:hover {
    color: white;
    letter-spacing: .07em;
    text-decoration: underline #f2821f;
}

.encours:hover{
    background-color:rgba(74, 79, 76, .1) !important;
}

/* ----- FIN MENU SITE----- */

/* ----- FORMULAIRE ----- */

form div {
    width:100%;
    padding : 0;
}

form label {
    width:200px;

    padding-right: 2px;

}
input {
    flex-grow: 1;
    min-width: 55%;
}

textarea {
    min-width: 55%;
}

#formbutton {
    display:flex;
    justify-content: flex-end;
}
/* ----- FIN FORMULAIRE ----- */

}

@media screen and (orientation:portrait)and (max-width:500px){

#conteneur1col{
    font-size: .8em;
}
