@import url('https://fonts.googleapis.com/css?family=Montserrat:100,300,400,500,700');
@import url('https://fonts.googleapis.com/css?family=Megrim');
@import url('https://fonts.googleapis.com/css?family=Dosis:300,400');

* {
    margin: 0;
    padding: 0;
    text-decoration: none;
    list-style: none;
    border: 0
}

body,
html {
    height: 100%;
    overflow: hidden;
    background-image: -webkit-linear-gradient(30deg,#121062,#181069,#1C116E,#2B127D,#311382,#341385,#341386,#361388
,#3A138A,#3E1490,#3E1490);
   background-image: linear-gradient(60deg,#121062,#181069,#1C116E,#2B127D,#311382,#341385,#341386,#361388
,#3A138A,#3E1490,#3E1490);
}

p {
    font-family: Montserrat, sans-serif;
    color: #fff;
    font-weight: 400;
}

h1 {
    font-family: Montserrat, sans-serif;
    font-weight: 500;
    color: #fff;
}

h2 {
    font-family: Montserrat, sans-serif;
    font-weight: 500;
    color: #fff;
}

.typed-cursor {
    opacity: 0
}

body header {
    height: 100px;
    width: 100%
}

body header img {
    height: 70%;
    margin-top: 25px;
    margin-left: 50px;
    float: left
}

/*MODIFICATION NICO - BOUTON PLUS AU MEME ENDROIT*/

header h1 {
    margin-left:20px;
}

#pageSuivante {
    float: right;
    margin-right: 50px;
    -webkit-transition: .7s;
    transition: .7s;
    -webkit-filter: drop-shadow(8px 8px 5px #000);
    filter: drop-shadow(8px 8px 5px #000);
}

#pageSuivante:hover {
    height: 90%;
    -webkit-filter: drop-shadow(8px 8px 10px #000);
    filter: drop-shadow(8px 8px 10px #000)
}

#pageSuivante2 {
    float: right;
    margin-right: 50px;
    -webkit-transition: .7s;
    transition: .7s;
    -webkit-filter: drop-shadow(8px 8px 5px #000);
    filter: drop-shadow(8px 8px 5px #000);
}

#pageSuivante2:hover {
    height: 90%;
    -webkit-filter: drop-shadow(8px 8px 10px #000);
    filter: drop-shadow(8px 8px 10px #000)
}

.back {
    font-family: 'Montserrat', sans-serif;
    font-weight: 900;
    font-size: 22px;
/*    font-size: 52px;*/
    letter-spacing: 9px;
/*    color: #270B60;*/
/*    color:#EFEFEF;*/
/*    color: #30106F;*/
/*    color:#FF29C5;*/
    float: right;
    margin-right: 25px;
    margin-top: 50px;
/*    filter: blur(2px);*/
     -webkit-transition: ease .7s;
    transition: ease .7s;
    color: transparent;
    text-shadow: 2px 1px 2px rgba(116, 84, 196, 0.5);
/*    background-color: #30106F;*/
/*    background-color: #FF29C5;*/
    background-color: #fff;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    background-clip: text;
    
}

.back:hover{
/*    filter: blur(0);*/
    -webkit-transition: ease .7s;
    transition: ease .7s;
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    color:#EFEFEF;
}

#top_title {
    font-weight: 100;
}

ul#menu, ul {
            margin: 0;
            padding: 0;
            list-style: none;
            position:relative;
            z-index: 20000;
        }

        ul#menu > li {
            display: inline-block;
            vertical-align: top;
            min-width: 150px;
        }

        ul#menu a {
            display: block;
            padding: 0.5rem 1.2rem;
            background-color: #492B92;
/*            box-shadow: 0 3px 5px #492B92;*/
            color: #fff;
            text-decoration: none;
            text-shadow: 0 1px 0 #492B92;
            width: 110px;
            font-family: Montserrat, sans-serif;
            font-weight: 100;
        }
        ul#menu a:hover{
            color:#FF29C5;
            font-weight: 400;
        }

        ul#menu > li > a {
            background-color: #687e85;
            text-transform: uppercase;
        }

        ul#menu li li:not(:last-child) a {
            border-bottom: thin dotted #586e75;
        }

        ul#menu ul {
            display: none
        }

        #menu li {
            width:100px;
        }

/*---*/

body #felicitations1 {
    height: 100%;
    background-image: linear-gradient(390deg, #401184 0%, #2E0F73 100%);
    background-size: 300% 300%;
     -webkit-animation: AnimationName 25s ease infinite;
    -moz-animation: AnimationName 25s ease infinite;
    animation: AnimationName 25s ease infinite;
}

.felicitations_cont {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        width:100%;
        height:100%;
        text-align: center;
}

.felicitations_cont h1 {
    font-size: 4em;
}

.felicitations_cont img {
    max-width: 150px;
    margin-top:20px;
}

/*confettis*/

* {
/*  box-sizing: border-box;*/
}
/*
body {
  background: #C4E4FF;
  background: radial-gradient(circle, #748FBF, #C4E4FF);
  overflow: hidden;
  height: 100vh;
  width: 100%;
  user-select: none;
  padding: 0;
  margin: 0;
}
*/

.confetti {
  width: 1rem;
  height: 1rem;
  display: inline-block;
  position: absolute;
  top: -1rem;
  left: 0;
  z-index: 150;
}
.confetti .rotate {
  animation: driftyRotate 1s infinite both ease-in-out;
  perspective: 1000;
}
.confetti .askew {
  background: currentColor;
  transform: skewY(10deg);
  width: 1rem;
  height: 1rem;
  animation: drifty 1s infinite alternate both ease-in-out;
  perspective:1000;
}

.confetti {
  color: #fff;
}

  
/*
.confetti:nth-of-type(5n) {
  color: #F56620;
}
.confetti:nth-of-type(5n+1) {
  color: #00EAFF;
}
.confetti:nth-of-type(5n+2) {
  color: #EA8EE0;
}
.confetti:nth-of-type(5n+3) {
  color: #EBFF38;
}
.confetti:nth-of-type(5n+4) {
  color: #0582FF;
}
*/

.confetti:nth-of-type(7n) .askew {
  animation-delay: -.6s;
  animation-duration: 2.25s;
}
.confetti:nth-of-type(7n + 1) .askew {
  animation-delay: -.879s;
  animation-duration: 3.5s;
}
.confetti:nth-of-type(7n + 2) .askew {
  animation-delay: -.11s;
  animation-duration: 1.95s;
}
.confetti:nth-of-type(7n + 3) .askew {
  animation-delay: -.246s;
  animation-duration: .85s;
}
.confetti:nth-of-type(7n + 4) .askew {
  animation-delay: -.43s;
  animation-duration: 2.5s;
}
.confetti:nth-of-type(7n + 5) .askew {
  animation-delay: -.56s;
  animation-duration: 1.75s;
}
.confetti:nth-of-type(7n + 6) .askew {
  animation-delay: -.76s;
  animation-duration: 1.5s;
}
  
