/*              INDEX             */

   @import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;400;700;900&display=swap');
   * {
       margin: 0;
       padding: 0;
       border: 0;
   }
   
body {
       background: #e7e7e7;
       color: #777;
       font-family: 'Montserrat', sans-serif;
       margin: 0;
}

h2 {
    font-size: 150%;
    font-weight: 700;
    padding: 0;
    margin-bottom: 3%;
    display: block;
}

h2 .mini {
    display: block;
    font-size: 60%;
    font-weight: lighter;
    line-height: 110%;
}

h3 {
    font-size: 180%;
    font-weight: 400;
    line-height: 130%;
    padding: 0;
    margin-bottom: 2%;
    display: block;
    text-align: left;
    color: #c8c8c8;
}

/*------------- SECTIONS -------------------------*/

header {
    background: #e7e7e7;
    width: 100%;
    height: 40px;
    position: fixed;
    z-index: 1000;
    top: 0;
    border-bottom: 1px solid #fff;
}

#header-inner {
    max-width: 1200px;
    margin: 0 auto;
}

content {
    margin: 0 auto 40px auto;
    padding-bottom: 80px;
    height: auto;
    text-align: center;
    overflow: hidden;
}

footer {
    background: #e7e7e7;
    font-size: 80%;
    width: 100%;
    height: 40px;
    position: fixed;
    z-index: 1000;
    bottom: 0;
    border-top: 1px solid #fff;
}

footer-inner {
    max-width: 1200px;
    margin: 0 auto;
}

#logo {
    margin: 10px 0 20px 20px;
    float: left;
    width: 200px;
    height: 40px;
}

#footlogo {
    margin: 10px 20px;
    float: left;
    width: 400px;
    height: 40px;
}

section#one {
    margin: 60px auto;
    text-align: left;
    line-height: 100%;
}

.one-one {
    width: 95%;
    margin: 0;
    padding: 3%;
}

#logo_page {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}
/*------------- NOTIFS -------------------------*/

#NOTIF {
    width: 100%;
    /*padding: 5px 20px;*/
    text-align: center;
}

.notif {
    margin: 0;
    height: auto;
    position: fixed;
    z-index: 10;
    top: 40px;
    background-color: #fff;
    border-top: 1px solid #00aeef;
    /*border-bottom: 1px dotted #e7e7e7;*/
}

#NOTIF .content {
    width: 90%;
    padding: 5px 20px;
    text-align: none;
}



#NOTIF form input[type=text], #NOTIF form input[type=password], #NOTIF form input[type=file] {
    width: 60%;
    height: 30px;
    font-size: 100%;
    color: #c8c8c8;
    padding: 2px;
    margin: 3px;
    cursor: pointer;
    line-height: 100%;
    border: 1px solid #c8c8c8;
    border-radius: 5px;
    -moz-box-shadow: 0 0 2px #c8c8c8;
    -webkit-box-shadow: 0 0 2px #c8c8c8; 
    box-shadow: 0 0 2px #c8c8c8; 
}

/*------------- NAVIGATION -------------------------*/

nav {
    float: right;
    padding: 10px 20px 0 0;
}

#menu-icon {
    display: hidden;
    margin-top: -10px;
    width: 40px;
    height: 40px;
    background: url(../img/nav.png) center;
}

a:hover#menu-icon {
    border-radius: 4px 4px 0 0;
}

ul {
    list-style-type: none;
    margin: auto;
    display: block;
}

ul li {
    display: inline-block;
    padding: 0;
}

nav ul li {
    font-size: 100%;
    text-transform: uppercase;
    float: left;
    padding: 0 10px;
}

nav ul li a {
    color: #c8c8c8;
    font-weight: bold;
}

nav ul li a:hover {
    color: #00aeef;
}

.current {
    color: #00aeef;
}

/*------------- TEXTES -------------------------*/

a {
	text-decoration: none;
	outline: none medium;
    color: #777;
	
    -webkit-transition: all .3s ease-in 0s;
       -moz-transition: all .3s ease-in 0s;
        -ms-transition: all .3s ease-in 0s;
         -o-transition: all .3s ease-in 0s;
            transition: all .3s ease-in 0s;

}

a:focus, a:hover {
	color: #00aeef;
}

a:link, a:hover {
	cursor: pointer;
}

.bleu {
    color: #00aeef;
}

.justify {
    text-align: justify;
}

.bold {
    font-weight: bold;
}

.noBold {
    font-weight: lighter;
}

.big {
    font-size: 150%;
    line-height: 100%;
}

.mini {
    font-size: 90%;
    line-height: 110%;
}

/*------------- LISTES -------------------------*/

ul.listeLI {
    width: 100%;
    display: flex;
    list-style: none;
    flex-wrap: wrap;
}

ul.listeLI li {
    margin: 5px;
}

