html, body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}
body {
    color: #063A75;
    font-size: 25px;
    line-height: 1.30em;
    font-family: "Poppins", serif;
    font-weight: 400;
    font-style: normal;
    background: url("../images/background-mosaic.jpg") repeat #bec5d7 fixed;
    background-size: 200px 200px;
}
strong {
    font-weight: 800;
}
sup {
    line-height: 0.7em;
    font-size: 0.5em;
}
header {
    width: 100%;
    max-width: 1440px;
    height: 100px;
    position: fixed;
    top: 0;
    left: 50%;
    margin-left: -720px;
    background: rgba(255,255,255,0.95);
    backdrop-filter: blur(15px);
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
header.sticky, header.sticky #menubar, header.sticky .menulangues ul {
    height: 70px;
}
.container {
    width: 100%;
    max-width: 1440px;
    padding: 0 100px;
    box-sizing: border-box;
    margin: 0 auto;
}
#menubar {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    height: 130px;
}
#logo {
    position: relative;
    display: block;
    width: 300px;
    height: 180px;
    margin-left: -100px;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
header.sticky #logo {
    width: 224px;
    height: 130px;
    margin-left: -60px;
}
#logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.menulangues ul {
    height: 100px;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.menulangues ul li {
    list-style: none;
}
.menulangues ul li a {
    display: block;
    color: #fff;
    font-style: italic;
    font-weight: 500;
    text-transform: uppercase;
    text-decoration: none;
    line-height: 1.5em;
    padding: 0 0.5em;
    background: #234095;
}
.menulangues ul li:first-of-type a {
    border-radius: 14px 0 0 0;
    margin-right: 0.1em;
}
.menulangues ul li:last-of-type a {
    border-radius: 0 0 14px 0;
}
main {
    width: 100%;
}
main .container {
    background: #E8EEF2;
    padding-top: 1em;
    padding-bottom: 200px;
}
#banner {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    padding-top: 100px;
    background: #E8EEF2;
}
#content {
    text-align: center;
}
.intro {
    padding: 0 180px;
    font-size: 1.2em;
    line-height: 1.3em;
}
.bigger {
    font-size: 1.166em;
    line-height: 1.3em;
    font-weight: 600;
}
.orange {
    font-size: 1.14em;
    line-height: 1.3em;
    font-weight: 700;
    color: #EF720A;
}
.whiteblock {
    width: 100%;
    box-sizing: border-box;
    border-radius: 22px;
    background: #fff;
    padding: 1em 1em;
    font-size: 1.2em;
    line-height: 1.3em;
}
.cta {
    margin: 1.5em 0;
    text-align: center;
}
a.ctabutton {
    display: inline-block;
    color: #fff;
    font-weight: 700;
    font-size: 1.6em;
    line-height: 1.25em;
    text-decoration: none;
    padding: 0.5em 1.2em;
    border-radius: 14px;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#00a3e2+0,006096+69,01528b+80,04457f+90,063873+100 */
    background: linear-gradient(to right,  #00a3e2 0%,#006096 69%,#01528b 80%,#04457f 90%,#063873 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.legaline {
    font-size: 0.8em;
    line-height: 1.25em;
    margin: 1.5em 0;
}
footer .container {
    background: transparent;
    padding: 0;
    text-align: right;
    margin: -200px auto 0;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    flex-direction: column;
}
  /*---------------------------------------------------------*/
 /*                      CONTEST                            */
/*---------------------------------------------------------*/

main.contest #banner {
    color: #fff;
    text-align: center;
}
#banner .desktop {
    display: block;
}
#banner .mobile {
    display: none;
}
main.contest #banner h1 {
    font-size: 2em;
    line-height: 1.25em;
    text-align: center;
    font-weight: 800;
}
main.contest #banner .container {
    background: #00A3E2;
    padding: 100px;
}
main.contest > .container {
    color: #fff;
    background:#063A75;
}
#participate h2 {
    font-weight: 700;
    font-size: 1.2em;
    line-height: 1.25em;
}
label {
    font-size: 1em;
    font-weight: 400;
    padding-left: 1em;
    width: 90%;
    box-sizing: border-box;
}
#participate li {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}
#participate h2 a {
    color: #fff;
    font-weight: 400;
    font-size: 0.666em;
}
input[type=radio] {
    width: 1.5em;
    height: 1.5em;
    padding: 0;
    margin: 0;
}
input[type=text], input[type=number] {
    border:0;
    padding: 0.1em 1em;
    border-radius: 14px;
    color: #063A75;
    font-size: 1em;
    line-height: 1.30em;
    font-family: "Poppins", serif;
    width: 95%;
    box-sizing: border-box;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Pour Firefox */
input[type="number"] {
    -moz-appearance: textfield;
}
input[name="qsub"] {
    width: 8em;
}
input[type=submit] {
    display: inline-block;
    color: #fff;
    font-weight: 400;
    font-size: 1em;
    line-height: 1.25em;
    text-decoration: none;
    padding: 0.25em 1em;
    border-radius: 14px;
    background: #00A3E2;
    border: 0;
    margin-bottom: 1em;
    cursor: pointer;
}
label.error {
    display: inline-block;
    background: #fff;
    color: red;
    padding: 0.25em 1em !important;
    border-radius: 14px;
    font-size: 0.8em;
    line-height: 1.5em;
    font-weight: 600;
    margin: 0.5em 0;
}
  /*---------------------------------------------------------*/
 /*                      VALIDATION                         */
/*---------------------------------------------------------*/
 main.validate > .container {
    color: #fff;
    background:#063A75;
    padding-top: 120px;
}
.coordonees {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.field {
    width: 50%;
    box-sizing: border-box;
    padding: 0 1em .75em 0;
}
.info{
    font-size: 0.8em;
    line-height: 1.2em;
}
.field label {
    padding-left: 0;
}
input[type="file"] {
  display: none;
}
.fakeFile {
    display: inline-block;
    color: #fff;
    font-weight: 400;
    font-size: 1em;
    line-height: 1.25em;
    text-decoration: none;
    padding: 0.25em 1em;
    border-radius: 14px;
    background: #00A3E2;
    border: 0;
    margin-bottom: 1em;
    cursor: pointer;
    width: 280px;
    text-align: center;
}
#file-name {
  margin-left: 10px;
  font-size: 0.8em;
  color: #fff;
}
main.validate ul {
    padding-left: 0;
}
main.validate li {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    padding: .75em 0 0 0;
}
label.optin {
    font-size: 0.8em;
    line-height: 1.2em;
    padding-left: .75em;
}
label.optin a {
    color: #fff;
}
input[type=submit].validation {
    font-weight: 800;
    padding: 0.33em 1.5em;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#e64412+0,f18b07+100 */
    background: linear-gradient(to right,  rgba(230,68,18,1) 0%,rgba(241,139,7,1) 100%); 
}
input[type=submit]:disabled.validation {
    color: #888; 
    cursor: not-allowed; 
    opacity: 0.5; 
}
main.validate .info a {
    color: #fff;
}
  /*---------------------------------------------------------*/
 /*                      Remerciements                      */
/*---------------------------------------------------------*/
 main.thanks > .container {
    color: #fff;
    background:#063A75;
    padding-top: 120px;
}
main.thanks h1 {
    text-align: center;
    font-size: 2em;
    line-height: 1.2em;
}
.block {
    width: 100%;
    box-sizing: border-box;
    border-radius: 22px;
    background: rgba(255,255,255,0.23);
    padding: 1em 3.5em;
    font-size: 1.2em;
    line-height: 1.3em;
    margin-bottom: 1em;
    text-align: center;
}
main.thanks a.ctabutton {
    font-size: 1.3em;
}


@media only screen and (max-width: 1440px) {
    header {
        width: 100%;
        left: 0;
        margin-left: 0;
    }
}
@media only screen and (max-width: 1079px) { /*980*/
    body {
        font-size: 20px;
    }
    #logo {
        width: 260px;
    }
    header.sticky #logo {
        width: 220px;
        margin-left: -90px;
    }
    .intro {
        padding: 0 60px;
    }
    ul {
        padding: 0;
    }
    main.contest #banner .container {
        padding: 40px 100px;
    }
    main.thanks > .container {
        padding-top: 60px;
    }
    footer .container img {
        width: 50%;
    }
}
@media only screen and (max-width: 979px) { /*768*/
    #logo {
        width: 240px;
        height: 160px;
        margin-left: -50px;
    }
    header.sticky #logo {
        margin-left: -40px;
    }
    .container {
        padding: 0 50px;
    }
    main .container {
        padding-bottom: 100px;
    }
    footer .container {
        margin: -100px auto 0;
        height: 100px;
    }
}
@media only screen and (max-width: 767px) { /*600*/
    body {
        font-size: 18px;
    }
    header, #menubar, .menulangues ul {
        height: 60px;
    }
    #logo {
        height: 100px;
        margin-left: -80px;
    }
    header.sticky, header.sticky #menubar, header.sticky .menulangues ul {
      height: 50px;
    }
    header.sticky #logo {
        height:  80px;
        margin-left: -80px;
    }
    #banner {
        padding-top: 60px;
    }
    .intro {
        padding: 0;
    }
    main.contest #banner .container {
        padding: 40px 20px;
    }
}
@media only screen and (max-width: 599px) { /*480*/
    body {
        font-size: 16px;
    }
    #banner .desktop {
        display: none;
    }
    #banner .mobile {
        display: block;
    }

}
@media only screen and (max-width: 479px) { /*480*/
    body {
        font-size: 16px;
    }
    header, #menubar, .menulangues ul {
        height: 50px;
    }
    #logo {
        height: 70px;
        margin-left: -90px;
    }
    header.sticky, header.sticky #menubar, header.sticky .menulangues ul {
      height: 50px;
    }
    header.sticky #logo {
        height:  60px;
        margin-left: -80px;
    }
    #banner {
        padding-top: 50px;
    }
    .container {
        padding: 0 30px;
    }
    main .container {
        padding-bottom: 100px;
      }
    footer .container {
        margin: -100px auto 0;
        height: 100px;
    }
    footer .container img {
        width: 75%;
    }
    main .container {
        padding-bottom: 100px;
    }
    main.validate > .container {
        padding-top: 20px;
    }
    .field {
        width: 100%;
    }
     main.thanks > .container {
        padding-top: 10px;
      }
    .block {
        font-size: 1.1em;
        padding: 1em;
    }
    main.thanks a.ctabutton {
      font-size: 1.15em;
    }
    .fakeFile {
        width: 160px;
    }
}


























