	@font-face {
	font-family: "din_B";
	src: url('../font/din/Black/URWDIN-Black.eot');
	src: url('../font/din/Black/URWDIN-Black.eot?#iefix') format('embedded-opentype'),
	url('../font/din/Black/URWDIN-Black.woff') format('woff'),
	url('../font/din/Black/URWDIN-Black.ttf') format('truetype');
	font-weight: bold;
	font-style: bold;
    }
	@font-face {
	font-family: "din";
	src: url('../font/din/Regular/URWDIN-Regular.eot');
	src: url('../font/din/Regular/URWDIN-Regular.eot?#iefix') format('embedded-opentype'),
	url('../font/din/Regular/URWDIN-Regular.woff') format('woff'),
	url('../font/din/Regular/URWDIN-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
    }

@font-face {
  font-family: 'Socicon';
  src:  url('../font/Socicon/Socicon.eot?6abp0d');
  src:  url('../font/Socicon/Socicon.eot?6abp0d#iefix') format('embedded-opentype'),
    url('../font/Socicon/Socicon.woff2?6abp0d') format('woff2'),
    url('../font/Socicon/Socicon.ttf?6abp0d') format('truetype'),
    url('../font/Socicon/Socicon.woff?6abp0d') format('woff'),
    url('../font/Socicon/Socicon.svg?6abp0d#Socicon') format('svg');
  font-weight: normal;
  font-style: normal;
}

/*---------------------------------------------------------------
-----------------------------------------------------------------
                        ** social typo **
-----------------------------------------------------------------
-----------------------------------------------------------------*/

[class^="socicon-"], [class*=" socicon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'Socicon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
    color: #fff;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.socicon-facebook:before {
  content: "\e028";
}
.socicon-twitter:before {
  content: "\e08d";
}
.socicon-mail:before {
  content: "\e050";
}




/*---------------------------------------------------------------
-----------------------------------------------------------------
                        ** général **
-----------------------------------------------------------------
-----------------------------------------------------------------*/
.pure-g [class *= "pure"] {
    font-family:"din", sans-serif;
}


*{
    all: none;

}

input, button, submit
{
  border:none;
}


.wrapper{
    font-family: 'din', sans-serif;
    width: 100vw;
    overflow: hidden;
}



cite{
    font-style: normal;
}

a{
    text-decoration: none;
    color: #000;
}


button{
    opacity: .8 !important;
}

button:hover{
    opacity: 1 !important;
}

p{
    line-height: 1.8;
}

.readmore{
    float: right;
    font-size: 1.5em;
    font-family: "din", sans-serif;
    margin-top: -1em;
    color: rgba(97, 09, 217, 1);
}

section{
    background-repeat:no-repeat;
    background-size: cover;
}

.bold{
    font-family: "din_B";
}
/*---------------------------------------------------------------
-----------------------------------------------------------------
                        ** texte **
-----------------------------------------------------------------
-----------------------------------------------------------------*/

h1{
    font-family: "din_B", sans-serif;
    font-size: 3em;
}

.pure-g [class *= "pure"] h2{
    font-family: "din_B", sans-serif;
    font-size: 3em;
    margin: 2em 0px;
}

.pure-g [class *= "pure"] h3{
    font-family: "din_B", sans-serif;
    font-size: 2em;
}

section [class *= "pure"]:not(.right){
    margin-bottom: 3em;
}

p{
    font-size: 16px;
}

/*---------------------------------------------------------------
-----------------------------------------------------------------
                        ** coloriz **
-----------------------------------------------------------------
-----------------------------------------------------------------*/


.white{
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255,.67);
}
.violet{
    background: rgba(97, 09, 217, 1);
    background-blend-mode: luminosity;
}
.rose{
    background: rgba(202, 40, 94, 1);
    background-blend-mode: luminosity;
}

.right{
    margin-left: auto;
}


/*---------------------------------------------------------------
-----------------------------------------------------------------
                        ** header **
-----------------------------------------------------------------
-----------------------------------------------------------------*/

header{
    position: fixed;
    z-index: 100;
    width: 100vw;
    height: 0px;
}


/*---------------------------------------------------------------
-----------------------------------------------------------------
                        ** Menu **
-----------------------------------------------------------------
-----------------------------------------------------------------*/
.pure-menu{
    position: relative;
    right: 0;
    top: 0;
    background-color: #ED235C;
}

.pure-menu h4{
    margin-left: 1em;
    font-size: 1.2em;
    color: #fff;
    font-weight: 100
}

