/* /edx/var/edxapp/media/microsite/tout-savoir-avc/css */

@font-face {
    font-family: "Quicksand";
    src: url('/media/microsite/tout-savoir-avc/fonts/Quicksand-Medium.ttf');
}

@font-face {
    font-family: "Quicksand";
    font-weight: 600;
    src: url("/media/microsite/tout-savoir-avc/fonts/Quicksand-SemiBold.ttf");
}

@font-face {
    font-family: "Quicksand";
    font-weight: 700;
    src: url("/media/microsite/tout-savoir-avc/fonts/Quicksand-Bold.ttf");
}

body {
    padding-right: 0px!important;
}

* {
    font-family: "Quicksand";
}

.videoContainer {
    text-align: center;
}

.main__menu > li > a {
    color: #fff;
    padding: 16px 20px 5px 20px;
    border-radius: 0px 0px 12px 12px;
}

.main__menu > li:nth-child(1) > a {
    background-color: #3f6ba1;
}

#introTextes > h2 {
    background-color: #3f6ba1;
    font-size: 18px;
    color: white;
    padding: 5px 20px 5px 20px;
    text-transform: uppercase;
    display: table;
}

#introTextes > h3 {
    color: #3f6ba1;
}

.main__menu > li:nth-child(2) > a, #ongletAVC1 > .ongletContent > .topicContent > h2 {
    background-color: #9c3f47;
}

#ongletAVC1 > .ongletContent > .topicContent > h3, #ongletAVC1 > .ongletContent > .sideTopic > ul > li > a, #ongletAVC1 > .ongletContent > .sideTopic li:before, #ongletAVC1 > .ressourcesTitleContainer > h1 {
    color: #9c3f47;
}

.main__menu > li:nth-child(3) > a, #ongletAVC2 > .ongletContent > .topicContent > h2 {
    background-color: #605951;
}

#ongletAVC2 > .ongletContent > .topicContent > h3, #ongletAVC2 > .ressourcesTitleContainer > h1, #ongletAVC2 > .ongletContent > .sideTopic > ul > li > a, #ongletAVC2 > .ongletContent > .sideTopic li:before {
    color: #605951;
}

.main__menu > li:nth-child(4) > a, #ongletAVC3 > .ongletContent > .topicContent > h2 {
    background-color: #fca531;
}

#ongletAVC3 > .ongletContent > .topicContent > h3, #ongletAVC3 > .ressourcesTitleContainer > h1, #ongletAVC3 > .ongletContent > .sideTopic > ul > li > a, #ongletAVC3 > .ongletContent > .sideTopic li:before {
    color: #fca531;
}

.main__menu > li:nth-child(5) > a, #ongletAVC4 > .ongletContent > .topicContent > h2 {
    background-color: #c18ebb;
}

#ongletAVC4 > .ongletContent > .topicContent > h3, #ongletAVC4 > .ressourcesTitleContainer > h1, #ongletAVC4 > .ongletContent > .sideTopic > ul > li > a, #ongletAVC4 > .ongletContent > .sideTopic li:before {
    color: #c18ebb;
}

.main__menu > li:nth-child(6) > a {
    background-color: #629c8b;
}

.main__menu > li:nth-child(7) > a {
    background-color: #0055a3;
}

.main__menu > li:nth-child(8) > a {
    background-color: #3f6ba1;
}

body {
    margin: 0px;
}

a {
    text-decoration: none;
}

a:hover {
    color: #0054a3;
}

#navBar {
    position: fixed;
    width: 100%;
    z-index: 100;
    height: 50px;
    transition-duration: 1s;
}

#navBar > ul {
    list-style-type: none;
    display: inline-block;
    vertical-align: top;
    float: right;
    margin-right: 40px;
    margin-top: 5px;
}

#navBar > ul > li {
    display: inline-block;
    margin-right: 0px;
    margin-left: 0px;
    vertical-align: top;
    transition-duration: 400ms;
}

#navBar > ul > li:hover {
    padding-top: 8px;
    transition-duration: 400ms;
}

#homeImage {
    min-height: 100vh;
    background-image: url(/media/microsite/tout-savoir-avc/assets/homepage_AVC.jpg);
    background-size: cover;
    background-position-x: center;
    background-position-y: top;
}

.ongletImage {
    min-height: 70vh;
    background-size: cover;
    background-position-x: center;
    background-position-y: top;
}

