@charset "utf-8";
@font-face {
    font-family: "Caviar Dreams";
    src: url("polices/caviar_dreams/CaviarDreams.woff");
    src: url("polices/caviar_dreams/CaviarDreams.woff2");
    src: url("polices/caviar_dreams/CaviarDreams.ttf");
}
@font-face {
    font-family: "Louis George Cafe";
    src: url("polices/louis_george_cafe/Louis George Cafe.woff");
    src: url("polices/louis_george_cafe/Louis George Cafe.woff2");
    src: url("polices/louis_george_cafe/Louis George Cafe.ttf");
}
@font-face {
    font-family: "DM Serif Text";
    src: url("polices/DM_Serif_Text/DMSerifText-Regular.woff");
    src: url("polices/DM_Serif_Text/DMSerifText-Regular.woff2");
    src: url("polices/DM_Serif_Text/DMSerifText-Regular.ttf");
}

body {
    background-color: #655652;
    margin: 0;
    padding: 0;
    font-size: 1em;
    font-family: "Louis George Cafe", Verdana, sans-serif;
}

/*Header*/

div#containerHeader {
    background-image: url('img/header.png');
}

div#containerHeader header {
    height: 645px;
    margin: 0 auto;
    position: relative;
    width: 1140px;
}

div#containerHeader header h1 {
    background-color: #e2e2bf;
    color: #655652;
    font-family: "DM Serif Text";
    font-size: 7.5625em;
    font-weight: normal;
    margin: 0;
    padding: 0 75px 0 15px;
    text-align: left;
    width: fit-content;
}

div#containerHeader header button {
    align-items: center;
    background-color: #e2e2bf;
    border-style: none;
    color: #655652;
    display: flex;
    height: 125px;
    justify-content: center;
    left: 800px;
    position: absolute;
    top: 450px;
    transition: 0.5s;
    width: 310px;
}

div#containerHeader header button p {
    display: inline-block;
    font-family: Caviar Dreams;
    font-size: 3.125em;
    line-height: 3em;
    margin-right: 15px;
    padding: 0;
}

div#containerHeader header a {
    text-decoration: none;
}

div#containerHeader header button img {
    vertical-align: middle;
}

div#containerHeader header button:hover {
    background-color: #7F7A95;
    color: #e2e2bf;
    cursor: pointer;
}

/*Navigation*/

div#containerNav {
    background-color: #7F7A95;
    margin: 0;
    padding: 0;
}

nav {
    margin: 0 auto;
    position: static;
    width: 1140px;
}

nav ul {
    list-style-type: none;
    list-style: none;
    margin: 0;
    padding: 0;
}

nav ul li {
    display: inline-block;
    line-height: 1.5em;
    position: relative;
}

nav>ul {
    text-align: center;
}

nav>ul>li {
    font-size: 2em;
}

nav li a {
    color: #e2e2bf;
    display: block;
    opacity: 0.9;
    padding: 20px;
    text-align: left;
    text-decoration: none;
    transition: 0.2s;
}

nav li:hover>a,
nav li a:hover {
    background-color: #e2e2bf;
    color: #655652;
    opacity: 1;
}

nav ul li:hover>ul {
    display: block;
}

nav ul ul {
    background-color: #7F7A95;
    border-top: solid 1px #7F7A95;
    display: none;
    position: absolute;
    z-index: 999;
}

nav ul ul li {
    line-height: normal;
    list-style-type: none;
    list-style: none;
    width: 100%;
}

h2 {
    background-color: #e2e2bf;
    color: #655652;
    font-family: Caviar Dreams;
    font-size: 3em;
    margin: 45px 0 0 0;
    padding: 15px 50px 15px 15px;
    width: fit-content;
}

div#containerProgrammes {
   background-image: url('img/section-programmes.png');
   background-position: center;
   background-size: cover;
   padding-top: 45px;
   text-align: center;
}

div#containerProgrammes h2 {
    margin-top: 0;
}

div#containerProgrammes section, div#containerPortail section {
    height: 900px;
    margin: 0 auto;
    width: 1140px;
}

div#containerProgrammes section button {
    background-color: #7f7a95;
    border-radius: 20px;
    border-style: none;
    color: #e2e2bf;
    font-family: Caviar Dreams;
    font-size: 2.6875em;
    height: 180px;
    transition: 0.5s;
    width: 445px;
}

div#containerProgrammes section button:hover {
    background-color: #738caa;
    box-shadow: 10px 5px 10px rgb(0, 0, 0, 0.5);
    color: white;
    cursor: pointer;
}

div#containerPortail {
    background-image: url('img/section-etudiant.png');
    background-position: center;
    background-size: cover;
}

