/*
--------------------------------------------------------------------
--------------------------------------------------------------------
                        FONT
--------------------------------------------------------------------
--------------------------------------------------------------------
*/

@font-face {
    font-family: 'din';
    src: url("../font/Light/URWDIN-Light.eot");
    src:
        url("../font/Light/URWDIN-Light.woff") format("woff"),
        url("../font/Light/URWDIN-Light.opentype") format("opentype"),
        url("../font/Light/URWDIN-Light.svg") format("svg");
}

@font-face {
    font-family: 'dinthin';
    src: url("../font/Thin/URWDIN-Thin.eot");
    src:
        url("../font/Thin/URWDIN-Thin.woff") format("woff"),
        url("../font/Thin/URWDIN-Thin.opentype") format("opentype"),
        url("../font/Thin/URWDIN-Thin.svg") format("svg");
}

@font-face {
    font-family: 'dinmed';
    src: url("../font/Medium/URWDIN-Medium.eot");
    src:
        url("../font/Medium/URWDIN-Medium.woff") format("woff"),
        url("../font/Medium/URWDIN-Medium.opentype") format("opentype"),
        url("../font/Medium/URWDIN-Medium.svg") format("svg");
}

@font-face {
    font-family: 'dinitali';
    src: url("../font/Light_Italic/URWDIN-LightItalic.eot");
    src:
        url("../font/Light_Italic/URWDIN-LightItalic.woff") format("woff"),
        url("../font/Light_Italic/URWDIN-LightItalic.opentype") format("opentype"),
        url("../font/Light_Italic/URWDIN-LightItalic.svg") format("svg");
}

@font-face {
    font-family: 'dingras';
    src: url("../font/Bold/URWDIN-Bold.eot");
    src:
        url("../font/Bold/URWDIN-Bold.woff") format("woff"),
        url("../font/Bold/URWDIN-Bold.opentype") format("opentype"),
        url("../font/Bold/URWDIN-Bold.svg") format("svg");
}

@font-face {
    font-family: 'dinnoir';
    src: url("../font/Black/URWDIN-Black.eot");
    src:
        url("../font/Black/URWDIN-Black.woff") format("woff"),
        url("../font/Black/URWDIN-Black.opentype") format("opentype"),
        url("../font/Black/URWDIN-Black.svg") format("svg");
}


/*
--------------------------------------------------------------------
--------------------------------------------------------------------
                        GRID
--------------------------------------------------------------------
--------------------------------------------------------------------
*/

#grid {
    width: 100vw;
}


.row div {
    padding: 0px 3%;
}

.co-1 {
    width: calc(100% / 9 * 1);
}

.co-2 {
    width: calc(100% / 9 * 2);
}

.co-3 {
    width: calc(100% / 9 * 3);
}

.co-4 {
    width: calc(100% / 9 * 4);
}

.co-5 {
    width: calc(100% / 9 * 5);
}

.co-6 {
    width: calc(100% / 9 * 6);
}

.co-7 {
    width: calc(100% / 9 * 7);
}

.co-8 {
    width: calc(100% / 9 * 8);
}

.co-9 {
    width: 100%;
}

.p1 {
    margin-left: calc(100% / 9 * 1);
}

.p2 {
    margin-left: calc(100% / 9 * 2);
}

.p3 {
    margin-left: calc(100% / 9 * 3);
}

.p4 {
    margin-left: calc(100% / 9 * 4);
}

.p5 {
    margin-left: calc(100% / 9 * 5);
}

.p6 {
    margin-left: calc(100% / 9 * 6);
}

.p7 {
    margin-left: calc(100% / 9 * 7);
}

.p8 {
    margin-left: calc(100% / 9 * 8);
}

[class^="co"] {
    display: inline-block;
}

/*
--------------------------------------------------------------------
--------------------------------------------------------------------
                        BASE
--------------------------------------------------------------------
--------------------------------------------------------------------
*/

* {
    @charset "UTF-8";
    transition: all .3s;
}


body {
    font-family: 'din';
    overflow-x: hidden;
}

h1 {
    font-family: 'dingras';
    font-size: 65px;
}

h2 {
    font-family: 'dingras';
}

h3 {
    font-family: 'dinnoir';
}

a {
    text-decoration: none;
    color: black;
}

body {
    background-color: #EBEBEB;
}

