/* Global */
.inp{
    display:flex;
    flex-direction: column;
}
@media screen and (min-width: 1612px) {
    body{
        background-color: #fafafa;
        margin:0;
    }
        
    .button{
        text-decoration: none;
        color:#027F8D;
        font-family: 'Open Sans', sans-serif;
        font-weight: bold;
        border:3px solid #027F8D;
        padding:7px;
        border-radius: 5px;
        transition-duration:0.7s;
    }
    .button:hover{
        color:#7D55C7;
        border:3px solid #7D55C7;
        transition-duration:0.7s;
    }

    .buttonblanc{
        text-decoration: none;
        color:#ffffff;
        font-family: 'Open Sans', sans-serif;
        font-weight: bold;
        border:3px solid #ffffff;
        padding:7px;
        border-radius: 5px;
    }

    .buttonblanc:hover{
        color:#7D55C7;
        border:3px solid #7D55C7;
        transition-duration:0.7s;
    }

    .separateur{
        width : 90%;
        height : 3px;
        background-color: #027F8D;
        margin : 0 auto;
        
        
    }

    .colorblue{
        color : #027F8D;
    }

    .colorviolet{
        color:#7D55C7;
    }

    /* 
    font-family: 'Merriweather', serif; 
    font-family: 'Open Sans', sans-serif;
    */

   /* Header */

    .headermobile{
    display: none;
    }

    header{
        display:flex;
        align-items: center;
        justify-content: space-between;
        box-shadow: 0 5px 5px -5px #333;
    }

    #etude{
        margin-right: 20px;
    }

    ol{
        display: flex;
    }
    ol li{
        margin: 1vw;
        list-style:none;
        padding-left: 100px;
    }
    ol li a{
        text-decoration: none;
        color:black;
        font-size: 20px;
        font-family: 'Merriweather', serif;
        font-weight: bold;
        transition-duration:0.7s;
    }
    ol li a:hover{
        text-decoration: none;
        color:#027F8D;
        font-family: 'Merriweather', serif;
        font-weight: bold;
        transition-duration:0.7s;
    }

 
    /* FORM */

    h2{
        font-size: 25px;
        font-weight: bold;
        font-family: 'Merriweather', serif; 
        text-align: center;
        padding-top: 25px;
        margin-bottom: 50px;
    }


    .form{
        background-image: url('media/fondform2.png');
        background-position: center;
        background-size:cover;
        width : 1170px;
        border-radius: 10px;
        margin : 0 auto;
    }

    #jsp{
        font-size: 16px;
        font-weight: bold;
        font-family: 'Merriweather', serif; 
        padding-top: 15px;
        margin-left: 15px;
    }

    input[type=text], textarea {
        padding: 12px 20px;
        box-sizing: border-box;
    }

    .formstyle{
        width: 360px;
        height: 40px;
        border:3px solid #027F8D;
        margin-top: 22px;
        border-radius: 8px;
        margin-left: 20px;
        font-size: 11px;
        font-weight: bold;
        font-family: 'Merriweather', serif;
    }

    input:focus, textarea:focus{
        outline: 0px;
    }

    label{
        font-size: 12px;
        font-weight: bold;
        font-family: 'Merriweather', serif; 
        padding-top: 20px;
    }

    #com{
        width: 631px;
        height: 180px;
        border:3px solid #027F8D;
        margin-top: 22px;
        border-radius: 8px;
        margin-left: 20px;
        font-size: 13px;
        font-weight: bold;
        font-family: 'Merriweather', serif; 
        padding-top: 5px;
    }

    #authorize{
        font-size: 11px;
        font-weight: bold;
        font-family: 'Merriweather', serif; 
        padding-top: 10px;
    }

    #acc{
        text-align: center;
        font-size: 18px;
        font-weight: bold;
        font-family: 'Merriweather', serif;
        padding-top : 29px;
        margin-bottom: 50px; 
    }

    #button{
        text-decoration: none;
        width : 150px;
        height: 50px;
        color: white;
        font-family: 'Merriweather', serif;
        font-weight: bold;
        background-color: #027F8D;
        border-radius: 5px; 
        border: 1px #027F8D;
        margin-bottom: 20px;
        cursor: pointer;
    }

    #but{
        text-align: end;
        margin-right: 50px;
    }

    #button:hover{
        background-color: #7D55C7;
        transition-duration: 0.7s;
    }

    #acc a{
        text-decoration: none;
        color : #027F8D;
        text-decoration: underline;
    }

    #acc a:visited{
        color: #027F8D;
    }

    #acc a:hover{
        color:#7D55C7;
        transition-duration:0.7s;
    }

    input[type=radio]{
        appearance: none;
        border-radius: 50%;
        width: 18px;
        height: 18px;
        border: 3px solid #027F8D;
        transition: 0.2s all linear;
        margin-right: 5px;
        position: relative;
        top: 4px;
        margin-left: 19px;
    }
    input[type=radio]:checked{
        border: 9px solid #027F8D;

    }

    #presse{
        display: none;
    }

    #actu{
        display: none;
    }

 
}

