* {
  box-sizing: border-box;
}

body {
  margin: auto;
  background-image: url(../img/design.png);
  background-size: contain;
  background-attachment: fixed;
  font-size: 19px;
  left: 0;
  bottom: 0px;
  animation: nuages_animation 75s linear infinite;
}

header {
  display: flex;
  flex-direction: column;
}
header div {
  display: flex;
  align-items: center;
  justify-content: left;
  margin-top: 20px;
  width: 100%;
}
header div a {
  margin-right: 40px;
  margin-left: 40px;
}
header div img {
  width: 100px;
  height: 30px;
}
header div .chouettes {
  width: 100px;
  height: 60px;
}
header div .icone {
  color: #036cad;
  font-size: 20px;
  margin-right: 40px;
}
header nav #liens {
  display: none;
}
header nav #liens a {
  text-decoration: none;
  font-family: "Acme", sans-serif;
  display: flex;
  justify-content: center;
  color: #036cad;
  font-size: 25px;
}

main {
  margin-top: 40px;
}
main h1 {
  font-size: 30px;
}
main .centre_social .container h1, main .centre_social .container h2, main .centre_social .container h3, main .centre_social .container h4 {
  font-size: 30px;
  color: #036cad;
  font-family: "Acme", sans-serif;
  text-shadow: black 1px 0 1px;
  display: flex;
  justify-content: center;
  margin: 10px;
}
main .centre_social .container .point {
  color: #f5427e;
}
main .centre_social .container .information {
  color: #ffb303;
}
main .centre_social .container .accueil {
  color: red;
}
main .centre_social .container .familles {
  color: #0c992d;
}
main .centre_social .container .slider_container {
  position: relative;
}
main .centre_social .container .slider_container .slider img {
  width: 100%;
  height: 100%;
  border-radius: 20px;
}
main .centre_social .container .slider_container .slider .index {
  color: white;
  font-size: 18px;
  padding: 15px;
  position: absolute;
  bottom: 15px;
  width: 100%;
  text-align: center;
}
main .centre_social .container .slider_container .prev, main .centre_social .container .slider_container .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  color: white;
  font-size: 40px;
  background-color: rgba(0, 0, 0, 0);
  transition: background-color 0.6s ease;
}
main .centre_social .container .slider_container .prev {
  left: 15px;
}
main .centre_social .container .slider_container .next {
  right: 15px;
}
main .centre_social .container .slider_container .prev:hover, main .centre_social .container .slider_container .next:hover {
  background-color: rgba(0, 0, 0, 0.5);
}
main .centre_social p {
  font-size: 25px;
  text-align: center;
  font-family: "Acme", sans-serif;
}
main .centre_social p strong {
  color: #036cad;
  text-shadow: black 1px 0 1px;
}
main .reportage h1 {
  font-size: 30px;
  color: #036cad;
  font-family: "Acme", sans-serif;
  text-shadow: black 1px 0 1px;
  text-align: center;
}
main .reportage .tv {
  background: black;
  margin: auto;
  border-radius: 20px;
}
main .reportage .tv video {
  width: 100%;
  height: 100%;
  cursor: pointer;
}
main .reportage .tv .fa-solid {
  font-size: 20px;
  color: #333;
  display: flex;
  justify-content: center;
  margin-top: 5px;
}
main .reportage .tv .fa-solid:hover {
  cursor: pointer;
  color: #1b66a1;
}
main .renseignements {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
main .renseignements .tournee {
  display: none;
}
main .renseignements div {
  margin-top: 20px;
  margin-bottom: 20px;
}
main .renseignements div h1 {
  font-size: 30px;
}
main .renseignements div h2 {
  font-size: 26px;
}
main .renseignements div h1, main .renseignements div h2 {
  color: #036cad;
  text-shadow: black 1px 0 1px;
}
main .renseignements div p {
  font-size: 25px;
  color: black;
  margin: 6px;
}
main .renseignements div h1, main .renseignements div h2, main .renseignements div p {
  font-family: "Acme", sans-serif;
  margin: 0;
}
main .renseignements div .numero {
  color: red;
  font-weight: bold;
}
main .renseignements .accompagnements {
  width: 20%;
  display: none;
}

.modes_garde {
  margin: auto;
}
.modes_garde h1 {
  font-size: 30px;
}
.modes_garde h1, .modes_garde .modes {
  text-align: center;
  font-family: "Acme", sans-serif;
  color: #036cad;
}
.modes_garde .modes {
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: 90%;
  margin: auto;
}
.modes_garde .modes article {
  background-color: white;
  border-radius: 20px;
  border: 2px solid black;
  margin-bottom: 20px;
  padding-bottom: 20px;
  transition: all 0.4s ease-in-out;
}
.modes_garde .modes article h3 {
  font-size: 24px;
}
.modes_garde .modes article h4 {
  font-size: 20px;
}
.modes_garde .modes article p, .modes_garde .modes article strong {
  font-size: 20px;
  margin: 10px;
}
.modes_garde .modes article a {
  color: #036cad;
  font-family: "Acme", sans-serif;
}
.modes_garde .modes article:hover {
  transform: translateY(-12px) scale(1.08);
}
.modes_garde .modes .anim_tempslibre p {
  margin: 5px;
}

.rpe div {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.rpe div article {
  background-color: white;
  border: 2px solid black;
  border-radius: 20px;
  padding: 20px;
  width: 90%;
  margin: auto;
  margin-bottom: 20px;
  transition: all 0.4s ease-in-out;
}
.rpe div article h2 {
  margin: 5px;
}
.rpe article:hover {
  transform: translateY(-12px) scale(1.08);
}

.lurcy {
  display: flex;
  justify-content: center;
  flex-direction: column;
  width: 90%;
  margin: auto;
}
.lurcy .laep .presentation_laepe, .lurcy .laep .contact_parentalite {
  background-color: white;
  border-radius: 20px;
  border: 2px solid black;
  padding: 20px;
  width: 100%;
  margin: auto;
  transition: all 0.4s ease-in-out;
}
.lurcy .laep .presentation_laepe:hover, .lurcy .laep .contact_parentalite:hover {
  transform: translateY(-12px) scale(1.08);
}
.lurcy .laep .contact_parentalite {
  margin-top: 20px;
  margin-bottom: 20px;
}
.lurcy .cafe {
  background-color: white;
  border: 2px solid black;
  border-radius: 20px;
  padding: 20px;
  margin-bottom: 20px;
  width: 100%;
  transition: all 0.4s ease-in-out;
}
.lurcy .cafe a {
  color: #036cad;
  font-family: "Acme", sans-serif;
}
.lurcy .cafe:hover {
  transform: translateY(-12px) scale(1.08);
}
.lurcy article .contact {
  color: #036cad;
}
.lurcy .presentation_laepe h2, .lurcy .cafe h2, .lurcy div h3, .lurcy strong {
  color: #036cad;
  font-family: "Acme", sans-serif;
}
.lurcy p {
  font-family: "Acme", sans-serif;
  color: #036cad;
}

.parentalite h1, .lurcy h2, .lurcy h3, .rpe h1, .rpe h2, .rpe p {
  font-family: "Acme", sans-serif;
  color: #036cad;
}

.parentalite h1, .lurcy h2, .rpe h1, .rpe h2 {
  text-align: center;
}

.lurcy h2, .rpe h2 {
  font-size: 26px;
}

.professionnels {
  text-align: center;
  margin-bottom: 20px;
}
.professionnels h1 {
  color: #036cad;
  font-family: "Acme", sans-serif;
  font-size: 30px;
}
.professionnels .soins div article, .professionnels .infirmiers div article, .professionnels .sagefemme div article, .professionnels .ambulanciers div article {
  color: #036cad;
  font-family: "Acme", sans-serif;
  background-color: white;
  border: 2px solid black;
  border-radius: 20px;
  margin: 20px 10px 10px;
  transition: all 0.4s ease-in-out;
}
.professionnels .soins div article:hover, .professionnels .infirmiers div article:hover, .professionnels .sagefemme div article:hover, .professionnels .ambulanciers div article:hover {
  transform: translateY(-12px) scale(1.08);
}

main h1 {
  color: #036cad;
  font-family: "Acme", sans-serif;
  text-align: center;
}
main .ecoles div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  margin: auto;
  margin-bottom: 20px;
}
main .ecoles div article {
  background-color: white;
  margin: 20px 10px 10px;
  border-radius: 20px;
  border: 2px solid black;
  padding: 15px;
  transition: all 0.4s ease-in-out;
}
main .ecoles div article img {
  width: 100%;
}
main .ecoles div article h3, main .ecoles div article p {
  font-family: "Acme", sans-serif;
  color: #036cad;
  margin: 6px;
}
main .ecoles div article:hover {
  transform: translateY(-12px) scale(1.08);
}

.ecoles h1, .ecoles h2, .mobilite h1 {
  text-align: center;
  color: #036cad;
  font-family: "Acme", sans-serif;
}

.ecoles h1, .mobilite h1 {
  font-size: 30px;
}

.ecoles h2 {
  font-size: 26px;
}

.mobilite .sedeplacer article {
  background-color: white;
  border-radius: 20px;
  border: 2px solid black;
  width: 80%;
  text-align: center;
  color: #036cad;
  font-family: "Acme", sans-serif;
  margin: auto;
  margin-bottom: 20px;
  transition: all 0.4s ease-in-out;
}
.mobilite .sedeplacer article:hover {
  transform: translateY(-12px) scale(1.08);
}

.mobilite article p, .soins article p, .infirmiers article p, .sagefemme article p, .ambulanciers article p {
  margin: 10px;
}

.info_accompagnements {
  margin-bottom: 20px;
}
.info_accompagnements h1, .info_accompagnements h2 {
  color: #036cad;
  font-family: "Acme", sans-serif;
  text-align: center;
}
.info_accompagnements section {
  display: flex;
  justify-content: center;
  flex-direction: column;
  margin: auto;
  width: 90%;
}
.info_accompagnements section article {
  background-color: white;
  border: 2px solid black;
  border-radius: 20px;
  margin-top: 20px;
  transition: all 0.4s ease-in-out;
}
.info_accompagnements section article h2 {
  font-size: 26px;
}
.info_accompagnements section article p {
  margin-left: 20px;
  color: #036cad;
  font-family: "Acme", sans-serif;
}
.info_accompagnements section article p i {
  color: #036cad;
}
.info_accompagnements section article:hover {
  transform: translateY(-12px) scale(1.08);
}

footer div h1 {
  color: #036cad;
  border-top: 2px solid #696868;
  width: 60%;
  display: flex;
  justify-content: center;
  margin: auto;
  padding: 15px;
  font-family: "Acme", sans-serif;
  font-size: 30px;
  text-shadow: black 1px 0 1px;
}
footer div nav {
  background-image: url(../img/Herbe.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 20px;
  display: flex;
  justify-content: space-evenly;
}
footer div nav img {
  width: 15%;
  height: 15%;
  margin-bottom: 20px;
}

@media screen and (min-width: 300px) {
  main .reportage .tv {
    border-top: 15px solid black;
    border-left: 15px solid black;
    border-right: 15px solid black;
    border-bottom: 15px solid black;
  }
}
@media screen and (min-width: 400px) {
  footer div nav img {
    width: 8%;
    height: 8%;
  }
}
@media screen and (min-width: 600px) {
  main .centresocial .container .titres div {
    display: flex;
    justify-content: center;
  }
  main .reportage .tv {
    border-top: 40px solid black;
    border-left: 40px solid black;
    border-right: 40px solid black;
  }
  main .soins div, main .infirmiers div, main .sagefemme div, main .ambulanciers div {
    display: flex;
    justify-content: center;
    padding: 10px;
  }
  main .soins div article, main .infirmiers div article, main .sagefemme div article, main .ambulanciers div article {
    width: 40%;
  }
  main .mobilite .sedeplacer article {
    width: 60%;
  }
  .info_accompagnements section {
    flex-direction: initial;
  }
  .info_accompagnements section article {
    margin-right: 20px;
    width: 40%;
  }
}
@media screen and (min-width: 700px) {
  main .modes_garde .modes article {
    width: 70%;
    margin: auto;
    margin-bottom: 20px;
  }
  main .ecoles div article {
    width: 60%;
    margin: auto;
    margin-top: 20px;
  }
  main .rpe div article {
    width: 70%;
  }
}
@media screen and (min-width: 900px) {
  main .centre_social {
    padding-bottom: 20px;
  }
  main .centre_social .container {
    width: 80%;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  main .centre_social .container .titres {
    margin-right: 15px;
  }
  main .centre_social .container .titres div {
    display: inline;
  }
  main .centre_social .container .titres div h1, main .centre_social .container .titres div h2, main .centre_social .container .titres div h3, main .centre_social .container .titres div h4 {
    font-size: 35px;
  }
  main .centre_social p {
    font-size: 30px;
  }
  main .reportage .tv {
    width: 70%;
    height: 70%;
  }
  main .reportage .tv .fa-solid {
    font-size: 30px;
  }
  main .modes_garde {
    width: 90%;
  }
  main .modes_garde .modes {
    flex-direction: initial;
  }
  main .modes_garde .modes article {
    width: 60%;
    margin: 0px 10px 20px;
  }
  main .rpe {
    display: flex;
    flex-direction: column;
  }
  main .rpe div {
    display: flex;
    flex-direction: initial;
    justify-content: center;
    margin-bottom: 40px;
  }
  main .rpe div article {
    width: 30%;
    margin: initial;
    margin-right: 20px;
  }
  main .lurcy {
    flex-direction: initial;
    width: 90%;
    margin: auto;
  }
  main .lurcy .laep {
    margin-right: 20px;
    width: 70%;
  }
  main .lurcy .cafe {
    height: 0%;
    width: 70%;
  }
  main .soins div article, main .infirmiers div article, main .sagefemme div article, main .ambulanciers div article {
    width: 30%;
  }
  main .ecoles div {
    display: flex;
    flex-direction: initial;
    width: 90%;
  }
  main .ecoles div article {
    background-color: white;
    width: 30%;
    margin: 0px 10px 0px;
  }
  main .mobilite .sedeplacer {
    display: flex;
    flex-direction: initial;
    width: 90%;
    margin: auto;
  }
  main .mobilite .sedeplacer article {
    margin: 0px 10px 0px;
  }
  .info_accompagnements section article {
    width: 30%;
  }
  footer div {
    margin-top: 40px;
  }
  footer div nav {
    padding-bottom: 100px;
    padding-top: 20px;
  }
}
@media screen and (min-width: 950px) {
  header {
    display: initial;
  }
  header div {
    justify-content: space-between;
  }
  header div img {
    width: 300px;
    height: 80px;
    margin-left: 60px;
    margin-right: 60px;
  }
  header div .chouettes {
    width: 250px;
    height: 150px;
  }
  header div .icone {
    display: none;
  }
  header nav {
    margin-left: 40px;
    margin-right: 40px;
  }
  header nav #liens {
    display: flex;
  }
  header nav #liens a {
    font-size: 24px;
    margin: 0;
  }
}
@media screen and (min-width: 1000px) {
  main .lurcy {
    width: 80%;
  }
}
@media screen and (min-width: 1200px) {
  main .renseignements {
    flex-direction: initial;
  }
  main .renseignements div {
    margin: 40px;
  }
  main .renseignements div h1, main .renseignements div h1 span {
    font-size: 30px;
  }
  main .renseignements div h2 {
    font-size: 26px;
  }
  main .renseignements .accompagnements {
    display: block;
  }
  main .lurcy {
    width: 90%;
  }
}
@keyframes nuages_animation {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -2122px 0;
  }
}/*# sourceMappingURL=style.css.map */