section {
    position: relative;
    max-width: 1500px;
    margin: 0 auto;
}

/*
--------------------------------------------------------------------
--------------------------------------------------------------------
                        FORM
--------------------------------------------------------------------
--------------------------------------------------------------------
*/
#respond {
    margin: auto;
}

#respond .pers {
    width: 100%;
    margin-bottom: 3vw;
    display: inline-block;
    position: relative;
}

#respond label {
    font-size: 1.5rem;
}

#respond .sub {
    width: 100%;
}

#respond .pers p {
    position: absolute;
    top: -25px;
    font-size: 1.5rem;
    color: #00AEFF;
}

#respond .pers:hover p {
    font-size: 0.45em;
    color: #00AEFF;
    top: -35px;
    transition: all 0.2s ease-in-out;
}


#respond .pers .focus {
    font-size: 0.45em;
    color: darkgrey;
    top: -35px;
    transition: all 0.2s ease-in-out;
}

#respond .pers:hover p span, #respond .pers .focus span{
    font-size: 1.3em;
}

#respond .pers:hover input {

    color: darkgrey;
    font-size: 0.8em;
    background-color: rgba(0, 255, 255, 0.22);
    transition: all 0.2s ease-in-out;
}

#respond .pers p input:focus {
    font-size: 0.8em;
    color: darkgrey;
    top: -60%;
    ;
    transition: all 0.2s ease-in-out;
    background-color: rgba(0, 0, 0, .03);
}

#respond .pers input {
    width: 90%;
    font-size: 0.75em;
    position: absolute;
    top: 0px;
}

#respond input {
    background-color: rgba(0, 0, 0, 0);
    border: none;
    border-bottom: 2px inset;
    border-color: #00FFFF;
    transition: all 0.2s ease-in-out;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
}

#respond textarea {
    width: 100%;
    height: 30vh;
    border: none;
    border-left: 1px inset;
    background-color: rgba(0, 255, 255, 0.12);
    border-color: #00FFFF;
    margin: auto;
    /*    resize: none;*/
    padding: 1vw;
    overflow: auto;
    font-size: 75%;
}

#respond textarea:hover {
    border-left: 2px inset;
    border-color: #00FFFF;
    background-color: rgba(0, 255, 255, 0.22);
    transition: all 0.2s ease-in-out;
}

#respond textarea:focus {
    border-left: 2px inset;
    border-color: #00FFFF;
    background-color: rgba(0, 255, 255, 0.22);
}

#valid {
    /*
    float: right;
    margin-right: 14vw;
    margin-top: 3vh;
*/
}

#valid input {
    font-size: 1.3em;
    border-bottom: 3px inset;
    border-color: darkgrey;
}



.error {
    padding: 5px 9px;
    border: 1px solid red;
    color: red;
    border-radius: 3px;
}

.success {
    padding: 5px 9px;
    border: 1px solid green;
    color: green;
    border-radius: 3px;
}

form span {
    color: red;
    font-size: 1.8rem;
}

#respond input[type*="submit"] {
    background-color: rgba(0, 0, 0, 0);
    color: #00FFFF;
    font-size: 1.5em;
    font-family: 'dingras';
}


#respond .btn {
    border: none;
    border-bottom: 2px inset;
    border-color: #00FFFF;
    transition: all 0.2s ease-in-out;
    color: #00FFFF;
    float: right;
    margin: 2em 0;
    font-family: 'dingras';
    position: relative;
}

#respond .btn::after {
    content: '';
    position: absolute;
    width: 0px;
    height: 11px;
    left: 0%;
    bottom: -10px;
    background-color: #00FFFF;
    transition: all ease-in-out .2s;
}

#respond .btn:hover::after {
    width: 100%;
    left: 0;
}

/*
--------------------------------------------------------------------
--------------------------------------------------------------------
                        BUTTON
--------------------------------------------------------------------
--------------------------------------------------------------------
*/





/* Ripple Out */
@-webkit-keyframes h_button {
    100% {
        top: -12px;
        right: -12px;
        bottom: -12px;
        left: -12px;
        opacity: 0;
        border: rgba(1, 255, 255) solid 10px;
    }
}

@keyframes h_button {
    100% {
        top: -12px;
        right: -12px;
        bottom: -12px;
        left: -12px;
        opacity: 0;
        border: rgba(1, 255, 255) solid 10px;
    }
}