.confetti:nth-of-type(9n) .rotate {
  animation-duration: 2s;
}
.confetti:nth-of-type(9n + 1) .rotate {
  animation-duration: 2.3s;
}
.confetti:nth-of-type(9n + 2) .rotate {
  animation-duration: 1.1s;
}
.confetti:nth-of-type(9n + 3) .rotate {
  animation-duration: .75s;
}
.confetti:nth-of-type(9n + 4) .rotate {
  animation-duration: 4.3s;
}
.confetti:nth-of-type(9n + 5) .rotate {
  animation-duration: 3.05s;
}
.confetti:nth-of-type(9n + 6) .rotate {
  animation-duration: 2.76s;
}
.confetti:nth-of-type(9n + 7) .rotate {
  animation-duration: 7.6s;
}
.confetti:nth-of-type(9n + 8) .rotate {
  animation-duration: 1.78s;
}

@keyframes drifty {
  0% {
    transform: skewY(10deg) translate3d(-250%, 0, 0);
  }
  100% {
    transform: skewY(-12deg) translate3d(250%, 0, 0);
  }
}
@keyframes driftyRotate {
  0% {
    transform: rotateX(0);
  }
  100% {
    transform: rotateX(359deg);
  }
}


/* */

/*MODIFICATION NICO - CHANGEMENT POUR VAGUES */

body #accueil {
   height: 100%;
   /*background-image: url(../img/background_v2.png);*/
   background-position: center;
   background-repeat: no-repeat;
   background-size: cover;
   background-image: -webkit-linear-gradient(30deg,#121062,#181069,#1C116E,#2B127D,#311382,#341385,#341386,#361388
,#3A138A,#3E1490,#3E1490);
   background-image: linear-gradient(60deg,#121062,#181069,#1C116E,#2B127D,#311382,#341385,#341386,#361388
,#3A138A,#3E1490,#3E1490);
}

/*---*/

body #accueil img {
    display: block;
    margin: auto;
    width: 600px;
    height: auto;
    padding-top: 200px;
}

body #accueil p {
    font-size: 38px;
    text-align: center;
    color: #fff;
    margin-top: 20px;
    font-weight: 300;
}

.sous-titre {
    font-family: Dosis, sans-serif;
}

body #accueil a {
    width: 400px;
    display: block;
    margin: auto;
}

/*MODIFICATION NICO - BOUTONS ROSE GO*/

.go {
    width:80% !important;
    height: auto !important;
    padding-top: 12px;
    padding-bottom: 12px;
    background-color: #ff29c5;
    display: block;
    margin: 100px auto auto;
    text-align: center;
    border-radius: 40px;
    box-shadow: 0 14px 50px -8px rgba(0, 0, 0, .2);
    -webkit-transition: .7s;
    transition: .7s
}

.go p {
    
    font-family: 'Montserrat', sans-serif !important;
    font-weight: 100;
    font-size: 20px !important;
    margin: 0 !important;
    color: #fff;
    -webkit-transition: .7s;
    transition: .7s
}

.go:hover {
    width: 90% !important;
    -webkit-transition: .7s;
    transition: .7s;
}

.go:hover>p {
   font-size: 21.6px !important;
}

.go p {
    font-weight: 400 !important;
}

/*---*/


body #accueil a .commencer {
    width: 400px;
    height: auto;
    padding-top: 12px;
    padding-bottom: 12px;
    background-color: #ff29c5;
    display: block;
    margin: 100px auto auto;
    text-align: center;
    border-radius: 40px;
    box-shadow: 0 14px 50px -8px rgba(0, 0, 0, .2);
    -webkit-transition: .7s;
    transition: .7s
}

body #accueil a .commencer>p {
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    font-size: 25px;
    margin-top: 0;
    color: #fff;
    -webkit-transition: .7s;
    transition: .7s
}

body #accueil .commencer:hover {
    width: 370px;
    -webkit-transition: .7s;
    transition: .7s
}

body #accueil .commencer:hover>p {
    font-size: 20px
}

body #association,
body #requetage,
body #tri {
    height: 100%;
    background-image: -webkit-linear-gradient(30deg,#121062,#181069,#1C116E,#2B127D,#311382,#341385,#341386,#361388
,#3A138A,#3E1490,#3E1490);
   background-image: linear-gradient(60deg,#121062,#181069,#1C116E,#2B127D,#311382,#341385,#341386,#361388
,#3A138A,#3E1490,#3E1490);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around
}

/*MODIFICATION NICO - CHANGEMENT DES WAVES*/

body #association .wave,
body #requetage .wave,
body #tri .wave,
body #accueil .wave {
   z-index: 2;
   position: absolute;
   top: 100%;
   width: 150%;
   height: 2000px;
   margin-top: 0;
   margin-left: 0;
   border-radius: 43%;
   opacity: .1;
   background: #2A013E;
   -webkit-animation: drift 10000ms infinite linear;
   animation: drift 10000ms infinite linear;
   -webkit-transform-origin: 50% 48%;
   transform-origin: 50% 48%;
}

.box {
   position: relative;
   -webkit-transform: translate(39%, 0%);
   transform: translate(39%, 0%);
   bottom: -100px;
}

.box-top {
   position: relative;
   -webkit-transform: translate(-100%, 0%);
   transform: translate(-100%, 0%);
   top: -2302px;
}

body #association .wave.-three,
body #requetage .wave.-three,
body #tri .wave.-three,
body #accueil .wave.-three {
   z-index: 2;
   -webkit-animation: drift 8000ms infinite linear;
   animation: drift 8000ms infinite linear;
}

body #association .wave.-two,
body #requetage .wave.-two,
body #tri .wave.-two,
body #accueil .wave.-two {
   z-index: 2;
   opacity: .1;
   background: #ae23ec;
   -webkit-animation: drift 7000ms infinite linear;
   animation: drift 7000ms infinite linear;
}

/*---*/

body #association #tri:after,
body #requetage #tri:after,
body #tri #tri:after {
    content: '';
    display: block;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 11;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

