/*********************************
*     **   ** ***  * *** **      *
*    *  * *    *  *  *   * *     *
*    *  * *    *     **  * *     *
*    *  * *    *     *   * *     *
*     **   **  *     *** *       *
**********************************
* Copyright (c) Eddy MARIANNE    *
* Oct'Ed Ingénierie - 2019       *
* http://www.octed-ingenierie.fr *
*********************************/

html {
    min-height: 100vh;
    background-color: white;
}


/* commun */

body {
    margin: 0;
    text-align: center;
    /*font-family:"Lucida Sans Unicode"*/
    font-family: "Arial";
    font-size: 14pt;
}

a img {
    border: none;
}

.nopadding {
    padding: 0;
}

.nomargin {
    margin: 0 !important;
}

.overflow {
    overflow: auto;
}

.page {
    width: 900px;
    /*width:100%;*/
    margin: auto;
    /*background-color:white;*/
    text-align: center;
}

.page h1 {
    margin-bottom: 20px;
    /*margin-top:10px;*/
    padding-top: 10px;
}

.page p {
    margin-top: 0px;
}

#page {
    width: 100%;
    /*border:1px solid red !important;*/
}


/* entête */

#header {
    width: 900px;
    margin: auto;
    /*border:1px solid purple !important;*/
    overflow: auto;
}

#navicon {
    display: none;
    font-family: 'Arial', 'Helvetica', 'sans-serif' !important;
    line-height: 58px;
    cursor: pointer;
    padding-right: 20px;
    color: #5C4133;
    float: right;
    margin-left: 20px;
    /*Pour #8801 =>*/
    font-size: 40pt;
    /*Pour #9776 => font-size:28pt; */
}

#liens {
    display: none;
}

#logo {
    /*
    float: left;
    text-align: left;
    */
}

#logo img {
    margin-left: 10px;
    /*margin:20px 10px;*/
    /*background-color:white; padding:10px;*/
    /*width: 150px;*/
    width: 70%;
    min-width: 150px;
    max-width: 300px;
}


/* index */

#indexWrapper {
    background-color: #F5F6F6;
    height: auto;
    line-height: 30px;
    overflow: hidden;
}

#index {
    width: 900px;
    margin: auto;
    text-align: left;
    /*padding-top:8px;*/
    padding-left: 10px;
    font-size: 11pt;
    font-weight: bold;
}

#index a {
    color: #f39800;
    font-weight: bold;
    text-decoration: none;
}

#index a:hover {
    text-decoration: underline;
}


/* menu */

#menu {
    /*margin-top:149px;*/
    float: left;
    /*padding-left:7px;
    padding-top:10px;*/
    width: 200px;
    /*height:32px;*/
    font-size: 14pt;
    /*line-height:32px;*/
    text-align: left;
    /*font:11px/11px GoodTimesRg-Regular;*/
    /*border:1px solid green !important;*/
    color: white;
    margin-top: 10px;
}

#menu ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    text-align: left;
}

#menu ul li {
    line-height: 30px;
    text-align: left;
    background-color: #5C4133;
    margin-bottom: 20px;
    padding-left: 20px;
    box-shadow: 1px 1px 5px #333;
}

#menu ul li:hover,
#menu ul li.focus {
    background-color: #FF7F2A;
    /*box-shadow: 1px 1px 12px #555;*/
    /*font-weight:bold;*/
    /*text-shadow: 0px 0px 9px #777;*/
}

#menu a {
    display: block;
    /*float:left;*/
    /*font-weight:bold;*/
    color: white !important;
    text-decoration: none;
    /*padding-left:8px;
    padding-right:8px;*/
}

#menu a:hover {
    font-weight: bold;
    font-size: 13pt;
    /*color:#ffdd55;
    background-color:#4d4d4d;*/
}

#menu a.focus {
    font-weight: bold;
    font-size: 13pt;
    /*color:#ffdd55;
    background-color:#4d4d4d;*/
}

#labelCtnr {
    padding-left: 10px;
}


/* contenu */

#content {
    clear: both;
    overflow: hidden;
    /*background-color:white;*/
}