.button {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
}

.button:before {
    content: '';
    position: absolute;
    border: rgba(1, 255, 255, 1) solid 0px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 180px;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
}

#head .button:hover:before,
#head .button:focus:before,
#head .button:active:before {
    -webkit-animation-name: h_button;
    animation-name: h_button;
}

/*
--------------------------------------------------------------------
--------------------------------------------------------------------
                        HEADER
--------------------------------------------------------------------
--------------------------------------------------------------------
*/

header {
    display: flex;
    flex-direction: row;
    align-items: center;
    z-index: 100;
}

#head .bg {
    background-image: url(../img/bg.png);
    width: 100vw;
    height: 600px;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

#head header {
    position: relative;
    top: 0;
    left: 0;
    width: 100vw;
    position: fixed;
}

#head nav {
    display: inline-block;
    font-family: 'dinthin';

}

#head .co-2 {
    display: inline-block;
}

#head .co-2 img {
    width: 100%;
    max-width: 280px;
}

#head h1 {
    font-size: 45px;
}

#head ul {
    list-style-type: none;
    display: inline-block
}

#head ul li {
    display: inline-block;
    margin: 0 .5em;
    font-size: 1.3em;

}

#head #log {
    display: inline-block;
    margin: 0 0 0 4em;
}

#head .date {
    margin-top: 9em;
    margin-bottom: 13em;
}



#head .button {
    background: rgb(1, 255, 255);
    background: linear-gradient(90deg, rgba(1, 255, 255, 1) 0%, rgba(0, 185, 255, 1) 100%);
    padding: .5em 2em;
    border-radius: 180px;
    font-size: 2em;
    font-family: 'dinmed';
    margin-top: 1.5em;
    display: inline-block;
    margin-left: 2.7em;
}


#head .button:hover {
    color: aliceblue;
}

header .mobile {
    display: none;
}

header li a {
    position: relative;
}

header li a:hover,
a.active {
    font-family: 'din';
    color: #00FFFF;
}


header li a::after {
    content: '';
    position: absolute;
    width: 0px;
    height: 2px;
    left: 0%;
    bottom: -5px;
    background-color: #00FFFF;
    transition: all ease-in-out .2s;
}

header li a:hover::after {
    width: 100%;
    left: 0;
}

header li a.active::after {
    width: 100%;
    left: 0;
}

header.scroll {
    height: 70px;
    background-color: rgb(242, 243, 244);
    z-index: 100;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, .1);
}

#head header.scroll img {
    width: 50%;
}


header #log::after {
    content: ">";
    color: rgba(0, 0, 0, 0);
}

header #log:hover {
    transition(all, 0.5s, cubic-bezier(0.65, -0.25, 0.25, 1.95));
    letter-spacing: 0.07rem;
}

header #log:hover::after {
    content: ">";
    color: rgba(0, 0, 0, 1);
}

/*
--------------------------------------------------------------------
--------------------------------------------------------------------
                        ACCUIEL
--------------------------------------------------------------------
--------------------------------------------------------------------
*/

#accueil h2,
#accueil .right {
    display: inline-block;
}

#accueil h1 {
    font-size: 65px;
    margin-bottom: 10px;
}

#accueil h2 {
    font-size: 75px;
    font-family: 'dingras';
}

#accueil h4 {
    font-size: 24px;
    font-family: 'dingras';
    padding-bottom: .3em;
}

#accueil .date {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 40px;
}

#accueil .date .right h4 {
    margin-top: 1em;
}

#accueil .right > * {
    margin: 0;
}

#accueil .detail {
    font-family: 'dinitali';
    padding-bottom: .2em;
}

#accueil p {
    font-family: 'dinthin'
}

#accueil .small {
    font-family: 'dingras';
    font-size: 14px;
    float: right;
    padding-top: .2em;
}

#accueil .forme1 {
    width: 670px;
    height: 350px;
    position: absolute;
    top: 0;
    right: -204px;
    z-index: -1;
    transform: rotate(-22deg);
    border-radius: 180px;
    background: rgb(0, 255, 255);
    background: linear-gradient(90deg, rgba(0, 255, 255, 1) 0%, rgba(0, 202, 202, 1) 100%);
}

