@font-face {
  font-family: 'Louis George Cafe';
  src: url('fonts/Louis George Cafe.ttf') format('truetype')
}

@font-face {
  font-family: 'Louis George Cafe Bold';
  src: url('fonts/Louis George Cafe Bold.ttf') format('truetype')
}

@font-face {
  font-family: 'Louis George Cafe Light';
  src: url('fonts/Louis George Cafe Light.ttf') format('truetype')
}

h1, h2, h3, h4, h5
{
    font-family: 'Louis George Cafe Bold';
}


*
{
    box-sizing: border-box
}

body, header, div, nav, section, ul, li, h1, h2, h3, h4, h5, h6, button, p, input
{
    margin: 0;
    padding: 0
}

ul
{
    list-style-type: none
}

a
{
    text-decoration: none
}

body
{
   font-family: 'Louis George Cafe';
}

input[type=radio]
{
    display: none
}

input[type=radio] + label:before
{
    content: '';
    float: left;
    margin-right: 8px;
    width: 20px;
    height: 20px;
    border: 1px solid grey;
    border-radius: 50%;
    background: white
}

input[type=radio]:checked + label:before
{
    box-shadow:inset 2px 2px 2px 2px #c2000c;
}

.instruction
{
    margin-bottom: 30px;
    font-family: 'Louis George Cafe Bold';
}

.lien
{
    display: block;
    width: 100%;
    color: #c2000c
}

.lien:hover
{
    color: black;
    text-decoration: underline
}

.erreurs
{
    color: red;
    font-weight: bolder;
    margin-bottom: 30px
}

#sent
{
    display: none;
    color: green;
    margin-bottom: 20px;
    font-weight: bolder
}

#sent:target
{
    display: block
}



.side-menu
{
    width: 170px;
    float: left;
    overflow: hidden
}

.side-menu > ul > li > a
{
    display: block;
    line-height: 35px;
    color: black;
    padding-left: 10px
}

.side-menu a:hover
{
    color: #ae2c2b
}

.side-menu > ul > li > ul
{
   
}

.side-menu > ul > li > ul a
{
    display: block;
    padding-left: 20px;
    line-height: 30px;
    font-size: 0.8em
}

.view-profil
{
    margin-bottom: 20px;
    
}

.options
{
    margin-bottom: 20px;
    overflow: hidden
}

.options li
{
    float: left;
    margin: 0px 10px 10px 0px;
}

.options button, .options a
{
    width: 200px;
    line-height: 40px;
    background: #ae2c2b;
    color: white;
    border: none;
    border-radius: 20px;
    text-align: center
}

.options a
{
    display: block
}

.options button:hover, .options a:hover
{
    background: black
}

.options i
{
    display: block;
    background: black;
    float: left;
    line-height: 40px;
    width: 40px;
    border-radius: 20px;
    text-align: center
}

.pg-menu
{
    float: right;
    width: calc(100% - 200px)
}

.pg-menu h4
{
    margin-bottom: 20px;
    text-align: center
}

.fen-config
{
    width: 100%;
    background: #f2f1f1;
    padding: 15px;
    margin-bottom: 30px
}

.bar-coord
{
    background: #ae2c2b;
    color: white;
    padding-left: 40px;
    line-height: 30px;
    overflow: hidden
}

.bar-coord a
{
    color: white;
    font-weight: bold
}


header
{
    width: 80%;
    height: 80px;
    margin: 0 auto
}

.logo
{
    float: left;
    height: 80px;
    margin-right: 140px
}

.logo img
{
    height: 60px;
    padding-top: 20px
}

.menu-mobile
{
    height: 0px;
    transition: .3s;
    overflow: hidden
}

.open-m-mobile
{
    display: none
}

.main-menu
{
    float: left;
    margin-right: 30px
}

.main-menu > ul > li
{
    float: left
}

.main-menu > ul > li > a
{
    font-family: 'Louis George Cafe Bold';
    display: block;
    line-height: 78px;
    color: black;
    padding: 0px 20px 0px 20px 
}

