* {
  margin: 0;
  padding: 0;
  text-decoration: none;
  color: #000;
  font-weight: 400;
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
  position: relative;
  box-sizing: border-box;
}

h2 {
  font-size: 40px;
  font-weight: 300;
}

strong {
  font-weight: 700;
}

.textLeft {
  text-align: left;
}

p {
  margin: 8px 0;
  display: block;
}

ul li {
  margin-left: 16px;
}

.mainContainer {
  max-width: 1400px;
  display: block;
  margin: 0 auto;
}

.limitedContainer {
  max-width: 1200px;
}

.paddingLeftRight {
  padding: 0 8px;
}

p.center {
  text-align: center;
}

p.right {
  text-align: right;
}

.yellowFont {
  color: #FFAF1C;
}

.button {
  font-weight: 700;
  padding: 12px;
  text-transform: uppercase;
}

.buttonYellow {
  background-color: #FFAF1C;
  color: #000 !important;
}

.buttonBlack {
  background-color: #000;
  color: #fff !important;
}

.bgj {
  background-color: #FFF7E9;
}

.emphase {
  font-weight: 300;
  font-size: 40px;
}

#menu {
  display: flex;
  justify-content: space-between;
  padding: 8px 64px;
  background-color: #000;
}
#menu * {
  color: #FFAF1C;
}

.menuPart {
  display: block;
  width: 50%;
}

.leftPart {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 30%;
}

#header {
  width: 100%;
  background-position: top center;
  background-size: cover;
  display: flex;
  align-items: center;
}
#header .mainContainer {
  width: 100%;
  max-width: 1400px;
}
#header * {
  color: #fff;
}
#header p {
  font-weight: 700;
  font-size: 20px;
}
#header .emphase {
  font-weight: 300;
  font-size: 64px;
}

.headerHome {
  background-image: url(../img/headerHome.jpg);
  height: 768px;
}

.headerConf {
  background-image: url(../img/headerConf.jpg);
  height: 640px;
}

.headerBio {
  background-image: url(../img/headerBio.jpg);
  height: 640px;
}

.headerLivre {
  background-image: url(../img/headerLivre.jpg);
  height: 640px;
}

.headerLivreOral {
  background-image: url(../img/headerLivreOral.jpg);
  height: 640px;
}

.section {
  padding: 64px;
}
.section .columnContainer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1400px;
  margin: 0 auto;
}
.section .columnContainer .columnItem {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 32px auto;
  text-align: center;
}
.section .columnContainer .columnItem img, .section .columnContainer .columnItem video {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  max-height: 100%;
}
.section .columnContainer .columnItem .columItemTitle {
  font-weight: 700;
  font-size: 32px;
  text-align: center;
}

.textContainer {
  max-width: 1400px;
  margin: 0 auto;
}
.textContainer p, .textContainer h2, .textContainer video {
  max-width: 830px;
}

.methode .columnItem {
  width: 400px;
  height: 260px;
  text-align: center;
}

.abdel .columnItem, .homeLivre .columnItem, .conference .columnItem, .newsletter .columnItem {
  width: 40%;
}

.conference {
  background-image: url(../img/conferenceHome.jpg);
  background-position: center top;
}

.temoignages {
  background-color: #FFAF1C;
}
.temoignages h1 {
  font-size: 64px;
  font-weight: 300;
  margin: 0 16px;
}
.temoignages .columnItem {
  display: block !important;
  width: 310px;
  background-color: #FFF7E9;
  padding: 24px;
}
.temoignages .columnItem p {
  text-align: center;
}
.temoignages .columnItem p.temoin {
  color: #000;
  font-weight: 700;
}

.confThematique .columnItem {
  width: 400px;
  height: 400px;
  background-color: #FFF7E9;
  padding: 16px;
}
.confThematique .columnItem p {
  margin: 24px 0;
}

.confTemoin {
  background-color: #FFF7E9;
}
.confTemoin .columnItem {
  width: 410px;
  min-height: 310px;
}

.citationAbdel .emphase {
  font-style: 40px;
  font-weight: 300;
}

.parcours {
  background-color: #FFF7E9;
}

.labelisation {
  background-color: #FFF7E9;
}

.livre .columnContainer .columnItem {
  display: flex;
  justify-content: center;
  width: 40%;
}
.livre .columnContainer .columnItem p {
  text-align: left;
}
.livre .columnContainer .columnItem .verticalCentered p.center{
  text-align: center;
}

.avisLivre {
  background-color: #FFF7E9;
}
.avisLivre h2 {
  max-width: 1400px;
  margin: 0 auto;
}
.avisLivre .columnContainer .columnItem {
  flex-direction: column;
}
.avisLivre .columnContainer .columnItem img {
  margin: 8px 0;
}

.contact {
  background-color: #FFAF1C;
}

.newsletter {
  background-color: #FFAF1C;
}
.newsletter .columnContainer .columnItem {
  justify-content: left;
  margin: 0;
}
.newsletter .columnContainer .columnItem:first-child {
  justify-content: flex-start;
}
.newsletter .columnContainer .columnItem:nth-child(2) {
  justify-content: flex-end;
}
.newsletter .button {
  background-color: #000;
  color: #fff;
}

.newsletterWhite {
  background-color: #fff;
}