@-webkit-keyframes drift {
    from {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes drift {
    from {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

/*MODIFICATION NICO - RAJOUT D'UN TITRE EN HAUT DE LA PAGE*/

header h1 {
    margin-top:50px;
    float: left;
}

/*---*/


body #association .popup,
body #requetage .popup,
body #tri .popup {
    background-color: rgba(255, 255, 255, .1);
    width: 50%;
    height: 500px;
    margin-top: 30px; /* MODIFICATION NICO - DIMINUTION */
    margin-left: 50px;
    border-radius: 20px;
    z-index: 1000;
    position: relative;
    box-shadow: 0 14px 50px -8px rgba(0, 0, 0, .5);
}

/*MODIFICATION NICO - DIVERSES */

.tab_legend {
    width: 75%;
    display: block;
    margin: auto;
}

/*---*/

/*MODIFICATION NICO - TEXTE*/

body #association .popup p,
body #requetage .popup p,
body #tri .popup p {
   margin-top:10px;
   margin-left:30px;
   margin-right:30px;
   margin-bottom:30px;
   font-size: 16px;
   font-weight: 100;
}

.img_acc {
     -webkit-transform: scale(1.0);
    transform: scale(1.0);
    -webkit-transition: .7s;
    transition: .7s;
}

.img_acc:hover {
     -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: .7s;
    transition: .7s;
}

/*---*/

body #association .popup h1,
body #requetage .popup h1,
body #tri .popup h1 {
    font-family: Dosis, sans-serif;
    padding-left: 30px;
    padding-top: 20px;
    display: inline-block;
}

body #association .popup i,
body #requetage .popup i,
body #tri .popup i {
    font-family: Dosis, sans-serif;
    padding-left: 30px;
    padding-top: 20px;
    display: inline-block;
    color: #fff;
}

/*MODIFICATION NICO - BOUTON PLUS AU MEME ENDROIT*/

.close,
.close,
.close {
/*    width: 80px;*/
    z-index: 900;
/*    float: right;*/
    margin-top: 10px;
    cursor: pointer;
    -webkit-transition: .5s;
    transition: .5s
}

/*
.close:hover,
.close:hover,
.close:hover {
    width: 75px;
}
*/

/*---*/

body #association .popup .tableau_entier1,
body #requetage .popup .tableau_entier1,
body #tri .popup .tableau_entier1 {
    width: 75%;
    display: block;
    margin: auto;
    margin-top: 50px; /*MODIFICATION NICO - */
    border: 6px solid #fff;  /*MODIFICATION NICO - */
    box-shadow: 2px 2px 5px rgba(0,0,0,0.3);  /*MODIFICATION NICO - */
}

body #association .popup .tableau_entier0,
body #requetage .popup .tableau_entier0,
body #tri .popup .tableau_entier0 {
    width: 80%;
    display: block;
    margin: auto;
    padding-left:10%;
    padding-right:10%;
    padding-top:5%;
/*    margin-top: 50px; MODIFICATION NICO - */
/*    border: 6px solid #fff;  MODIFICATION NICO - */
/*    box-shadow: 2px 2px 5px rgba(0,0,0,0.3);  MODIFICATION NICO - */
}

body #association .popup .tableau_entier2,
body #requetage .popup .tableau_entier2,
body #tri .popup .tableau_entier2 {
    width: 60%;
    display: block;
    margin: auto;
    margin-top: 25px;  /*MODIFICATION NICO - */
    border: 6px solid #fff;  /*MODIFICATION NICO - */
    box-shadow: 2px 2px 5px rgba(0,0,0,0.3);  /*MODIFICATION NICO - */
}

body #association .popup .tableau_entier3,
body #requetage .popup .tableau_entier3,
body #tri .popup .tableau_entier3 {
    width: 60%;
    display: block;
    margin: auto;
    margin-top: 20px;  /*MODIFICATION NICO - */
    border: 6px solid #fff;  /*MODIFICATION NICO - */
    box-shadow: 2px 2px 5px rgba(0,0,0,0.3);  /*MODIFICATION NICO - */
}

body #requetage .explications,
body #tri .explications {
    width: 30%; /*MODIFICATION NICO - REDUCTION DE LA LARGEUR*/
    height: 350px;
    margin-top: 30px; /*MODIFICATION NICO - DIMINUTION*/
    background-color: rgba(74, 34, 103, .5);
    padding: 30px 20px 0;
    border-radius: 10px;
    box-shadow: 0 14px 50px -8px rgba(0, 0, 0, .5);
    float: right;
    z-index: 1000;
    position: relative;
}

/*MODIFICATION NICO - CHANGEMENT DE LA HAUTEUR */

body #association .explications {
    width: 30%; /*MODIFICATION NICO - REDUCTION DE LA LARGEUR*/
    height: 370px;
    margin-top: 30px; /*MODIFICATION NICO - DIMINUTION*/
    background-color: rgba(74, 34, 103, .5);
    padding: 30px 20px 0;
    border-radius: 10px;
    box-shadow: 0 14px 50px -8px rgba(0, 0, 0, .75);
    float: right;
    z-index: 1000;
    position: relative;
}

/*---*/

.commentj {
    font-size
}

body #association .explications img,
body #requetage .explications img,
body #tri .explications img {
    width: 50px;
    display: inline-block;
    float: right;
}

body #association .explications .commentj,
body #requetage .explications .commentj,
body #tri .explications .commentj {
    display: inline-block;
    font-size: 24px;
    font-weight: 700;
    font-family: Montserrat, sans-serif;
    margin-top: 20px;
}

body #association .explications p,
body #requetage .explications p,
body #tri .explications p {
    font-family: 'Montserrat', sans-serif;
    font-weight: 100;
    margin-top: 40px;
    font-size: 20px;
}

body #association .explications .note,
body #requetage .explications .note,
body #tri .explications .note {
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    margin-top: 40px;
    font-size: 18px;
    font-style: italic;
}

body #association .miniJeu1,
body #requetage .miniJeu1,
body #tri .miniJeu1 {
    width: 60%;
    height: 600px;
    float: left;
}

body #association .miniJeu1 .stack,
body #requetage .miniJeu1 .stack,
body #tri .miniJeu1 .stack {
    width: 200px;
    height: 200px;
    border: 2px solid #fff;
    display: block;
    margin: 50px auto auto;
/*
    background-image: url(../img/case_vide.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center
*/
}

body #association .miniJeu1 .stack .boite,
body #requetage .miniJeu1 .stack .boite,
body #tri .miniJeu1 .stack .boite {
    position: absolute;
    width: 200px;
    height: 200px;
    cursor:move;
    z-index: 800;
}

body #association .miniJeu1 .stack .boite img,
body #requetage .miniJeu1 .stack .boite img,
body #tri .miniJeu1 .stack .boite img {
    width: 100%;
    height: 100%;
}

/*MODIFICATION NICO -- METTRE LES BOITES AU PREMIER PLAN PAR RAPPORT AUX VAGUES*/