#accueil .forme2 {
    width: 546px;
    height: 230px;
    position: absolute;
    bottom: 0;
    left: -300px;
    z-index: -1;
    transform: rotate(-13deg);
    border-radius: 180px;
    background: rgb(255, 0, 14);
    background: linear-gradient(to right, rgba(251, 0, 255, 1), rgba(255, 125, 93, 1));
}


#accueil li {
    margin-bottom: .6em;
}

/*
--------------------------------------------------------------------
--------------------------------------------------------------------
                        inscri
--------------------------------------------------------------------
--------------------------------------------------------------------
*/

#insc .button {
    background: rgb(255, 0, 14);
    background: linear-gradient(to right, rgba(251, 0, 255, 1), rgba(255, 125, 93, 1));
    padding: 0.7em 0;
    border-radius: 180px;
    font-size: 2.4em;
    font-family: 'dinmed';
    color: aliceblue;
    margin: 0 auto;
    display: block;
    width: 32vw;
    text-align: center;
    margin-top: 2em;
}


#insc .button:hover {
    color: rgb(187, 7, 146);
}


#insc .button:before {
    content: '';
    position: absolute;
    border: rgba(255, 12, 0, 1) solid 0px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 180px;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
}

@-webkit-keyframes i_button {
    100% {
        top: -12px;
        right: -12px;
        bottom: -12px;
        left: -12px;
        opacity: 0;
        border: rgb(255, 12, 0) solid 10px;
    }
}

@keyframes i_button {
    100% {
        top: -12px;
        right: -12px;
        bottom: -12px;
        left: -12px;
        opacity: 0;
        border: rgb(255, 12, 0) solid 10px;
    }
}

#insc .button:hover:before,
#insc .button:focus:before,
#insc .button:active:before {
    -webkit-animation-name: i_button;
    animation-name: i_button;
}

/*
--------------------------------------------------------------------
--------------------------------------------------------------------
                        reglement
--------------------------------------------------------------------
--------------------------------------------------------------------
*/

#regle li {
    margin-bottom: 10px;
    font-family: 'dinthin';
}

#regle .forme1 {
    width: 470px;
    height: 160px;
    position: absolute;
    top: 490px;
    right: 26px;
    z-index: -1;
    transform: rotate(-43deg);
    border-radius: 180px;
    background: rgb(0, 255, 75);
    background: linear-gradient(to right, rgba(172, 255, 0, 1), rgba(0, 202, 202, 1));
}

#regle .forme2 {
    width: 676px;
    height: 160px;
    position: absolute;
    bottom: 0;
    left: -360px;
    z-index: -1;
    transform: rotate(27deg);
    border-radius: 200px;
    background: rgb(0, 104, 255);
    background: linear-gradient(to right, rgba(0, 9, 255, 1), rgba(82, 231, 251, 1));
}

/*
--------------------------------------------------------------------
--------------------------------------------------------------------
                        FAQ
--------------------------------------------------------------------
--------------------------------------------------------------------
*/

#about span {
    font-size: 2.5em;
    font-weight: 400;
    display: inline-block;
    margin: 0 .3em 0 1em;
}

#about p {
    display: inline-block;
    width: 85%;
}

#about .QR {
    border-bottom: solid 2px #00FFFF;
    margin-bottom: 2em;
}

#about .QR span {
    font-family: 'dingras';
}


#about .Q span {
    vertical-align: middle;
}

#about .Q p {
    vertical-align: middle;
    font-weight: 400;
    font-size: 1em;
    font-family: 'dinthin';
}


#about .R span {
    vertical-align: middle;
}

#about .R p {
    vertical-align: middle;
    font-size: 1em;

}


/*
--------------------------------------------------------------------
--------------------------------------------------------------------
                        JEUX
--------------------------------------------------------------------
--------------------------------------------------------------------
*/
#jeux {
    margin-top: 10em;
}


#jeux li {
    list-style-type: none;
    margin-bottom: 1.5em;
}

#jeux li {
    position: relative;
    font-size: 2em;
    font-family: 'dingras';
    /* display: inline-block; */
    margin-right: 50px;
}

#jeux li::after {
    content: '';
    position: absolute;
    width: 0px;
    height: 4px;
    left: 0%;
    bottom: -5px;
    background-color: #00FFFF;
    transition: all ease-in-out .2s;
}