.footer {
  background-color: #000;
}
.footer * {
  color: #fff;
}
.footer ul {
  list-style: none;
}
.footer ul li {
  margin: 0;
}
.footer .columnItem {
  width: auto;
  margin: 0 !important;
}
.footer .columnItem:first-child {
  width: 50%;
}
.footer .columnItem .subColumnItem {
  width: 50%;
  text-align: left;
}
.footer .columnItem img {
  margin: 8px !important;
}

.faq{
  background-color: #FFF7E9;
}

.docs a, .memeAuteur a{
    text-decoration: underline;
}

.memeAuteur{
  background-color: #FFF7E9;
}

/************ Accordéon ***************/
.tab {
  position: relative;
}
.tab input {
  position: absolute;
  opacity: 0;
  z-index: -1;
}
.tab__content {
  max-height: 0;
  overflow: hidden;
  transition: all 0.35s;
}
.tab input:checked ~ .tab__content {
  max-height: 14rem;
}

/* Visual styles */
.accordion {
  border: 2px solid;
  border-radius: 0.5rem;
  overflow: hidden;
  width: 100%;
  max-width: 1200px;
  display: block;
  margin: 0 auto;
}
.tab__label,
.tab__close {
  display: flex;
  background: var(--theme);
  cursor: pointer;
}
.tab__label {
  background-color: #FFAF1C;
  justify-content: space-between;
  padding: 1rem;
}
.tab__label::after {
  content: "\276F";
  width: 1em;
  height: 1em;
  text-align: center;
  transform: rotate(90deg);
  transition: all 0.35s;
}
.tab input:checked + .tab__label::after {
  transform: rotate(270deg);
}
.tab__content p {
  margin: 0;
  padding: 1rem;
}
.tab__close {
  justify-content: flex-end;
  padding: 0.5rem 1rem;
  font-size: 0.75rem;
}
.accordion--radio {
  --theme: var(--secondary);
}

/* Arrow animation */
.tab input:not(:checked) + .tab__label:hover::after {
  animation: bounce .5s infinite;
}
@keyframes bounce {
  25% {
    transform: rotate(90deg) translate(.25rem);
  }
  75% {
    transform: rotate(90deg) translate(-.25rem);
  }
}

.mobile {
  display: none !important;
}

.pc {
  display: block;
}

@media (max-width: 1330px) {
  .mobile {
    display: block !important;
  }
  .pc {
    display: none !important;
  }
  html, body {
    width: 100%;
  }
  h2 {
    font-size: 32px;
  }
  .temoignages h1 {
    font-size: 32px;
  }
  #header {
    background-size: cover;
  }
  #header .mainContainer {
    margin: 0 8px;
  }
  #header p.emphase {
    font-size: 36px;
  }
  .headerHome {
    height: 350px;
    background-image: url(../img/headerHomeMobile.jpg);
  }
  .headerBio {
    height: 350px;
    background-image: url(../img/headerBioMobile.jpg);
  }
  .headerConf {
    height: 350px;
    background-image: url(../img/headerConfMobile.jpg);
  }
  .headerLivre {
    height: 350px;
  }
  .section {
    margin: 0;
    padding: 32px 8px;
  }
  .section .columnContainer {
    width: 100%;
  }
  .section .columnContainer .columnItem {
    width: 100%;
    margin: 16px 0;
  }
  .homeLivre .columnContainer {
    flex-direction: column-reverse;
  }
  .conference {
    background-image: none;
  }
  .citationAbdel .emphase {
    font-size: 32px;
  }
  .parcours video {
    max-width: 100%;
  }
  .confTemoin .columnItem {
    min-height: 0;
  }
  .newsletter .columnContainer .columnItem {
    justify-content: center;
  }
  .newsletter .columnContainer .columnItem:first-child {
    justify-content: center;
  }
  .newsletter .columnContainer .columnItem:nth-child(2) {
    justify-content: center;
  }
  .footer .columnContainer .columnItem:nth-child(2) {
    justify-content: center !important;
  }
  .footer .subColumnItem:nth-child(2) {
    text-align: right;
  }
  #menu {
    overflow: visible;
    padding: 8px;
  }
  .logo {
    text-align: center;
    width: 50%;
    margin: 0 auto;
  }
  .burger {
    display: block;
    cursor: pointer;
    padding: 15px;
    position: absolute;
    z-index: 99;
  }
  .burger span {
    display: block;
    width: 30px;
    height: 3px;
    background-color: #FFAF1C;
    margin-bottom: 5px;
    transition: transform 0.4s ease-in-out, opacity 0.2s ease-in-out;
  }
  #toggle {
    display: none;
  }
  #toggle:checked + .burger span:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
  }
  #toggle:checked + .burger span:nth-child(2) {
    opacity: 0;
  }
  #toggle:checked + .burger span:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
  }
  .menu {
    display: none;
    z-index: 98;
    flex-direction: column;
    align-items: center;
    position: absolute;
    width: 100%;
    background-color: #000;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    top: 0;
    left: 0;
  }
  #toggle:checked + .burger ~ .menu {
    display: flex;
  }
  .menu button {
    padding: 10px;
    margin: 5px;
    border: none;
    background-color: transparent;
    cursor: pointer;
    transition: background-color 0.3s ease;
  }
  .menu button:hover {
    background-color: #ddd;
  }
}/*# sourceMappingURL=style.css.map */