div#containerPortail h2 {
    margin-top: 0;
}

div#containerPortail section {
    padding-top: 45px;
}

aside {
    margin-top: 250px;
    width: 570px;
}

div#containerPortail article {
    background-color: #7F7A95;
    box-shadow: 10px 5px 10px rgb(0, 0, 0, 0.5);
    color: white;
    margin: 22.5px auto;
    padding: 10px 15px;
    width: 540px;
}

div#containerPortail article:last-child {
    background-color: #738caa;
}

div#containerPortail article p {
    font-size: 2.0625em;
    line-height: 1.5em;
    margin: 0;
    padding: 0;
}

div#containerPortail button {
    background-color: #7F7A95;
    border-radius: 20px;
    border-style: none;
    color: #e2e2bf;
    font-family: Caviar Dreams;
    font-size: 2.6875em;
    height: 70px;
    margin: 22.5px 0 0 30px;
    transition: 0.5s;
    width: 445px;
}

div#containerPortail button:last-child {
    background-color: #738caa;
    border-radius: 20px;
    border-style: none;
    height: 170px;
    width: 445px;
}

div#containerPortail button:last-child:hover, div#containerPortail button:hover {
    background-color: #e2e2bf;
    box-shadow: 10px 5px 10px rgb(0, 0, 0, 0.5);
    color: #655652;
    cursor: pointer;
}

div#containerPortail div#boutons {
    margin-top: 250px;
    width: 570px;
}

div#containerPortail div#articles {
    display: flex;
}

div#container3D {
    background-image: url('img/arbre-rose.png');
    background-position: center;
    background-size: cover;
    padding-top: 45px;
}

div#container3D section {
    height: 1450px;
    margin: 0 auto;
    width: 1140px;
}

div#container3D section h2 {
    width: fit-content;
}
div#container3D section h2 {
    margin-top: 0;
}

div#container3D section article {
    background-color: #7f7a95;
    box-shadow: 10px 5px 10px rgb(0, 0, 0, 0.5);
    height: 336px;
    margin-top: 45px;
    width: 540px;
}

div#container3D section article p {
    color: white;
    font-size: 2.0625em;
    line-height: 1.5em;
    margin:15px;
}

div#colonnes {
    display: flex;
}

div#colonneG3D {
    width: 570px;
}

div#colonneG3D img {
    box-shadow: 10px 5px 10px rgb(0, 0, 0, 0.5);
    margin-top: 45px;
}

div#colonneG3D button {
    background-color: #7F7A95;
    border-radius: 20px;
    border-style: none;
    color: white;
    font-family: Caviar Dreams;
    font-size: 2.6875em;
    height: 110px;
    margin: 160px 0 0 45px;
    width: 445px;
}

div#colonneG3D button:hover {
    background-color: #e2e2bf;
    box-shadow: 10px 5px 10px rgb(0, 0, 0, 0.5);
    color: #655652;
    cursor: pointer;
}

div#colonneD3D {
    padding-top: 45px;
    width: 570px;
}

div#colonneD3D img {
    box-shadow: 10px 5px 10px rgb(0, 0, 0, 0.5);
}

div#colonneD3D img+img {
    box-shadow: 10px 5px 10px rgb(0, 0, 0, 0.5);
    margin-top: 426px;
}

/*Classes*/

.reveal{
    opacity: 0;
    position: relative;
    transform: translateY(150px);
    transition: 1s all ease;
  }
.reveal.active{
    opacity: 1;
    transform: translateY(0);
  }

/*Fin des classes*/

div#containerArticles {
    background-color: #7f7a95;
}

div#containerArticles section {
    height: 1350px;
    margin: 0 auto;
    padding-top: 45px;
    width: 1140px;
}
div#ecureuils {
    display: flex;
}

div#containerArticles section  h2:first-child {
    margin-top: 0;
}

div#containerArticles section div#ecureuils img {
    box-shadow: 10px 5px 10px rgb(0, 0, 0, 0.5);
    margin: 45px 15px 0 0;
}

div#containerArticles section div#ecureuils article {
    background-color: #655652;
    box-shadow: 10px 5px 10px rgb(0, 0, 0, 0.5);
    height: 450px;
    margin: 45px 15px 0 30px;
    padding-left: 15px;
    width: 540px;
}

div#containerArticles section div#ecureuils article p {
    color: white;
    font-size: 2.0625em;
    line-height: 1.8em;
    margin:15px;
}

/*Actualités*/

div#actualites {
    display: flex;
}

div#actualites article:first-child {
    margin-left: 0;
    margin-right: 0;
}