/* texte - commun */

#text {
    text-align: justify;
}

#text .text {
    margin-bottom: 0;
    padding: 0 20px 10px 20px;
    font-size: 13pt;
    text-align: justify;
}

.fullwidth {
    background-color: #49B134;
    /*margin-left: 200px;
    margin-right: 10px;
    width: 650px;
    */
    /*border:solid 1px red;*/
}

.cPage {
    background-color: #A7CF4A;
    height: 100%;
    /*min-height:100vh;*/
    margin-left: 10px;
    margin-right: 10px;
    padding-top: 10px;
}

.cTexte {
    background-color: #E0EEC0;
    margin: 0px 10px 10px 200px !important;
}

h1,
h2,
h3,
h4 {
    color: #5C4133;
    font-family: 'Pacifico';
}

h1 {
    text-align: center;
    font-size: 16pt;
    font-weight: bold;
    margin: 0;
}

h2 {
    font-size: 14pt;
    font-weight: bold;
    padding-left: 0;
    margin: 0;
    padding: 0;
}

h3 {
    font-size: 12pt;
    font-weight: bold;
}

h4 {
    font-size: 12pt;
    font-weight: normal;
    font-style: italic;
    overflow: auto;
}

#text a {
    text-decoration: none;
    color: #FF7F2A;
}

#text a:hover {
    /*text-decoration:underline;*/
}

.bold {
    font-weight: bold;
}

.italic {
    font-style: italic;
}

.center {
    text-align: center;
}

.right {
    text-align: right;
}

.left {
    text-align: left;
}

.clear {
    clear: both;
}

.clearright {
    clear: right;
}

.clearleft {
    clear: left;
}

.relative {
    position: relative;
}

.sub {
    vertical-align: sub;
}

.sup {
    vertical-align: super;
    font-size: 7px;
}

input[type="text"],
input[type="email"] {
    border: #4d4d4d solid 1px;
}

textarea {
    border: #4d4d4d solid 1px;
}

.hidden {
    display: none;
}

.disabled {
    color: lightgrey;
}

.red {
    color: red;
}

.barre {
    text-decoration: line-through;
}

.souligne {
    text-decoration: underline;
}

.noBorder {
    border: none;
}

.floatright {
    float: right;
}

.floatleft {
    float: left;
}

.inline {
    display: inline;
}

.nodecoration {
    text-decoration: none !important;
}

img.gauche {
    vertical-align: top;
    float: left;
    margin-right: 10px;
    padding-top: 5px;
}

img.droite {
    vertical-align: top;
    float: right;
    margin-right: 10px;
    padding-top: 5px;
}

.note {
    font-style: italic;
    font-size: 12pt;
}

.left-padded {
    padding-left: 10px;
}

.right-padded {
    padding-right: 10px;
}

.bottom-padded {
    padding-bottom: 10px;
}

.top-padded {
    padding-top: 10px;
}

.nowrap {
    white-space: nowrap;
}

.cent {
    width: 100%;
}

.orange {
    color: #f39800 !important;
}

.blanc {
    color: white !important;
}

.bleu {
    color: #006f99 !important;
}


/*.gris{color:#9ca3a5 !important;}*/


/*.gris{color:#9ea5a7 !important;}*/

.gris {
    color: #6a7578 !important;
}

.actionBtn {
    /*cursor:hand;*/
    cursor: pointer;
}

.hoverColor:hover {
    color: #f39800 !important;
}


/* pied de page */

#footer {
    clear: both;
    margin: auto;
    /*padding-top:20px;*/
    background-color: #5C4133;
}

#mega-footer {
    padding-top: 10px;
    font-size: 12pt;
}

#mega-footer a {
    color: white;
    text-decoration: none;
}

#mega-footer ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

div.mf-part {
    float: left;
    width: 30%;
}

.mf-gauche ul li,
.mf-droite ul li {
    margin-bottom: 20px;
}

div.mf-gauche {
    margin-left: 90px;
}

.mf-milieu div {
    padding-left: 20%;
}