body #association .miniJeu1 .lesBoites,
body #requetage .miniJeu1 .lesBoites,
body #tri .miniJeu1 .lesBoites {
    width: 85%;
    height: 200px;
    margin: 80px auto auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    position: relative;
    z-index:100; 
}

.explications2 {
    max-width: 100px;
    margin-top:40px;
}

/*---*/

/*MODIFICATION NICO -- DESCENDRE LES COMPTEURS POUR QU'ILS SOIENT EN-DESSOUS DES BOITES*/

.compteur {
    top:160px;
}

/*MODIFICATION NICO - TEST*/

#Bcontainer {
    position: absolute;
    width: 100%;
    height: 100%;
	background-color: rgba(0,0,0,0.7);
    z-index: 200000;
    color:white;
    opacity:0;
    display: none;
}

.cross {
    width:100px;
    position : absolute;
    right:10px;
    top:10px;
    cursor: pointer;
}

.logo_anim {
     -webkit-transform: scale(1.0);
    transform: scale(1.0);
    -webkit-transition: .7s;
    transition: .7s
}

.logo_anim:hover {
     -webkit-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition: .7s;
    transition: .7s
}


.startover{
    cursor: pointer;
    height:50px;
    float: right;
     -webkit-transform: scale(0.9);
    transform: scale(0.9);
    -webkit-transition: .7s;
    transition: .7s;
    margin-top: 20px;
}

.startover:hover {
/*
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
*/
    -webkit-transition: .7s;
    transition: .7s;
    margin-top: 25px;
    -webkit-transform: rotate(-50deg);
	transform: rotate(-50deg);
}

.help {
    float:right;
    cursor: pointer;
    height:50px;
     -webkit-transform: scale(1.0);
    transform: scale(1.0);
    -webkit-transition: .7s;
    transition: .7s;
    background-image: linear-gradient(to top, #b224ef 0%, #7579ff 100%);
    border-radius: 66px;
    padding: 9px;
}

.help3 {
     float:right;
    cursor: pointer;
    height:50px;
     -webkit-transform: scale(1.0);
    transform: scale(1.0);
    -webkit-transition: .7s;
    transition: .7s;
    background-image: linear-gradient(to top, #b224ef 0%, #7579ff 100%);
    border-radius: 66px;
    padding: 9px;
    position: absolute;
    left:90%;
    bottom:50%;
}

.help2{
    position: absolute;
    left: 90%;
}

.help:hover {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    -webkit-transition: .7s;
    transition: .7s
}

.help3:hover {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    -webkit-transition: .7s;
    transition: .7s
}


.help_text {
    width:500px;
    margin: 0 auto;
    margin-top: 10%;
    padding:20px;
     background-image: -webkit-linear-gradient(30deg,#121062,#181069,#1C116E,#2B127D,#311382,#341385,#341386,#361388
,#3A138A,#3E1490,#3E1490);
   background-image: linear-gradient(60deg,#121062,#181069,#1C116E,#2B127D,#311382,#341385,#341386,#361388
,#3A138A,#3E1490,#3E1490);
    border-radius: 10px;
}

/*---*/

/*MODIFICATION NICO - PLEINS DE TRUCS

/*
.boite img{
    filter:alpha(opacity=80);
    -moz-opacity: 0.8;
    opacity:0.8;

}
.boite img:hover{
    filter:alpha(opacity=100);
    -moz-opacity: 1;
    opacity:1;

}
*/

#toggle2 {
    width: 100%;
    height: 100%;
}

.tips {
    display: none;
    position: absolute;
    margin-top:200px;   
}

.tips2 {
    display: none;
    position: absolute;
    margin-top:200px; 
    margin-left:700px;
}

.tips3 {
    display: none;
    position: absolute;
    margin-top:150px; 
    width: 280px;
    text-align: center;
}

.tips5 {
    margin:10px;
    position: absolute;
}

#tips5_text {
    font-family: Montserrat, sans-serif !important;
    font-weight: 100 !important;
}

.tips6 {
    margin-top:100px;
    margin-left:230px;
    position: absolute;
    background-color:black;
    z-index: 10000;
    border-radius: 10px;
    padding:5px;
}

.tips7 {
    margin-top:10px;
    margin-left:10px;
    position: absolute;
    background-color:black;
    z-index: 10000;
    border-radius: 10px;
    padding:5px;
    color:white;
}

.tips8 {
    margin-top:10px;
    margin-left:10px;
    position: absolute;
    background-color:black;
    z-index: 10000;
    border-radius: 10px;
    padding:5px;
}


.boite {
    border: 6px solid #fff;
    box-shadow: 2px 2px 5px rgba(0,0,0,0.3);
}

.rota1 {
	-webkit-transform: rotate(-5deg);
	transform: rotate(-5deg);
    margin-left:10px;
}
.rota2 {
	-webkit-transform: rotate(-6deg);
	transform: rotate(-6deg);
    margin-top:13px;
}
.rota3 {
	-webkit-transform: rotate(8deg);
	transform: rotate(8deg);
    margin-right:8px;
}
.rota4 {
	-webkit-transform: rotate(-3deg);
	transform: rotate(3deg);
    margin-left:12px;
}
.rota5 {
	-webkit-transform: rotate(2deg);
	transform: rotate(2deg);
     margin-top:12px;
}
.rota6 {
	-webkit-transform: rotate(-7deg);
	transform: rotate(-7deg);
     margin-bottom:14px;
}
.rota7 {
	-webkit-transform: rotate(4deg);
	transform: rotate(4deg);
     margin-top:15px;
}
.rota8 {
	-webkit-transform: rotate(-6deg);
	transform: rotate(-6deg);
}
.rota9 {
	-webkit-transform: rotate(-10deg);
	transform: rotate(-10deg);
     margin-top:13px;
}
/*
.rota10 {
	-webkit-transform: rotate(-5deg);
	transform: rotate(-5deg);
}
*/

/*---*/

body #association .miniJeu1 .lesBoites p,
body #requetage .miniJeu1 .lesBoites p,
body #tri .miniJeu1 .lesBoites p {
    position: absolute;
    bottom: 0;
    width: 200px;
    text-align: center;
    padding-bottom: 10px;
}

body #association .miniJeu1 .lesBoites .stock1,
body #requetage .miniJeu1 .lesBoites .stock1,
body #tri .miniJeu1 .lesBoites .stock1 {
    width: 200px;
    height: 100%;
/*    text-align: center;*/
/*    background-image: url(../img/bdd_icon.png);*/
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.imgJeu1, .imgJeu2, .imgJeu3 {
    height: 100%;
    position:absolute;
    width:200px !important;
}

body #association .miniJeu1 .lesBoites .stock1 .positionDebout,
body #requetage .miniJeu1 .lesBoites .stock1 .positionDebout,
body #tri .miniJeu1 .lesBoites .stock1 .positionDebout {
    margin-right: 150px;
    margin-bottom: 30px;
    position:relative;
    z-index: 20000;
}

