/* --- General --- */
@font-face {
    font-family: Raleway;
    src:
        url("../font/Raleway-Regular.ttf")
}

body {
    font-family: 'Raleway', "Segoe UI", "Helvetica Neue", sans-serif ;
    text-align: justify;
    color:#676767 ;
    box-sizing: border-box;
    font-size: 18px;
}

.content {
    margin-left: 15%;
    margin-right: 15%;
}

.btn-primary {
    background: linear-gradient(0deg, rgba(60,156,207,1) 11%, rgba(53,183,215,1) 41%, rgba(69,190,215,1) 100%);
    border-color: #45bed7 ;
}

.btn-primary:hover {
    color: #45bed7;
    background: white;
    border-color: #45bed7;
}

h1, h4 {
    font-family: "Raleway SemiBold","Segoe UI Semibold", sans-serif;
}

h2 {
    color: #45bed7;
    margin-bottom: 20px;
    margin-top: 30px;
}

h3 {
    font-size: 24px;
    font-weight: bold;
}

hr {
    margin-top: 30px;
    border-top: 2px solid rgba(69, 190, 215);
    width: 20%;
}

.lien_contact a, .funding h4:hover, #mail_contact, #mail_contact:hover, .blu, .navbar-light .navbar-nav .nav-link:hover {
    color: #45bed7;
}

.banner_title {
    background-color: rgba(255, 255, 255, 0.6);
    width: 35%;
    border-top-right-radius: 50px 200px;
    border-bottom-right-radius: 50px 200px;
}

.banner_title h1 {
    padding-top: 150px;
    padding-bottom: 150px;
    margin-left: 20%;
    font-size: 42px;
}

/* --- Homepage --- */
.banner_homepage {
    display: block;
    background-image: url("../img/homepage/homepage_banner.jpg");
    background-size: cover;
    background-repeat: no-repeat;
}

.banner_title_homepage {
    background-color: rgba(255, 255, 255, 0.6);
    width: 40%;
    border-top-right-radius: 150px 300px;
    border-bottom-right-radius: 150px 300px;
}

.banner_title_homepage h1 {
    padding-top: 170px;
    padding-bottom: 170px;
    margin-left: 12%;
    font-size: 42px;
}

/* --- Assurprepa --- */
.banner_assurprepa {
    display: block;
    background-image: url("../img/assurprepa/assurprepa_banner.jpg");
    background-size: cover;
    background-repeat: no-repeat;
}

.illustration img {
    height: 200px;
    width: 310px;
}

.list-group-item {
    border: none;
}

#mot_president {
    font-size: 20px;
}

/* --- Formers --- */
.banner_formers {
    display: block;
    background-image: url("../img/formers/formers_banner.jpg");
    background-size: cover;
    background-repeat: no-repeat;
}

#title_formers {
    padding-top: 150px;
    padding-bottom: 150px;
    margin-left: 12%;
    font-size: 42px;
}

.photo img {
    height: 150px;
    width: 150px;
}

/* --- Trainings --- */
.banner_trainings {
    display: block;
    background-image: url("../img/trainings/trainings_banner.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
}

.catalogue a {
   font-size: 20px;
    width: 300px;
}

/* --- Funding --- */
.banner_funding {
    display: block;
    background-image: url("../img/funding/funding_banner.jpg");
    background-size: cover;
    background-repeat: no-repeat;
}

.funding {
    color: #676767;
}

.funding p {
    margin-left: 1.8%;
}

.funding h2 {
    font-size: 24px;
    font-weight: bold;
    color: #676767;
    margin: 0;
}

/* --- Contact --- */
.banner_contact {
    display: block;
    background-image: url("../img/contact/contact_banner.jpg");
    background-size: cover;
    background-repeat: no-repeat;
}

.photo_interlocutrice img {
    height: 200px;
    width: 200px;
}

.form-control:focus {
    border-color: #45bed7;
    box-shadow: 0 0 0 .2rem rgba(69, 190, 215, 0.23);;
}

/* --- Header --- */
.logo {
    text-align: center;
}

.logo img {
    width: 9%;
    height: 9%;
    margin-top: 15px;
    margin-bottom: 15px;
    text-align: center;
}

.navbar {
    text-align: center;
    margin-bottom: 10px;
    background-color: white!important;
}

.navbar-nav {
    font-size: 20px;
}

#btn_header {
    height: 30%;
}

.logo_responsive {
    display: none;
}

/* --- Footer --- */
footer {
    margin-top: 25px;
    padding: 20px;
    background-color: #45bed7;
    color: white;
}

#mail_footer, #mention_footer, #cgv_footer {
    color: #ffffff;
    text-decoration: underline;
}

#linkedin_footer {
    height: 35px;
    width: 35px;
}

/* --- RESPONSIVE --- */