ul.listeLI li.item {
    width: 360px;
    height: 115px;
    position: relative;
    line-height: 120%;
    font-size: 110%;
}

ul.listeLI li.item a img {
    width: 150px;
    border-radius: 4px;
    float: left;
    margin-right: 10px;
}

ul.listeLI li.item:first-child {
    width: 100%;
    height: 115px;
    position: relative;
    line-height: 120%;
    font-size: 150%;
}

ul.listeLI li.item .blocDL {
    width: 48%;
    height: 115px;
    float: right;
}

ul.listeLI li.item .blocTitle {
    width: 48%;
    height: 115px;
}

.opt_linkPg {
    padding: 3px 7px;
    margin-right: 3px;
    background-color: #777;
    border-radius: 3px;
    color: #fff;
    font-size: 60%;
    font-weight: bold;
    text-align: center;
    position: absolute;
    z-index: 3;
    opacity: 60%;
    right: 2px;
    bottom: 3px;
}

.opt_Ref {
    width: 65px;
    padding: 1px 2px 1px 2px;
    margin-right: 3px;
    background-color: #d06a5c;
    border-radius: 3px;
    color: #fff;
    font-size: 50%;
    font-weight: bold;
    text-align: left;
    position: absolute;
    z-index: 2;
    opacity: 80%;
    right: 2px;
    bottom: 2px;
}

.opt_linkDl {
    padding: 3px 7px;
    margin-right: 3px;
    background-color: #d34836;
    border-radius: 3px;
    color: #fff;
    font-size: 80%;
    font-weight: bold;
    text-align: center;
    position: absolute;
    z-index: 3;
    opacity: 80%;
    left: 2px;
    bottom: 2px;
}

.opt_nbType {
    padding: 3px 7px;
    margin-right: 3px;
    margin-left: 7px;
    background-color: #ffd966;
    border-radius: 3px;
    color: #fff;
    font-size: 80%;
    font-weight: bold;
    text-align: right;
    position: absolute;
    z-index: 2;
    opacity: 80%;
    left: 2px;
    bottom: 2px;
}

.item {
    border-radius: 4px;
    padding: 5px;
    position: relative;
}

.item:hover {
    background-color: #ffffff;
}

.titreFond {
    font-size: 900%;
    font-weight: 900;
    line-height: 80%;
    z-index: -2;
}

/*------------- IMAGES -------------------------*/

/*------------- ELEMENTS -------------------------*/

.line-top {
    margin-top: 3%;
    padding: 5% 0;
    border-top: 1px solid #c8c8c8;
    font-size: 70%;
    text-align: center;
}

img {
    max-width: 100%;
    height: auto;
    width: auto;
    margin: auto;
}

.mid {
    width: 50%;
}

.quart {
    width: 15%;
}

.left {
    float: left;
}

.right {
    float: right;
}

/*------------- FORMULAIRES -------------------------*/

form.logon {
    display: block;
    width: 40%;
    height: 40%;
    margin-top: 20%;
    margin-left: 25%;
    background-color: #fff;
    border-radius: 6px;
    padding: 30px;
}

input[type=text], input[type=password], input[type=file] {
    width: 97%;
    font-size: 100%;
    color: #c8c8c8;
    padding: 3% 0 3% 3%;
    margin: 2% 0 5% 0;
    cursor: pointer;
    line-height: 100%;
    border: 1px solid #c8c8c8;
    border-radius: 5px;
    -moz-box-shadow: 0 0 2px #c8c8c8;
    -webkit-box-shadow: 0 0 2px #c8c8c8; 
    box-shadow: 0 0 2px #c8c8c8; 
}

input[type=file] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

input[type=hidden] {
    width: O;
    margin: 0;
    padding: 0;
}

label {
    display: block;
    color: #c8c8c8;
    font-size: 150%;
    font-weight: 400;
    padding-top: 5%;
    line-height: 70%;

}

/*------------- BOUTONS -------------------------*/

.btn {
    cursor: pointer;
    border-radius: 3px;
}

.btn:hover,
.btn:active,
.btn:active:focus,
.btn:focus {
    outline-offset: 0;
    outline: 0;
    box-shadow: none;
}

.btn-blue {
    background-color: #00aeef;
    text-transform: uppercase;
    font-weight: 400;
    padding: 14px 36px;
    color: #fff;
}

.btn-orange {
    background-color: #d34836; 
    text-transform: uppercase;
    padding: 16px 36px;
    color: #fff;
}

.btn-blue:hover,
.btn-blue:focus {
    background-color: rgba(0,174,239,0.8);
    color: #fff;
}

.btn-orange:hover,
.btn-orange:focus {
    background-color: rgb(126,43,32);
    color: #fff;
}

.btn-blue-min {
    background-color: #00aeef;
    text-transform: uppercase;
    padding: 3px 7px;
    margin: 0;
    color: #fff;
    font-weight: bold;
}

