@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Source+Sans+3:ital,wght@0,200..900;1,200..900&display=swap');

@font-face {
    font-family: "Tallica";
    src: url('../fonts/Tallica-Medium.ttf');
}


html,body{
    font-size: 17px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: "Inter", sans-serif;
    margin: 0;
    padding: 0;
    height: 100%;
    position: relative;
}
/*
html{
    overflow: hidden;
}
*/
body{
    font-weight: 400;
    color: #191919;
    line-height: 210%;
    background: #143150;
    background-size: cover;
    padding: 0;
    overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #191919;
    font-family: "Inter", sans-serif;
    font-weight: 300;
    line-height: 1.3em;
    letter-spacing: 0;
    margin-bottom: 20px;
}

*{
    font-family: "Inter", sans-serif;
}


/****
=Video
*****/
#fullwidth-video{
    right: 0;
    left: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: -1;
}
#fullwidth-video .fullwidth-video-bg {
    position: absolute; z-index: 1; top: 0px; left: 0px; bottom: 0px; right: 0px; overflow: hidden;
    background-size: cover; background-color: #143150; background-repeat: no-repeat;
    background-position: 0% 100%; background-image:url("../images/background-breakfast-club.jpg");
}
.sldtext {
    z-index: 2;
}

/****
=Home
****/
.container-fluid > .row{
    display: flex;
    height: 100%;
}

h1, h3{
    color: #ebe9e0;
    font-size: 25px;
}

h1 .item{
    display: inline-block;
    margin-top: 6px;
    padding-left: 0;
    font-size: 21px;
    font-family: "Inter", sans-serif;
}
h1 .item:first-child{
	margin-top: 0px;
}

h1 .item .fa{
    color: #387dc0;
    padding-right: 5px;
    vertical-align: top;
    padding-top: 4px;
}

h2 {
    color: #ebe9e0;
    font-size: 88px;
    margin-top: 30px;
    text-align: left;
    font-weight: 500;
    margin: 40px 10px 10px;
    line-height: 1.4em;
    font-family: Tallica;
}

h3 {
    color: #ebe9e0;
    font-weight: 500;
}

.subtitle{
    color: #387dc0;
}

h2 b{
    color: #387dc0;
    display: block;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 36px;
    margin-bottom: 20px;
    line-height: 0.9em;
}

h3{
    font-weight: 400;
}

.logo-container{
    padding: 15px 0;
}

.location-date{
    margin: 20px 10px;
    text-align: center;
    color: #ebe9e0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
    padding-top: 60px;
}
#programme .location-date h1{
    text-align: left;
    font-size: 1.3em;
    line-height: 1.6em;
}
#programme .location-date .fa{
    text-shadow: none;
    color: #ebe9e0;
    padding-top: 7px;
}
#programme .location-date .item{
    display: block;
    margin-bottom: 25px;
}
#programme .location-date .item + .item{
    margin-top: 10px;
    padding-left: 0;
}

#messages:empty{
    display: none;
}

/****
=Form
*****/
.field .fa{
    position: absolute;
    right: 32px;
    top: 17px;
    font-size: 21px;
    color: #cccccc;
}

input{
    padding: 10px 48px 10px 20px;
    font-size: 21px;
    font-weight: 400;
    border: none;
    width: 100%;
    font-family: "Inter", sans-serif;
    margin-bottom: 12px;
    border-radius: 5px;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #CCCCCC;
    opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #CCCCCC;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: #CCCCCC;
}

button[type="submit"]{
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    color: #ebe9e0;
    background: #387dc0;
    border: none;
    padding: 10px 20px;
    margin-top: 20px;
    letter-spacing: 1px;
}


button[type="submit"].abandon{
    background: rgba(10, 10, 10, 0.5) !important;
    color: #ebe9e0;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 16px;
    margin-left: 40px;
    border: 1px solid #ebe9e0;
}


::-webkit-input-placeholder{
    text-transform: uppercase;
    color:#CCCCCC;
}
:-moz-placeholder{
    text-transform: uppercase;
    color:#CCCCCC;
}
::-moz-placeholder {
    text-transform: uppercase;
    color:#CCCCCC;
}
:-ms-input-placeholder{
    text-transform: uppercase;
    color:#CCCCCC;
}
:-ms-input-placeholder{
    text-transform: uppercase;
    color:#CCCCCC;
}
.form-group h3{
    margin-top: 15px;
    margin-bottom: 5px;
    font-family: "Inter", sans-serif;
}