.mobile{
    display: none;
}

.pure-menu-heading img{
    width: 14vw;
}


.pure-menu-list{
    margin: 0 10%;
}

header a:hover{
        color: #fff;
}
.pure-menu-heading{
    display: inline-block;   
    width: 
}

.pure-menu .pure-menu-link, .pure-menu h4 {
    color: #fff;
    display: inline-block;
    width: auto;
    font-family:  "din_B",sans-serif;
}

.pure-menu .pure-menu-link:hover{
    color: rgba(97, 09, 217, 1);
}

.langue{
    float: right;
    margin-top: 2vh 
}

.langue a{
    color: #C60000;
    padding: 0 .3em;
    transition: all .1s;
}

.pure-menu .active{
    color: rgba(255,255,255,.7);
    transition: all .1s;
}

.pure-menu-list{
    height: 300px;
    opacity: 1;
    transition: all .3s;
}

.scrolled .pure-menu-list, .scrolled address{
    height: 0;
    opacity: 0;
    transition: all .3s;
    margin: 0;
        overflow: hidden;
/*    display: none;*/
}

.pure-menu{
    height: 100vh;
    transition: all .6s;
}

.scrolled {
    height: 90px;
    transition: all .5s;
    cursor: pointer;
}

address{
    color: #fff;
    margin: 0 10%;
    font-style: normal;
    opacity: 1;
    transition: all .3s;
    margin-top: 40vh
}

address h5{
    text-decoration: underline;
    margin-bottom: .5em;
}

.social{
    font-family: 'Socicon'!important;
    display: table;
    table-layout: fixed;
    width: 100%;
    position: absolute;
    bottom: 40px;
}

.scrolled .social{
    bottom: 10px;
}


.social a:before{
    margin: 0 20%
}

.social a{
    font-size: 1.5em;
    display: table-cell;
    width: 33%;
}

.social a:hover{
    color: rgba(97, 09, 217, 1);
}




/*---------------------------------------------------------------
-----------------------------------------------------------------
                        ** sections **
-----------------------------------------------------------------
-----------------------------------------------------------------*/

/*provisoir*/
/*

section{
    margin-bottom: 65px;
}
*/


/*---------------------------------------------------------------
-----------------------------------------------------------------
                        ** head **
-----------------------------------------------------------------
-----------------------------------------------------------------*/

header address{
    bottom: 10vh;
position: absolute;
}

#head{
    height: 100vh;
    position: relative;
    background-size: auto 100%;
    background-position: center;
    background-image: url(../img/bg/home.jpg);
}


#head h1{
    position: absolute;
    bottom: 8em;
    opacity: 1;
}


h2{
/*position: absolute;*/
bottom: 2em;
width: 40vw;
font-size: 2em !important;
}

.logolangue{
    height: 10vh;
}
/*---------------------------------------------------------------
-----------------------------------------------------------------
                        ** accueil **
-----------------------------------------------------------------
-----------------------------------------------------------------*/
#about .rose{
    background-position: right;
    background-size: auto 100%;
    background-image: url(../img/bg/bref.jpg);
}

#about .plus img{
    opacity: .3;
    height: 60px;
}

#about ul li{
    margin-bottom: .4em;
    list-style-type: circle
}

/*---------------------------------------------------------------
-----------------------------------------------------------------
                        ** projets **
-----------------------------------------------------------------
-----------------------------------------------------------------*/

.slider{
overflow: hidden;
overflow-x: scroll;
}

.contener{
    width: calc(6 * 17vw);
} 

.slider .pure-2-13{
    margin-left: 1vw;
}

.slider img{
    width: 100%;
}

.slider .hover{
    background-color: rgba(202, 40, 94, 1);
    margin: 0px !important;    
	padding: 0;
	overflow: hidden;
}

.slider img {
  position: relative;
    filter: grayscale(45%);
}

.slider img {
	opacity: 1;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
    display: block;
}
.slider img:hover {
	opacity: .6;
}

.pure-8-13.slider{
    border-bottom: 2px solid;
    border-color: rgba(202, 40, 94, 1);
}

#projets ::-webkit-scrollbar {
    margin-top: 5px;
    height: 8px;
}

/* Track */
#projets ::-webkit-scrollbar-track {
    background: rgba(202, 40, 94, .0); 
}

#projets ::-webkit-scrollbar-button {
    background: rgba(202, 40, 94, .5); 
    width: 20px;

}