div#actualites article {
    background-color: #655652;
    box-shadow: 10px 5px 10px rgb(0, 0, 0, 0.5);
    height: 450px;
    margin: 45px 15px 0 30px;
    width: 540px;
}

div#actualites article img {
    margin: 0;
}

div#actualites article h3 {
    color: white;
    font-family: Caviar Dreams;
    font-size: 2.2em;
    margin-top: 15px;
    margin: 0;
    text-align: center;
    text-decoration: underline;
}

div#actualites article p {
    color: white;
    font-size: 2.0625em;
    margin: 0;
    padding: 15px;
}

/*Footer*/

div#containerFooter {
    background-color: #655652;
}

div#contentFooter {
    display: flex;
}

footer {
    height: 835px;
    margin: 0 auto;
    padding-top: 45px;
    width: 1140px;
}

div#imagesFooter {
    width: 570px;
}

div#imagesFooter img+img{
    margin-top: 45px;
}

div#contactFooter {
    width: 570px;
}

div#contactFooter h2 {
    background-color: #655652;
    color: #e2e2bf;
    font-family: "DM Serif Text";
    font-size: 4em;
    font-weight: normal;
    margin: -20px auto 0 auto;
    padding: 0;
}

div#contactFooter p {
    color: #e2e2bf;
    font-size: 1.85em;
    line-height: 1.5em;
    margin: 90px auto 0 auto;
    text-align: center;
    width: fit-content;
}

div#logosSociaux {
    margin: 75px auto 45px auto;
    width: fit-content;
}

div#logosSociaux img {
    margin: 0 15px;
}

div#containerFooter nav {
    margin-top: 60px;
}

div#containerFooter ul {
    list-style-type: none;
    text-align: center;
}

div#containerFooter ul li {
    display: inline-block;
    list-style-type: none;
    margin: 0 15px;
}

div#containerFooter ul li a {
    text-decoration: none;
}

div#containerFooter nav>ul>li {
    font-size: 2.0625em;
}

div#containerFooter nav li:hover>a,
div#containerFooter nav li a:hover {
    color: #738caa;
    background-color: #655652;
}

div#containerFooter p {
    color: #e2e2bf;
    margin-bottom: 0;
    text-align: center;
}

div#logosSociaux img {
    transition: 0.5s;
}

div#logosSociaux img:hover {
    cursor: pointer;
    opacity: 0.75;
    transform: rotate(15deg);
}

div#containerFooter iframe {
    box-shadow: 10px 5px 10px rgb(0, 0, 0, 0.5);
    margin-top: 30px;
}

/*Slider*/

div#containerSlider {
    align-items: center;
    display: flex;
    justify-content: center;
    margin: 30px 0 45px 0;
    padding: 0;
}

.slider {
    border-radius: 10px;
    height: 500px;
    overflow: hidden;
    width: 800px;
}

.slides {
    display: flex;
    height: 500px;
    width: 500%;
}

.slides input {
    display: none;
}

.slide {
    transition: 2s;
    width: 20%;
}

.slide img {
    height: 500px;
    width: 800px;
}

/*Naviagtion manuelle*/

.navigation-manu {
    display: flex;
    justify-content: center;
    margin-top: -40px;
    position: absolute;
    width: 800px;
}

.manual-btn {
    border-radius: 10px;
    border: 2px solid black;
    cursor: pointer;
    padding: 5px;
    transition: 1s;
}

.manual-btn:not(:last-child) {
    margin-right: 40px;
}

.manual-btn:hover {
    background: #738caa;
}

#radio1:checked ~ .first{
    margin-left: 0;
}
#radio2:checked ~ .first{
    margin-left: -20%;
}
#radio3:checked ~ .first{
    margin-left: -40%;
}
#radio4:checked ~ .first{
    margin-left: -60%;
}

/*CSS pour la partie automatique*/

.navigation-auto {
    display: flex;
    justify-content: center;
    margin-top: 460px;
    position: absolute;
    width: 800px;
}

.navigation-auto div {
    border-radius: 10px;
    border: 2px solid black;
    padding: 5px;
    transition: 1s;
}

.navigation-auto div:not(:last-child) {
    margin-right: 40px;
}

#radio1:checked ~ .navigation-auto .auto-btn1{
    background: #738caa;
}
#radio2:checked ~ .navigation-auto .auto-btn2{
    background: #738caa;
}
#radio3:checked ~ .navigation-auto .auto-btn3{
    background: #738caa;
}
#radio4:checked ~ .navigation-auto .auto-btn4{
    background: #738caa;
}

/*PAGE LOGIN*/