.main-menu > ul > li > div
{
    width: 0%;
    height: 2px;
    background: #ae2c2b;
    transition: 0.3s width
}

.main-menu > ul > li:hover div
{
    width: 100%
    
}

.btn-access
{
    float: right;
    margin-top: 20px
}

.btn-access li
{
    float: right;
    margin-left: 10px
}

.btn-access a
{
    display: block;
    text-align: center;
    color: #ae2c2b;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border: solid 1px #ae2c2b;
    border-radius: 20px
}

.btn-access a:hover
{
    background: #ae2c2b
}

.btn-access a:hover i
{
    color: white
}

.btn-access i
{
    color: #ae2c2b;
}

.main-slider
{
    position: relative;
    width: 100%;
    color: white;
    display: flex;
    align-items: center;
    overflow: hidden
}

.main-slider:hover .slide-nav
{
    opacity: 1
}

.main-slider img
{
    width: 100%
}

.main-slider i
{
    font-size: 2.5em;
    line-height: 60px;
}

.slide-nav
{
    opacity: 0;
}

.slide-nav div
{
    width: 60px;
    height: 60px;
    position: absolute;
    z-index: 10;
    cursor: pointer;
    background: rgba(0,0,0,0.4);
    border-radius: 30px;
    text-align: center
}

#prev:hover, #next:hover
{
    background: rgba(0,0,0,0.9);
}

#prev
{
    left: 20px
}

#next
{
    right: 20px
}

#slides
{
    position: absolute;
    top: 0;
    width: 100%
}

#slides li
{
    position: absolute;
    top: 0px;
    width: 100%;
    opacity: 0;
    transition: 1s
}




main
{
    width: 100%;
    padding: 50px 0px 60px 0px
}

.presentation
{
    width: 80%;
    margin: 0 auto;
    margin-bottom: 50px;
    overflow: hidden
}

.edito
{
    float: left;
    width: 30%;
    padding-top: 50px
}

.edito h2
{
    font-family: 'Louis George Cafe Bold';
    margin-bottom: 30px;
    font-size: 2em;
    font-weight: bolder;
    color: #ae2c2b
}

.edito h3
{
    font-size: 1.3em;
    margin-bottom: 30px
}

.edito p
{
    font-weight: lighter;
    font-size: 1.2em
}

.present-presta
{
    float: right; 
    width: 65%;
    padding: 20px 30px 0px 0px
}

.present-presta li
{
    width: 45%;
    float: left;
    height: 230px;
    margin-bottom: 50px;
    padding: 30px;
    box-shadow: 0px 0px 20px rgba(0,0,0,0.05)
}

.present-presta li:nth-child(odd)
{
    float: right
}

.present-presta img
{
    height: 50px;
    margin-bottom: 20px
}

.present-presta h3
{
    margin-bottom: 10px
}

.parallax
{
    position: relative;
    width: 100%;
    height: 300px;
    background: url('../medias/parallax.jpg');
    margin-bottom: 60px;
    overflow: hidden
}

.parallax div
{
    position: absolute;
    width: 30%;
    height: 300px;
    top: 0px;
    left: 0%;
    padding: 20px;
    background: rgba(0,0,0,0.6);
    color: white
}

.parallax h3
{
    font-family: 'Louis George Cafe Bold';
    font-size: 1.5em;
    margin-bottom: 10px
}

.paralaax p
{
    font-size: 1.2em
}


.services
{
    width: 80%;
    margin: 0 auto;
    margin-bottom: 60px
}

.services h2
{
    font-family: 'Louis George Cafe Bold';
    text-align: center;
    font-weight: bolder;
    margin-bottom: 40px
}

.services ul
{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center
}

.services li
{
    width: 22%;
    margin: 15px;
    box-shadow: 0px 0px 15px rgba(0,0,0,0.05);
    transition: 0.3s;
    padding-bottom: 20px;
    overflow: hidden
}

.services li:hover
{
    margin-top: -5px
}

.services li img
{
    width: 100%;
    margin-bottom: 20px
}

