/*-------Semaine de la transmission 2025---------------*/
@font-face {
    font-family: 'Konnect Regular';
    src: url('../font/KonnectRegular.woff2');
}
@font-face {
    font-family: 'Konnect Semi Bold';
    src: url('../font/KonnectSemiBold.woff2');
}
@font-face {
    font-family: 'Konnect Black';
    src: url('../font/KonnectBlack.woff2');
}
/*----------------GENERAL-------------------*/
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Konnect Regular", "Arial", sans-serif;
    color: rgb(67, 67, 67);
}
body {
}
.noMobile, .noMobileFlex, .no768Mobile, section#accueil div.banner > img.no768Mobile {
    display: none;
}
.mobile{
    display: block;
}
.center {
    text-align: center;
    margin: 0 auto;
}
section{
    padding: 50px 0;
}
section#accueil, section#infospratiques, section#inscription, section#sponsors {
    scroll-margin-top: 350px;
}
p{
    margin: 5px 0;
}
h1, h2{
    color: #3c9;
    font-family: 'Konnect Semi Bold', "Arial", sans-serif;
    text-transform: uppercase;
}
a{
    color: #3c9;
}
h1{
    text-align: center;
    font-weight: bold;
    margin-bottom: 0;
    margin-top: 25px;
}
.rouge{
    color: orangered;
    display: none;
}
/*-----------------MENU------------------------*/
.navbar-light {
    padding: 2px 0;
    background-color: white;
    border: 1px solid  #ececec;
}
ul.navbar-nav {
    margin: 5px 0;
}
div.logo img{
    width: 200px;
    height: 60px;
}
.navbar-light li a{
    font-size: 18px;
    margin: 0 10px;
    position: relative;
    display: flex;
    text-align: center;
    align-items: center;
}
.navbar-light li a::before {
    position: absolute;
    bottom: 0;
    content: "";
    display: block;
    width: 90%;
    height: .5rem;
    background-color: #3c9;
    opacity: 0;
    transition: all .2s ease-in-out;
    transform: translateY(1rem);
}

li.flex{
    display: flex;
}
li.flex span {
    padding: 8px 0;
    font-weight: bold;
}
li.flex a{
    font-weight: normal;
    margin: 0 7px;
}
li.flex a.boldUnder{
    text-decoration: underline;
    font-weight: bold;
}
nav.sticky {
    position: sticky;
    top: 0;
    z-index: 1000;
}
.navbar button {
    border: none;
}
.navbar-toggler:focus {
    box-shadow: none;
}
/*------------------Accueil---------------------*/
section#accueil {
    padding:0;
    margin: 0;
}
h3.surrimp{
    background-color: #33cc99;
    color: white;
    text-align: center;
    font-family: 'Konnect Black', "Arial", sans-serif;
    font-size: 35px;
    display: block;
    margin: 0 auto;
    padding: 5px 10px 0 10px;
    width: fit-content;
}
section#accueil div.banner{
    display: block;
    background-color: #e5e1ec;
    background-image: linear-gradient(to right, #018A9C 0%, #00AFC2 100%);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    height: fit-content;
    width: 100%;
    padding: 0;
    margin: 0;
}
section#accueil div.banner > img{
    margin: 0 auto;
    width: 100%;
    max-width: 1200px;
    display: block;
}
section#accueil div.container{
    padding: 50px 10px 0 10px;
}
section#accueil div.container p{
    padding-bottom: 10px;
    font-size: 18px;
}
/*---------------FORMULAIRE----------------------*/
div.formulaire .form-floating input, div.formulaire .form-floating select {
    border: none;
    padding-left: 0 ;
    border-bottom: 2px solid #ececec;
    border-radius: 0;
    font-size: 18px;
}
div.formulaire .form-floating > label {
    font-size: 18px;
    line-height: 15px;
    margin-top:-2px;
}
div.formulaire .form-floating:focus-within > label, div.formulaire .form-floating:target > label, div.formulaire .form-floating:active > label, div.formulaire .form-floating:visited > label {
    color: grey;
}
.form-floating > .form-control-plaintext ~ label::after, .form-floating > .form-control:focus ~ label::after, .form-floating > .form-control:not(:placeholder-shown) ~ label::after, .form-floating > .form-select ~ label::after {
    background-color: transparent;
}
input.form-control:focus, select.form-select:focus {
    box-shadow: none;
    border: lightgray;
}
input[type="radio"], input[type="checkbox"] {
    accent-color: #3c9;
}
div.formulaire p.inscrit{
    text-align: center;
    color: dimgrey;
}
div.formulaire button {
    border-radius: 11rem;
    display: block;
    font-size: 21px;
    font-family: 'Konnect Semi Bold', "Arial", sans-serif;
    margin: 25px auto;
    border: none;
    color: white;
    background-color: rgba(51,204,153,.9);
    background: linear-gradient(90deg,rgba(51,204,153,.9) 0%,rgba(2,188,200,.9) 100%);
    padding: 10px 20px 8px 20px !important;
    transition:all 0.2s linear;
}
div.formulaire button:hover {
    transform: scale(110%);
    transition:all 0.2s linear;
}
.form-control.is-invalid:focus, .was-validated .form-control:invalid:focus {
    box-shadow: none;
}
/*---------------INFOS PRATIQUES----------------------*/
section#infospratiques {
    padding: 50px 0 25px 0;
    background-color: rgb(246, 246, 246);
}
section#infospratiques > .container > .row {
    align-items: center;
}
section#infospratiques h2, section#infospratiques .col-md-8, section#infospratiques strong, section#infospratiques ul li{
}
section#infospratiques ul li{
    list-style: none;
    margin: 0;
}
section#infospratiques ul{
    margin: 0;
    padding: 0;
}
section#infospratiques h2{
    margin-bottom: 25px;
}
section#infospratiques strong{
    font-weight: bold;
}
section#infospratiques iframe{
    border: 1px solid #33cc99;
    border-radius: 8px;
    margin: 25px 0;
}
/*---------------FOOTER----------------------*/
footer{
    background-color: white;
    padding: 30px 10px;
}
footer .container .row{
    justify-content: space-between;
    align-items: center;
}
footer div.col-md-6 > div{
    padding: 25px;
    width: 100%;
}
footer h3{
}
footer img{
    width: 300px;
    max-width: 100%;
    height: 100px;
    display:block ;
    margin: 0 auto;
}
footer ul{
    padding-left: 0;
}
footer ul li{
    list-style: none;
    margin: 15px 0;
}
footer a{
    text-decoration: none;
    color: black;
}
footer a:hover{
    text-decoration:  underline black;
}
/*---------------MEDIA QUERIES----------------------*/
@media (min-width: 300px) {
    section#accueil div.banner > img.no768Mobile {
        display: block;
    }
    section#accueil div.banner > img.mobile{
        display: none;
    }
}
@media (min-width: 768px) {
    .no768Mobile {
        display: block;
    }
    div.logo img {
        width: 250px;
    }
}
@media (min-width: 992px) {
    .navbar-expand-lg .navbar-collapse {
        justify-content: space-between;
        width: fit-content;
    }
    .mobile {
        display: none;
    }
    .noMobileFlex{
        display: flex;
    }
    .noMobile {
        display: block;
    }
    section#accueil, section#infospratiques, section#inscription, section#sponsors {
        scroll-margin-top: 80px;
    }
    .navbar-light li a:hover::before {
        opacity: 1;
        transition: all .2s ease-in-out;
        transform: translateY(1rem);
    }
}