.positionSol, .positionAngle {
    margin-right: 150px;
    margin-bottom: 30px;
    position:relative;
    z-index: 20000;
}

body #association .miniJeu1 .lesBoites .stock2,
body #association .miniJeu1 .lesBoites .stock3,
body #requetage .miniJeu1 .lesBoites .stock2,
body #requetage .miniJeu1 .lesBoites .stock3,
body #tri .miniJeu1 .lesBoites .stock2,
body #tri .miniJeu1 .lesBoites .stock3 {
    width: 200px;
    height: 100%;
/*    background-image: url(../img/bdd_icon.png);*/
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

body #association .miniJeu1 .lesBoites img,
body #requetage .miniJeu1 .lesBoites img,
body #tri .miniJeu1 .lesBoites img {
    width: 55px;
}

body #association .miniJeu1 .lesBoites .done,
body #requetage .miniJeu1 .lesBoites .done,
body #tri .miniJeu1 .lesBoites .done {
    display: none;
    margin: auto;
    width: 100px;
    padding-top: 50px;
    -webkit-transition: .7s;
    transition: .7s;
    -webkit-filter: drop-shadow(2px 2px 5px #000);
    filter: drop-shadow(2px 2px 5px #000);
}

body #association .miniJeu1 .lesBoites .compteur,
body #requetage .miniJeu1 .lesBoites .compteur,
body #tri .miniJeu1 .lesBoites .compteur {
    font-weight: 600;
    font-size: 24px;
    padding-top: 50px;
}

body #association .disparitionImg,
body #requetage .disparitionImg,
body #tri .disparitionImg {
    display: none;
}

body #association .miniJeu2,
body #requetage .miniJeu2,
body #tri .miniJeu2 {
    width: 100%;
    height: auto;
    margin-top: 0;
}

body #association .miniJeu2 .tableaux,
body #requetage .miniJeu2 .tableaux,
body #tri .miniJeu2 .tableaux {
    width: 70%;
    height: 300px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: auto;
    position: relative;
    z-index: 10000;
}

body #association .miniJeu2 .tableaux .table,
body #requetage .miniJeu2 .tableaux .table,
body #tri .miniJeu2 .tableaux .table {
    width: 25%;
    height: 100%;
    background-color: rgba(69, 18, 151, 0.69);
    border-radius: 1px;
    box-shadow: inset 0 3px 5px 0 #172c47;
}

body #association .miniJeu2 .tableaux .table p,
body #requetage .miniJeu2 .tableaux .table p,
body #tri .miniJeu2 .tableaux .table p {
    padding-left: 20px;
    padding-top: 10px;
    font-family: Montserrat, sans-serif;
    font-weight: 700;
    font-size: 19px;     
}

/*MODIFICATION NICO - AJOUT*/

.num {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.num p {
    margin-top:15px;
}
/*---*/

.phrase_jeu2 {
    margin: 0 auto;
    width: 850px;
}

body #association .miniJeu2 .tableaux .table span,
body #requetage .miniJeu2 .tableaux .table span,
body #tri .miniJeu2 .tableaux .table span {
    display: block;
    margin: 30px auto auto;
    width: 135px;
    border-radius: 2px;
    box-shadow: 4px 4px 10px rgba(0, 0, 0, .7);
    background-color: #e5e5e5;
    text-align: center;
    height: 35px;
    font-family: Montserrat, sans-serif;
    padding-top: 10px;
    cursor:move;
    position: relative;
    z-index: 10000;
    color: rgb(38, 31, 102);
}

body #association .miniJeu2 .tableaux .complement span,
body #requetage .miniJeu2 .tableaux .complement span,
body #tri .miniJeu2 .tableaux .complement span {
    width: 150px;
    cursor:move;
}

body #association .miniJeu2 .phrase,
body #requetage .miniJeu2 .phrase,
body #tri .miniJeu2 .phrase {
    width: 70%;
    height: 70px;
    background-color: rgba(69, 18, 151, 0.69);
    border-radius: 1px;
    box-shadow: inset 0 3px 5px 0 #172c47;
    display: block;
    margin: 20px auto auto;  /*  MODIFICATION NICO - DIMINUTION DU MARGIN*/
}

body #association .miniJeu2 .phrase p,
body #requetage .miniJeu2 .phrase p,
body #tri .miniJeu2 .phrase p {
    padding-top: 25px;
    padding-left: 20px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    display: inline-block;
}

body #association .miniJeu2 .phrase .trou,
body #requetage .miniJeu2 .phrase .trou,
body #tri .miniJeu2 .phrase .trou {
    background-color: rgba(23, 44, 71, .5);
    padding-top: 13px;
    height: 30px; /*  MODIFICATION NICO - AUGMENTATION HEIGHT */
    margin-left: 15px; 
    width: 115px;
    border-radius: 2px;
}

body #association .miniJeu2 .phrase .trouComplement,
body #requetage .miniJeu2 .phrase .trouComplement,
body #tri .miniJeu2 .phrase .trouComplement {
    width: 135px;
}

body #association .miniJeu2 .requetes,
body #requetage .miniJeu2 .requetes,
body #tri .miniJeu2 .requetes {
    background-color: rgba(23, 44, 71, .5);
    width: 70%;
    height: 150px;
    border-radius: 1px;
    display: block;
    margin: 20px auto auto; /*  MODIFICATION NICO - DIMINUTION DU MARGIN*/
    text-align: center;
    padding-top: 10px;
    box-shadow: inset 0 3px 5px 0 #172c47;
    position: relative;
    z-index: 5000;
    text-shadow:3px 0px 5px #FFFFFF;
}

body #association .miniJeu2 .requetes #requeteComplement,
body #association .miniJeu2 .requetes #requeteSujet,
body #association .miniJeu2 .requetes #requeteVerbe,
body #requetage .miniJeu2 .requetes #requeteComplement,
body #requetage .miniJeu2 .requetes #requeteSujet,
body #requetage .miniJeu2 .requetes #requeteVerbe,
body #tri .miniJeu2 .requetes #requeteComplement,
body #tri .miniJeu2 .requetes #requeteSujet,
body #tri .miniJeu2 .requetes #requeteVerbe {
    display: none
}

body #association .miniJeu2 .requetes p,
body #requetage .miniJeu2 .requetes p,
body #tri .miniJeu2 .requetes p {
    margin-top: 10px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    font-size: 19px;
}

body #association .miniJeu3,
body #requetage .miniJeu3,
body #tri .miniJeu3 {
    width: 100%
}