.ongletImageContainer {
    height: 70vh;
    background-color: #0054a3;
}

#introTextes {
    width: 70%;
    margin: 25px auto 25px auto;
}

#ongletAVC1 > .ongletImageContainer > .ongletImage {
    background-image: url(/media/microsite/tout-savoir-avc/assets/theme1.jpg);
}

#arrowContainer > svg{
    cursor: pointer;
}

#ongletAVC2 > .ongletImageContainer > .ongletImage {
    background-image: url(/media/microsite/tout-savoir-avc/assets/theme2.jpg);
}

#ongletAVC3 > .ongletImageContainer > .ongletImage {
    background-image: url(/media/microsite/tout-savoir-avc/assets/theme3.jpg);
}

#ongletAVC4 > .ongletImageContainer > .ongletImage {
    background-image: url(/media/microsite/tout-savoir-avc/assets/theme4.jpg);
}

#ongletAVC5 > .ongletImageContainer > .ongletImage {
    background-image: url(/media/microsite/tout-savoir-avc/assets/theme5.jpg);
}

.ressourcesTitleContainer {
    position: absolute;
    padding: 10px;
    top: 40vh;
    width: 40vw;
    right: 5vw;
    background-color: rgba(255,255,255,0.8);
}

.ressourcesTitleContainer > h1, .ressourcesTitleContainer > h1 > b {
    font-weight: 600;
    font-size: 44px;
}

.ressourcesTitleContainer > h1 > b {
    font-weight: 900;
}

.titleContainer {
    background-color: rgba(255,255,255,0.5);
    position: absolute;
    bottom: 150px;
    right: 0;
    width: 50%;
    padding: 5px 15px 5px 15px;
    box-sizing: border-box;
}

.titleContainer > h1 {
    margin-bottom: 0px;
    font-weight: 100;
    margin-top: 0;
}

.titleContainer > h1 {
    color: #3f6ba1;
}

.titleContainer > h1 > b {
    color: #ff5400;
}

.titleContainer > p {
    margin-top: 0px;
}

.ongletContent {
    width: 70%;
    margin-left: 8%;
}

.sideTopic, .topicContent {
    display: inline-block;
    box-sizing: border-box;
    vertical-align: top
}   

.sideTopic > ul > li:nth-child(n+2) {
    margin-top:20px;
}