/*Mobile*/

@media screen and (max-width: 740px) {

    body{
        background-color: #fafafa;
        margin:0;
    }
        
    .button{
        text-decoration: none;
        color:#027F8D;
        font-family: 'Open Sans', sans-serif;
        font-weight: bold;
        border:3px solid #027F8D;
        padding:7px;
        border-radius: 5px;
        transition-duration:0.7s;
    }
    .button:hover{
        color:#7D55C7;
        border:3px solid #7D55C7;
        transition-duration:0.7s;
    }

    .buttonblanc{
        text-decoration: none;
        color:#ffffff;
        font-family: 'Open Sans', sans-serif;
        font-weight: bold;
        border:3px solid #ffffff;
        padding:7px;
        border-radius: 5px;
    }

    .buttonblanc:hover{
        color:#7D55C7;
        border:3px solid #7D55C7;
        transition-duration:0.7s;
    }

    .separateur{
        width : 90%;
        height : 3px;
        background-color: #027F8D;
        margin : 0 auto;
        
        
    }

    .colorblue{
        color : #027F8D;
    }

    .colorviolet{
        color:#7D55C7;
    }



    /*Form*/
    .contact{
    padding-top : 90px;
    }

    h2{
        font-size: 20px;
        font-weight: bold;
        font-family: 'Merriweather', serif; 
        text-align: center;
        padding-top: 25px;
        margin-bottom: 50px;
    }

    #formplace{
        display: flex;
        flex-direction: column;
        justify-content:center;
        align-items:center;
    }

    .form{
        background-image: url('media/rectangle.png');
        background-position: center;
        background-size: cover;
        width : 90%;
        height: 850px;
        border-radius: 10px;
        margin : 0 auto;
    }

     #jsp{
        font-size: 13px;
        font-weight: bold;
        font-family: 'Merriweather', serif; 
        padding-top: 15px;
        margin-left: 15px;
        text-align: center;
    }

    input[type=text], textarea {
        padding: 12px 20px;
        box-sizing: border-box;
    }

    .formstyle{
        width: 260px;
        height: 50px;
        border:2px solid #027F8D;
        margin-top: 22px;
        border-radius: 8px;
        font-size: 11px;
        font-weight: bold;
        font-family: 'Merriweather', serif;
    }

    input:focus, textarea:focus{
        outline: 0px;
    }




    label{
        font-size: 12px;
        font-weight: bold;
        font-family: 'Merriweather', serif; 
        padding-top: 20px;
    }

    #com{
        width: 260px;
        height: 180px;
        border:2px solid #027F8D;
        margin-top: 22px;
        border-radius: 8px;
        font-size: 13px;
        font-weight: bold;
        font-family: 'Merriweather', serif; 
        padding-top: 5px;
    }

    #authorize{
        font-size: 11px;
        font-weight: bold;
        font-family: 'Merriweather', serif; 
        padding-top: 10px;
        color : white;
    }

    #acc{
        text-align: center;
        font-size: 18px;
        font-weight: bold;
        font-family: 'Merriweather', serif;
        padding-top : 29px;
    }


    #button{
        text-decoration: none;
        width : 150px;
        height: 50px;
        color: white;
        font-family: 'Merriweather', serif;
        font-weight: bold;
        background-color: #027F8D;
        border-radius: 5px; 
        border: 1px #027F8D;
        margin-bottom: 20px;
        cursor: pointer;
        text-align: center;
    }

    #but{
        text-align: center;
    }

    #acc a{
        text-decoration: none;
        color : #027F8D;
        text-decoration: underline;
    }

    #acc a:visited{
        color: #027F8D;
    }

    #acc a:hover{
        color:#7D55C7;
        transition-duration:0.7s;
    }
    .lbt{
        width: 260px;
        margin:15px auto;
    }
    label{
        color:white;
    }


    input[type=radio]{
        appearance: none;
        border-radius: 50%;
        width: 18px;
        height: 18px;
        border: 3px solid white;
        transition: 0.2s all linear;
        margin-right: 5px;
        position: relative;
        top: 4px;
    }



    input[type=radio]:checked{
        border: 9px solid white;

    }

    #presse{
        display: none;
    }

    #actu{
        display: none;
    }






}



