@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')
}

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

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;
}

.bar-coord
{
    height: 50px;
    padding: 5px 50px 0px 0px;
    overflow: hidden
}

.bar-coord li
{
    float: right;
    color: white;
    margin-left: 10px
}

.bar-coord span
{
    float: right;
    line-height: 40px;
    color: #8a0845
}

.bar-coord a
{
    display: block;
    background: white;
    font-weight: bold;
    text-align: center;
    height: 40px;
    width: 40px;
    padding-top: 5px;
    border-radius: 20px
}


.bar-coord a:hover
{
    background: #8a0845
}

.bar-coord a:hover svg
{
    fill: #FFFFFF
}

.bar-coord svg
{
    height: 20px;
    fill: #8a0845
}



header
{
    position: relative;
    width: 100%;
    background: white
}

.main-menu
{
    width: 80%;
    height: 80px;
    margin: 0 auto
}

.main-menu > ul > li
{
    float: right;
    height: 80px
}

.main-menu > ul > li a
{
    display: block;
    width: 100%;
    line-height: 80px;
    padding: 0px 20px 0px 20px;
    font-size: 1.1em;
    color: black;
    font-family: 'Louis George Cafe Light';
}

.main-menu > ul > li a:hover
{
    color: #8a0845;
    font-weight: bold
}

.logo
{
    position: absolute;
    float: left;
    margin: -10px 0px 0px 40px;
    background: white;
    box-shadow: 0px 5px 10px rgba(0,0,0,0.2);
    border-radius: 30px;
    overflow: hidden
}

.logo img
{
    height: 120px;
    padding: 20px
}


.slider
{
    width: 100%;
    height: 600px;
    background: #d5f8f9
}

.slider img
{
    width: 100%
}

.services
{
    position: relative;
    background: white;
    width: 900px;
    height: 400px;
    margin: 0 auto;
}

.services h3
{
    color: #8a0845;
    font-family: 'Louis George Cafe Light';
}

.services ul
{
    position: absolute;
    height: 100%;
}

.services li
{
    position: relative;
    float: left;
    width: 300px;
    height: 100%;
    box-shadow: -10px 0px 20px rgba(0,0,0,0.1);
    text-align: center;
    transition: 0.3s
}

.services li:hover
{
    background: #007634;
}

.services li:hover p, .services li:hover h3
{
    color: white
}

.services a
{
    display: block;
    position: absolute;
    bottom: -20px;
    left: 70px;
    width: 160px;
    line-height: 40px;
    border: none;
    background: #8a0845;
    color: white
}

.services div
{
    width: 150px;
    height: 150px;
    border-radius: 75px;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
    background: white;
    margin: 0 auto;
    margin-top: -75px;
    margin-bottom: 20px
}

.services svg
{
    height: 120px;
    padding-top: 30px
}

.services p
{
    padding: 30px;
    color: #8a0845
}

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

main h3
{
    margin: 80px 0px 150px 0px;
    padding: 0px 120px 0px 120px;
    text-align: center;
    color: #8a0845;
    font-family: 'Louis George Cafe Light';
}

.edito
{
    position: relative;
    width: 100%;
    height: 900px;
    background: white
}

.image
{
    float: left;
    width: 40%;
    height: 600px;
    background: black;
    overflow: hidden
}

.image img
{
    width: 100%
}

.presentation
{
    width: 100%;
    margin-bottom: 120px;
    overflow: hidden;
}

.texte
{
    float: right;
    width: 60%;
    padding: 70px 60px 0px 30px
}

.presentation h2
{
    text-align: left;
    margin-bottom: 30px;
    font-family: 'Louis George Cafe Bold';
    color: #007334
}

.presentation p
{
    font-size: 1.3em
}

.news
{
    position: absolute;
    width: 100%;
}

.news ul
{
    display: flex;
    justify-content: space-between;
    width: 70%;
    margin: 0 auto;
}

.news li
{
    width: 24%;
    height: 200px;
    background: white;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.1)
}

.news h2
{
    margin-bottom: 40px;
    text-align: center;
    color: #007334
}

.infos
{
    position: relative;
    width: 100%;
    height: 500px;
    margin-top: 300px
}

.infos div:first-child
{
    position: absolute;
    width: 600px;
    height: 400px;
    margin: 50px 0px 0px 100px;
    padding: 30px;
    background: white;
    box-shadow: 0px 0px 30px rgba(0,0,0,0.2)
}

.infos strong
{
    display: block;
    font-size: 2em;
    color: #007434;
    margin-bottom: 40px
}

.infos h2
{
    color: #8a0845
}

.infos div:last-child
{
    width: calc(100%-300px);
    margin-left: 500px;
    height: 100%;
    padding: 60px 30px 0px 230px;
    background: #8a0845;
    overflow: hidden
}

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

.dem-info > ul > li li:first-child
{
    float: left;
    width: 49%
}

.dem-info > ul > li li:last-child
{
    float: right;
    width: 49%
}

.dem-info input, .dem-info textarea
{
    width: 100%;
    padding-left: 10px;
    outline: none;
    border: solid 2px white;
    background: #8a0845;
    color: white;
    font-size: 1.2em
}

.dem-info input
{
    height: 60px;
}

.dem-info textarea
{
    height: 200px;
    padding: 10px 10px 10px 0px
}

.dem-info button
{
    width: 100%;
    height: 40px;
    border: none;
    background: white
}

.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
}

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

footer
{
    width: 100%;
    padding: 50px 10% 70px 10%;
    background: white;
    overflow: hidden
}

footer > div
{
    
}

.sign img
{
    height: 130px;
    float: left
}

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

.sign h5
{
    color: #007434;
    margin-bottom: 5px
}



.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)
{
    
    
}

@media screen and (max-width: 720px)
{
     .bar-coord
     {
         padding-right: 10px
     }
     
     .logo
     {
         margin: -30px 0px 0px 10px;
     }
     
     .slider
     {
         height: auto
     }
     
     .services
     {
         width: 100%;
         height: auto;
         overflow: hidden
     }
     
     .services ul
     {
         position: inherit
     }
     
     .services li
     {
         width: 100%;
         padding: 20px 0px 20px 0px;
     }
     
     .services div
     {
         margin-top: 0px
     }
     
     .services a
     {
         position: inherit;
         bottom: 0px
     }
     
     main h3
     {
         margin: inherit;
         padding: 0px 10px 50px 10px
     }
     
     .edito
     {
         height: auto
     }
     
     .image
     {
         width: 100%;
         height: auto
     }
     
     .texte
     {
         width: 100%;
         padding: 30px 10px 30px 10px;
         text-align: center
     }
     
     .presentation
     {
         margin-bottom: 0px
     }
     
     .news
     {
         position: inherit
     }
     
     .news
     {
         display: block
     }
     
     .news ul
     {
         width: 90%
     }
     
     .news li
     {
         width: 100%;
         height: auto;
         margin-bottom: 20px
     }
     
     .infos
     {
         height: auto;
         margin-top: 0px
     }
     
     .infos div:first-child
     {
         position: inherit;
         width: 100%;
         height: auto;
         margin: 0px;
         padding: 10px;
         text-align: center
     }
     
     .infos div:last-child
     {
         width: 100%;
         height: auto;
         margin: 0;
         padding: 0
     }
}