.mf-milieu ul {
    font-style: italic;
    margin-right: 30px;
    text-align: left;
    width: 45%;
}

.mf-milieu ul li {
    margin-bottom: 8px;
}

#copyright {
    clear: both;
    text-align: center;
    font-size: 10pt;
    color: white;
    height: 30px;
    padding-top: 40px;
}

#copyright a {
    color: white;
}


/* Responsive Design */


/*
    - 83 % des largeurs utilisées
    2560 1920 1680 1600 1440 1366 1280 1024 360 320
    - 90 % des largeurs utilisées
    1536 1360 800 768 375
    - 95 % des largeurs utilisées
    1152 1093 1080 853 720 640 600 540 480 414 412 384 300
    SOIT :
    A - 900 (largeur de la page)
      c - 853
     B - 800
     B - 768
      c - 720
      c - 640
      c - 600
      c - 540
      c - 480
      c - 414
      c - 412
      c - 384
     B - 375
    A - 360
    A - 320
      c - 300
    */

@media screen and (max-height:1000px) {}

@media screen and (max-width:2560px) {}

@media screen and (max-width:1920px) {}

@media screen and (max-width:1680px) {}

@media screen and (max-width:1600px) {}

@media screen and (max-width:1536px) {}

@media screen and (max-width:1440px) {}

@media screen and (max-width:1366px) {}

@media screen and (max-width:1360px) {}

@media screen and (max-width:1280px) {}

@media screen and (max-width:1024px) {}

@media screen and (max-width:900px) {
    /*PAGE*/
    #page,
    .page {
        width: 100% !important;
    }
    #header {
        width: 100% !important;
    }
    #content {
        width: 100% !important;
        /*overflow:hidden;*/
    }
    /*ateliers*/
    #calDiv {
        float: none !important;
        width: 100%;
        margin: 0;
    }
    ul.ulCal {
        clear: both;
    }
    #calDiv table.last {
        margin-left: 0px;
    }
    /*pied*/
    div.mf-gauche {
        margin-left: 10% !important;
    }
}

@media screen and (max-width:853px) {}

@media screen and (max-width:800px) {}

@media screen and (max-width:768px) {}

@media screen and (max-width:720px) {}

@media screen and (max-width:640px) {
    #logo {
        text-align: center !important;
        float: none !important;
    }
    #liens {
        /*display:none;*/
        opacity: 0;
        height: 0;
        overflow: hidden;
        -webkit-transition: all 2s ease;
        -moz-transition: all 2s ease;
        -ms-transition: all 2s ease;
        -o-transition: all 2s ease;
        transition: all 2s ease;
        background-color: #5C4133;
    }
    #liens.unfold {
        display: block;
        opacity: 1;
        height: auto;
        overflow: inherit;
        float: left;
        width: 100%;
    }
    #indexWrapper {
        position: fixed;
        top: 0;
        z-index: 100;
        width: 100%;
    }
    #index {
        width: auto;
    }
    #header {
        margin-top: 58px;
    }
    #navicon {
        display: initial;
    }
    #liens span.tiret,
    #liensNoJS span.tiret {
        display: none;
    }
    #liens a:first-child,
    #liensNoJS a:first-child {
        margin-top: 5px;
    }
    #liens a,
    #liensNoJS a {
        display: block;
        text-align: center;
        font-size: 13pt;
        line-height: 30px;
        color: white;
    }
    #liens a:hover {
        background-color: #FF7F2A;
    }
    #menu {
        display: none;
    }
    .cTexte {
        margin-left: 10px !important;
    }
}

@media screen and (max-width:600px) {}

@media screen and (max-width:540px) {}

@media screen and (max-width:480px) {
    /*pied*/
    div.mf-part {
        width: 100% !important;
        margin-left: 10%;
    }
    div.mf-milieu {
        margin-bottom: 20px;
    }
}

@media screen and (max-width:414px) {}

@media screen and (max-width:412px) {}

@media screen and (max-width:384px) {}

@media screen and (max-width:375px) {}

@media screen and (max-width:360px) {}

@media screen and (max-width:320px) {}

@media screen and (max-width:300px) {}