.col-menu{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

footer.copyright{
    padding-top: 60px;
}
footer.copyright p{
    line-height: 24px;
    font-style: italic;
    color: rgba(255,255,255,0.8);
    margin: 15px 10px;
}
footer.copyright a{
    color: #ebe9e0;
}

.alert{
    -moz-box-shadow: 3px 3px 22px rgba(0,0,0,0.3);
    -webkit-box-shadow: 3px 3px 22px rgba(0,0,0,0.3);
    box-shadow: 3px 3px 22px rgba(0,0,0,0.3);
    border-radius: 0;
    border: 0;
    padding: 25px 30px;
    margin: 40px 0;
    font-size: 21px;
    line-height: 1.4em;
    text-align: justify;
    font-weight: 400;
    animation-name: animScale;
    animation-duration: 0.25s;
}

.alert h2{
    color: inherit;
    text-shadow: none;
    margin: 0 0 10px 0;
    font-size: 32px;
    font-weight: 800;
}

.alert-success{
    background: #DCEDC8;
}

.alert-danger {
    background: #FFCDD2;
}

@keyframes animScale {
    0% { opacity: 0; transform: translate3d(0,40px,0) scale3d(0.1,0.6,1); }
    100% { opacity: 1; transform: translate3d(0,0,0) scale3d(1,1,1); }
}

/****
=More Informations
****/
.over-infos {
    background: #387dc0;
    position: absolute;
    top: 20px;
    left: 20px;
    right: 20px;
    bottom: 20px;
    color: #ebe9e0;
    padding: 0 15px;
    -moz-box-shadow: 2px 2px 20px rgba(0,0,0,0.3);
    -webkit-box-shadow: 2px 2px 20px rgba(0,0,0,0.3);
    box-shadow: 2px 2px 20px rgba(0,0,0,0.3);

    /*-webkit-transform: translateX(100%);*/
    /*transform: translateX(100%);*/
    /*-webkit-transition: all 800ms ease-out 0s;*/

    left: calc(100% - 20px);
    width: calc(100% - 40px);

    transition: all 800ms ease-out 0s;

}
.over-infos.show{
    /*-webkit-transform: none;*/
    left: 20px;
}

.over-infos .logo-container{
    visibility: hidden;
}

.over-infos.show .logo-container{
    visibility: visible;
}

.ctnr-link-more{
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.no-padding-right{
    padding-right: 0;
}

.ctnr-link-more a{
    color: white;
    opacity: 0;
    text-transform: uppercase;
    font-weight: 400;
    font-size: 30px;
    text-align: right;
    text-shadow: 3px 3px 0px rgba(0,0,0,0.2);
    animation-name: animScale;
    animation-duration: 0.5s;
    animation-delay: 1s;
    animation-fill-mode: forwards;
    font-family: "Inter", sans-serif;
}

.over-infos .ctnr-link-more a {
    text-align: left;
}

.ctnr-link-more .fa {
    margin-right: 15px;
    margin-left: 15px;
}

.event {
    font-size: 22px;
}

.col-program h2{
    margin: 35px 0px;
    text-align: left;
    text-transform: uppercase;
    font-size: 50px;
}

.location h3,
.event h3{
    text-shadow: none;
    color: #003a3e;
    font-size: 33px;
    font-weight: 800;
    margin-bottom: 5px;
}

.event + .event{
    margin-top: 30px;
}

.event p{
    line-height: 30px;
    font-style: italic;
}

.location h3{
    font-size: 30px;
    margin-top: 0;
}

.location p{
    margin-bottom: 0;
}

.location .fa,
.event .fa {
    color: rgba(255,255,255,0.4);
    padding-right: 7px;
    display: none;
}

.alert-success {
    color: #2aa15c;
    background: #ebe9e0;
}
.alert-danger {
    background: #ebe9e0;
}

.col-10-padding {
    padding: 80px;
}

.small-title {
    line-height: normal;
}

.place-text {
    font-size: 18px;
    font-weight: 400;
    color: #ebe9e0;
    line-height: normal;
}

@media screen and (max-width:1640px){
    h1 .item{
        display: inline-block;
        margin-top: 0;
        padding-left: 0;
        font-size: 18px;
    }
    h2 {
        font-size: 30px;
        margin: 20px;
    }
    h1,h3,.ctnr-link-more a{
        font-size: 21px;
    }
    input {
        padding: 6px 38px 6px 15px;
        font-size: 18px;
    }
    .field .fa {
        top: 14px;
        font-size: 19px;
    }
    button[type="submit"],button[type="submit"].abandon {
        font-size: 22px;
    }
    button[type="submit"]{
        padding: 5px 15px;
        margin-top: 15px;
    }
    .event, .over-infos .location{
        font-size: 19px;
    }
    .location h3{
        font-size: 20px;
    }
    .event h3{
        font-size: 25px;
        margin-bottom: 7px;
    }
    .form-group{
        margin-bottom: 5px;
    }
    .event + .event{
        margin-top: 20px;
    }
    .event p{
        line-height: 20px;
        font-style: italic;
    }
}
@media screen and (max-width:1024px){
    .ctnr-link-more{
        display: none;
    }

    .container-fluid > .row{
        display: table;
        height: auto;
    }
    .col-10-padding {
        padding: 20px;
    }
    .place-text {
        font-size: 16px;
    }

    button[type="submit"],
    button[type="submit"].abandon {
        font-size: 18px;
    }
}

@media screen and (max-width:800px){
    body{
        padding: 0;
        background-color: #080808;
        overflow: auto;
    }

    .over-infos {
        position: relative;
        margin-top: 20px;
        -webkit-transform: none;
        transform: none;

        top: auto;
        right: auto;
        bottom: auto;
        left: auto;
        width: auto;
    }
    .col-menu{
        display: block;
    }
    .logo-container{
        padding: 0;
        text-align: left;
        margin: 20px auto 0;
    }
    .logo-container img, .logo-container svg{
        width: 280px;
        display: inline-block;
    }
    h2 {
        font-size: 48px;
    }
    h1,h3{
        font-size: 20px;
        font-weight: 500;
    }
    input {
        padding: 10px 38px 10px 15px;
        font-size: 18px;
    }
    .field .fa {
        display: none;
    }
    .form-group{
        margin-bottom: 0;
    }
    button[type="submit"],button[type="submit"].abandon {
        font-size: 18px;
    }
    button[type="submit"]{
        padding: 7px 15px;
        margin-top: 15px;
        width: 100%;
    }
    button[type="submit"].abandon {
        padding: 7px 15px;
        width: 100%;
        margin: 15px 0 20px 0;
        background-color: white;
    }
    .event{
        font-size: 15px;
        display: none;
    }
    .over-infos{
        text-align: left;
    }
    .event h3{
        font-size: 22px;
    }
    .location-date .item{
        display: block;
    }
    .location-date .item .fa{
        display: inline-block;
        text-align: left;
    }
    h1 .item + .item{
        margin-top: 20px;
        padding-left: 0px;
    }
    .no-padding-right{
        padding-right: 15px;
    }
    iframe.gmap{
        height: 600px;
    }
    #fullwidth-video{
        right: 0;
        left: 0;
        position: fixed;
        top: 0;
        bottom: 0;
        z-index: -1;
    }
    .col-program h2 {
        margin: 25px 0px;
        text-align: left;
    }
    #programme .location-date .item {
        display: block;
        margin-bottom: 20px;
        text-align: left;
        line-height: 30px;
    }
    h2 b {
        color: #387dc0;
        display: block;
        font-size: 26px;
        margin-bottom: 11px;
    }
    .small-title {
        font-size: 20px !important;
    }
    .item-date {
        font-size: 16px !important;
    }
    .col-10-padding {
        padding: 14px;
    }
    .hidden-xs{
        display: none;
    }
    .location-date{
        padding-top: 0;
    }
    .location-date img {
        width: 75%;
    }
    label {
        line-height: 1.2em;
    }
    .checkboxes label{
        font-size: 16px;
    }

    .radios label{
        font-size: 16px;
    }
    .form-group{
        margin-bottom: 24px;
    }

    .form-groupe-xs{
        margin-bottom: 0;
    }

    button[type="submit"] {
        border-radius: 5px;
    }
    button[type="submit"].abandon{
        line-height: 1.2em;
        border-radius: 5px;
    }
    .text-white {
        font-size: 1.35em !important;
    }
    .field label {
        font-size: 20px;
    }
}