.sideTopic {
    position: relative;
    width: 30%;
    padding-right: 50px;
    background: none no-repeat scroll right top transparent;
    min-height: 478px;
    background-image: url(data:image/jpeg;base64,/9j/4QAYRXhpZgAASUkqAAgAAAAAAAAAAAAAAP/sABFEdWNreQABAAQAAAA8AAD/4QMraHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLwA8P3hwYWNrZXQgYmVnaW49Iu+7vyIgaWQ9Ilc1TTBNcENlaGlIenJlU3pOVGN6a2M5ZCI/PiA8eDp4bXBtZXRhIHhtbG5zOng9ImFkb2JlOm5zOm1ldGEvIiB4OnhtcHRrPSJBZG9iZSBYTVAgQ29yZSA1LjAtYzA2MCA2MS4xMzQ3NzcsIDIwMTAvMDIvMTItMTc6MzI6MDAgICAgICAgICI+IDxyZGY6UkRGIHhtbG5zOnJkZj0iaHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5zIyI+IDxyZGY6RGVzY3JpcHRpb24gcmRmOmFib3V0PSIiIHhtbG5zOnhtcD0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLyIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bXA6Q3JlYXRvclRvb2w9IkFkb2JlIFBob3Rvc2hvcCBDUzUgTWFjaW50b3NoIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjIwOUQyODkzRkU0ODExRTE4RDQ1RjZDNUY5NDJGMEY0IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjIwOUQyODk0RkU0ODExRTE4RDQ1RjZDNUY5NDJGMEY0Ij4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6MjA5RDI4OTFGRTQ4MTFFMThENDVGNkM1Rjk0MkYwRjQiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6MjA5RDI4OTJGRTQ4MTFFMThENDVGNkM1Rjk0MkYwRjQiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz7/7gAOQWRvYmUAZMAAAAAB/9sAhAAGBAQEBQQGBQUGCQYFBgkLCAYGCAsMCgoLCgoMEAwMDAwMDBAMDg8QDw4MExMUFBMTHBsbGxwfHx8fHx8fHx8fAQcHBw0MDRgQEBgaFREVGh8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx8fHx//wAARCAHeACkDAREAAhEBAxEB/8QAXgAAAQUBAQAAAAAAAAAAAAAABAABAwUGAggBAQEBAQAAAAAAAAAAAAAAAAABAgMQAQACAwEBAQEAAAAAAAAAAAABAzFBAgQhEXERAQEAAAAAAAAAAAAAAAAAAAAB/9oADAMBAAIRAxEAPwD1SBAQEBAQG/QOBAQEBA4/QPEg6AgICBDHQjqJFdxIHAgIAnPQiTmQSRIruAICBXcdDKfiRU3Miu4A4ECor6GRVcip+JBLApwIFJX0MC6pFE8SKlgV0BAoapVgXVKKLrFTQK6AgZ6qVYGUyii65FEQK6AgZymVYGUz9RRtQqfkV2BAzVE4VgbTlFHVYj+Cp+RXYEIzFM/VYHU6RYNqGhHIqSAIGWplXOD6EUdViBoRyK7gDgylE/VcosKNI0OqGhHIqSBDgydEq5xYUYRqD6hoRyKkgDgyNE/VcosaJwjUH1DQnjQqSAODIUZVyixo0NRYU6RoVxoHcAcGQoyrnFhRoaixp0jQnkEkCnBj6Mq5RY0YhGoPqFF8ipIFODHUaVyWNGhYsKUaFcjSXkDgxvn0rksqMQNQfUii+NCpYFODG+fSuSx84sWFWIRoXwKlgU4MZ59K5LLz6FiwpRoXwKlgU4MXRpXFZ+bQ1FhSjQvgVLApwYuhXFY+fEI1FjSNC+BU0CnBi6NK4rHz4gaixpRoXwKmgU4MXRpXFY+fEDUWNKNC+BU0CnBi6MwrisvPoaiwpRoXwKmgU4MXRmFcVl59DUWFKNC+BU0CnBi6MwrisvPoaiwpRoXwKmgU4MXRmFcVl59DUWFKNC+BU0CnBi6MwrisvPoaiwpRoXwKmgU4MXRmFcVj58QNRY0o0L4FTQKcGLoVxWPnxAsWNKNi+BU0CnBi6FcVl5tfxGosKdDQzgVLApwYzz6VyWXmFiwpRoVwKmgU4MZ59K5LLz6FiwqRoXWKlgU4Mb59K5LKjECwfUjQuvQqWBTgx1GYVyixoxA1B9SKLr0KlgU4MdRpXJY+fSNRYVCi+BUkCnBj6Mq5LGjEI1B9QovkVJApwZCjKuUWNGhpYVI0J5BJApwZGjKuUWFOkaiwqGhPGgSQBwZKiPqucWFOIRqD6hoTxoVJAHBk6Mq5RYUYhGh9Q0I5FSQBwZWmPquUH0x8hGh1WhoRyKkgQ4MtTH1XOD6cQjQ6saEcCpIAgZimFYHUwgNqGhHIqQCEZqiMKyOphFG1QKn5FdwBAzlMKwNpj6ijKxU/IrsCBn6o+qwMphFF1ip4FdAQKGqPowMqgUVWKmgV0BApa+RgVXAoniBU0CnAgVXHP0ZE184FT8wCSBTgQK7nn6MiK4FS8wK7gDgQBeeIEScwCSIFdAQECKORHUQK6gDgQEDn8A/4BwICAgL4BAQEBAQP/9k=)
}

.sideTopic ul {
    list-style: none;
}

.sideTopic > ul > li > a {
    font-weight: 800;
}

.sideTopic li:before {
    content: "►";
    display: block;
    float: left;
    font-size: 10px;
    width: 1.2em;
    position: relative;
    top: 4px;
}

.topicContent {
    width: 68%;
    margin-bottom: 25px;
}

.topicContent > h2 {
    font-size: 18px;
    color: white;
    padding: 5px 20px 5px 20px;
    text-transform: uppercase;
    display: table;
}

.topicContent > h2:nth-child(n+2) {
    margin-top: 60px;
}

.sideTopic > h2 {
    font-size: 18px;
    color: #364588;
}

.sideTopic > ul > li > a:hover, .sideTopic > ul > li > ul > li > a:hover, .topicContent > a:hover {
    cursor: pointer;
}

.topicContent img {
    width: 70%;
    display: block;
    margin: auto;
}

#ischemiqueContainer {
    position: relative;
}