#jeux li:hover::after {
    width: 100%;
    left: 0;
}

#jeux span {
    font-size: .5em;
    font-family: 'dinthin';
}

/*
--------------------------------------------------------------------
--------------------------------------------------------------------
                        MAP
--------------------------------------------------------------------
--------------------------------------------------------------------
*/
#map {
    margin: 9em 0px;
}


/*
--------------------------------------------------------------------
--------------------------------------------------------------------
                        SPONSOR
--------------------------------------------------------------------
--------------------------------------------------------------------
*/

#sponsor ul {
    list-style-type: none;
    margin: 170px 0px;
    text-align: center;
}

#sponsor ul li {
    list-style-type: none;
    display: inline-block;
    width: 15%;
    margin: 0 3%;
    vertical-align: middle;
    margin-bottom: 2em;
}

#sponsor ul li:first-of-type {
    margin: 0 3% 0 -110px;
}


#sponsor img {
    width: 100%;
}

/*
--------------------------------------------------------------------
--------------------------------------------------------------------
                        CONTACT
--------------------------------------------------------------------
--------------------------------------------------------------------
*/

.co-1,
.co-4 {
    display: inline-block;
}


#contact .forme1 {
    width: 470px;
    height: 160px;
    position: absolute;
    top: -70px;
    left: -124px;
    z-index: -1;
    transform: rotate(-3deg);
    border-radius: 180px;
    background: rgb(0, 255, 75);
    background: linear-gradient(to right, rgba(172, 255, 0, 1), rgba(90, 255, 255, 1));
}

#contact a {
    display: block;
    text-align: center;
}

#contact img {
    width: 40%;
    margin-bottom: 1.5em;
    filter: invert(1);
}

#contact img:hover {
    width: 40%;
    margin-bottom: 1.5em;
    filter: sepia(1) saturate(17.2) hue-rotate(64.8deg) brightness(1.2);
}

#contact .content {
    display: flex;
    flex-direction: row;
    align-items: center;
}

#contact a[href*="facebook"] img {
    width: 30%;
}



/*
--------------------------------------------------------------------
--------------------------------------------------------------------
                        FOOTER
--------------------------------------------------------------------
--------------------------------------------------------------------
*/

footer {
    height: 700px;
    position: relative;
    overflow: hidden;
}


footer .forme1 {
    width: 130vw;
    height: 820px;
    position: absolute;
    top: 40px;
    left: -110px;
    z-index: -1;
    transform: rotate(-3deg);
    border-radius: 460px;
    background: rgb(0, 241, 255);
    background: linear-gradient(to right, rgba(118, 243, 255, 1), rgba(0, 144, 245, 1));
}

footer .content {
    margin-top: 5.5em;
    display: flex;
    flex-direction: row;
    align-items: center;
}



footer a {
    display: block;
    font-family: 'dingras';
    margin: .5em 0px;
}

footer img {
    width: 40%;
    margin-bottom: 1.5em;
}

footer .button {
    margin: 1em 0 2em;
    font-size: 2em;
}

footer a[href*="facebook"] img {
    width: 30%;
}

footer a {
    display: block;
    text-align: center;
}

footer nav a {
    margin-bottom: 1em;
    position: relative;
    width: auto;
    display: inline-block;
    margin-left: 4em;
}

footer nav a::after {
    content: '';
    position: absolute;
    width: 0px;
    height: 2px;
    left: 0%;
    bottom: -5px;
    background-color: #00FFFF;
    transition: all ease-in-out .2s;
}

footer nav a:hover::after {
    width: 100%;
    left: 0;
}


footer img {
    filter: invert(1);
}

footer img:hover {
    filter: sepia(1) saturate(17.2) hue-rotate(64.8deg) brightness(1.2);
}

footer .button {
    margin-bottom: 1em;
    position: relative;
    width: auto;
    display: inline-block;

}

footer .button::after {
    content: '';
    position: absolute;
    width: 0px;
    height: 4px;
    left: 0%;
    bottom: -5px;
    background-color: #00FFFF;
    transition: all ease-in-out .2s;
}

footer .button:hover::after {
    width: 100%;
    left: 0;
}



/*
--------------------------------------------------------------------
--------------------------------------------------------------------
                        wait
--------------------------------------------------------------------
--------------------------------------------------------------------
*/



