@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: #f6f6f6
}

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
}






header
{
    width: 100%;
    height: 120px;
    padding: 20px 3% 20px 3%;
    margin-bottom: 50px;
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.1);
    background: white;
    overflow: hidden
}

.logo
{
    float: left;
    width: 200px
}

.logo img
{
    height: 80px
}

.menu
{
    float: left;
    padding: 20px 0px 0px 50px;
    width: calc(100% - 200px)
}

.menu > ul
{
    float: left;
    width: calc(100% - 300px)
}

.menu li
{
    float: left;
    margin-right: 25px
}

.menu > a
{
    float: right;
    display: block;
    background: #36B8C1;
    color: black;
    width: 200px;
    line-height: 40px;
    border-radius: 20px;
    text-align: center
}

.menu > a i
{
    margin-right: 20px;
    font-size: 1.3em
}

.menu > a:hover
{
    background: #264F9E;
    color: white
}

.menu li a:hover
{
    color: #36B8C1
}

.menu > ul a
{
    color: black;
    font-size: 1.2em
}









.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 white;
    background: none;
    color: white
}

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

.formulaire input:focus
{
    border: solid 1px
}

.formulaire button, .btn-validate
{
    border: solid 1px white;
    width: 200px;
    line-height: 40px;
    background: #2a8ac5;
    color: white
}

.formulaire button:hover, .btn-validate:hover
{
    background: white;
    color: #2a8ac5
}

.formulaire i
{
    
}

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

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

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

.intro
{
    width: 100%;
    padding: 0px 40px 0px 40px;
    margin-bottom: 50px;
    overflow: hidden
}

.intro div:first-child
{
    float: left;
    width: 39%
}

.intro div:first-child h2
{
    margin: 0px 0px 20px 0px;
    text-align: left
}

.intro div:first-child p
{
    font-size: 1.2em;
    margin-bottom: 30px
}

.intro div:first-child a
{
    display: block;
    width: 220px;
    line-height: 40px;
    padding: 0px 30px 0px 30px;
    background: #27509D;
    color: white;
    border-radius: 10px
}

.intro div:last-child
{
    float: right;
    width: 60%;
    height: 400px;
    background: black;
    border-radius: 15px
}

.slider img
{
    width: 100%;
    height: auto
}

.intro strong
{
    color: #36B8C1
}

main
{
    margin-bottom: 50px;
    padding: 0px 3% 0px 3%
}


/*=================================  ACCUEIL   */

.presta
{
    padding: 60px 0px 60px 0px;
    background: url("../medias/fond.jpg") no-repeat;
    background-size: 100%;
    background-color: blue;
    overflow: hidden
}

h2
{
    text-align: center;
    color: #27509D;
    margin: 60px 0px 80px 0px;
    padding: 0px 60px 0px 60px
}

.presta p
{
    font-size: 1.2em;
    width: 100%
}

.presta ul
{
    display: flex;
    flex-wrap: wrap;
    justify-content: center
}

.presta li
{
    width: 38%;
    text-align: center;
    margin-bottom: 30px;
    color: white
}

.presta h3
{
    display: block;
    width: 100%;
    font-size: 1.7em;
    line-height: 40px;
    text-align: center;
    margin-bottom: 20px;
    font-weight: bolder;
    color: #36B8C1;
    overflow: hidden
}

.presta img
{
    
    width: 300px;
    height: 250px;
    margin-bottom: 20px;
    border-radius: 20px;
    border: solid 10px white;
    box-shadow: 10px 10px 10px rgba(0,0,0,0.1);
    background: black
}

.presta strong
{
    display: block;
    margin-bottom: 25px;
    font-size: 1.3em;
    color: #2a8ac5
}


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

footer
{
    width: 100%;
    padding: 20px 0px 60px 0px;
    overflow: hidden;
    font-family: 'Louis George Cafe Light';
    background: #27509D;
    border-top: solid 5px white
}

.ft-wrapper > img
{
    width: 100px;
    margin-right: 30px;
    float: left
}

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


.ft-wrapper li
{
    float: left;
    margin-right: 25px
}

.ft-wrapper a
{
    color: white
}

.ft-wrapper a:hover
{
    text-decoration: underline
}


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

.contact
{
    width: 100%;
    padding: 40px 5% 60px 5%;
    text-align: center;
    background: #36B8C1;
}

.contact h3
{
    color: white;
    text-align: center;
    margin-bottom: 30px
}

.contact span
{
    color: white
}

.contact ul > li
{
    margin-bottom: 5px
}

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

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

.contact input, .contact textarea
{
    background: none;
    width: 100%;
    border: none;
    border: dotted white 1px;
    outline: none;
    padding-left: 10px;
    color: white
}

.contact textarea
{
    height: 120px;
    padding: 10px 10px 10px 0px;
}

.contact input
{
    height: 50px;
}

.contact input:focus, .contact textarea:focus
{
    outline: none;
    border: solid 1px white
}

.contact button
{
    width: 100%;
    height: 50px;
    border: none;
    background: none;
    color: white;
    font-size: 1.2em;
    border: solid 1px white
}

.contact button:hover
{
    background: white;
    color: black
}

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

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


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

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