body #association .miniJeu3 section,
body #requetage .miniJeu3 section,
body #tri .miniJeu3 section {
    width: 90%;
    display: block;
    margin: auto;
    height: 300px
}

body #association .miniJeu3 section .container,
body #requetage .miniJeu3 section .container,
body #tri .miniJeu3 section .container {
    width: 55%;
    background-color: rgba(255, 255, 255, .2);
    box-shadow: inset 0 3px 5px 0 #172c47;
    background-image: url(../img/container_fond.jpg);
    background-repeat: no-repeat;
    background-position: center;
    position: relative
}

body #association .miniJeu3 section .container .imagesCachees,
body #requetage .miniJeu3 section .container .imagesCachees,
body #tri .miniJeu3 section .container .imagesCachees {
    width: 160px;
    position: absolute;
    top: 80px;
    left: 300px;
    z-index: 800;
}

body #association .miniJeu3 section .table1,
body #association .miniJeu3 section .table2,
body #requetage .miniJeu3 section .table1,
body #requetage .miniJeu3 section .table2,
body #tri .miniJeu3 section .table1,
body #tri .miniJeu3 section .table2 {
    width: 18%;
/*    border: 2px solid rgba(255, 255, 255, .5);*/
    background-color: rgba(255, 255, 255, .2)
}

body #association .miniJeu3 section .table1 p,
body #association .miniJeu3 section .table2 p,
body #requetage .miniJeu3 section .table1 p,
body #requetage .miniJeu3 section .table2 p,
body #tri .miniJeu3 section .table1 p,
body #tri .miniJeu3 section .table2 p {
    padding-left: 20px;
    padding-top: 10px;
    font-family: Montserrat, sans-serif;
    font-weight: 700;
    font-size: 19px
}

body #association .miniJeu3 section .table1 span,
body #association .miniJeu3 section .table2 span,
body #requetage .miniJeu3 section .table1 span,
body #requetage .miniJeu3 section .table2 span,
body #tri .miniJeu3 section .table1 span,
body #tri .miniJeu3 section .table2 span {
    display: block;
/*    margin: auto;*/
/*    width: 135px;*/
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    color: #fff;
}

#champ_table {
     font-family: Montserrat, sans-serif !important;
     font-weight: 900 !important;
    border-bottom: 3px solid white;
    border-top: 3px solid white;
}

table {
    border-spacing: 0;
}

body #association .miniJeu3 section .requetes,
body #requetage .miniJeu3 section .requetes,
body #tri .miniJeu3 section .requetes {
    background-color: rgba(23, 44, 71, .5);
    box-shadow: inset 0 3px 5px 0 #172c47;
    display: block;
    margin: auto;
    height: 150px; /* MODIFICATION NICO - DIMINUTION HAUTEUR*/
    width: 99%;
    position: relative;
     z-index: 10000;
    text-shadow:3px 0px 5px #FFFFFF;
}

.tips5 p {
    margin-top:7px;
}

body #association .miniJeu3 section .requetes #requeteAffiche,
body #requetage .miniJeu3 section .requetes #requeteAffiche,
body #tri .miniJeu3 section .requetes #requeteAffiche {
    height: 150px; /* MODIFICATION NICO - DIMINUTION HAUTEUR*/
    overflow:visible;  /* MODIFICATION NICO - OVERFLOW*/
    -webkit-columns: 3; /* MODIFICATION NICO - COLUMS */
    -moz-columns: 3;
    -o-columns: 3;
    columns: 3;
}

body #association .miniJeu3 section .requetes .requeteP,
body #requetage .miniJeu3 section .requetes .requeteP,
body #tri .miniJeu3 section .requetes .requeteP {
    padding-top: 10px;
    padding-left: 15px;
    opacity: .7;
    -webkit-transition: .7s;
    transition: .7s;
}

body #association .miniJeu3 section .requetes input[type=text],
body #requetage .miniJeu3 section .requetes input[type=text],
body #tri .miniJeu3 section .requetes input[type=text] {
    height: 50px;
    border-radius: 2px;
    box-shadow: inset 0 3px 5px 0 #172c47;
    background-color: #172c47;
    padding-top: 5px;
    font-size: 24px;
    font-family: Montserrat, sans-serif;
    color: #fff;
    padding-left: 20px;
    z-index: 900;
    position: relative;
    font-weight: 100;
    margin-top: 20px;
    width: 85%;
/*    margin-left: 5px;*/
}

body #association .miniJeu3 section .requetes input[type=text]:focus,
body #requetage .miniJeu3 section .requetes input[type=text]:focus,
body #tri .miniJeu3 section .requetes input[type=text]:focus {
    border: 3px solid #fff;
/*
    -webkit-transition: 1s;
    transition: 1s;
*/
}

body #association .miniJeu3 section .requetes input[type=text]::-webkit-input-placeholder,
body #requetage .miniJeu3 section .requetes input[type=text]::-webkit-input-placeholder,
body #tri .miniJeu3 section .requetes input[type=text]::-webkit-input-placeholder {
    font-size: 24px;
    padding-top: 5px;
    width: 900px;
    color: #fff;
    font-family: Montserrat, sans-serif;
    opacity: .6;
}

body #association .miniJeu3 section .requetes input[type=text]::-moz-placeholder,
body #requetage .miniJeu3 section .requetes input[type=text]::-moz-placeholder,
body #tri .miniJeu3 section .requetes input[type=text]::-moz-placeholder {
    font-size: 24px;
    padding-top: 5px;
    width: 900px;
    color: #fff;
    font-family: Montserrat, sans-serif;
    opacity: .6;
}

body #association .miniJeu3 section .requetes input[type=text]:-ms-input-placeholder,
body #requetage .miniJeu3 section .requetes input[type=text]:-ms-input-placeholder,
body #tri .miniJeu3 section .requetes input[type=text]:-ms-input-placeholder {
    font-size: 24px;
    padding-top: 5px;
    width: 900px;
    color: #fff;
    font-family: Montserrat, sans-serif;
    opacity: .6;
}

body #association .miniJeu3 section .requetes input[type=text]::placeholder,
body #requetage .miniJeu3 section .requetes input[type=text]::placeholder,
body #tri .miniJeu3 section .requetes input[type=text]::placeholder {
    font-size: 24px;
    padding-top: 5px;
    width: 900px;
    color: #fff;
    font-family: Montserrat, sans-serif;
    opacity: .6;
}

body #association .miniJeu3 section:first-child,
body #requetage .miniJeu3 section:first-child,
body #tri .miniJeu3 section:first-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    margin-bottom: 20px;
    padding-top: 40px
}

/*MODIFICATION NICO - TABLEAU!*/

.table_mj3 {
    width: 100%;
    height:auto;
    position: relative;
}