/* Version TABLETTE */

@media screen and (min-width: 740px) and (max-width: 1611px){

    body{
        background-color: #fafafa;
        margin:0;
    }
        
    .button{
        text-decoration: none;
        color:#027F8D;
        font-family: 'Open Sans', sans-serif;
        font-weight: bold;
        border:3px solid #027F8D;
        padding:7px;
        border-radius: 5px;
        transition-duration:0.7s;
    }
    .button:hover{
        color:#7D55C7;
        border:3px solid #7D55C7;
        transition-duration:0.7s;
    }

    .buttonblanc{
        text-decoration: none;
        color:#ffffff;
        font-family: 'Open Sans', sans-serif;
        font-weight: bold;
        border:3px solid #ffffff;
        padding:7px;
        border-radius: 5px;
    }

    .buttonblanc:hover{
        color:#7D55C7;
        border:3px solid #7D55C7;
        transition-duration:0.7s;
    }

    .separateur{
        width : 90%;
        height : 3px;
        background-color: #027F8D;
        margin : 0 auto;
        
        
    }

    .colorblue{
        color : #027F8D;
    }

    .colorviolet{
        color:#7D55C7;
    }

 
    /*Form*/

    .contact{
    padding-top : 90px;
    }

    h2{
        font-size: 25px;
        font-weight: bold;
        font-family: 'Merriweather', serif; 
        text-align: center;
        padding-top: 25px;
        margin-bottom: 50px;
    }

    .contact{
        width:90%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin:0 auto;
    }
    .form{
        background-image: url('media/fondform2.png');
        background-position: center;
        background-size:cover;
        border-radius: 10px;
        max-width: 1170px;
        width: 100%;
    }

    #jsp{
        font-size: 16px;
        font-weight: bold;
        font-family: 'Merriweather', serif; 
        padding-top: 15px;
        margin-left: 15px;
        text-align : center;
    }

    input[type=text], textarea {
        padding: 12px 20px;
        box-sizing: border-box;
    }

    .formstyle{
        width: 360px;
        height: 40px;
        border:3px solid #027F8D;
        margin-top: 22px;
        border-radius: 8px;
        margin-left: 20px;
        font-size: 11px;
        font-weight: bold;
        font-family: 'Merriweather', serif;
    }

    input:focus, textarea:focus{
        outline: 0px;
    }

    label{
        font-size: 12px;
        font-weight: bold;
        font-family: 'Merriweather', serif; 
        padding-top: 20px;
    }

    #com{
        width: 580px;
        height: 180px;
        border:3px solid #027F8D;
        margin-top: 22px;
        border-radius: 8px;
        margin-left: 20px;
        font-size: 13px;
        font-weight: bold;
        font-family: 'Merriweather', serif; 
        padding-top: 5px;
    }

    #authorize{
        font-size: 11px;
        font-weight: bold;
        font-family: 'Merriweather', serif; 
        padding-top: 10px;
    }

    #acc{
        text-align: center;
        font-size: 18px;
        font-weight: bold;
        font-family: 'Merriweather', serif;
        padding-top : 29px;
        margin-bottom: 10px; 
    }

    #button{
        text-decoration: none;
        width : 150px;
        height: 50px;
        color: white;
        font-family: 'Merriweather', serif;
        font-weight: bold;
        background-color: #027F8D;
        border-radius: 5px; 
        border: 1px #027F8D;
        margin-bottom: 20px;
        cursor: pointer;
    }

    #but{
        text-align: end;
        margin-right: 50px;
        margin-top: 25px;
    }

    #button:hover{
        background-color: #7D55C7;
        transition-duration: 0.7s;
    }

    #acc a{
        text-decoration: none;
        color : #027F8D;
        text-decoration: underline;
    }

    #acc a:visited{
        color: #027F8D;
    }

    #acc a:hover{
        color:#7D55C7;
        transition-duration:0.7s;
    }

    input[type=radio]{
        appearance: none;
        border-radius: 50%;
        width: 18px;
        height: 18px;
        border: 3px solid #027F8D;
        transition: 0.2s all linear;
        margin-right: 5px;
        position: relative;
        top: 4px;
        margin-left: 19px;
    }



    input[type=radio]:checked{
        border: 9px solid #027F8D;

    }

    #presse{
        display: none;
    }

    #actu{
        display: none;
    }
}