/* laptop */
@media all and (min-width: 1280px) and (max-width: 1440px) {
    .navbar-nav {
        font-size: 18px;
    }

    .illustration img {
        width: 100%;
        height: 140px;
    }

    .banner_title, .banner_title_homepage {
        background-color: rgba(255, 255, 255, 0.6);
        width: 35%;
        padding-right: 20px;
        border-top-right-radius: 50px 200px;
        border-bottom-right-radius: 50px 200px;
    }

   .banner_title_homepage, #title_formers, #title_assurprepa  {
        text-align: left;
   }

   .banner_homepage {
       display: block;
       background-image: url("../img/homepage/homepage_banner _responsive_laptop.jpg");
       background-size: inherit;
       background-repeat: no-repeat;
   }

   #title_assurprepa {
       margin-left: 18%;
       text-align: left;
   }

    .mot_responsive h5, .mot_responsive p {
        margin-left: 5%;
    }

}

/* Tablette */
@media all and (min-width: 768px) and (max-width: 1279px){
    .logo {
        text-align: center;
    }

    .mot_responsive, .formers_responsive {
        flex-direction: column!important;
        text-align: left!important;
    }

    .mot_responsive img, .formers_responsive img {
        margin-bottom: 15px;
        margin-left: 60% ;
    }

    .illustration img {
        width: 100%;
        height: 120px;
    }

    .logo_responsive {
        display: inline-block;
        width: 15%;
        height: 15%;
    }

    .logo {
        display: none;
    }

    .navbar-toggler {
        display: inline;
        align-items: center;
        border-left: none;
        border-right: none;
        border-color: #45bed7;
        width: 100%;
        margin-top: 10px;
        border-radius: 0;
        background: linear-gradient(0deg, rgba(60,156,207,1) 11%, rgba(53,183,215,1) 41%, rgba(69,190,215,1) 100%);
    }

    .trainings h4 {
        font-size: 16px;
    }

    .navbar-nav #btn_header {
        background-color: #0c5460;
    }

    #btn_header {
        width: 20%;
        margin-left: 40%;
    }

    .qualiopi img{
        height: 100px!important; ;
    }

    /* Bannière */
    .banner_title, .banner_title_homepage {
        background-color: rgba(255, 255, 255, 0.6);
        width: 45%;
        padding-right: 30px;
        padding-top: 0;
        border-top-right-radius: 50px 200px;
        border-bottom-right-radius: 50px 200px;
    }

    .banner_title_homepage, #title_formers {
        text-align: left;
    }

    .banner_title h1, #title_formers {
        margin-left: 15%;
        font-size: 42px;
        padding-top: 100px;
    }

    .banner_assurprepa {
        display: block;
        background-image: url("../img/assurprepa/assurprepa_banner_responsive.jpg");
        background-size: inherit;
        background-repeat: no-repeat;
    }

    .banner_formers {
        display: block;
        background-image: url("../img/formers/formers_banner_responsive.jpg");
        background-size: inherit;
        background-repeat: no-repeat;
    }

    .banner_contact {
        display: block;
        background-image: url("../img/contact/contact_banner_responsive.jpg");
        background-size: inherit;
        background-repeat: no-repeat;
    }

    .banner_homepage {
        display: block;
        background-image: url("../img/homepage/homepage_banner_responsive.jpg");
        background-size: inherit;
        background-repeat: no-repeat;
    }

    #title_assurprepa {
        text-align: left;
    }
}

/* Telephone */
@media all and (max-width: 767px){
    .mot_responsive {
        flex-direction: column!important;
        text-align: center;
    }

    .mot_responsive img, .formers_responsive img {
        margin-bottom: 15px;
    }

    .categorie_responsive a {
        margin-bottom: 15px;
    }

    .logo_responsive {
        display: inline-block;
        width: 20%;
        height: 20%;
    }

    .logo {
        display: none;
    }

    .navbar-light .navbar-toggler {
        display: inline;
        align-items: center;
        border: #45bed7 2px solid;
        border-left: none;
        border-right: none;
        width: 100%;
        margin-top: 10px;
        border-radius: 0;
        background: linear-gradient(0deg, rgba(60,156,207,1) 11%, rgba(53,183,215,1) 41%, rgba(69,190,215,1) 100%);
    }

    .illustration img {
        height: 40%;
        width: 100%;
    }

    /* Bannière */
    .banner_assurprepa, .banner_homepage, .banner_formers, .banner_trainings, .banner_funding, .banner_contact {
        background-image: none;
    }

    .banner_title, .banner_title_homepage {
        background-color: rgba(69, 190, 215, 0.11);
        width: 100%;
        border-radius: 0;
    }

    .banner_title h1, .banner_homepage h1, #title_formers {
        padding-bottom: 20px;
        padding-top: 20px;
        text-align: center;
        margin-left: 0;
        font-size: 38px;
    }

    #partenaire_logo {
        flex-direction: column;
        align-items: center;
    }

    #partenaire_logo img {
        margin-bottom: 20px;
    }

    #logo_contact {
        margin-left: 20%;
    }

}