/* Handle */
#projets ::-webkit-scrollbar-thumb {
    background: rgba(202, 40, 94, 1); 
}

/* Handle on hover */
#projets ::-webkit-scrollbar-thumb:hover {
    background: rgba(202, 40, 94, 1); 
}

.contener .pure-2-13{
    width: 15.384615384615385vw;
}




/*---------------------------------------------------------------
-----------------------------------------------------------------
                        ** offres **
-----------------------------------------------------------------
-----------------------------------------------------------------*/
#offres{
    background-image: url(../img/bg/offre.jpg);
}

#offres .picto{
    width: 40%;
    margin: 0 auto 0 13%;
    display: block;
}

/*---------------------------------------------------------------
-----------------------------------------------------------------
                        ** partenaires **
-----------------------------------------------------------------
-----------------------------------------------------------------*/

#part img{
    width: 100%;
}

/*---------------------------------------------------------------
-----------------------------------------------------------------
                        ** press **
-----------------------------------------------------------------
-----------------------------------------------------------------*/

#press{
    background-image: url(../img/bg/press.jpg);
}

#press img{
    width: 100%;
}

#press h3{
    margin-top: .5em;
    margin-bottom: .1em;
}

#press p{
    margin-top: .4em;
}

#press .pure-3-13{
    margin-bottom: 4em;
}

#press .hover{
    background-color: rgba(255, 255, 255, 0);
    margin: 0px !important;    
	padding: 0;
	overflow: hidden;
    transition: .3s ease-in-out;
}

#press img {
  position: relative;
    filter: grayscale(45%);
}

#press img {
	opacity: 1;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
    display: block;
}

#press img:hover {
	opacity: .6;
}

#press .hover:hover{
    background-color: rgba(202, 40, 94, .7);
    margin: 0px !important;    
	padding: 0;
	overflow: hidden;
}



/*---------------------------------------------------------------
-----------------------------------------------------------------
                        ** press **
-----------------------------------------------------------------
-----------------------------------------------------------------*/

#soutien img{
    width: 100%;
}




/*---------------------------------------------------------------
-----------------------------------------------------------------
                        ** Participants **
-----------------------------------------------------------------
-----------------------------------------------------------------*/
#jeux h2{
    padding-left: 3vw;
}


#jeux li{
    display: inline-block;
    margin-bottom: 1em;
}

#jeux li::after{
    content: "|";
    margin: 0 1em;
}

#jeux li:last-of-type::after{
    content: "";
}


/*---------------------------------------------------------------
-----------------------------------------------------------------
                        ** Contact **
-----------------------------------------------------------------
-----------------------------------------------------------------*/


#contact fieldset{
    min-width: 100%;
}

#contact.visible, #contacter.visible{
    width: 100vw;
    height: 100vh;
    overflow-y: scroll;
    background-color: rgba(255, 255, 255, 1);
    position: fixed;
    top: 0px;
    transition: all 0.5s ease-in-out;
    visibility: visible;
    display: block;
}

#contact address{
    color: rgba(202, 40, 94, 1);
}

.check label{
    display: inline-block;
    width: 40vw;
    font-size: .8em;
}


input[type=checkbox]{
    display: inline-block;
    width: auto !important;
}



#cont{
    margin-top: 10vw;
}

#cont h1{
    font-size: 2em;
    margin-top: 4em;
    margin-bottom: 2em;
    color: #C60000; 
    margin-left: -3em;
}

#cont .pers{
    width: 47%;
    margin-bottom: 2.5vw;
    display: inline-block;
    position: relative;
}

#cont .pers.sub,#cont .pers.mail{
    width: 100%;
}
 
 .pers p{
    position: absolute;
    top: -65%;
    left: .5vw;
}

 #cont .pers p{
    top: -80%;
}

 .pers:hover p{
    font-size: 0.8em;
    color: #C60000;
    opacity: .8;
    top:-120% !important;
    transition: all 0.2s ease-in-out;
}

 .pers  p input:focus{
    font-size: 0.8em;
    color: #C60000;
    opacity: .8;
    top:-100%;
    transition: all 0.2s ease-in-out;
    background-color: rgba(255,255,255,.05);
}

 .pers .focus{
    font-size: 0.8em;
    color: #C60000;
    opacity: .8;
    top: -120% !important;
    transition: all 0.2s ease-in-out;
}

 .pers .focas{
    font-size: 1em;
    color: rgba(202, 40, 94, 1);
    opacity: .8;
    top: -160%;
    transition: all 0.2s ease-in-out;
}
 .pers:hover .focas{
    top: -160%;
}