div#containerLogin section{
    background-color: #e2e2bf;
    border-radius: 0 0 90px 90px;
    margin: 0 auto 30px auto;
    padding: 30px 0 30px 0;
    text-align: center;
    width: 1140px;
}

div#containerLogin section h3 {
    color: #655652;
    font-family: caviar dreams;
    font-size: 1.5em;
    margin: 0;
}

div#containerLogin section label {
    line-height: 45px;
}

input[type="submit"] {
    margin: 15px 0;
}

input[type="submit"]:hover {
    cursor: pointer;
}

/*PAGE PROGRAMMES*/

div#containerLstProg section {
    margin: 0 auto;
    width: 1140px;
}

div#containerLstProg section article {
    background-color: #7F7A95;
    border-radius: 30px;
    box-shadow: 10px 5px 10px rgb(0, 0, 0, 0.5);
    margin: 45px 0;
    padding: 30px;
}

div#containerLstProg section h3 {
    font-size: 2em;
    margin-top: 0;
}

div#containerLstProg section p {
    color:black;
    column-gap: 20px;
    columns: 2;
    font-size: 1.3em;
    line-height: 1.3em;
}

div#containerLstProg section img {
    border-radius: 30px;
}

div#containerLstProg section button {
    background-color: #655652;
    border-radius: 20px;
    border-style: none;
    color: #e2e2bf;
    font-family: Caviar Dreams;
    font-size: 2.6875em;
    height: 70px;
    transition: 0.5s;
    width: 445px;
}

div#containerLstProg section button:hover {
    background-color: #e2e2bf;
    box-shadow: 10px 5px 10px rgb(0, 0, 0, 0.5);
    color: #655652;
    cursor: pointer;
}

div#containerPageProgrammes section {
    background-color: #7F7A95;
    box-shadow: 10px 5px 10px rgb(0, 0, 0, 0.5);
    margin: 30px auto;
    padding: 30px;
    width: 1140px;
}

div#containerPageProgrammes section img {
    margin: 30px 0;
}

div#imagesBoutons {
    display: flex;
}

div#containerPageProgrammes section button, div#contact input[type="submit"], div#a-propos section button, div#ecureuil button {
    background-color: #e2e2bf;
    border-radius: 20px;
    border-style: none;
    color: #655652;
    font-family: Caviar Dreams;
    font-size: 2em;
    height: 70px;
    margin: 15px 15px;
    transition: 0.5s;
    width: 280px;
}

div#containerPageProgrammes section button:hover, div#contact input[type="submit"]:hover, div#a-propos section button:hover, div#ecureuil button:hover {
    background-color: #738caa;
    box-shadow: 10px 5px 10px rgb(0, 0, 0, 0.5);
    color: #e2e2bf;
    cursor: pointer;
}

div#containerPageProgrammes section button:first-child {
    margin-top: 30px;
}

div#containerPageProgrammes section p {
    color: white;
    font-size: 2em;
    line-height: 1.5em;
}

/*TIMELINE*/
div#containerPageProgrammes * {
    box-sizing: border-box;
}
/* The actual timeline (the vertical ruler) */
.timeline {
    margin: 100px auto;
    max-width: 800px;
    position: relative;
  }
  
  /* The actual timeline (the vertical ruler) */
  .timeline::after {
    background-color: white;
    bottom: 0;
    content: '';
    left: 50%;
    margin-left: -3px;
    position: absolute;
    top: 0;
    width: 6px;
  }
  
  /* Container around content */
  .container {
    background-color: inherit;
    padding: 10px 40px;
    position: relative;
    width: 50%;
  }
  
  /* The circles on the timeline */
  .container::after {
    background-color: white;
    border-radius: 50%;
    border: 4px solid #FF9F55;
    content: '';
    height: 25px;
    position: absolute;
    right: -17px;
    top: 15px;
    width: 25px;
    z-index: 1;
  }
  
  /* Place the container to the left */
  .left {
    left: 0;
  }
  
  /* Place the container to the right */
  .right {
    left: 50%;
  }
  
  /* Add arrows to the left container (pointing right) */
  .left::before {
    border-color: transparent transparent transparent white;
    border-width: 10px 0 10px 10px;
    border: medium solid white;
    content: " ";
    height: 0;
    position: absolute;
    right: 30px;
    top: 22px;
    width: 0;
    z-index: 1;
  }
  
  /* Add arrows to the right container (pointing left) */
  .right::before {
    border-color: transparent white transparent transparent;
    border-width: 10px 10px 10px 0;
    border: medium solid white;
    content: " ";
    height: 0;
    left: 30px;
    position: absolute;
    top: 22px;
    width: 0;
    z-index: 1;
  }
  
  /* Fix the circle for containers on the right side */
  .right::after {
    left: -16px;
  }
  
  /* The actual content */
  .content {
    background-color: white;
    border-radius: 6px;
    box-shadow: 10px 5px 10px rgb(0, 0, 0, 0.5);
    font-size: 1.2em;
    padding: 20px 30px;
    position: relative;
  }
  
  /* Media queries - Responsive timeline on screens less than 600px wide */
  @media screen and (max-width: 600px) {
  /* Place the timelime to the left */
    .timeline::after {
      left: 31px;
    }
  
  /* Full-width containers */
    .container {
      padding-left: 70px;
      padding-right: 25px;
      width: 100%;
    }
  
  /* Make sure that all arrows are pointing leftwards */
    .container::before {
      border-color: transparent white transparent transparent;
      border-width: 10px 10px 10px 0;
      border: medium solid white;
      left: 60px;
    }
  
  /* Make sure all circles are at the same spot */
    .left::after, .right::after {
      left: 15px;
    }
  
  /* Make all right containers behave like the left ones */
    .right {
      left: 0%;
    }
  }