.waiter {
    visibility: hidden;
    width: 300px;
    display: inline-block;
    background-color: rgb(169, 215, 255);
    text-align: center;
    padding: 1.6em 1.5em;
    position: relative;
    border-radius: 30px;
}

.waiter::after {
    content: "";
    position: absolute;
    top: -33%;
    left: 50%;
    margin-left: -5px;
    border-width: 15px;
    border-style: solid;
    border-color: rgb(169, 215, 255) transparent transparent transparent;
    transform: rotate(180deg);
}

.wait:hover + .waiter,
.wait:hover + .contenair .waiter {
    visibility: visible;
}



#insc,
.date .contenair .waiter {
    left: 50px;
}

#insc,
.date .contenair {
    text-align: center;
}


#insc,
.date .contenair {
    text-align: center;
}

#respond .waiter::after {
    top: -23%;
}


/*
----------------------------------------------------------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------------------------------------------------------
                                                            PRESSKIT
----------------------------------------------------------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------------------------------------------------------
*/

#press .wrapper {
    margin-top: 15em;
}

#press section {
    margin-top: 10em;
}

#press h1 {
    margin-left: calc(100% / 9 * 1);
}

#press #kit a {
    margin: 0 6%;
    margin-top: 1em;
    width: 20%;
    display: inline-block;
    vertical-align: middle;
}

#press #kit a img {
    width: 100%;
    display: block;

}

#press #gallery p {
    text-align: center;
}

#press #gallery ul {
    list-style-type: none;
}

#press #gallery ul li {
    list-style-type: none;
    display: inline-block;
    width: 17.4%;
    margin: 0 .8%;
    vertical-align: middle;
    margin-bottom: 2em;
}

#gallery ul li a {
    width: 100%;
}

#press #gallery img {
    width: 100%;
}

/*
--------------------------------------------------------------------
--------------------------------------------------------------------
                        responsive
--------------------------------------------------------------------
--------------------------------------------------------------------
*/


@media screen and (min-width:1500px) {
    #map {
        margin: 9em auto;
        width: 100vw;
        max-width: 100vw;
    }

    #sponsor {
        margin-left: auto;
    }

    #head {
        position: initial;
    }

    #head .bg {
        position: absolute;
        top: 0;
        left: 0px;
    }
}



@media screen and (max-width:1100px) {
    header.scroll {
        height: 90px;
    }

    #head header.scroll img {
        width: 90%;
    }

    #head .button {
        margin-left: 0.6em;
    }

    #head header .co-4 {
        margin-left: 0;
        width: calc(100% / 9 * 6);
    }

    #head #log {
        float: right;
        margin-right: 2em;
        margin-top: 1.2em;
    }

    #accueil .date {
        margin-left: calc(100% / 9 * 1);
    }

    #accueil .date .co-3 {
        width: calc(100% / 9 * 4);
        margin-left: calc(100% / 9 * 1);
    }

    #regle .co-4.p2 {
        margin-left: calc(100% / 9 * 1);
        width: calc(100% / 9 * 6);
    }

    #about p {
        width: 75%;
    }

    #respond .pers {
        margin-bottom: 5vw;
    }

    #sponsor ul li {
        width: 30%;
        margin: 0 3%;
    }


}

