@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';;
   background: #f2f7fe
}

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;
}
.lien
{
    display: block;
    width: 100%;
    color: #c2000c
}

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

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

/*=================================  PAGE   */
.logo
{
    position: absolute;
    width: 150px;
    top: -100px;
    left: 125px
}

.logo img
{
    height: 80px;
    width: 100%
}

main
{
    position: relative;
    width: 400px;
    padding: 20px;
    margin: 0 auto;
    margin-top: 25vh;
    background: white;
    border-radius: 20px;
    text-align: center;
}

.formulaire input
{
    width: 100%;
    margin-top: 5px;
    height: 40px;
    outline: none;
    border: dotted 1px #999;
    text-align: center
}

.formulaire button
{
    width: 100%;
   line-height: 40px;
    border: none;
    background: #29235c;
    color: white;
    margin-top: 10px
}

.formulaire button i
{
    display: block;
    float: left;
    width: 40px;
    line-height: 40px;
    text-align: center;
    background: #0c6db3
}

.formulaire button:hover
{
    background: #0c6db3
}

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

footer
{
    width: 100%;
    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
}

:target
{
    opacity: 1;
    top: 0
}


@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%
    }
}