.services li div
{
    padding: 0px 10px 0px 10px
}

.services li h3
{
    font-family: 'Louis George Cafe Bold';
    margin-bottom: 15px
}

.pg-title
{
    text-align: center;
    height: 120px;
    background: black
}

.pg-title h1
{
    font-family: 'Louis George Cafe Bold';
    line-height: 120px;
    color: #ae2c2b
}

.pg-wrapper
{
    width: 80%;
    margin: 0 auto;
    box-shadow: 0px 0px 30px rgba(0,0,0,0.07);
    padding: 20px;
    overflow: hidden
}

.pg-wrapper h3
{
    font-family: 'Louis George Cafe Bold';
    margin-bottom: 20px
}

.pg-form p
{
    margin-bottom: 15px
}

.tab-list
{
    width: 100%
}

.tab-list td
{
    line-height: 40px;
    border-bottom: dotted grey 1px
}

.tab-list th
{
    line-height: 40px;
    text-align: left
}

.tab-list button
{
    border:none;
    background: none;
    color: #ae2c2b
}

.formulaire
{
    width: 100%;
    overflow: hidden
}

.formulaire > ul
{
    margin-bottom: 10px
}

.formulaire > ul > li
{
    width: 100%;
    margin-bottom: 5px;
    overflow: hidden
}

.formulaire > ul > li li
{
    width: 49%;
    float: left
}

.formulaire > ul > li li:last-child
{
    float: right
}

.choice div
{
   float: left;
   margin-right: 20px
}

.choice label
{
    line-height: 20px
}

.formulaire ul
{
    margin-bottom: 20px
}

.formulaire span
{
    color: #ae2c2b
}

.formulaire input[type=text], .formulaire input[type=password], .formulaire input[type=email], .formulaire textarea
{
    width: 100%;
    height: 40px;
    padding-left: 10px;
    outline: none;
    border: dotted 1px grey
}

.formulaire textarea
{
    height: 80px;
    padding: 10px
}

.formulaire input:focus
{
    border-color: #ae2c2b
}

.formulaire button, .btn-validate
{
    border: none;
    width: 200px;
    line-height: 40px;
    background: #ae2c2b;
    color: white
}

.formulaire button:hover, .btn-validate:hover
{
    background: black
}

.formulaire i, .btn-validate i
{
    display: block;
    line-height: 40px;
    float: left;
    background: black;
    width: 30px
}

.cl-acount
{
    float: left;
    width: 47%;
}

.new-acount
{
    float: right;
    width: 47%
}


/*=================================  PAGE CONTACT   */