.btn-blue-min-R {
    background-color: #00aeef;
    text-transform: uppercase;
    font-weight: bold;
    padding: 3px 7px;
    margin: 3px 10px;
    color: #fff;
    float: right;
    border-radius: 3px;
}

.btn-green-min-R {
    background-color: #5cb85c;
    text-transform: uppercase;
    font-weight: bold;
    padding: 3px 7px;
    margin: 3px 10px;
    color: #fff;
    float: right;
    border-radius: 3px;
}

.btn-green-min-in {
    background-color: #5cb85c;
    text-transform: uppercase;
    font-weight: bold;
    padding: 3px 7px;
    color: #fff;
    border-radius: 3px;
    position: absolute;
    z-index: 15;
    top: 450px;
    left: 120px;
}

.btn-bloc-R-50 {
    background-color: #00aeef;
    text-transform: uppercase;
    font-weight: bold;
    width: 46%;
    height: 100%;
    text-align: center;
    padding: 10px 7px;
    border-radius: 3px;
    float: right;
}

.btn-bloc-R-50 a {
    color: #fff;
}


.btn-mid {
    font-size: 14px;
    font-weight: 700;
    padding: 14px 30px;
}

.btn-full {
    width: 100%;
    font-size: 17px;
    font-weight: 700;
}


/* =====================================================
                       MEDIA
====================================================== */

@media screen and (max-width: 768px) {
    
    h3 {
        font-size: 125%;
    }
    
    p {
        font-size: 120%;
    }

    /*------------- SECTIONS -------------------------*/

    #menu-icon {
        display: inline-block;
    }


    /*------------- NAVIGATION -------------------------*/
    
    nav {
        height: inherit 100%;
    }
        
    nav ul, nav:active ul {
        display: none;
        z-index: 1000;
        position: fixed;
        padding: 10px;
        background: #777;
        right: 0;
        top: 0;
        width: 220px;
        height: auto;
        min-height: 100%;
        -moz-box-shadow: 0 0 3px #777;
        -webkit-box-shadow: 0 0 3px #777; 
        box-shadow: 0 0 3px #777; 
    }
    
    nav:hover ul {
        display: block;
    }
    
    nav ul li {
        font-size: 150%;
        text-align: left;
        font-weight: bold;
        width: 100%;
        padding-left: 10%;
        margin-bottom: 20px;
    }
    
    .current {
        color: #ddd;
    }


    /*------------- BOUTONS -------------------------*/
    
    .btn {
        cursor: pointer;
        border-radius: 1px;
        /*
        -webkit-appearance: none;
        */
    }

    .btn-mid {
        width: 35%;
        font-size: 14px;
        font-weight: 700;
        padding: 14px 30px;
        text-align: center;
    }


    /*------------- NOTIFS -------------------------*/
  
    .notif {
        width: 100%;
        top: 40px;
        padding: 0 3%;
        height: auto;
    }
    
    .notif div {
        padding: 10px 0;
    }

    .notif div.setNotif {
        display: block;
        margin-bottom: 10px;
    }
    /*
    .notif div.setNotif img {
        float: left;
    }
    */
    .notif div.setNotif img {
        border-radius: 3px;
        margin-right: 10px;
        width: 100%;
    }

    .notifFix {
        margin: 5% 0;
    }

    .titreFond {
        font-size: 500%;
        font-weight: 900;
        line-height: 80%;
        z-index: -2;
    }

    .galerieMinis img.mini {
        width: 30%;
        margin: 0;
    }

    .tactile {
        display: none;
    }

    .one-one-first {
        width: 86%;
        left: 7%;
        padding: 4%;
    }
    
    .one-two {
        padding: 4%;
        width: 86%;
    }
    
    .vide {
        height: 0;
    }
    
    section#one {
        height: auto;
    }
    
    section#two {
        margin-bottom: 20px;
        line-height: 100%;
        background-color: #fafafa;
        border-radius: 5px;
    }

    section#oneComment {
        line-height: 100%;
        width: 86%;
    }

    section#oneComment .menu {
        position: inherit;
        top: inherit;
    }

    section#twoComment {
        width: 86%;
        padding: 4%;
    }

    section#three {
        width: 86%;
    }

    .moveit {
        left: 7%;
    }

    ul.optGroupe {
        background-color: #c8c8c8;
        border-radius: 3px;
        padding-left: 0;
        margin: 0;
    }

    ul.optGroupe li.opt {
        width: 12%;
        background-color: #c8c8c8;
        padding: 3px 7px;
        margin: 0;
        color: #fff;
        font-weight: bold;
        border-radius: 0px 0px 3px 3px;
        display: inline-block;
    }
    
    .sixty {
        width: 95%;
        margin: 0;
        padding: 0;
    }


}