@charset "UTF-8";
/* Variables */
:root {
  /* Official colors - style guide */
  --afp-blue: #325aff;
  --afp-black: #000;
  --afp-white: #fff;
  /* sub main colors */
  --afp-pink: #FF6E6E;
  --afp-yellow: #ffd223;
  --afp-orange: #ffa050;
  --afp-turquoise: #7DFAAF;
  --afp-purple: #CD73FA;
  --afp-light-blue: #87EBFA;
  --afp-darker-white: #F5F5F7;
  /* secondary colors */
  --afp-secondary-grey-100: #9B9187;
  --afp-secondary-grey-80: #AFA79F;
  --afp-secondary-grey-60: #C3BDB7;
  --afp-secondary-grey-40: #D7D3CF;
  --afp-secondary-grey-20: #EBE9E7;
  --afp-secondary-grey-10: #F5F4F3;
  /* Additional colors - custom */
  --afp-darker-orange: #e06f12;
  --afp-blue-darker: #2544bf;
  --afp-darker-pink: #d96e6e;
  --extremely-light-gray: rgba(0, 0, 0, 0.1);
}

#contenu-ceros {
  font-family: "Source Sans Pro", Arial, sans-serif;
  /* BASEâ€¯CSS */
  /*
  Josh's Custom CSS Reset
  https://www.joshwcomeau.com/css/custom-css-reset/
  */
  /*General CSS*/
  /*Header*/
  /*Navbar*/
  /* nav {
    background-color: var(--afp-blue);
    height: 70px;
  }
  nav img {
    height: 70px;
  } */
  /*Bloc*/
  /* .head-bloc {
    width: 100%;
    height: 200px;
  } */
  /*Landing content*/
  /*Section 1 bloc*/
  /*Section 2 bloc*/
  /*Section 3 bloc*/
  /*Section 4 bloc*/
  /*Section 5 bloc*/
  /* Sorry didn't find another way to do it */
  /*Section 6*/
  /* Section vidéographie */
  /* Section 7 */
  /*Section 8*/
  /*Animation*/
  /*Expand animation*/
  /*Expand transition*/
  /*Slider animation*/
  /*Stop animlation when screen < 992*/
  /*Responsive font size*/
  /*Resize iframe from JS*/
  /* slider img */
  /* We have to set display: none;
  If not, all of our images would 
  be visible at the same time */
  /* .slide img {
    width: 100%;
  } */
  /* css for slide navigation */
  /*Css drupal adaptation*/
  /* remove drupal title */
  /*For mozilla*/
}
#contenu-ceros .section-produits-services.logged-in .flex-menu li:nth-child(2) .nav_submenu {
  position: fixed !important;
  top: 172px !important;
}
#contenu-ceros .section-produits-services.not-logged-in .flex-menu li:nth-child(2) .nav_submenu {
  position: fixed !important;
  top: 92px !important;
}
#contenu-ceros body.not-logged-in.section-produits-services {
  padding-top: 128px !important;
}
@media screen and (max-width: 1023px) {
  #contenu-ceros body.not-logged-in.section-produits-services {
    padding-top: 56px !important;
  }
}
#contenu-ceros html {
  font-size: 16px;
  font-family: "Source Sans Pro", Arial, sans-serif;
}
#contenu-ceros *, #contenu-ceros *::before, #contenu-ceros *::after {
  box-sizing: border-box;
}
#contenu-ceros * {
  margin: 0;
}
#contenu-ceros html, #contenu-ceros body {
  height: 100%;
}
#contenu-ceros body {
  -webkit-font-smoothing: antialiased;
}
#contenu-ceros img, #contenu-ceros picture, #contenu-ceros video, #contenu-ceros canvas, #contenu-ceros svg {
  display: block;
  max-width: 100%;
  border-radius: 10px;
}
#contenu-ceros input, #contenu-ceros button, #contenu-ceros textarea, #contenu-ceros select {
  font: inherit;
}
#contenu-ceros p, #contenu-ceros h1, #contenu-ceros h2, #contenu-ceros h3, #contenu-ceros h4, #contenu-ceros h5, #contenu-ceros h6 {
  overflow-wrap: break-word;
}
#contenu-ceros a {
  text-decoration: none !important;
  color: inherit;
}
#contenu-ceros #main-container {
  /* max-width: 1280px;
  margin: auto; */
  background-color: var(--afp-black);
}
#contenu-ceros label#LblmktoRadio_98208_0 {
  margin-top: 58px;
}
#contenu-ceros label[for=Pref_Optin_global_date] {
  margin-top: 50px;
}
#contenu-ceros .h2-title {
  font-size: 3em;
  text-align: center;
  font-weight: normal;
  margin: auto;
  margin-bottom: 1em;
  padding: 10px;
  max-width: 1417px;
}
@media screen and (min-width: 1400px) {
  #contenu-ceros .h2-title {
    font-size: 4em;
  }
}
#contenu-ceros .h2-title span {
  color: var(--afp-blue);
}
#contenu-ceros .general-button {
  margin: 0 auto;
  background-color: var(--afp-orange);
  color: var(--afp-white);
  border-radius: 50px;
  font-size: 3em;
  font-weight: normal;
  text-align: center;
  width: fit-content;
  width: -moz-fit-content;
  padding: 0.2em 2em;
  cursor: pointer;
}
#contenu-ceros .general-button p {
  font-size: 0.5em;
}
#contenu-ceros .general-button:hover {
  background-color: var(--afp-darker-orange);
}
#contenu-ceros .separator {
  height: 5px;
  animation: animateBg 5s linear infinite;
  background-image: linear-gradient(0deg, var(--afp-pink), var(--afp-yellow));
  background-size: 100% 1100%;
  border: none;
}
@keyframes animateBg {
  0% {
    background-position: 0% 0%;
  }
  50% {
    background-position: 0% 100%;
  }
  100% {
    background-position: 0% 0%;
  }
}
#contenu-ceros #landing-bloc {
  position: absolute;
  left: 0;
  right: 0;
}
#contenu-ceros .landing-title {
  text-align: center;
  width: 100%;
  position: relative;
  bottom: 2em;
  font-weight: 800;
  font-size: 3em;
  color: var(--afp-white);
}
@media screen and (max-width: 991px) {
  #contenu-ceros .landing-title {
    font-size: 2em;
  }
}
@media screen and (max-width: 768px) {
  #contenu-ceros .landing-title {
    font-size: 1.7em;
  }
}
@media screen and (max-width: 480px) {
  #contenu-ceros .landing-title {
    bottom: 0.5em;
  }
}
@media screen and (max-width: 360px) {
  #contenu-ceros .landing-title {
    bottom: 3px;
    font-size: 1em;
  }
}
#contenu-ceros #background-vid {
  border-radius: 0;
  width: 100%;
  filter: brightness(75%);
}
#contenu-ceros #landing {
  width: 100%;
  position: relative;
  background-color: #000;
  display: flex;
  align-items: center;
}
#contenu-ceros #landing p {
  width: 100%;
}
#contenu-ceros #search-form {
  width: 90%;
  /* position: absolute;
  left: 0;
  right: 0; */
  text-align: center;
  /* z-index: 1; */
  max-width: 640px;
  margin: auto;
}
#contenu-ceros #search-radios-container {
  display: flex;
  justify-content: center;
  margin-bottom: 1rem;
  gap: 2em;
}
#contenu-ceros .search-radio {
  display: none;
}
#contenu-ceros .search-radio + label {
  border-top: 0.2em solid transparent;
  padding: 0.5rem 2rem;
  width: fit-content;
  width: -moz-fit-content;
  text-align: center;
  color: var(--afp-white);
  cursor: pointer;
  font-size: 1.2em;
}
#contenu-ceros .search-radio:checked + label {
  border-bottom: 0.2em solid var(--afp-yellow);
  color: var(--afp-white);
  font-weight: bold;
  width: fit-content;
  width: -moz-fit-content;
  font-size: 1.2em;
}
#contenu-ceros #search-input-container {
  display: flex;
  margin-bottom: 1em;
  position: relative;
}
#contenu-ceros #search-input {
  width: 100%;
  height: 2.5em;
  padding: 0.25em 0.5em;
  border: none;
  border-radius: 35px;
  outline: none;
  line-height: 1.75;
  font-size: 1rem;
}
#contenu-ceros #search-button {
  width: 2em;
  height: 2em;
  align-self: center;
  border-radius: 50%;
  background-color: var(--afp-yellow);
  border: none;
  cursor: pointer;
  position: absolute;
  right: 3px;
}
#contenu-ceros #search-button svg {
  color: var(--afp-black);
  width: auto;
  margin: auto;
  height: 1.5em;
}
#contenu-ceros #search-results {
  max-height: 480px;
  gap: 1rem;
  border-radius: 15px;
  overflow-y: auto;
  scrollbar-color: var(--afp-yellow) transparent;
  scrollbar-width: thin;
  background-color: var(--afp-darker-white);
}
#contenu-ceros #search-results::-webkit-scrollbar {
  width: 9px;
}
#contenu-ceros #search-results::-webkit-scrollbar-track {
  color: var(--afp-yellow);
}
#contenu-ceros #search-results::-webkit-scrollbar-thumb {
  box-shadow: inset 0 0 14px rgb(255, 220, 35);
}
#contenu-ceros .search-separator {
  width: 90%;
  margin: auto;
  height: 2px;
  background: linear-gradient(to bottom, rgb(255, 110, 110) 0%, rgb(255, 160, 80) 100%);
  border: none;
}
#contenu-ceros .youtube-search-tile {
  display: flex;
  flex-direction: column;
  width: 80%;
  gap: 1rem;
  margin: 1em auto;
  cursor: pointer;
}
#contenu-ceros .youtube-search-tile:last-child {
  margin-bottom: 0;
}
@media (min-width: 640px) {
  #contenu-ceros .youtube-search-tile {
    flex-direction: row;
    width: auto;
    margin: 1em;
  }
}
#contenu-ceros .youtube-search-tile-title {
  font-weight: bold;
  font-size: 1.1rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#contenu-ceros .yt-button {
  background: var(--afp-pink);
  width: fit-content;
  width: -moz-fit-content;
  margin: 0 auto;
  padding: 5px 10px;
  border-radius: 20px;
  color: var(--afp-white);
}
#contenu-ceros .yt-button:hover {
  background-color: var(--afp-darker-pink);
}
@media screen and (max-width: 992px) {
  #contenu-ceros #landing-bloc {
    position: relative;
    margin: auto;
  }
  #contenu-ceros #background-vid {
    position: absolute;
  }
}
@media screen and (max-width: 768px) {
  #contenu-ceros .search-radio + label, #contenu-ceros .search-radio:checked + label {
    font-size: 1rem;
  }
}
@media (min-width: 640px) {
  #contenu-ceros .youtube-search-tile-title {
    padding: 0 0.5em;
  }
}
#contenu-ceros #section-1 {
  background-color: var(--afp-darker-white);
  padding: 4em 1em;
  position: relative;
  top: 0;
  z-index: 1;
}
#contenu-ceros .section1-bloc {
  display: flex;
  justify-content: space-between;
  padding: 2em;
  position: relative;
  top: 0;
  z-index: 1;
  max-width: 1490px;
  margin: auto;
}
@media screen and (max-width: 768px) {
  #contenu-ceros .section1-bloc {
    display: flex;
  }
}
#contenu-ceros .section-mini-bloc {
  padding: 1em;
  border-radius: 25px;
  width: 30%;
  min-width: 300px;
  height: 300px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: var(--afp-white);
  text-align: center;
  font-size: 1.5em;
  gap: 1.2em;
}
#contenu-ceros .section-mini-bloc img {
  width: 25%;
  margin: auto !important;
}
#contenu-ceros .align-arrow {
  display: flex;
  flex-direction: column;
  height: 300px;
  justify-content: center;
}
@media screen and (max-width: 1100px) {
  #contenu-ceros .align-arrow {
    display: none;
  }
  #contenu-ceros .section1-bloc {
    justify-content: center;
  }
  #contenu-ceros .section-mini-bloc {
    margin: 1em;
  }
}
@media screen and (max-width: 808px) {
  #contenu-ceros .align-arrow, #contenu-ceros .section1-bloc {
    display: block;
  }
  #contenu-ceros .align-arrow {
    height: auto;
    margin: 1rem auto;
  }
  #contenu-ceros .section1-bloc .section-mini-bloc {
    margin: auto;
    height: 235px;
  }
  #contenu-ceros .align-arrow img {
    margin: auto !important;
    transform: rotate(90deg);
  }
}
#contenu-ceros #section-2 {
  background-color: #000;
}
#contenu-ceros #section-2 .slide .transition h2 {
  line-height: normal;
}
#contenu-ceros #section-3 {
  background-color: var(--afp-darker-white);
  padding: 4em 1em;
}
#contenu-ceros .section3-bloc {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  max-width: 1490px;
  margin: auto;
}
#contenu-ceros .section3-mini {
  min-width: 300px;
  margin: 2em 1em;
}
#contenu-ceros .section3-mini.text-bloc {
  width: 35%;
}
#contenu-ceros .section3-mini.video-bloc3 {
  width: 50%;
}
#contenu-ceros .text-bloc {
  font-size: 1.5em;
}
#contenu-ceros .playlist {
  background-color: var(--afp-black);
  width: 100%;
  /* max-width: 500px; */
  height: auto;
  border-radius: 15px;
  position: relative;
  z-index: 1;
  box-shadow: 24px -21px 0px var(--afp-yellow);
}
#contenu-ceros .ytp-cued-thumbnail-overlay-image {
  background-position: initial !important;
}
@media screen and (max-width: 992px) {
  #contenu-ceros .section3-bloc {
    display: block;
  }
  #contenu-ceros .section3-mini, #contenu-ceros .section3-mini.video-bloc3, #contenu-ceros .section3-mini.text-bloc {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  #contenu-ceros .playlist {
    margin: auto;
    box-shadow: 0px -21px 0px var(--afp-yellow);
  }
}
@media screen and (max-width: 350px) {
  #contenu-ceros .playlist, #contenu-ceros .short-vid {
    margin: auto;
  }
  #contenu-ceros .background {
    left: 0;
    margin: auto;
  }
  #contenu-ceros .playlist {
    box-shadow: none;
  }
}
#contenu-ceros div.ytp-cued-thumbnail-overlay-image {
  background-size: contain !important;
  -moz-background-size: contain !important;
  -webkit-background-size: contain !important;
}
#contenu-ceros #section-4 {
  background-color: var(--afp-darker-white);
  padding-bottom: 4em;
}
#contenu-ceros #section-4 .h2-title {
  margin-bottom: 0em;
}
#contenu-ceros .grey-text {
  width: 60%;
  margin: 1em auto 2em;
  text-align: center;
  font-size: 21px;
  margin-bottom: 3em;
  color: var(--afp-black);
}
#contenu-ceros #section-4 .overflow-container {
  margin: 1em 0em;
}
#contenu-ceros #section-4 .separator {
  height: 4px;
}
#contenu-ceros #section-5 {
  background-color: var(--afp-darker-white);
  padding: 4em 0em;
}
#contenu-ceros #section-5 .h2-title {
  margin-bottom: 0;
}
#contenu-ceros .caroussel {
  display: flex;
  align-items: center;
  position: relative;
}
#contenu-ceros .yellow-bloc {
  width: 30%;
  position: relative;
  height: 400px;
  background-color: var(--afp-yellow);
}
@media screen and (max-width: 1330px) {
  #contenu-ceros .yellow-bloc {
    height: 303px;
  }
}
@media screen and (max-width: 992px) {
  #contenu-ceros .yellow-bloc {
    height: 216px;
  }
}
@media screen and (max-width: 768px) {
  #contenu-ceros .yellow-bloc {
    height: 175px;
  }
}
@media screen and (max-width: 576px) {
  #contenu-ceros .yellow-bloc {
    height: 132px;
  }
}
@media screen and (max-width: 430px) {
  #contenu-ceros .yellow-bloc {
    height: 95px;
  }
}
#contenu-ceros .section5-img {
  width: 85%;
  border-radius: 20px;
  /* background-color: var(--afp-black); */
  margin: auto;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  #contenu-ceros .section5-img {
    width: auto;
  }
}
#contenu-ceros #section-6 {
  background-color: var(--afp-darker-white);
  padding: 4em 0em;
}
#contenu-ceros #section-6 .h2-title {
  margin-bottom: 0;
  line-height: normal;
}
#contenu-ceros #section-6 .front {
  position: relative;
  z-index: 1;
}
#contenu-ceros #section-6 .behind {
  position: relative;
  bottom: 14.5em;
}
#contenu-ceros #section-6 .slide-background {
  background-color: var(--afp-yellow);
  height: 210px;
  width: 369px;
  border-radius: 10px;
  margin-right: 2.5em;
}
#contenu-ceros .ajust-size2 {
  height: 250px;
}
@media screen and (max-width: 992px) {
  #contenu-ceros .mini-bloc iframe {
    width: 265px;
    height: 149px;
  }
  #contenu-ceros #section-6 .slide-background {
    height: 194px;
    width: 330px;
  }
  #contenu-ceros #section-6 .behind {
    bottom: 13.5em;
  }
}
@media screen and (max-width: 700px) {
  #contenu-ceros .mini-bloc iframe {
    width: 200px;
    height: 110px;
  }
  #contenu-ceros #section-6 .slide-background {
    height: 150px;
    width: 228px;
  }
  #contenu-ceros #section-6 .behind {
    bottom: 10.5em;
  }
  #contenu-ceros .ajust-size2 {
    height: 200px;
  }
}
#contenu-ceros #section-videographie {
  background-color: var(--afp-darker-white);
  padding: 4em 1em;
}
#contenu-ceros #section-videographie .section3-mini.video-bloc3, #contenu-ceros #section-videographie .section3-mini.text-bloc {
  width: 45%;
}
#contenu-ceros #section-videographie .videographie-vid {
  box-shadow: 24px -21px 0px var(--afp-yellow);
  border-radius: 15px;
}
@media screen and (max-width: 992px) {
  #contenu-ceros #section-videographie .section3-mini.video-bloc3, #contenu-ceros #section-videographie .section3-mini.text-bloc {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  #contenu-ceros #section-videographie .videographie-vid {
    margin: auto;
    box-shadow: 0px -21px 0px var(--afp-yellow);
  }
}
#contenu-ceros #section-7 {
  background-color: var(--afp-darker-white);
  padding: 4em 0em;
  overflow: hidden;
}
#contenu-ceros .slider7 {
  display: flex;
  justify-content: center;
  gap: 6em;
  align-items: center;
  flex-wrap: nowrap;
  width: fit-content;
  width: -moz-fit-content;
  animation: caroussel 15s infinite;
}
#contenu-ceros .slider7 img {
  width: 200px;
  min-width: 175px;
  border-radius: 0px;
  position: relative;
}
@keyframes caroussel {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(-670px);
  }
  100% {
    transform: translateX(0);
  }
}
@media screen and (max-width: 1400px) {
  #contenu-ceros .slider7 {
    gap: 5em;
  }
}
@media screen and (max-width: 1260px) {
  #contenu-ceros .slider7 {
    gap: 3em;
  }
}
@media screen and (max-width: 992px) {
  #contenu-ceros .slider7 img {
    min-width: 140px;
  }
}
@media screen and (max-width: 768px) {
  #contenu-ceros .slider7 img {
    min-width: 130px;
  }
  #contenu-ceros .slider7 {
    gap: 2em;
  }
}
#contenu-ceros #section-8 {
  background-color: var(--afp-white);
  padding: 4em 0em;
}
#contenu-ceros #section-8 .h2-title {
  line-height: normal;
}
#contenu-ceros #section-8 .h2-title span {
  color: var(--afp-orange);
}
#contenu-ceros .section8-bloc {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 1490px;
  margin: auto;
}
#contenu-ceros .section8-mini {
  width: 40%;
  min-width: 300px;
  margin: 2em 1em;
}
#contenu-ceros .section8-mini.text-bloc {
  line-height: normal;
}
#contenu-ceros .short-vid {
  max-width: 500px;
  height: fit-content;
  height: -moz-fit-content;
  border-radius: 10px;
  position: relative;
  z-index: 1;
  box-shadow: -31px -33px var(--afp-yellow);
}
@media screen and (max-width: 1150px) {
  #contenu-ceros .section8-bloc {
    align-items: center;
  }
}
@media screen and (max-width: 367px) {
  #contenu-ceros .short-vid {
    box-shadow: none;
  }
}
#contenu-ceros .black {
  width: 70%;
  margin: auto;
  height: 700px;
  background-color: beige;
}
#contenu-ceros .text-layout {
  width: 60%;
  margin: auto;
  font-size: 6em;
  font-weight: bold;
  color: var(--afp-white);
  line-height: inherit;
}
#contenu-ceros .pt-transition .text-layout {
  width: 75%;
  max-width: 982px;
}
#contenu-ceros .text-layout span {
  color: var(--afp-orange);
}
#contenu-ceros .slide {
  background-color: var(--afp-black);
}
#contenu-ceros .transition {
  position: relative;
  margin-top: 11em;
  margin-bottom: 1.5em;
  background-color: var(--afp-black);
}
#contenu-ceros .pt-transition {
  margin-top: 13em;
}
#contenu-ceros #expand-bloc {
  margin: auto;
  font-size: 2em;
  position: relative;
  /* min-width: 70%; */
  max-width: 100%;
  color: white;
}
@media screen and (min-width: 1510px) {
  #contenu-ceros #expand-bloc {
    margin-bottom: 8rem;
  }
}
#contenu-ceros #expand-bloc video {
  border-radius: 0px !important;
  margin: auto !important;
}
#contenu-ceros #main-container .container {
  overflow: hidden;
}
#contenu-ceros .overflow-container {
  margin: 2em 0em;
  overflow: hidden;
  width: 100%;
  position: relative;
}
#contenu-ceros .slide-bloc {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
}
@media screen and (max-width: 768px) {
  #contenu-ceros .slide-bloc {
    width: -moz-fit-content;
    width: fit-content;
  }
}
#contenu-ceros iframe {
  border-radius: 10px;
  margin-right: 1em;
  position: relative;
}
#contenu-ceros .slide-right {
  margin-left: 0;
}
#contenu-ceros .slide-left2 {
  margin-left: -32em;
}
#contenu-ceros body {
  overflow-x: initial;
}
@media screen and (max-width: 992px) {
  #contenu-ceros .transition, #contenu-ceros .pt-transition {
    margin-top: 1em;
  }
  #contenu-ceros .slide {
    height: auto;
  }
  #contenu-ceros #expand-bloc {
    width: 100%;
  }
}
@media screen and (min-width: 1435px) {
  #contenu-ceros .text-layout {
    font-size: 6em;
  }
}
@media screen and (max-width: 775px) {
  #contenu-ceros .text-layout {
    font-size: 4em;
  }
}
@media screen and (max-width: 623px) {
  #contenu-ceros .text-layout, #contenu-ceros .pt-transition .text-layout {
    font-size: 2rem;
    width: 85%;
  }
}
@media screen and (max-width: 700px) {
  #contenu-ceros .h2-title {
    font-size: 1.5em;
  }
  #contenu-ceros .text-bloc {
    text-align: center;
    font-size: 1rem;
  }
  #contenu-ceros .section-mini-bloc, #contenu-ceros .grey-text {
    font-size: 1rem;
  }
  #contenu-ceros .general-button {
    font-size: 1.1rem;
  }
}
#contenu-ceros #follow-the-news-video-container iframe {
  width: 100%;
  height: 100%;
  border-radius: 15px;
  position: absolute;
  z-index: 1;
  top: 0;
}
#contenu-ceros .slide-bloc img {
  width: 36vw;
  /* min-width: 190px; */
  min-height: 115px;
  border-radius: 10px;
  margin-right: 5px !important;
  position: relative;
}
@media screen and (max-width: 808px) {
  #contenu-ceros .slide-bloc img {
    min-height: inherit !important;
  }
}
#contenu-ceros .slider2 {
  width: 100%;
  height: fit-content;
  height: -moz-fit-content;
  /* border-radius: 10px; */
  overflow: hidden;
}
#contenu-ceros .imgs_slides {
  width: 200%;
  height: fit-content;
  height: -moz-fit-content;
  display: flex;
  align-items: center;
}
#contenu-ceros .imgs_slides input {
  display: none;
}
#contenu-ceros .slide2 {
  width: 50%;
  transition: 2s;
  background-color: inherit;
}
#contenu-ceros .slide2 img {
  width: 100%;
}
#contenu-ceros .navigation {
  display: none;
  /* put flex if you want to show */
  justify-content: center;
  margin-top: 1em;
}
#contenu-ceros .navigation-btn {
  border: 1px solid transparent;
  padding: 10px;
  height: 25px;
  border-radius: 20px;
  cursor: pointer;
  background-color: var(--afp-secondary-grey-100);
  transition: 1s;
}
#contenu-ceros .navigation-btn:not(:last-child) {
  margin-right: 30px;
}
#contenu-ceros .navigation-btn:hover {
  background: var(--afp-orange);
}
@media (prefers-reduced-motion: no-preference) {
  #contenu-ceros .slider2-animation {
    animation: 10s slidy infinite;
  }
}
@keyframes slidy {
  0% {
    left: 0%;
  }
  20% {
    left: 0%;
  }
  25% {
    left: 0%;
  }
  40% {
    left: 0%;
  }
  55% {
    left: -100%;
  }
  60% {
    left: -100%;
  }
  90% {
    left: -100%;
  }
}
#contenu-ceros .slider2 .imgs_slides {
  position: relative;
  width: 200%;
  margin: 0;
  padding: 0;
  font-size: 0;
  left: 0;
  text-align: left;
}
#contenu-ceros .arabe {
  direction: rtl;
}
#contenu-ceros .arabe #search-button {
  left: 3px;
  right: initial;
}
@media (prefers-reduced-motion: no-preference) {
  #contenu-ceros .arabe .slider2-animation {
    animation: 10s slidy2 infinite;
  }
}
@keyframes slidy2 {
  0% {
    left: 0%;
  }
  20% {
    left: 0%;
  }
  25% {
    left: 0%;
  }
  40% {
    left: 0%;
  }
  55% {
    left: 100%;
  }
  60% {
    left: 100%;
  }
  90% {
    left: 100%;
  }
}
#contenu-ceros .arabe .align-arrow img {
  transform: rotate(180deg);
}
@media screen and (max-width: 808px) {
  #contenu-ceros .arabe .align-arrow img {
    margin: auto;
    transform: rotate(90deg);
  }
}
#contenu-ceros .arabe .slider7 {
  animation: carousselar 15s infinite;
}
@keyframes carousselar {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(670px);
  }
  100% {
    transform: translateX(0);
  }
}
#contenu-ceros .list_dotted li:before {
  display: none;
}
#contenu-ceros .list_dotted li {
  padding: 0;
}
#contenu-ceros #search-radios-container input[type=radio]:checked {
  display: none;
}
#contenu-ceros #search-radios-container input[type=radio] {
  display: none;
}
#contenu-ceros .slide2 img {
  margin: 0 !important;
}
#contenu-ceros #navbar-administration .navbar-tray-vertical > .navbar-lining {
  display: none !important;
}
#contenu-ceros .node-type-afp-produit .panel-pane.pane-entity-view.pane-node .line.mb1.bgblue.line.relative.mb2.pt1.pb2.pa0m, #contenu-ceros .info_social.mb2 {
  display: none;
}
#contenu-ceros #breadcrumb.line.hidem {
  display: none;
}
#contenu-ceros #presentation-container-7 {
  background-color: var(--afp-yellow);
  padding: 1rem;
}
#contenu-ceros #presentation-container-7 h3 {
  text-align: center;
  margin: 0px 10px;
  font-size: 2.5em;
  font-weight: bold !important;
}
#contenu-ceros #presentation-container-7 p.central-title {
  text-align: center;
  margin: 0px 10px;
  font-size: 22px;
}
#contenu-ceros #presentation-7-content {
  display: flex;
  flex-direction: column;
  width: -moz-fit-content;
  width: fit-content;
  width: moz-fit-content;
  margin: auto;
  padding: 22px;
  background-color: #fff;
}
#contenu-ceros #form-container-double {
  direction: ltr;
}/*# sourceMappingURL=video-ceros-ar.css.map */