td {
    padding-top:15px;
}

/*--*/

body #triExplications {
    height: 100%;
    background-image: -webkit-linear-gradient(30deg,#121062,#181069,#1C116E,#2B127D,#311382,#341385,#341386,#361388
,#3A138A,#3E1490,#3E1490);
   background-image: linear-gradient(60deg,#121062,#181069,#1C116E,#2B127D,#311382,#341385,#341386,#361388
,#3A138A,#3E1490,#3E1490);
}

.fenetreExplications {
    background-image: linear-gradient(242deg, #5f72bd 0%, #9b23ea 100%);
    background-size: 400% 400%;
    -webkit-animation: AnimationName 21s ease infinite;
    -moz-animation: AnimationName 21s ease infinite;
    animation: AnimationName 21s ease infinite;
    width: 30%;
    height: 60%;
    display: block;
    margin: 35px auto auto;
    border-radius: 10px;
    padding: 40px 30px 30px 40px;
    float:left;
    margin-left: 13%;
    -webkit-transition: -webkit-transform .2s;
    transition: -webkit-transform .2s;
    transition: transform .2s;
    transition: transform .2s, -webkit-transform .2s; /* Animation */
     -webkit-transform: scale(1.0);
    transform: scale(1.0);
    -webkit-transition: .7s;
    transition: .7s;
    box-shadow: 0 14px 50px -8px rgba(0, 0, 0, .25);
}

@-webkit-keyframes AnimationName {
    0%{background-position:63% 0%}
    50%{background-position:38% 100%}
    100%{background-position:63% 0%}
}
@-moz-keyframes AnimationName {
    0%{background-position:63% 0%}
    50%{background-position:38% 100%}
    100%{background-position:63% 0%}
}
@keyframes AnimationName {
    0%{background-position:63% 0%}
    50%{background-position:38% 100%}
    100%{background-position:63% 0%}
}

.fenetreExplications2 {
    background-image: linear-gradient(390deg, #5f72bd 0%, #9b23ea 100%);
    background-size: 400% 400%;
    -webkit-animation: AnimationName 21s ease infinite;
    -moz-animation: AnimationName 21s ease infinite;
    animation: AnimationName 21s ease infinite;
    width: 30%;
    height: 60%;
    display: block;
    margin: 35px auto auto;
    border-radius: 10px;
    padding: 40px 30px 30px 40px;
    margin-left: 53%;
    -webkit-transition: -webkit-transform .2s;
    transition: -webkit-transform .2s;
    transition: transform .2s;
    transition: transform .2s, -webkit-transform .2s; /* Animation */
     -webkit-transform: scale(1.0);
    transform: scale(1.0);
    -webkit-transition: .7s;
    transition: .7s;
    box-shadow: 0 14px 50px -8px rgba(0, 0, 0, .25);
}

/*MODIFICATION NICO - POUR METTRE LES TEXTES EN VERTICAL COTE A COTE*/
.gauche {
/*    float: left;*/
/*    width: 90%;*/
/*
    -webkit-transition: -webkit-transform .2s;
    transition: -webkit-transform .2s;
    transition: transform .2s;
    transition: transform .2s, -webkit-transform .2s;
*/
/*    transition: transform .2s, -webkit-transform .2s;  Animation */
}
.droite {

/*    margin-left: 10%;*/
/*
    -webkit-transition: -webkit-transform .2s;
    transition: -webkit-transform .2s;
    transition: transform .2s;
    transition: transform .2s, -webkit-transform .2s;
*/
/*    transition: transform .2s, -webkit-transform .2s;  Animation */
}

.fenetreExplications:hover {
    -webkit-transform: scale(1.3);
    transform: scale(1.1); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}

.fenetreExplications2:hover {
    -webkit-transform: scale(1.3);
    transform: scale(1.1); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}

/*---*/

body #triExplications .fenetreExplications section {
    margin-bottom: 50px;
}

body #triExplications .fenetreExplications2 section {
    margin-bottom: 50px;
}

body #triExplications .fenetreExplications section h1 {
    margin-bottom: 40px;
    font-size: 30px;    
}
body #triExplications .fenetreExplications2 section h1 {
    margin-bottom: 40px;
    font-size: 30px;
}

body #triExplications .fenetreExplications section p {
    width: 100%; /*MODIFICATION NICO - CHANGEMENT DE LA LARGEUR A 90%*/
    line-height: 30px;
    font-weight: 300 !important;
}

body #triExplications .fenetreExplications2 section p {
    width: 100%; /*MODIFICATION NICO - CHANGEMENT DE LA LARGEUR A 90%*/
    line-height: 30px;
    font-weight: 300 !important;
}

body #etape1 {
    height: 100%;
    background-image: -webkit-linear-gradient(31deg, #7760dc, #b062ab);
    background-image: linear-gradient(59deg, #7760dc, #b062ab);
    padding-top: 50px;
}

body #etape1 .texteFelicitations {
    display: block;
    margin: auto;
    background-color: rgba(255, 255, 255, .3);
    width: 50%;
    text-align: center;
    padding: 20px;
    box-shadow: 0 14px 50px -8px rgba(0, 0, 0, .2)
}

body #etape1 .texteFelicitations p {
    font-size: 20px;
}

.fel_text h1 {
    margin-bottom:20px;
}

.felicitations_st {
    margin-top: 5px;
    font-size:18px;
}

.btn_feli {
    height: auto !important;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 20px;
    padding-right:20px;
    background-color: #ff29c5;
    display: block;
/*    margin: 100px auto auto;*/
    text-align: center;
    border-radius: 40px;
    box-shadow: 0 14px 25px -8px rgba(0, 0, 0, .2);
    -webkit-transition: .7s;
    transition: .7s;
    display: inline;
    color:white;
    font-family: Montserrat, sans-serif;
    font-weight: 400;
    margin:5px;
    
}

.btn_feli:hover {
    box-shadow: 0 1px 25px -8px rgba(0, 0, 0, .7);
/*
    -webkit-transition: .5s;
    transition: .5s;
*/
}

/*
.btn_feli:hover>p {
   font-size: 21.6px !important;
}
*/

.btn_felicitations {
    margin-top:50px;
}

/*** AYOUB ***/
#A4 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  overflow: visible;
  margin-top: 30px;
  height: 100%;
}

#A4 .membres {
  width: 300px;
  height: 400px;
  text-align: center;
  position: relative;
  transition: 0.7s;
  margin-top: 50px;
}

#A4 .membres h1 {
  font-family: 'Montserrat Thin', sans-serif;
  margin-top: 7px;
  margin-bottom: 15px;
}

#A4 .membres img {
  border-radius: 10px;
}