#respond .pers input, #cont input{
    width: 90%;
    background-color: rgba(0, 0, 0, 0);
    border-bottom: solid 2px;
    border-color: rgba(202, 40, 94, 1);
    font-size: 1.2em;
    padding-bottom: 5px;
    transition: all 0.2s ease-in-out;
    color: rgba(202, 40, 94, 1);
}

#respond input:focus, #cont input:focus{
    transition: all 0.2s ease-in-out;
    background-color: rgba(255,255,255,.05);
}

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

#cont label{
    color: rgba(202, 40, 94, 1);
}

.check h1{
    font-size: 1em;
    margin-top: -1em;
    color:rgba(202, 40, 94, 1);
    margin-left: -18em;
}

#cont h2{
    font-size: 1em;
    letter-spacing:.06em;
    margin: 0;
    color: rgba(202, 40, 94, 1);
    font-family: "impact-lt-std", 'Impact', 'Charcoal', sans-serif;
}

#cont h3{
  margin: 0;  
}

 .check p,  .check span{
    color: #000;
    font-size: .8em;
    margin: .3em
}

  .pers .mini{
    color: rgba(202, 40, 94, 1);
    top: -120%;
}

#cont .mini, #cont p span{
    font-size: .7em !important;
}


 textarea{
    width: 100%;
    height: 20vh;
    font-size: 1.2em;
    border: none;
    border-left: 1px inset;
    border-color: rgba(202, 40, 94, 1);
    background-color: rgba(202, 40, 94, .1);
    margin: auto;
    resize: none;
    padding: 1vw;
    color: #C60000;
    overflow: hidden;
}

#cont textarea {
    height: 30vh;
    font-size: .6em;
}

 textarea:hover{
    border-left: 2px inset;
    border-color: rgba(202, 40, 94, 1);
    background-color: rgba(255,255,255,.05);
    transition: all 0.2s ease-in-out;
}

textarea:focus{
    border-left: 2px inset;
    background-color: rgba(255,255,255,.05);
}

#cont #send{
    color: rgba(202, 40, 94, .5);
    background-color: transparent;
    width: 33%;
    float: right;
    font-size: 1em;
    border-bottom: 3px inset;
    margin-bottom: 3em;
}



input[type=button]:hover{
    background-color: rgba(255,255,255,.2);
}

 fieldset{
    border: none;
}

 legend{
margin-bottom: 2.3em;
}

 .condition{
    color: #C60000;
    font-size: .8em;
    display: inline-block;
}

.condition:hover{
    color:  #C60000;
transition: .2s;
}

 .valid{
   color: #C60000 !important; 
}




/*---------------------------------------------------------------
-----------------------------------------------------------------
                        ** Footer **
-----------------------------------------------------------------
-----------------------------------------------------------------*/


footer{
    color: rgba(202, 40, 94, 1);
    background-image: url(../img/bg/footer.jpg);
    background-size: cover;
    background-position: left; 
}

footer .pure-2-13{
    padding: 3em 0 6em;
}

.black{
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.77);
     background-blend-mode: luminosity;
}

footer ul{
    list-style-type: none;
    -webkit-margin-before:0em;
    -webkit-margin-after:0em;
    -webkit-padding-start: 0px;
}

footer a{
    color: rgba(202, 40, 94, 1);
}




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

#presskit{
    margin-top: 120px;
}

#presskit h3{
    margin-bottom: 1em;
}

#presskit .button{
    padding-top: 0.8em;
}

#presskit .logo{
   width: 100%
}

#presskit .container{
   display: inline-block;
    width: 40%;
    margin-bottom: 1em;
}

#presskit .button{
   margin: 0.1em;
}

#presskit li{
    list-style-type: circle;
}

#presskit .button-effect{
    display: inline-block;
    width: 75%;
    text-align: center;
    font-size: 1.2em;
    color: azure;
    height: auto;
    padding: 1em;
    border-radius: 100px;
    background-image: linear-gradient(to right top, #ed235c, #e60075, #d30094, #ac00b7, #6109d9);
}




.presskit #photo .pure-11-13 .plus a img{
    width: 18%;
}

/*--------------------------------------------------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------------------------------------------------
                                                        ** sg_academy **
----------------------------------------------------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------------------------------------------------*/

.sga #head{
    background-image: url(../img/bg/sga.jpg);
}