@media screen and (min-width:800px){
    html{overflow: hidden}
    .hidden-xl{
        display: none;
    }
}

@media screen and (orientation: landscape) and (max-width:800px) {
    iframe.gmap {
        height: 300px;
    }
}


.line-menu{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.small-title{
    font-size: 36px;
    font-weight: 500;
    color: #387dc0;
    font-family: "Inter", sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
    margin: 0;
}

.item-date{
    font-size: 24px;
    font-weight: 500;
    color: #ebe9e0;
}

.text-white{
    padding-top: 1rem;
    color: #ebe9e0;
    font-size: 1.5em;
    text-align: center;
}

.success-send{
    background-color: #ebe9e0;
    color: #000;
    padding: 1rem;
}

h3 {
    color: #000;
}

label {
    color: #ebe9e0;
    font-size: 22px;
}

input[type="radio"] {
    color: #ebe9e0;
    max-width: fit-content;
    width: 14px;
}

input[type="checkbox"] {
    color: #ebe9e0;
    max-width: fit-content;
    width: 14px;
}

.checkboxes{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    max-width: max-content;
    column-gap: 16px;
    color: #ebe9e0;
}

.checkboxes label{
    font-size: 18px;
    font-weight: 400;
}

.radios label{
    font-size: 18px;
    font-weight: 400;
}

.logo-container{
    min-height: 100px;
    min-width: 100px;
    width: 70%;
}

button[type="submit"] {
    border-radius: 5px;
}

button[type="submit"].abandon {
    border-radius: 5px;
}

.item{
    display: flex;
    text-align: center;
    justify-content: center;
    width: 100%;
    padding-bottom: 0.75rem;
}

.ctnr-link-more{
    height: 100vh;
}