#A4 .membres .plusInfos {
  position: absolute;
  width: 300px;
  height: 400px;
  background-color: #121062;
  top: 0;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  opacity: 0;
  transition: 0.7s;
}

#A4 .membres .plusInfos p {
  font-size: 100px;
  margin-top: 120px;
}

.infos {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 5000;  
  display: flex;
  justify-content: center;
  align-items: center;
}

.fenetreModale {
  width: 70%;
  height: 70%;
  background-color: #492B92;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  transition: 0.7s;
}

.fenetreModale p {
  width: 75%;
  line-height: 35px;
  text-align: center;
  font-family: 'Montserrat Thin', sans-serif;
  font-size: 22px;
}

.fenetreModale p span {
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
}

#A4 .membres .plusInfos:hover {
  opacity: 0.8;
  transition: 0.7s;
  cursor: pointer;
}

#A4 .membres:hover {
  -webkit-transform: scale(1.3);
  transform: scale(1.1);
  transition: 0.7s;
}

@media screen and (max-width: 1200px) {
  body #A4 .membres {
    width: 150px;
    height: 200px;
    text-align: center;   
    transition: 0.7s;
  }
  body #A4 .membres img {
    border-radius: 10px;
    width: 150px;
    height: 200px;
  }
  body #A4 .membres .plusInfos {
    position: absolute;
    width: 150px;
    height: 200px;
    background-color: #121062;
    top: 0;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    opacity: 0;
    transition: 0.7s;
  } 
  #A4 .membres .plusInfos p {
    font-size: 100px;
    margin-top: 40px;
  }
}

@media screen and (max-width: 670px) {
  body #A4 {
    display: flex;
    flex: nowrap;
  }
  body #A4 .membres {
    width: 80px;
    height: 100px;
    text-align: center;   
    transition: 0.7s;
  }
  body #A4 .membres h1{
    font-size: 15px;
  }
  body #A4 .membres img {
    border-radius: 10px;
    width: 70px;
    height: 100px;
  }
}

.drapeaux {
  width: 400px;
  height: 50px;
  position: absolute;
  top: 0;
  right: 0;
}
.drapeaux img {
  border-radius: 50% 50%;
  box-shadow: 2px 2px 7px rgba(0, 0, 0, .5);
}
body .drapeaux .drapeauFr {
  width: 27px;
  height: 25px;
  position: absolute;
  top: 15px;
  right: 60px;
}
body .drapeaux .drapeauEn {
  width: 27px;
  height: 25px;
  position: absolute;
  top: 15px;
  right: 15px;
}
body .drapeaux img:hover {
  transform: rotateY(360deg);
  transition: 1s;
}
#ressources {
  display: flex;
  flex-wrap: nowrap;
/*  justify-content: space-around;*/
  flex-direction: column;
  align-items: center;
  overflow: visible;
  margin-top: 60px;
  height: 100%;
}

#ressources .oeuvres {
  width: 100%;
  height: 45%;
/*  background-color: rgba(93, 26, 204, 0.69);*/
  border-radius: 7px;
/*  background-image: linear-gradient(390deg, #5f72bd 0%, #9b23ea 100%);*/
  -webkit-animation: AnimationName 2s ease infinite;
  -moz-animation: AnimationName 2s ease infinite;
  animation: AnimationName 2s ease infinite;
  -webkit-transition: -webkit-transform .2s;
  transition: -webkit-transform .2s;
  transition: transform .2s;
  transition: transform .2s, -webkit-transform .2s; /* Animation */
  -webkit-transform: scale(1.0);
  transform: scale(1.0);
  -webkit-transition: .2s;
  transition: .2s;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
}

#ressources .liens {
  width: 90%;
/*  height: 100%;*/
  /**background-color: rgba(93, 26, 204, 0.69)**/
  border-radius: 7px;
  background-image: linear-gradient(390deg, #5f72bd 0%, #9b23ea 100%);
  -webkit-animation: AnimationName 2s ease infinite;
  -moz-animation: AnimationName 2s ease infinite;
  animation: AnimationName 2s ease infinite;
  -webkit-transition: -webkit-transform .2s;
  transition: -webkit-transform .2s;
  transition: transform .2s;
  transition: transform .2s, -webkit-transform .2s; /* Animation */
  -webkit-transform: scale(1.0);
  transform: scale(1.0);
  -webkit-transition: .2s;
  transition: .2s;  
  display: flex;
/*  align-items: center;*/
  flex-direction: column;
  text-align: center;
  padding:15px;
}

#ressources .oeuvres h1 {
  padding-top: 10px;
  padding-left: 30px;
  font-family: 'Dosis', sans-serif;
  font-size: 38px; 
  width: 100%;
}

#ressources .liens h1 {
  padding-top: 10px;
  padding-left: 30px;
  font-family: 'Dosis', sans-serif;
  font-size: 38px;
  padding-bottom: 50px;
  text-align: left;
}

#ressources .oeuvres img {
  width: 20%;
  transition: 0.7s;
  border: 5px outset white;
}
#ressources .oeuvres img:first-of-type {
  width: 20%;
  transition: 0.7s;
}
#ressources .oeuvres img:hover {
  cursor: pointer;
  width: 22%;
  transition: 0.7s;
  box-shadow: 4px 4px 10px rgba(0, 0, 0, .5);
}
#ressources .oeuvres img:first-of-type:hover {
  cursor: pointer;
  width: 22%;
  transition: 0.7s;
}

#ressources .liens a {
  font-family: "Montserrat Thin", sans-serif;
  color: white;
  margin-bottom: 5px;
  transition: 0.7s;
}
#ressources .liens a:hover {
  text-shadow: 2px 2px 9px black;
  transition: 0.7s;
}
#ressources .liens p {
  margin-bottom: 5px;
}

/*** FIN AYOUB ***/


.PCA {
    display: none;    
    text-align: center;
    
}

#wrapper {
    height: 100%;
}

.PCAC {
    display:none;
}

@media screen and (max-width: 900px) {
  #wrapper{
    display: none !important;
  }
    .PCA{
        display:block;
    }
    .PCAC {
        display: flex;
        align-items: center;
        justify-content: center;
        width:100%;
        height:100%;
    }
}

@media screen and (device-width: 1920px) {
  
    body #association .popup,
    body #requetage .popup,
    body #tri .popup {
        height:570px;
    }
    
    .tips2 {
        margin-left:800px;
    }
    
    body #association .wave,
    body #requetage .wave,
    body #tri .wave,
    body #accueil .wave  {
       height: 2500px;
    }
    
}

@media screen and (max-width: 1400px) {
    body #requetage .explications,
    body #tri .explications {
      height: 400px;  
    }
    body #association .explications {
      height: 450px;  
    }
}