/*--------------------------------------------------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------------------------------------------------
                                                        ** LvLup **
----------------------------------------------------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------------------------------------------------*/

.lvlup #head{
    background-image: url(../img/bg/lvlup.jpg);
}





/*--------------------------------------------------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------------------------------------------------
                                                        ** Comité **
----------------------------------------------------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------------------------------------------------*/

.comite h3{
    
}

/*--------------------------------------------------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------------------------------------------------
                                                        ** games **
----------------------------------------------------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------------------------------------------------*/

.gamespage section:first-of-type{
    margin-top: 7em;
}
.gametype{
    color: #ED235C;
}

.gamespage a:hover{
    color: rgba(97, 09, 217, 1);
}

.play{
transition: all .3s
}
.play:hover{
letter-spacing: 0.07rem;
}

.play:hover::after {
content: ">";
color: rgba(97, 09, 217, 1);
}

 *––––––––––––––––––––––––––––––––––––––– Media Queries --------------------------*/
/*----------horizontal */

@media screen and (min-width: 1800px){
    section{
        padding: 0 12%;
    } 

}

@media screen and (max-width: 800px) {

    .pure-menu-list{
        margin: 0 8vw;
    } 
    nav a{
        font-size: .8em;
        padding: .5em .6em;
        margin-top: 1em;
    }
    .desktop{
        display: inline;
        width: 17vw !important;
        margin-top: 1em;
    }
    .mobile{
        display: none;
    }
    header button{
        width: 20vw;
        height: 10vh;
        font-size: 1.1em;
        margin-top: -0.1em;
        margin-right: 3px !important;
    }
    #accueil .gallery li{
        width: 48%;
        height: 20vw;
    }
    .end{
        margin-right: 2%;
    }
    #before #cta{
        padding: 40vh 15vw;
        width: 74vw;
    }
    #before #cta h1{
        font-size: 2em;
    }
    #infos .elem{
        width: 75%;
    }
    #infos .ima{
        width: 100vw;
    }
    #infos .cout{
        margin-left: 20vw
    }
    #infos #orga .vachette{
        height: 25vh;
    }
    #infos #orga .vachette p{
        top: -20px;
        right: 35%;
    }
    #infos #cout .vachette p{
        right: 150px;
        top: -30px;
    }
    #infos #heb .vachette{
        height: 10vh;
    }
    #faq .vachette p{
        width: 60vw !important;
        right: 5em;
    }
    #faq .vachette img{
        width: 25vw;
        right: 7em; 
        top: 6em;
    }
    #part ul{
        margin: 0;
    }
    #part li{
        width: 20vw;
    }
    #contacter form{
        margin-top: 7em;
    }
    /* presskit */
    
    #kit{
        padding: 25vh 0vw 5vh 0vw;
    }
    #kit h2{
        margin: 2em 0 5em 0;
    }
    #kit a{
        margin: 0 3%;
        vertical-align: top;
    }
    #video iframe{
        margin-top: 3em;
        margin-left: 0;
        width: 95vw;
    }
    #press .elem{
        width: 80vw;
        margin: 2em auto;
    }
    #press .elem h1{
        width: 100%;
        font-size: 2em;
    }
    #press .ima{
        height: 100%;
        width: 90vw;
        margin: 0 auto;
    }
    #press .ima img{
        max-width: 100%;
        height: auto; 
        min-height: auto;
        margin-top: 0; 
    }
}



/*----------mobile */