.pg-contact
{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.pg-contact div
{
    width: 50%
}

.coord
{
    float: left
}

.coord h4
{
    margin-bottom: 15px
}

.coord li
{
    margin-bottom: 20px
}


/*=================================  BOUTIQUE   */

.articles li
{
    position: relative;
    width: 240px;
    height: 340px;
    float: right;
    margin: 0px 0px 20px 20px;
    box-shadow: 0px 0px 15px rgba(0,0,0,0.2);
    transition: margin 0.3s;
    overflow: hidden
}

.rideau
{
    position: absolute;
    z-index: 2;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 340px;
    background: #ae2c2b;
    opacity: 0;
    transition: 0.3s
}

.articles li:hover .rideau
{
    opacity: 0.1;
    cursor: pointer
}

.articles img
{
    width: 100%
}

.info-art
{
    position: relative;
    height: 100px;
    padding: 5px 10px 0px 10px
}

.articles span
{
    position: absolute;
    bottom: 10px;
    right: 10px;
    color: #ae2c2b;
    font-size: 1.2em
}

.imgs-article
{
    float: left;
    width: 400px;
    overflow: hidden
}

.imgs-article > img
{
    width: 100%
}

.details-article
{
    float: right;
    width: calc(100% - 420px)
}

.description h4
{
    margin-bottom: 20px;
}

.description h3
{
    margin-bottom: 30px;
    font-size: 1.6em;
    color: #ae2c2b
}

.description p
{
    margin-bottom: 20px
}



.quantite
{
    margin-bottom: 10px;
    overflow: hidden
}

.quantite button
{
    float: left;
    width: 40px;
    line-height: 40px;
    border: none;
    color: white;
    background: #ae2c2b;
}

.quantite input
{
    float: left;
    border: none;
    width: 70px;
    height: 40px;
    text-align: center;
    font-size: 1em;
    outline: none;
    background: #fde9ec
}

.comment-article
{
    margin-bottom: 30px
}

.comment-article textarea
{
    width: 100%;
    height: 80px;
    background: #fde9ec;
    outline: none;
    font-size: 0.9em;
    padding: 10px;
    border: none;
    margin-bottom: 10px
}

.photo-list
{
    overflow: hidden;
    margin-bottom: 10px
}

.photo-list li
{
    position: relative;
    float: left;
    height: 70px;
    margin: 0px 5px 5px 0px;
    overflow: hidden
}

.photo-list img
{
    height: 100%
}

.photo-list button
{
    position: absolute;
    top: 2px;
    left: 2px;
    width: 30px;
    height: 30px;
    border: none;
    background: black;
    color: white;
    border-radius: 15px
}

.photo-list button:hover
{
    background: #ae2c2b;
}

.btn-valid
{
    background: #ae2c2b;
    color: white;
    border: none;
    line-height: 40px;
    padding-right: 20px;
    width: 200px
}

.btn-valid:hover
{
    background: black
}

.btn-valid i
{
    display: block;
    float: left;
    line-height: 40px;
    width: 30px;
    background: black
}


/*=================================  PANIER   */

.options
{
    margin-bottom: 30px
}

.panier
{
    width: 100%;
    margin-bottom: 20px
}

.panier img
{
    height: 70px
}

.panier th
{
    line-height: 40px
}

.panier td
{
    line-height: 80px;
    border-bottom: dotted 1px #999
}

.panier a
{
    margin-left: 20px;
    color: black
}

.panier a:hover
{
    text-decoration: underline
}

.panier button
{
    background: none;
    border:none;
    color: #ae2c2b
}

.total
{
    float: right;
    width: 40%;
    margin-bottom: 30px
}

.total th, .total td
{
    height: 40px;
    border-bottom: dotted 1px #999
}

.valid-panier
{
    width: 100%;
    text-align: right;
    overflow: hidden
}

.infos-aj-pan img
{
    height: 80px;
    float: left;
    margin: 0px 30px 20px 0px
}


/*=================================  COMMANDER   */

.pan-recap
{
    float: right;
    width: 60%
}

.recap-pan
{
    line-height: 25px;
    width: 100%;
    margin-bottom: 10px
}

.recap-pan td
{
    border-bottom: dotted 1px #999
}

.recap-total
{
    float: right;
    width: 300px;
    margin-bottom: 30px
}

.pan-recap form
{
    width: 100%;
    overflow: hidden;
    text-align: right
}

.pan-valid
{
    float: left;
    width: 38%
}

.pan-valid p
{
    margin-bottom: 15px
}

.pan-valid > ul > li
{
    margin-bottom: 10px;
    border-bottom: dotted 1px #999
}

/*=================================  ESPACE PERSO   */

.show_cmd > li
{
    width: 100%;
    margin-bottom: 20px;
    overflow: hidden
}

.show_cmd p
{
    margin-bottom: 10px
}

.show_cmd > li > ul > li
{
    float: left;
    height: 80px;
    margin: 0px 10px 10px 0px;
    overflow: hidden
}

.show_cmd img
{
    height: 100%
}


/*=================================  FOOTER   */

footer
{
    width: 100%;
    background: black;
    color: white;
    padding: 20px 0px 60px 0px;
    overflow: hidden;
    font-family: 'Louis George Cafe Light';
}

.ft-wrapper
{
    width: 80%;
    margin: 0 auto;
    
}

.ft-infos
{
    float: left;
    width: 20%;
    line-height: 30px;
    overflow: hidden
}

.ft-infos img
{
    margin-bottom: 20px;
    width: 120px
}

.ft-infos a
{
    color: white
}

.ft-infos a:hover
{
    color: #ae2c2b
}

.ft-menu
{
    float: right;
    width: 75%;
    margin-top: 70px
}

.ft-menu > li li
{
    line-height: 30px
}

.ft-menu a
{
    color: white
}

.ft-menu a:hover
{
    color: #ae2c2b
}

.ft-menu > li
{
    float: right;
    width: 29%;
}


.modale
{
    display: flex;
    align-items: center;
    position: fixed;
    z-index: 1000;
    width: 100%;
    left: 0;
    top:100vh;
    bottom: 0;
    background: rgba(0,0,0,0.8);
    opacity: 0;
    transition: 0.3s;
    overflow: hidden
}

.mdl-wrapper
{
    position: relative;
    padding: 20px;
    max-width: 600px;
    margin: 0 auto;
    background: white
}

.close
{
    position: absolute;
    top: -20px;
    right: -20px;
    width: 40px;
    line-height: 40px;
    border-radius: 20px;
    background: black;
    color: white;
    text-align: center;
    border: solid 2px white;
    font-size: 1.5em
    
}

.mdl-wrapper h4
{
    margin-bottom: 20px
}

.ft-modal
{
    color: white;
    width: 100%;
    border-top: dotted 1px #999;
    padding: 10px 0px 10px 0px;
    overflow: hidden
}

.ft-modal a
{
    display: block;
    float: right;
    margin-left: 20px;
    line-height: 40px;
    text-align: center;
    width: 250px;
    background: #ae2c2b;
    color: white;
    cursor: pointer
}

.ft-modal a:hover
{
    background: black
}


@media screen and (max-width: 1000px)
{
    .logo
    {
        margin-right: 40px
    }
    
    header, .presentation, .services, .ft-wrapper
    {
        width: 98%
    }
    
    .paralaxe div
    {
        width: 45%
    }
    
    .services li
    {
        width: 45%
    }
    
    .blog-photos li
    {
        width: 100%
    }
    
}

@media screen and (max-width: 720px)
{
     .main-menu, .side-menu
     {
         display: none
     }
     
     .logo
     {
         margin-right: 0
     }
     
     .edito
     {
         width: 100%;
         text-align: center
     }
     
     .present-presta, .pg-wrapper
     {
         width: 98%
     }
     
     .present-presta li, .ft-infos, .ft-menu, .pg-menu, .formulaire > ul > li li
     {
         width: 100%
     }
     
     .formulaire > ul > li li:first-child
     {
         margin-bottom: 5px
     }
     
     .formulaire input
     {
         text-align: center
     }
     
     .paralaxe div
    {
        width: 65%
    }
     
    .services li, .ft-menu li, .pg-form > div, .pg-contact div
    {
        width: 100%;
        text-align: center
    }
    
    .ft-infos
    {
        text-align: center
    }
    
    .ft-menu > li, .cl-acount
    {
        margin-bottom: 20px
    }
    
    .open-m-mobile
    {
        display: block
    }
    
    .menu-mobile
    {
        position: absolute;
        width: 100%;
        z-index: 20;
        top: 110px;
        background: #ae2c2b
    }
    
    .menu-mobile > ul a
    {
        display: block;
        width: 100%;
        color: white;
        line-height: 40px;
        padding-left: 10px;
        border-bottom: dotted 1px black
    }
    
    .pg-contact
    {
        display: block
    }
    
    .infos-article > div
    {
       width: 98%;
       margin: 0 auto;
       margin-bottom: 20px
    }
    
    .ft-modal a
    {
        width: 100%;
        margin-bottom: 5px
    }
    
    .total
    {
        width: 60%
    }
    
    .pan-valid, .pan-recap, .blog-photos, .parallax div
    {
        width: 100%
    }
    
    .parallax
    {
        background-position-x: -800px;
    }
    
    .mdl-wrapper
    {
        width: 100%;
        margin: 0px 5% 0px 5%
    }
    
    
    
}