#gifIschemique {
    cursor: pointer;
    position: absolute;
    border-radius: 500px;
    width: 30%;
    right: 18%;
    top: 15%;
    z-index: -1;
}

.annotation {
    font-size: 12px;
}

.topicContentVideo, .topicImage {
    width: 100%;
}

@media screen and (max-width: 1000px) {
    .titleContainer {
        padding-top: 25vh;
    }
    .sideTopic {
        top: 200px;
        left: 0;
        position: fixed;
        background-image: none;
        border-radius: 0px 36px 36px 0px;
    }
    .sideTopic ul {
        display: none;
    }
    .topicContent {
        width: 100%;
    }
    .ongletContent {
        margin: auto;
    }
}

#encartContainer {
    width: 50%;
    padding-top: calc(100vh - 146px);
    text-align: center;
    float: right;
}

.encart {
    display: inline-block;
    height: 90px;
    text-align: center;
    font-size: 22px;
    z-index: 1;
    /* width: calc(50% - 3px); */
    width: 100%;
    vertical-align: top;
    padding: 1%;
    box-sizing: border-box;
}

.encart > p {
    color: white;
    width: 96%;
    padding: 0;
    margin: 0;
    font-size: 20px;
    font-weight: bold;
}

.encart > p {
    position: absolute;
    top: calc(50% - 16px);
}

#encarRegister {
    background-color: rgba(63, 107, 161, 0.7);
    position: relative;
}

#encarRegister:hover {
    background-color: rgba(63, 107, 161, 1);
    transition-duration: 0.5s;
}

#encartVideo {
    background-color: rgba(63, 107, 161, 0.7);
    position: relative;
}

#encartVideo:hover {
    background-color: rgba(63, 107, 161, 1);
    transition-duration: 0.5s;
}

.encart > a {
    border-radius: 5px;
    padding: 4px 5px 4px 5px;
    margin: 5px;
    color: #0054a3 !important;
    background-color: white;
    font-size: 16px;
    font-weight: bold;
}

#butnRegister {
    transition-duration: 0.5s;
}

#butnLogin {
    transition-duration: 0.5s;
}

#butnRegister:hover {
    background-color : rgba(255, 255, 255, 0.4);
    color: white !important;
    transition-duration: 0.5s;
}

#butnLogin:hover {
    background-color : rgba(255, 255, 255, 0.4);
    color: white !important;
    transition-duration: 0.5s;
}

footer {
    background-color: #0054a3;
    height: 80px;
}

#iconsImagesContainer {
    width: 672px;
    display: inline-block;
    box-sizing: border-box;
    position: absolute;
    bottom: 30px;
}

#iconsImagesContainer > img {
    height: 55px;
    margin-left: 30px;
    margin-top: 5px;
    /* border: 8px solid white; */
}

footer ul {
    width: 100%;
    margin: 0;
    padding-top: 27px;
    text-align: center;
    display: inline-block;
    box-sizing: border-box;
    vertical-align: top;
}

footer ul > li {
    list-style: none;
    display: inline-block;
    margin-right: 5px;
    margin-left: 5px;
}

footer a {
    color: white;
}

footer a:hover {
    color: #529f09;
}

#fadeInWordsContainer, #shadowWordsContainer {
    position: absolute;
    bottom: 0px;
    width: 85%;
    left: 82px;
    display: none;
}

#shadowWordsContainer {
    opacity: 0.1;
}

#fadeInWordsContainer > p, #shadowWordsContainer > p {
    display: inline-block;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    margin: 10px;
}

.fadeInWord {
    animation: fadeIn ease 5s;
    -webkit-animation: fadeIn ease 5s;
}

@keyframes fadeIn {
    0% {opacity:0;}
    100% {opacity:1;}
}

@-moz-keyframes fadeIn {
    0% {opacity:0;}
    100% {opacity:1;}
}

@-webkit-keyframes fadeIn {
    0% {opacity:0;}
    100% {opacity:1;}
}

@-o-keyframes fadeIn {
    0% {opacity:0;}
    100% {opacity:1;}
}

@-ms-keyframes fadeIn {
    0% {opacity:0;}
    100% {opacity:1;}
}

@media screen and (min-width: 1080px) {
    .titleContainer > h1 {
        font-size: 56px;
    }
}

@media screen and (min-width: 1600px) {
    .titleContainer {
        width: 35%;
    }
    #encartContainer {
        width: 35%;
    }
}

