
@import url('https://fonts.googleapis.com/css2?family=Shippori+Mincho+B1:wght@400;500&display=swap');


body{
    background: url(https://lecoingolf.fr/wp-content/uploads/job-manager-uploads/job_cover/2018/07/Courson-2.jpg) no-repeat center fixed; 
  -webkit-background-size: cover; /* pour anciens Chrome et Safari */
  background-size: cover; /* version standardisée */
}

.text-justify{
    text-align: justify;
}
.titlefont{
    text-transform: uppercase;
    font-size: 50px;
    color: #ebe7e7;
    font-family: Abril fatface, sans-serif;
    text-shadow: 0px 1px 2px rgb(54, 54, 54), 0 0 1em rgb(61, 82, 124), 0 0 0.2em rgb(44, 70, 104);
    mix-blend-mode:unset;
}
.banner-container{
    background-color: #d5dadfd0;
}
.banner-text{
    font-family: 'Shippori Mincho B1', serif;
    margin-top: 20px;
    padding-left: 5px;
    padding-right: 5px;
    color: rgb(0, 0, 0);
    

}
.text-highlight{
    font-weight: bold;
    color:rgb(30, 65, 161);
}
.container-btns {
    position:absolute;
    bottom:20px;;
    left:5%;
}
.btn-primary{
    background-color: rgba(201, 226, 196, 0.52);
    border: 2px solid rgba(19, 114, 71, 0.808);
    color:rgb(14, 70, 35);
    font-weight: bold;
}
.btn-primary:hover{
    transition: all 0.5s ease-in-out;
    background-color: transparent;
    border: 2px solid rgba(115, 195, 40, 0.808);
    color:teal;
    mix-blend-mode:multiply;
}

.btn-first {
    border: 2px solid #f1f1f1;
    border-radius: 5px 5px;
    outline: none;
    background: transparent;
    font-size: 30px;
    padding: 10px;
    max-width: 300px;
    color: #f1f1f1;
    cursor: pointer;
}
.btn-first:nth-child(1){
    margin-right: 30px;
}
.btn-first:hover {
    transition: all 0.3s ease-in-out;
    background: #f1f1f198;
    color: rgba(62, 132, 153, 0.808);
}

#logo{
    display: none;
}
.linkedin-icon{
    color:rgb(74, 140, 202);

}
.text-title{
    color:rgb(198, 209, 224);
    font-size:20px;
}

#formulaire{
    background-color: transparent;
   
    margin-top: 20px;
}
.icon-style{
    color:whitesmoke;
    font-size: 20px;
    width: fit-content;
}

label, .msg-send{
    color:whitesmoke;
    text-shadow: 0px 1px 2px rgb(54, 54, 54), 0 0 1em rgb(48, 110, 224), 0 0 0.2em rgb(23, 102, 206);
}

#connect-text{
    color:rgb(13, 13, 82);
}
#connect-text:hover{
    color:rgb(82, 82, 218);
}
.bg-admin{
    background-color: #80c0e7bb;
    border-radius: 10px;
}
a.link-style{
    text-decoration: none;
}
/*page mentions legales*/
.bg-mentions{
    background-color: rgba(255, 255, 255, 0.856);
    
}
.banner-container{
    background-color: rgba(255, 255, 255, 0.856);
}

.programme-container{
    background-color: rgba(255, 255, 255, 0.856);
    border-radius: 10px;
}
.programme-text{
    font-family: 'Shippori Mincho B1', serif;
}
.programme-text h2{
    font-size:2rem;
    color:rgb(30, 65, 161);
    font-weight: bold;
    text-transform: uppercase;
}
.programme-text p{
    font-weight: bold;
}
.programme-container ul li{
    list-style-type: none;
}
@media screen and (max-width: 1100px){
 
    .btn-first{
    font-size: 20px;
    padding: 10px;
    max-width: 200px;
    }

    .container-btns {
        position: absolute;
        bottom:10px;;
        left:5%;
    }

    .text-style{
        font-size: 8px;
        height:fit-content;
    }
}


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

    .first-page-background{
        background-color: white;
        padding:0;
    }

    #logo{
        display:block;
        padding-bottom: 15px;
    }
    #banniere{
        display:none;
    }
    .btn-first1 {
        border: 2px solid #68A0DB;
        border-radius: 5px 5px;
        outline: none;
        background: transparent;
        font-size: 15px;
        padding: 5px;
        max-width: 150px;
        color: #68A0DB;
        cursor: pointer;
    }
    .btn-first1:nth-child(1){
        margin-right: 10px;
    }
    .titlefont{
        text-transform: uppercase;
        font-size: 20px;
        font-family: Abril fatface, sans-serif;
    }
    body.titlefont{
        color:rgb(243, 234, 234);
    }
    .banner-text{
        font-size: 14px;
        padding-left: 5px;
        padding-right: 5px;
    }

    .icon-style{
        color:whitesmoke;
        font-size: 30px;
    }
   
}