@media screen and (max-width:780px) {
    #head #log {
        margin-top: 0em;
    }

    #sponsor ul li {
        width: 70%;
    }

    #respond .pers p {
        top: -5vw;
    }

    #insc {
        left: 0;
    }

    #insc .button {
        left: 0;
        width: 54vw;
    }

    .p5 {
        margin-left: calc(100% / 9 * 2);
    }

    h1 {
        font-size: 45px;

    }
    #accueil h1 {
            font-size: 45px;
            margin-bottom: 10px;
        }

    #contact .content{
        display: block;
    }
    
    #contact .social,
        #contact .container {
            display: block;
            width: 75vw;
        }
    #contact a {
        display: inline-block;
        width: 30%;
    }
    #respond .btn {
 float: none; 
        border-bottom: none;
}
    .navfoot{
        margin-left: calc(100% / 9 * 1);
    }
    footer .social{
        width: 70vw;
    }
        footer .social a{
        width: 70%;
    }
    }



    @media screen and (max-width: 420px) {
        h1 {
            font-size: 40px;
            margin-bottom: 1em !important;
        }

        body {
            overflow-x: hidden;
            width: 100vw;
        }

        #head .bg {
            z-index: -1;
        }

        section {
            margin-top: 3em;
        }

        .p1,
        .p2,
        .p3,
        .p4,
        .p5,
        .p6,
        .p7,
        .p8,
        .p9 {
            margin: 0;
        }

        .co-1,
        .co-2,
        .co-3,
        .co-4,
        .co-5,
        .co-6,
        .co-7,
        .co-8,
        .co-9 {
            width: 100%;
        }

        #head {
            margin-top: 0px;

        }

        header {
            display: block;
            background-color: rgba(242, 243, 244, 0);
            z-index: 1000;
            box-shadow: 0px 1px 1px rgba(0, 0, 0, 0);
        }

        header.scrolling {
            display: block;
            background-color: rgba(242, 243, 244, 1);
            z-index: 1000;
            box-shadow: 0px 1px 1px rgba(0, 0, 0, .1);
        }

        header.active {
            z-index: 100;
            background: rgb(0, 255, 224);
            background: linear-gradient(340deg, rgba(0, 255, 224, 1) 0%, rgba(0, 213, 255, 1) 100%);
            height: 100vh;
        }

        #head header .not {
            display: none;
        }

        header .mobile {
            display: block;
            width: 40vw;
        }

        header::after {
            content: 'Menu';
            font-family: 'dingras';
            font-size: 1.3em;
            margin-top: 24px;
            display: block;
            margin-bottom: 1em;
            position: absolute;
            top: 0px;
            right: 30px;
            z-index: 100000;
        }

        header .mobile img {
            width: 30vw;
        }

        #head nav {
            display: none;
        }

        #head .active nav {
            width: 100vw;
            display: block;
            border-top: solid 1px red;
            height: 100vh;
        }

        #head ul li {
            display: block;
        }

        header.active li {
            height: 10vh;
            width: 68vw;
            text-align: center;
            font-family: 'dingras';
        }

        #head h1 {
            font-size: 35px;
        }

        #head .date {
            margin-top: 22.4em;
            margin-bottom: 5em;
        }

        #head .button {
            margin: 0 auto;
            display: block;
            width: 46vw;
            text-align: center;
        }

        #head #log {
            width: 100%;
            text-align: center;
            font-size: 1.5em;
            font-family: 'dingras';
            margin: 0;
            margin-top: 2em;
        }

        #insc .button {
            margin: 0;
        }

        #accueil {
            overflow: hidden;
        }

        #accueil h1 {
            font-size: 40px;
        }

        #accueil h2 {
            font-size: 32px;
            width: 23vw;
        }

        #accueil .right {
            width: 159vw;
        }

        #accueil .forme1 {
            width: 660px;
            height: 370px;
            top: 0px;
            right: -384px;
        }

        #insc .button {
            width: 72vw;
        }

        #regle {
            margin-top: 3em;
        }

        #regle .co-4 {
            width: 80vw;
        }

        #about p {
            width: 75%;
        }

        #sponsor ul li {
            width: 70%;
            margin-bottom: 3em;
        }

        #contact .content {
            display: block;
        }

        #contact .social {
            width: 90vw;
            margin-top: 2em;
        }

        #contact .social a {
            display: inline-block;
            width: 30%;
        }

        #contact .social a img {
            width: 60%;
        }

        #contact .container {
            margin-top: 2em;
        }

        #contact a[href*="facebook"] img {
            width: 50%;
        }

        #respond .pers {
            width: 86%;
        }

        #respond .pers {
            margin-bottom: 10vw;
        }

        #contact {
            width: 90%;
            margin: 0 4%;
        }

        #respond .pers p {
            top: -5.3vw;
        }

        footer {
            height: 450px;
        }

        footer .forme1 {
            width: 289vw;
            height: 570px;
        }

        footer .content {
            display: block;
        }

        footer .social {
            margin: 0 4.5%;
        }

        footer nav a {
            margin-bottom: 0em;
            margin-left: 1em;
            font-size: 1.5em;
        }

        footer .button {
            text-align: center;
            margin: 3em 28%;
        }

        footer a {
            display: inline-block;
            width: 30%;
        }
    }