@media screen and (max-width: 1420px) {
    #iconsImagesContainer {
        width: 372px;
    }
}


/* MENU BURGER */
/* Basic Styles */
  .container {
    position: relative;
    margin: 35px auto 0;
    width: 300px;
    height: 534px;
    background-color: #533557;
    overflow: hidden;
  }
  
  /* Toggle Functionality */
  #toggle, #label-mobile-menu {
    display: none;
  }
  
  #toggle:checked ~ .toggle-container .button-toggle {
    box-shadow: 0 0 0 850px rgba(0, 0, 0, 0.5), inset 0 0 0 20px rgba(0, 0, 0, 0.5);
  }
  #toggle:checked ~ .toggle-container .button-toggle:before {
    transform: translateY(-50%) rotate(45deg) scale(1);
  }
  #toggle:checked ~ .toggle-container .button-toggle:after {
    transform: translateY(-50%) rotate(-45deg) scale(1);
  }
  #toggle:checked ~ .nav {
    margin-bottom: 100px;
    pointer-events: auto;
    transform: translate(50px, 50px);
  }
  #toggle:checked ~ .nav .nav-item {
    color: #fff;
    letter-spacing: 0;
    height: 80px;
    line-height: 50px;
    margin-top: 0;
    opacity: 1;
    transform: scaleY(1);
    transition: 0.5s, opacity 0.1s;
    font-size: 40px;
  }
  #toggle:checked ~ .nav .nav-item:nth-child(1) {
    transition-delay: 0.15s;
  }
  #toggle:checked ~ .nav .nav-item:nth-child(1):before {
    transition-delay: 0.15s;
  }
  #toggle:checked ~ .nav .nav-item:nth-child(2) {
    transition-delay: 0.1s;
  }
  #toggle:checked ~ .nav .nav-item:nth-child(2):before {
    transition-delay: 0.1s;
  }
  #toggle:checked ~ .nav .nav-item:nth-child(3) {
    transition-delay: 0.05s;
  }
  #toggle:checked ~ .nav .nav-item:nth-child(3):before {
    transition-delay: 0.05s;
  }
  #toggle:checked ~ .nav .nav-item:nth-child(4) {
    transition-delay: 0s;
  }
  #toggle:checked ~ .nav .nav-item:nth-child(4):before {
    transition-delay: 0s;
  }
  #toggle:checked ~ .nav .nav-item:before {
    opacity: 0;
  }
  #toggle:checked ~ .dummy-content {
    padding-top: 30px;
  }
  #toggle:checked ~ .dummy-content:before {
    background-color: rgba(0, 0, 0, 0.3);
  }

  #label-mobile-menu {
    margin: 10px 0px 0px 15px;
  }
  
  /* Toggle Button */
  .button-toggle {
    position: absolute;
    display: inline-block;
    width: 90px;
    height: 90px;
    margin: 10px 25px 25px 25px;
    background-color: transparent;
    border: none;
    cursor: pointer;
    border-radius: 100%;
    transition: 0.6s;
}
  /* .button-toggle:hover {
    box-shadow: 0 0 0 8px rgba(0, 0, 0, 0.1), inset 0 0 0 20px rgba(0, 0, 0, 0.1);
  } */
  .button-toggle:before, .button-toggle:after {
    position: absolute;
    content: "";
    top: 50%;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #000000;
    border-radius: 5px;
    transition: 0.5s;
  }
  .button-toggle:before {
    transform: translateY(-50%) rotate(45deg) scale(0);
  }
  .button-toggle:after {
    transform: translateY(50%) rotate(-45deg) scale(0);
  }
  
  /* Menu */
  .nav {
    display: inline-block;
    margin: 50px 25px 20px;
    pointer-events: none;
    transition: 0.5s;
}
  
  .nav-item {
    position: relative;
    display: inline-block;
    float: left;
    clear: both;
    color: transparent;
    font-size: 14px;
    letter-spacing: -1.2px;
    margin-top: 9px;
    height: 7px;
    line-height: 7px;
    text-transform: uppercase;
    white-space: nowrap;
    transform: scaleY(0.2);
    transition: 0.5s, opacity 1s;
  }
  .nav-item:nth-child(1) {
    transition-delay: 0s;
  }
  .nav-item:nth-child(1):before {
    transition-delay: 0s;
  }
  .nav-item:nth-child(2) {
    transition-delay: 0.05s;
  }
  .nav-item:nth-child(2):before {
    transition-delay: 0.05s;
  }
  .nav-item:nth-child(3) {
    transition-delay: 0.1s;
  }
  .nav-item:nth-child(3):before {
    transition-delay: 0.1s;
  }
  .nav-item:nth-child(4) {
    transition-delay: 0.15s;
  }
  .nav-item:nth-child(4):before {
    transition-delay: 0.15s;
  }
  .nav-item:nth-child(1) {
    letter-spacing: 2px;
  }
  .nav-item:nth-child(2) {
    letter-spacing: -2px;
  }
  .nav-item:nth-child(n+4) {
    letter-spacing: -8px;
    margin-top: -7px;
    opacity: 0;
  }
  .nav-item:before {
    position: absolute;
    content: "";
    top: 50%;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #000000;
    transform: translateY(-50%) scaleY(5);
    transition: 0.5s;
  }
  
  /* Firefox specific rules */
  @-moz-document url-prefix(){
    .nav-item:nth-child(1) {
        border-bottom: black solid 1px;
    }
  }

  /* Dummy Content */
  .dummy-content {
    position: relative;
    text-align: center;
    transition: 0.5s;
  }
  .dummy-content:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    z-index: 2;
    transition: 0.5s;
  }
  
  .circle {
    display: inline-block;
    width: 75px;
    height: 75px;
    background-color: #000000;
    border-radius: 100%;
  }
  
  .text {
    margin: 15px 0 30px;
  }
  .text span {
    display: inline-block;
    height: 10px;
    margin: 0 5px;
    background-color: #C06162;
    border-radius: 5px;
  }
  .text span:first-child {
    width: 50px;
  }
  .text span:last-child {
    width: 80px;
  }
  
  .square-top {
    display: inline-block;
    position: relative;
    width: 200px;
    height: 300px;
    background-color: #FEBE7E;
    z-index: 1;
  }
  
  .square-behind {
    display: inline-block;
    position: relative;
    top: -256px;
    width: 250px;
    height: 210px;
    background-color: #C28683;
  }
  .square-behind:before, .square-behind:after {
    position: absolute;
    content: "";
    top: 0;
    width: 40%;
    height: 100%;
  }
  .square-behind:before {
    left: 0;
    background-color: #9D567C;
  }
  .square-behind:after {
    right: 0;
    background-color: #958C6B;
  }