/*Page contact*/

div#contact section {
    margin: 0 auto;
    width: 1140px;
}

div#contact form {
    background-color:#e2e2bf;
    border-radius: 30px;
    margin: 30px 0;
    padding: 30px;
}

div#contact h3 {
    font-size: 3em;
}

div#contact h2+h2 {
    margin-top: 0;
}

div#contact label {
    font-size: 2em;
    line-height: 1.5em;
}

div#contact textarea {
    border-radius: 15px;
    border-style: none;
    font-family: "Louis George Cafe";
    font-size: 2em;
    padding: 15px;
}

div#contact input[type="text"] {
    border-radius: 5px;
    border-style: none;
    font-family: "Louis George Cafe";
    font-size: 1.3em;
    margin: 30px 0 30px 15px;
    padding: 5px;
}

div#contact input[type="radio"] {
    height: 25px;
    width: 25px;
}

div#contact input[type="checkbox"] {
    height: 25px;
    width: 25px;
}

div#contact input[type="date"] {
    border-radius: 5px;
    border-style: none;
    font-family: "Louis George Cafe";
    font-size: 1.5em;
    height: 50px;
    margin: 30px 0 15px 0;
    padding: 5px;
    width: 250px;
}

div#contact select {
    border-radius: 5px;
    border-style: none;
    font-size: 1.3em;
    height: 35px;
    margin: 15px 0;
    padding: 5px;
    width: 260px;
}

div#contact input[type="submit"] {
    background-color: #655652;
    color: #e2e2bf;
    margin-left: 0;
}

/*Page a-propos*/

div#a-propos section {
    background-color: #738caa;
    border-radius: 15px;
    box-sizing: border-box;
    margin: 30px auto;
    padding: 30px;
    width: 1140px;
}

div#a-propos section figure {
    height: 623px;
    margin: 30px 0 60px 0;
    width: 1000px;
}

div#a-propos section figcaption {
    color: white;
}

div#a-propos section p {
    color: white;
    font-size: 1.5em;
    line-height: 1.5em;
}

div#a-propos section h3 {
    color: white;
    font-size: 2em;
}

div#a-propos section div {
    display: flex;
    margin: 30px 0;
}

div#a-propos section a {
    margin: 120px auto 0 auto;
    width: fit-content;
}

div#a-propos section button:hover {
    background-color: #7F7A95;
}

/*Page écureuil*/

div#ecureuil section {
    display: flex;
    margin: 0 auto;
    width: 1140px;
}

div#ecureuil h2 {
    margin: 30px auto 0 auto;
    width: fit-content;
}

div#ecureuil h3 {
    font-size: 1.5em;
}

#calendar {
    color: #fff;
    width: 300px;
}

#calendar table {
    border-collapse: collapse;
    margin-top: 20px;
    width: 100%;
}

#calendar th, #calendar td {
    border: 1px solid #fff;
    padding: 10px;
}

#calendar th {
    background-color: #333;
}

#calendar td {
    background-color: #655652;
    cursor: pointer;
    transition: 0.2s;
}

#calendar td:hover {
    background-color: #e2e2bf;
    color: #655652;
}

div#ecureuil section img{
    margin: 45px 0 0 0;
}

div#ecureuil article {
    margin: 30px 0 0 100px;
}

div#ecureuil article p {
    color: white;
    font-size: 1.5em;
    line-height: 1.5em;
}

div#ecureuil>section+div {
    text-align: center;
}