@media screen and (max-width: 440px) {
    *{
        font-size: 14px;
        line-height: 1.3em
    }
    .pure-g [class *= "pure-"] {
        width: 90%;
    }
    .pure-g .plus2{
        margin-left: 7.692307692307692%;
    }
    .desktop{
        display: none;
    }
    .mobile{
        display: inline-block;
    }
    .pure-g [class *= "pure"] h3{
        margin: 3em 0 .5em 0;
    }
    .logolangue .pure-menu-heading{
        width: 20%;
    }  
    #head h1{
        font-size: 2.5em;
        bottom: 3em;
        width: 90%;
    }
    .pure-menu{
        position: absolute;
        background-color: transparent;
    }
    .pure-g .pure-menu{
        width: 100%
    }
    .pure-g .pure-menu h4{
        display: table-cell;
        text-align: right;
        color: rgba(97, 09, 217, 1);
        background-color:  rgba(255,255,255,.8);
        height: 10vh;
        width: 90vw;
        margin: 0;
        padding-right: 3em;
        vertical-align: middle;
    }
    .pure-menu .pure-menu-list li{
        text-align: center;
    }
    .pure-menu .pure-menu-list li a{
        font-size:1.5em;
        padding: 0;
        margin-top: .8em
    }
    .langue{
        margin-top: 3.5vh;
    }
    .white{
        background-color: rgba(255, 255, 255, .9);
    }
    #about .rose{
        background-position: right;
        background-size: auto 100%;
        height: 110vh;
        position: absolute;
        z-index: -10;
        margin-top: 70vh;
        opacity: .4;
        width: 50%;
        right: 0;
    }
    address{
        margin-top: 2vh;
        text-align: center;
    }
    .social{
        display: none;
    }
    #about .pure-c-1-3{
        width: 33%;
    }
    #about .pure-c-2-3{
        width: 65%;
    }
    #projets .pure-1 p{
         margin-left: 7.692307692307692%;
    }
    .contener{
        width: calc(8 * 45vw);
  overflow-x: scroll;
  overflow-y: hidden;
    }
    .contener .pure-2-13{
        width: 45vw;
        display: inline-block;
    }
    #offres{
        background-position: center;
    }
    #offres .pure-2-13.plus{
        width: 85%;
        margin: 0 5%;
        margin-top: 3em;
    }
    #offres .pure-2-13.plus .picto{
        width: 30%;
    }
    #part .pure-1-13{
        width: 80%;
    }
    #press [class *= "pure-"]{
        width: 40%;
    }
    #press [class *= "pure-"] h3{
        font-size: 1.5em;
    }
    #soutien [class *= "pure-"]{
        width: 70%;
        margin: 0 auto
    }    
    #soutien [class *= "pure-"] h3{
        margin:.5em 0 .5em 0;
    }    
    #contact [class *= "pure-"]{
        width: 100%;
        margin: 0 auto
    }   
    #contact address{
        color: #000;
    }
    #cont .pers, #cont .pers.sub, #cont .pers.mail{
        width: 95%;
        margin-bottom: 1.7em;
    }
    #cont  p label{
        font-size: 1.3em;
    }
    #cont textarea{
        height: 60vh;
        font-size: 1em;
        width: 85%;
    }
    #cont #send{
        margin-right: 3em;
    }
    footer.pure-g  [class *= "pure-"]{
        width: 40%;
        margin-left: 7.692307692307692%;
    }
    footer.pure-g [class *= "pure"] h2{
        font-size: 1.5em;
    }
    
    
    
    .pure-menu .pure-menu-list, .pure-menu .pure-menu-item, address{
        display: none;
    }
    .logolangue{
        display: none;
    }
    .pure-g .pure-menu{
        height: auto;
    }  
    .visible {
        height: 10vh;
        z-index: 100;
    }  
    .visible .logolangue,.clicked .logolangue{
        display: block;
        width: 65%;
        z-index: 100;
    } 
    .pure-g.clicked .pure-menu{
        height: 100vh;
        width: 100vw;
        background-color: rgba(202, 40, 94, 1);
    }
    .clicked .logolangue{
        display: block;
    }
    .clicked .pure-menu-list,.clicked .pure-menu-item, .clicked address{
        width: 100%;
        display: block;
        margin: 0;
    }
    .clicked address{
        margin-top: -9vh
    }
    .clicked .pure-menu-list{
        margin-top: 2em;
    }
    .clicked .social{
        width: 100%;
        display: table;
    }
    .clicked .social a:before{
        margin: 0 40%;
    }
}






@media screen and (max-width: 375px){
    #about .rose{
        background-position: right;
background-size: auto 100%;
height: 140vh;
position: absolute;
z-index: -10;
margin-top: 70vh;
opacity: .4;
width: 50%;
right: 0;
    }
}

@media screen and (max-width: 320px){
    #about .rose{
        background-position: right;
        background-size: auto 100%;
        height: 180vh;
        position: absolute;
        z-index: -10;
        margin-top: 90vh;
        opacity: .4;
        width: 50%;
        right: 0;
    }
}




/*--------------------------------------------------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------------------------------------------------
                                                        ** FX **
----------------------------------------------------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------------------------------------------------*/

.button-effect {
    display: inline-block;
    overflow: hidden; 
    position: relative; 
}

.effect-wave {
  display: block;
  position: absolute;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  width: 0px;
  height: 0px;
  background-color: lightyellow;
  border-radius: 50%;
  opacity: 0.5; 
 }