.menu__burger {
    display: none;
}
#menuBurgerBack {
    background-color: rgba(255,255,255,0.75);
    height: 190px;
    width: 150px;
    position: absolute;
    top: 0;
    z-index: -1;
    border-radius: 0 0 50px;
    display: none;
}

.listAsso {
    width: 70%;
    margin: 0!important;
}

iframe {
    max-width: 20vw;
    max-height: 20vw;
}

@media (max-width: 1000px) {
    #introTextes, .ongletContent {
        width: 90%;
    }
    #introTextes > h2, .ongletContent h2 {
        font-size: 3em;
    }
    .sideTopic > h2 {
        font-size: 3em;
        background-color: rgba(255, 255, 255, 0.85);
        border-radius: 0px 36px 36px 0px;
    }
    .sideTopic > h2, .sideTopic > ul {
        padding: 15px;
        font-size: 2em;
    }
}

@media screen and (max-width: 1000px) {
    iframe {
        max-width: 60vw;
        max-height: 60vw;
    }
}

@media screen and (max-width: 1090px) {
    .main__menu {
        display: none!important;
    }
    .menu__burger {
        display: inline-block;
    }
    #label-mobile-menu {
        display: block;
        font-size: 40px;
    }
    #menuBurgerBack {
        display: block;
    }
    .titleContainer {
        bottom:unset;
        padding: 5px 15px ;
        width: 60%;
        height: 350px;
        top: calc(70vh - 480px);

    }
    #encartContainer {
        width:60%;
        padding-top: calc(70vh - 110px);
        
    }
    #encarRegister > p {
        font-size: 40px;
        top: calc(50% - 25px);
    }
    #homeImage {
        height: 70vh;
        min-height: auto;
    }
    #iconsImagesContainer {
        position: absolute;
        top: calc(70vh - 255px);
        bottom: unset;
    }
    #arrowContainer {
        display: none;
    }
    .titleContainer > h1 {
        font-size: 55px;
    }
    .titleContainer > p {
        font-size: 26px;
    }
}