:root {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    --primary-color: #141313;
    --second-color: #323693;
    --third-color: #EE712E;
    --fourth-color: #2F2F2F;
    --fith-color: #0018C8;
    --sixth-color: #464646;
    --seventh-color:#BCBBBB;
    --eighth-color:#707070;
    --ninth-color:#f0f0f1;
    --tenth-color:#3236939F;
    --eleven-color:#BBBFF2;
}
strong{
   font-weight:bold;
}
header,
main,
footer {
    max-width: 100%;
    overflow-x: hidden;
}
[type="checkbox"]{
    display: none;
}
header {
    position:-webkit-sticky; position:sticky; top:0;
    z-index: 100;
    background-color: white;
    display: flex;
    text-align: center;
    width: 100%;
    overflow-x: hidden;
    box-shadow: -1px 0 10px 1px var(--seventh-color), -1px 0 10px 0px var(--seventh-color);
}
.menu {
    width: 100%;
    height: 90px;
    padding: 44px 72px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.logo {
    width: 120px;
}
nav {
    margin: 0 auto;
    padding: auto 95px;
    display: flex;
}
nav>a {
    text-decoration: none;
    color: var(--primary-color);
    font-size: 1.1em;
    font-weight: 500;
    margin-left: 50px;
}
nav>a:hover {
    text-decoration-line: line-through;
    text-decoration-style: thin;
    text-decoration-color: var(--third-color);
}
nav>a:active {
    color: var(--third-color);
    text-decoration-line: line-through;
    text-decoration-style: thin;
    text-decoration-color: var(--third-color);
}
nav a:nth-child(1){
    margin-left: 0;
}
nav a:nth-child(5){
    color: var(--third-color);
}
/*nav {
    margin: 0 auto;
    display: flex;
    align-items: center;
}
.menu-main {
    text-decoration: none;
    color: var(--primary-color);
    font-size: 1.1em;
    font-weight: 550;
    margin-left: 20px;
}
.menu-main:hover {
    text-decoration-line: line-through;
    text-decoration-style: thin;
    text-decoration-color: var(--third-color);
}
.menu-main :active {
    color: var(--third-color);
    text-decoration-line: line-through;
    text-decoration-style: thin;
    text-decoration-color: var(--third-color);
}
.main-menu {
    text-decoration: none;
    display: flex;
    list-style: none;
    position: absolute;
    z-index: 1;
    margin: -330px;
    left: 50%;
}
.main-menu > li {
    box-sizing: border-box;
    padding: 0 1em;
    margin: 1px;
    cursor: pointer;
    font-size: 1.05em;
}
.main-menu i {
    margin-right: 5px;
}
.submenu {
    display: none;
    position: absolute;
    z-index: 10;
    text-align: center;
    list-style: none;
    min-width: calc(3.5 * var(--menu-item-size) - 5%);
}
.with-submenu {
    position: relative;
    z-index: 100;
    text-decoration: none;
    color: var(--primary-color);
    font-size: 1.1em;
    font-weight: 500;
    margin-left: 20px;
}
.with-submenu:hover .submenu {
    display: block;
}
.submenu > li a {
    background: #dedede;
    text-decoration: none;
    color: var(--fourth-color);
    border-bottom: 1px solid var(--gray-color);
    color: var(--fourth-color);
    padding: 1.2em 1em;
    transition: 0.3s all linear;
    display: block;
    line-height: 0%;
}
.submenu > li a:hover {
    background: var(--third-color);
    color: var(--ninth-color);
}

.submenu > li a:active {
    background: var(--white-color);
}
*/
ol{
  list-style-type: none;
  padding-left: 1.4em;
  counter-reset: compteur;
}
.email {
    color: #EE712E;
    font-weight: 400;
}
/* nav>a:hover {
    border-bottom: 2px solid var(--primary-color) ;
}
nav>a:active {
    border-bottom: 2px solid var(--primary-color) ;
} */
.searchbox{
    width: 34px;
    cursor: pointer;
    transition: all 0.5s;
}
.button{
    display: block;
    align-content: center;
    text-decoration: none;
    color: var(--ninth-color);
    font-weight: 500;
    transition: color 0.8s ease-out;
    font-size: 1em;
    height: 40px;
    width: 120px;
    margin:0 auto;
    background-color: var(--fith-color);
    border-radius: 10px;
    margin-left: 33px;
}
.button:hover{
    background-color: var(--third-color);
}
.container-banner,
.container-banner-1,
.container-banner-2,
.container-banner-3,
.container-banner-4,
.container-banner-5,
.container-banner-6,
.container-banner-7,
.container-banner-8,
.container-banner-9,
.container-banner-10,
.container-banner-11,
.container-banner-12,
.container-banner-13,
.container-banner-14,
.container-banner-15,
.container-banner-16,
.container-banner-17,
.container-banner-18,
.container-banner-19,
.container-banner-20,
.container-banner-21,
.container-banner-22,
.container-banner-23,
.container-banner-24,
.container-banner-25,
.container-banner-26,
.container-banner-27,
.container-banner-28,
.container-banner-29,
.container-banner-30,
.container-banner-31,
.container-banner-32,
.container-banner-33{
    height: 800px;
    overflow-y: hidden;
    background-repeat: no-repeat;
    position: relative;
    background-size: cover;
}
.container-banner{
    background-image: url('./img/enfant-lecture.jpg');
    margin-bottom: 150px;
}
.container-banner-1{
    background-image: url('./img/banner-formation-digitale.jpg');
}
.text-banner{
    position: absolute;
    top: 50%;
    margin-left: 120px;
    transform: translate(0%, -50%);
    width: 40%;
    overflow-y: hidden;
}
.sous-title,
.title-banner-1{
    font-size: 4.4rem;
    font-weight: 700;
    color: var(--ninth-color);
    margin-bottom: 40px;
}
.title-banner,
.sous-title-1{
    font-size: 2rem;
    font-weight: 400;
    color: var(--ninth-color);
}
/*
.btn-arrow{
    border-width: 2px;
    border-color: var(--third-color);
    border-radius: 10px;
    width: 400px;
    height: 70px;
    background-color: transparent;
    color: var(--ninth-color);
    transition: 300ms ease-out;
    margin-top: 60px;
}
.btn-content {
    display: inline-block;
    position: relative;
    transition: all 300ms ease-out;
    will-change: transform;
    font-size: 2em;
    font-weight: 500;
}
.banner-btn{
    text-decoration: none;
    color: #F2F2F2;
}
.btn-arrow:hover .btn-content{
    transform: translate3d(-1rem, 0, 0);
}
.arrow {
    position: absolute;
    width: 1.1em;
    right: 0px;
    opacity: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: all 300ms ease-out;
    will-change: right, opacity;
}
.btn-arrow:hover .arrow {
    opacity: 1;
    right: -3rem;
}
*/
.inclusion,
.quality{
    list-style-type: disc;
    list-style-position: inside;
    font-size: 1.3em;
}
a{
    color: #EE712E;
    font-weight: 500;
}
/*Page formations*/
.title-card{
    font-size: 1.5em;
    text-transform: uppercase;
    color: #0018C8;
    font-weight: 700;
    margin-bottom: 10px;
    margin-top: 30px;
}
.card:hover .card_image {
    opacity: 0.8;
}
.card:hover .middle {
    opacity: 1;
}
.line-card-1{
    margin-bottom: 20px;
}
/*Page propos*/

.thumble{
    height: 8vh;
    width: auto;
    margin-bottom: 20px;
}
.picto-checked{
    width: 3em;
}
/*Partie timelines*/
.timelines{
    background-color: var(--second-color);
    max-height: 100%;
    padding: 0;
    margin-bottom: 200px;
}
.timeline {
    background-color:var(--second-color);
    height: auto;
    position: relative;
    margin: auto;
    padding: 40px 0;
    width: 1000px;
    color: var(--primary-color);
}
.time{
    font-size: 1.3em;
}
.timeline:before{
    content: '';
    position: absolute;
    left: 50%;
    width: 1px;
    height: 92%;
    background: var(--seventh-color);
}
.timeline ul{
    margin: 0;
    padding: 0;
}
.timeline ul li{
    position: relative;
    width: 50%;
    padding: 20px 40px;
}
.timeline ul li a{
    color: var(--third-color);
}
.timeline ul li:nth-child(odd){
    float: left;
    text-align: right;
    clear: both;
}
.timeline ul li:nth-child(even){
    float: right;
    text-align: left;
    clear: both;
}
.corps{
    padding-bottom: 20px;
}
.timeline ul li:nth-child(odd):before{
    content: '';
    position: absolute;
    top: 40px;
    right: -6px;
    width: 10px;
    height: 10px;
    background: var(--seventh-color);
    border-radius: 50%;
}
.timeline ul li:nth-child(even):before{
    content: '';
    position: absolute;
    top: 40px;
    left: -4px;
    width: 10px;
    height: 10px;
    background: var(--seventh-color);
    border-radius: 50%;
}
.timeline ul li h3{
    margin: 0;
    padding: 0;
    font-size: 2em;
    text-transform: uppercase;
    font-weight: 500;
    color: var(--ninth-color);
}
.timeline ul li p{
    margin: 10px 0 0;
    padding: 0;
    font-size: 1.3em;
    color: var(--ninth-color);
}
.timeline ul li .time p{
    margin: 0;
    padding: 0;
    font-size: 1.3em;
    font-weight: 700;
    color: var(--ninth-color);
}
.text-deco-timeline{
    padding-right: 60px;
    display: flex;
    justify-content: flex-end;
}
.text-deco-timeline>:nth-child(1){
    margin-bottom: 80px;
}
.text-deco-horizontal-2,
.textAnim,
.text-deco {
    font-family: 'Oswald', sans-serif;
    font-size: 15em;
}
.textAnim.active, .paraAnim.active{
    transform: translateX(0em);
}
.textAnim {
    transform: translateX(100%);
    transition: transform 3s cubic-bezier(.09,.36,.13,.98);
    text-align: left;
    overflow: hidden;
    color: var(--second-color);
}
.paraAnim{
    transform: translateX(-100%);
    transition: transform 2s cubic-bezier(.09,.36,.13,.98);
    text-align: left;
    font-size: 2em;
    padding: 200px 0;
    width: 50%;
    margin: auto;
    overflow: hidden;
}
/*Partie informations*/
.container-2{
    margin: 200px 60px;
}

.thumble{
    height: 8vh;
    width: auto;
    margin-bottom: 20px;
}
.picto-diamond{
    width: 3em;
}
.sm-txt{
    font-size: 1.2em;
    text-align: center;
    font-weight: 600;
    color: var(--primary-color);
}
.element-title{
    font-size: 1.2em;
    font-weight: 600;
    color: var(--primary-color);
    max-width: 15%;
}
.grid-5{
    display: grid;
    grid-template-columns: 17% 16% 16% 16% 16% 16%;
    grid-gap: 10px;
    grid-auto-columns: minmax(100px, auto);
    justify-content: center;
}
.grid-5>:nth-child(1){
    text-align: center;
    padding: 30px;
    grid-column: 2;
    grid-row: 1 / 3;
    z-index: 3;
}
.grid-5>:nth-child(2){
    text-align: center;
    padding: 30px;
    grid-column: 3;
    grid-row: 1 / 3;
    z-index: 3;
}
.grid-5>:nth-child(3){
    text-align: center;
    padding: 30px;
    grid-column: 4;
    grid-row: 1 / 3;
    z-index: 3;
}
.grid-5>:nth-child(4){
    text-align: center;
    padding: 30px;
    grid-column: 5;
    grid-row: 1 / 3;
    z-index: 3;
}
.grid-5>:nth-child(5){
    text-align: center;
    padding: 30px;
    grid-column: 6;
    grid-row: 1 / 3;
    z-index: 3;
}
.grid-5>:nth-child(6){
    text-align: left;
    margin: 0;
    padding: 30px;
    grid-column: 1 / 7;
    grid-row: 3;
    z-index: 1;
}
.grid-5>:nth-child(7){
    background-color:var(--tenth-color);
    grid-column: 1 / 7;
    grid-row: 3;
    z-index: 0;
}
.grid-5>:nth-child(8){
    margin: auto;
    grid-column: 2;
    grid-row: 3;
    z-index: 2;
}
.grid-5>:nth-child(9){
    margin: auto;
    grid-column: 3;
    grid-row: 3;
    z-index: 2;
}
.grid-5>:nth-child(10){
    margin: auto;
    grid-column: 4;
    grid-row: 3;
    z-index: 2;
}
.grid-5>:nth-child(11){
    margin: auto;
    grid-column: 5;
    grid-row: 3;
    z-index: 2;
}
.grid-5>:nth-child(12){
    margin: auto;
    grid-column: 6;
    grid-row: 3;
    z-index: 2;
}
.grid-5>:nth-child(13){
    text-align: left;
    padding: 30px;
    grid-column: 1 / 7;
    grid-row: 4;
    z-index: 2;
}
.grid-5>:nth-child(14){
    margin: auto;
    grid-column: 2;
    grid-row: 4;
    z-index: 2;
}
.grid-5>:nth-child(15){
    grid-column: 4;
    grid-row: 1 / 5;
    background-color: var(--seventh-color);
    z-index: 1;
    opacity: 70%;
}
.grid-5>:nth-child(16){
    grid-column: 6;
    grid-row: 1 / 5;
    background-color: var(--seventh-color);
    z-index: 1;
    opacity: 70%;
}
.grid-5>:nth-child(17){
    grid-column: 2;
    grid-row: 1 / 5;
    background-color: var(--seventh-color);
    z-index: 1;
    opacity: 70%;
}
/*Partie informations accès formations*/
body {
  font-family: "Oxygen", sans-serif;
  color: #050505;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

.main-cards {
  max-width: 1200px;
  margin: 0 auto;
}

.cards {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
}

.cards_item {
  display: flex;
  padding: 1rem;
}

.card_image {
  position: relative;
  max-height: 250px;
}

.card_image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (min-width: 40rem) {
  .cards_item {
    width: 50%;
  }
}

@media (min-width: 56rem) {
  .cards_item {
    width: 33.3333%;
  }
}

.card {
  background-color: white;
  border-radius: 0.25rem;
  box-shadow: 0 20px 40px -14px rgba(0, 0, 0, 0.25);
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.card_content {
  position: relative;
  padding: 16px 12px 32px 24px;
  margin: 16px 8px 8px 0;
  max-height: 290px;
  overflow-y: scroll;
}

.card_content::-webkit-scrollbar {
  width: 8px;
}

.card_content::-webkit-scrollbar-track {
  box-shadow: 0;
  border-radius: 0;
}

.card_content::-webkit-scrollbar-thumb {
  background: var(--third-color);
  border-radius: 15px;
}

.card_title {
  position: relative;
  margin: 0 0 24px;
  padding-bottom: 10px;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
}

.card_title::after {
  position: absolute;
  display: block;
  width: 50px;
  height: 2px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: var(--third-color);
  content: "";
}

hr.line-card {
  margin: 24px auto;
  width: 50px;
  border-top: 2px solid var(--third-color);
}

.card_text p {
  margin: 0 0 24px;
  font-size: 1.2em;
  line-height: 1.5;
}

.card_text p:last-child {
  margin: 0;
}


/*Partie programme formations*/
.container{
    padding: 0 143px 150px 143px;
}
h2{
    text-transform: uppercase;
    font-size: 4em;
    color: var(--primary-color);
    font-weight: 700;
    text-align: center;
    margin-bottom: 120px;
}
.title-formation{
    color: var(--ninth-color);
    font-size: 1.9em;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
.wrapper{
    font-family: 'Oswald', sans-serif;
    font-size: 12em;
    justify-content: center;
    writing-mode: vertical-lr;
    -webkit-text-stroke: 2px var(--third-color);
    color: transparent;
}
.img-formation {
    opacity: 1;
    transition: .5s ease;
    backface-visibility: hidden;
}

.middle {
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
}
.container-1{
    position: relative;
    text-align: center;
    color: white;
}
.container-1:hover .img-formation {
    opacity: 0.5;
}
.container-1:hover .title-formation {
    display: none;
}
.container-1:hover .middle {
    opacity: 1;
}

.button-text {
    text-decoration: none;
    background-color: var(--third-color);
    color: var(--ninth-color);
    font-size: 1.2em;
    font-weight: 500;
    padding: 10px 50px;
    border-radius: 10px;
}
.grid{
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 20px;
    position: relative;
    min-height: 100vh;
    justify-content: center;
}
.grid>:nth-child(1){
    grid-column: 1 / 3;
    grid-row: 1 / 4;
}
.grid>:nth-child(2){
    grid-column: 4 / 7;
    grid-row: 1;
}
.grid>:nth-child(3){
    grid-column: 7 / 10;
    grid-row: 1;
}
.grid>:nth-child(4){
    grid-column: 10 / 13;
    grid-row: 1;
}
.grid>:nth-child(5){
    grid-column: 4 / 7;
    grid-row: 2;
}
.grid>:nth-child(6){
    grid-column: 7 / 10;
    grid-row: 2;
}
.grid>:nth-child(7){
    grid-column: 10 / 13;
    grid-row: 2;
}
.grid>:nth-child(8){
    grid-column: 4 / 7;
    grid-row: 3;
}
.grid>:nth-child(9){
    grid-column: 7 / 10;
    grid-row: 3;
}
.grid>:nth-child(10){
    grid-column: 10 / 13;
    grid-row: 3;
}
/*partie barre de progression satisfaction*/
/*.container-radial{
    display: flex;
    justify-content: space-between;
    text-align: center;
}
.description-radial{
    margin-top: 30px;
    font-size: 1.3em;
    text-transform: uppercase;
    font-weight: 500;
}
@keyframes progress {
  0% { --percentage: 0; }
  100% { --percentage: var(--value); }
}

@property --percentage {
  syntax: '<number>';
  inherits: true;
  initial-value: 0;
}

[role="progressbar"] {
  --percentage: var(--value);
  --primary: #323693;
  --secondary:#CACEF9;
  --size: 250px;
  animation: progress 2s 0.5s forwards;
  width: var(--size);
  aspect-ratio: 1;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
  display: grid;
  place-items: center;
}

[role="progressbar"]::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: conic-gradient(var(--primary) calc(var(--percentage) * 1%), var(--secondary) 0);
  mask: radial-gradient(white 55%, transparent 0);
  mask-mode: alpha;
  -webkit-mask: radial-gradient(#0000 55%, #000 0);
  -webkit-mask-mode: alpha;
}

[role="progressbar"]::after {
  counter-reset: percentage var(--value);
  content: counter(percentage) '%';
  font-family: Helvetica, Arial, sans-serif;
  font-size: calc(var(--size) / 5);
  color: var(--primary);
}

/*citation*/
/* Partie taux de satisfaction*/


.grid-radial{
    display: flex;
    justify-content: center;
    align-items: center;
    background-color:rgb(232, 233, 249);
    padding: 30px;
}
.text-radial{
    font-size: 1.3em;
    width: 25%;
    font-weight: 500;
}
.progress *:not([data-progress]) {
    margin: 5px 0;
    font-size: 1.2em;
}

.progress {
    width: 100%;
    max-width: 500px;
    padding: 15px;
    box-sizing: border-box;
}

.progress [data-progress] {
    height: 30px;
    box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.25) inset;
    border-radius: 2px;
    margin: 5px 0 10px 0;
    overflow: hidden;
}

[data-progress]::after {
    content: "";
    display: flex;
    justify-content: flex-end;
    align-items: center;
    background-image: linear-gradient(#a7acf1, #404696 50%, #323693 50%);
    width: 0;
    height: 100%;
    box-sizing: border-box;
    font-size: 10px;
    color: white;
    padding: 0 3px;
    transition: 2s;
}

[data-progress].animate-progress::after {
    content: attr(data-progress) "%";
    width: var(--animate-progress);
}
/*===== Vertical Timeline =====*/
#conference-timeline {
  position: relative;
  max-width: 920px;
  width: 100%;
  margin: 0 auto;
}
#conference-timeline .timeline-start,
#conference-timeline .timeline-end {
  display: table;
  font-size: 18px;
  font-weight: 900;
  text-transform: uppercase;
  background: var(--fith-color);
  padding: 15px 23px;
  color: #fff;
  max-width: 5%;
  width: 100%;
  text-align: center;
  margin: 0 auto;
}
#conference-timeline .conference-center-line {
  position: absolute;
  width: 3px;
  height: 100%;
  top: 0;
  left: 50%;
  margin-left: -2px;
  background: var(--fith-color);
  z-index: -1;
}
#conference-timeline .conference-timeline-content {
  padding-top: 67px;
  padding-bottom: 67px;
}
.timeline-article {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  margin: 20px 0;
}
.timeline-article .content-left-container,
.timeline-article .content-right-container {
  max-width: 44%;
  width: 100%;
}
.timeline-article {
  display: block;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #242424;
  text-align: right;
}
.timeline-article .content-left,
.timeline-article .content-right {
  position: relative;
  width: auto;
  border: 1px solid #ddd;
  background-color: #fff;
  box-shadow: 0 1px 3px rgba(0,0,0,.03);
  padding: 27px 25px;
}
.timeline-article p {
  margin: 0 0 0 60px;
  padding: 0;
  font-weight: 300;
  color: #242424;
  font-size: 1.3rem;
  line-height: 24px;
  position: relative;
}
.timeline-article p span.article-number {
  position: absolute;
  font-weight: 300;
  font-size: 44px;
  top: 10px;
  left: -60px;
  color: var(--third-color);
}
.timeline-article .content-left-container {
  float: left;
}
.timeline-article .content-right-container {
  float: right;
}
.timeline-article .content-left:before,
.timeline-article .content-right:before{
  position: absolute;
  top: 20px;
  font-size: 23px;
  color: #fff;
}
.timeline-article .content-left:before {
  content: "\f0da";
  right: -8px;
}
.timeline-article .content-right:before {
  content: "\f0d9";
  left: -8px;
}
.timeline-article .meta-date {
  position: absolute;
  top: 0;
  left: 50%;
  width: 62px;
  height: 62px;
  margin-left: -31px;
  color: #fff;
  border-radius: 100%;
  background: var(--fith-color);
}
.timeline-article .meta-date{
  display: block;
  text-align: center;
  font-weight: 900;
}
.timeline-article .meta-date {
  font-size: 30px;
  line-height: 40px;
}
.timeline-article .meta-date {
  font-size: 18px;
  line-height: 10px;
}
/*===== // Vertical Timeline =====*/

/*===== Resonsive Vertical Timeline =====*/
@media only screen and (max-width: 830px) {
  #conference-timeline .timeline-start,
  #conference-timeline .timeline-end {
    margin: 0;
  }
  #conference-timeline .conference-center-line {
    margin-left: 0;
    left: 50px;
  }
  .timeline-article .meta-date {
    margin-left: 0;
    left: 20px;
  }
  .timeline-article .content-left-container,
  .timeline-article .content-right-container {
    max-width: 100%;
    width: auto;
    float: none;
    margin-left: 110px;
    min-height: 53px;
  }
  .timeline-article .content-left-container {
    margin-bottom: 20px;
  }
  .timeline-article .content-left,
  .timeline-article .content-right {
    padding: 10px 25px;
    min-height: 65px;
  }
  .timeline-article .content-left:before {
    content: "\f0d9";
    right: auto;
    left: -8px;
  }
  .timeline-article .content-right:before {
    display: none;
  }
  .timeline-article p {
    font-size: 1.1rem;
    font-weight: 300;
  }
}
@media only screen and (max-width: 400px) {
  .timeline-article p {
    font-size: 1rem;
    font-weight: 300;
  }
  .timeline-article p span.article-number {
    display: none;
  }
}
/*===== // Resonsive Vertical Timeline =====*/
/* End Progress bar CSS */

.citation-container{
    height: 660px;
    background-color: var(--second-color);
    color: var(--ninth-color);
    text-align: center;
    font-size: 2em;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 150px;
}
.citation-content{
    width: 50%;
}
.citation{
    margin: 0;
}
.copyright{
    font-size: 0.8em;
    font-style: italic;
    color: var(--ninth-color);
    padding-top: 50px;
    margin: 0;
}
/*objectfis*/
.container-objectifs{
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 20px;
    justify-content: center;
}
.container-objectifs>:nth-child(1){
    grid-column: 2 / 4;
}
.container-objectifs>:nth-child(2){
    grid-column: 6 / 8;
}
.container-objectifs>:nth-child(3){
    grid-column: 10 / 12;
}
.item-objectif img{
    width: 192px;
}
.fig-caption{
    text-align: center;
}
.fig-objectif{
    padding-top: 50px;
    text-align: center;
    font-size: 1.3em;
    font-weight: 500;
}
/*etapes formation*/
.step-title{
    color: var(--primary-color);
    font-size: 1.9em;
    font-weight: 700;
}
.step-text{
    max-width: 500px;
}
.step-text p{
    font-size: 1.3em;
}
.container-step{
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 20px;
}
.container-step>:nth-child(1){
    grid-column: 1 / 7;
}
.container-step>:nth-child(2){
    grid-column: 8 / 13;
}
/*financement*/
.section{
	position: relative;
	width: 100%;
	display: block;
	overflow: hidden;
	height: 100vh;
    background-color:var(--second-color);
    margin-bottom: 150px;
}
.case-study-wrapper {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 10;
	width: 50%;
	margin: 0;
	padding: 0;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	list-style: none;
}
.case-study-wrapper .case-study-name a {
	position: relative;
	list-style: none;
	margin: 0;
	display: block;
	text-align: center;
	padding: 0;
	font-size: 4.4rem ;
    font-weight: 700;
    text-transform: uppercase;
	margin-top: 25px;
	margin-bottom: 25px;
	opacity: 0.5;
    text-decoration: none;
    color: var(--ninth-color);
	-webkit-transition: all 300ms linear;
	transition: all 300ms linear;
}
.case-study-wrapper .case-study-name a:hover {
    text-decoration: none;
    font-weight: 900;
}

.case-study-wrapper .case-study-name.active a {
	opacity: 1;
	color:var(--ninth-color);
}
.case-study-images {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin:0;
	z-index:2;
}
.case-study-images li {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	overflow: hidden;
	list-style:none;
	-webkit-transition: all 300ms linear;
	transition: all 300ms linear;
}
.case-study-images li .img-hero-background{
	position: absolute;
	width: 100%;
	height: 100%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position:center center;
	background-repeat:no-repeat;
	top: 0;
	left: 0;
	overflow: hidden;
	list-style:none;
	opacity: 0;
	-webkit-transform: translateY(-30px);
	transform: translateY(-30px);
	-webkit-transition: all 300ms linear;
	transition: all 300ms linear; 
}
.case-study-images li.show .img-hero-background {
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}
.case-study-images li .hero-number-back{
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	display: block;
	list-style:none;
	opacity: 0;
    font-size:50em;
	font-family: 'Oswald', sans-serif;
	color: var(--ninth-color);
	z-index: 1;
	-webkit-transition: all 300ms linear;
	transition: all 300ms linear;
}
.case-study-images li .hero-number{
	position: absolute;
	bottom: 40px;
	left: 50%;
	width: 40px;
	margin-left: -70px;
	display: block;
	letter-spacing: 2px;
	text-align: center;
	list-style:none;
	opacity: 0;
	font-size: 1em;
	font-weight: 300;
	line-height: 1;
	color: var(--seventh-color);
	z-index: 6;
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
	-webkit-transition: all 300ms linear;
	transition: all 300ms linear;
}
.case-study-images li .hero-number-fixed{
	position: absolute;
	bottom: 40px;
	left: 50%;
	margin-left: 30px;
	width: 40px;
	text-align: center;
	display: block;
	letter-spacing: 2px;
	list-style:none;
    font-size: 1em;
	font-weight: 300;
	line-height: 1;
	color: var(--seventh-color);
	z-index: 6;
}
.case-study-images li .hero-number-fixed:before{
	position: absolute;
	content: '';
	top: 50%;
	left: -60px;
	width: 60px;
	height: 1px;
	z-index: 1;
	background-color: var(--seventh-color);
}
.case-study-images li.show .hero-number {
	opacity: 0.8;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}
.case-study-images li.show .hero-number-back {
	opacity: 0.3;
}
.dark-over-hero{
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	z-index:5;
	background-color:var(--fourth-color);
	opacity: 0.2;
}
.case-study-images li:nth-child(1) .img-hero-background{
	background-image: url(./img/enfant-lecture.jpg);
}
.case-study-images li:nth-child(2) .img-hero-background{
	background-image: url(./img/jeune-femme-lecture.jpg);
}
.container-duo{
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 20px;
    font-size: 1.3em;
}
.container-duo>:nth-child(1){
    grid-column: 2 / 6;
    grid-row: 1 / 2;
}
.container-duo>:nth-child(2){
    grid-column: 8 / 12;
    grid-row: 1 / 2;
}
.container-duo>:nth-child(3){
    grid-column: 2 / 6;
    grid-row: 2 / 2;
}
.container-duo>:nth-child(4){
    grid-column: 8 / 12;
    grid-row: 2 / 2;
}
.title-duo {
  position: relative;
  padding-bottom: 10px;
  font-weight: 700;
  color: var(--second-color);
}
.title-duo::after {
  position: absolute;
  display: block;
  width: 50px;
  height: 2px;
  bottom: 0;
  background-color: var(--third-color);
  content: "";
}
/*objectfis*/
.container-actualites{
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 60px;
    justify-content: center;
}
.container-actualites>:nth-child(1){
    grid-column: 1 / 5;
}
.container-actualites>:nth-child(2){
    grid-column: 5 / 9;
}
.container-actualites>:nth-child(3){
    grid-column: 9 / 13;
}

.fig-actualite{
    padding-top: 50px;
    font-size: 1.3rem;
}
figure a {
    text-decoration: underline;
    color: var(--primary-color);
    font-size: 1em;
    font-style: italic;
}
/*newletter*/
.container-newletter{
    height: 120px;
    background-color: var(--second-color);
    color: var(--ninth-color);
    display: flex;
}
.content-newletter{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.content-newletter>:nth-child(1){
    font-size: 2em;
    text-transform: uppercase;
    font-weight: 500;
    margin: 0;
    padding-right: 30px;
}
.content-newletter>:nth-child(2){
    grid-column: 7 / 12;
    margin: 0;
}

.login_bar {
	width: 300px;
	height: 50px;
	background: white;
	position: relative;
    z-index: 1;
	overflow: hidden;
}

.login {
    background: transparent;
    color: var(--eighth-color);
    font-size: 1.1em;
    font-style: italic;
	position: absolute;
	height: 100%;
	width: 190px;
	padding-left: 10px;
	text-align: left;
	line-height: 50px;
	vertical-align: middle;
	z-index: 10;
	-webkit-transition: transform 0.2s ease-in-out 0s;
	-moz-transition: transform 0.2s ease-in-out 0s;
	-o-transition: transform 0.2s ease-in-out 0s;
	transition: transform 0.2s ease-in-out 0s;
}

.login_active {
    -webkit-transform: translateX(300px);
	-moz-transform: translateX(300px);
	-ms-transform: translateX(300px);
	-o-transform: translateX(300px);
	transform: translateX(300px);
}

.subscribe_button:hover{
	background-color: var(--third-color);
    cursor:pointer;
    color: var(--second-color);
}

.subscribe_button {
    background:var(--third-color);
    font-weight: 500;
    font-size: 1.3em;
	position: absolute;
	top: -50px;
	left: 200px;
	height: 150px;
	width: 100px;
	text-align: center;
	line-height: 150px;
	vertical-align: middle;	
	color: var(--ninth-color);
	-webkit-transition: transform 0.5s ease 0s;
	-moz-transition: transform 0.5s ease 0s;
	-o-transition: transform 0.5s ease 0s;
	transition: transform 0.5s ease 0s;
}

.subscribe_button_active{
	-webkit-transform: translateY(50px);
	-moz-transform: translateY(50px);
	-ms-transform: translateY(50px);
	-o-transform: translateY(50px);
	transform: translateY(50px);
}

.subscribing{
	background: var(--ninth-color);
	height: 100%;
	width: 300px;
	z-index: 5;
	position: absolute;
	left:-300px;
	display: inline-block;
	-webkit-transition: transform 1s ease 0s ;
	-moz-transition: transform 1s ease 0s ;
	-o-transition: transform 1s ease 0s ;
	transition: transform 1s ease 0s ;
}

.subscribing_active {
	-webkit-transform: translateX(300px);
	-moz-transform: translateX(300px);
	-ms-transform: translateX(300px);
	-o-transform: translateX(300px);
	transform: translateX(300px);
}

.thanks{
    font-size: 1.3em;
    font-weight: 300;
    background: transparent;
    color: var(--second-color);
	height: 100%;
	width: 300px;
	z-index: 5;
	text-align: left;
	line-height: 50px;
	vertical-align: middle;
	padding-left: 10px;
	position: absolute;
	top:50px;
	display: inline-block;
	-webkit-transition: transform 0.5s ease 0s ;
	-moz-transition: transform 0.5s ease 0s ;
	-o-transition: transform 0.5s ease 0s ;
	transition: transform 0.5s ease 0s ;
}

.thanks_active {
	-webkit-transform: translateY(-50px);
	-moz-transform: translateY(-50px);
	-ms-transform: translateY(-50px);
	-o-transform: translateY(-50px);
	transform: translateY(-50px);
}
/*footer*/
.line-footer{
    margin-top: 150px;
}
.line-footer-1{
    margin-top: 50px;
}
footer{
    padding: 44px 72px;
}
.logo-footer{
    width: 146px;
}
h4{
    font-size: 1em;
    font-weight: 500;
    color: var(--second-color);
    margin-bottom: 20px;
}
footer a{
    text-decoration: none;
    color: var(--primary-color);
    font-size: 1em;
}
footer a:hover {
    text-decoration-line: line-through;
    text-decoration-style: thin;
    text-decoration-color: var(--third-color);
}
.line-footer-1 p{
    margin-top: 50px;
    text-align: center;
    color: var(--sixth-color);
}
.menu-footer{
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 60px;
}
.menu-footer>:nth-child(1){
    grid-column: 1 / 3;
}
.menu-footer>:nth-child(2){
    grid-column: 3 / 5;
}
.menu-footer>:nth-child(3){
    grid-column: 5 / 7;
}
.menu-footer>:nth-child(4){
    grid-column: 7 / 9;
}
.menu-footer>:nth-child(5){
    grid-column: 9 / 11;
}
.menu-footer>:nth-child(6){
    grid-column: 11 / 13;
}
.logo-qualiopi{
    width: 180px;
}
.menu-footer-mobile{
    display: none;
}
/*DEUXIEME PAGE*/
#fil-ariane{
    display:flex;
    text-align: left;
    flex-direction: row;
    align-items: flex-end;
    margin: 50px 60px 100px 60px;
}
#fil-ariane a{
    text-decoration: none;
    color: var(--fourth-color);
    font-size: 1em;
    font-style: italic;
}
#fil-ariane :hover {
    text-decoration-line: line-through;
    text-decoration-style: thin;
    text-decoration-color: var(--third-color);
}
.page {
    margin: 0px;
}
.page-active{
    color:var(--primary-color);
}
#fil-ariane>a:before{
    content:"•";
    color:var(--second-color);
    margin: 20px;
}
#fil-ariane>a:first-child:before{
    content:"";
    margin: 0;
}
.page-active{
    font-weight: 800;
}
.fil-ariane-mobile{
    margin-left: 60px;
    display: none;
}
.grid-competence{
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 20px;
}
.grid-competence>:nth-child(1){
    grid-column: 1 / 13;
    grid-row: 1;
    background-color: var(--second-color);
}
.grid-competence>:nth-child(2){
    grid-column: 1 / 13;
    grid-row: 2;
    background-color: transparent;
    border: 1px solid var(--fith-color);
}
.grid-competence>:nth-child(3){
    grid-column: 1 / 13;
    grid-row: 3;
    background-color: var(--second-color);
}
.grid-competence>:nth-child(4){
    grid-column: 1 / 13;
    grid-row: 4;
    background-color: transparent;
    border: 1px solid var(--fith-color);
}
.grid-competence>:nth-child(5){
    grid-column: 1 / 13;
    grid-row: 5;
    background-color: var(--second-color);
}
.grid-competence>:nth-child(6){
    grid-column: 1 / 13;
    grid-row: 6;
    background-color: transparent;
    border: 1px solid var(--fith-color);
}
.grid-competence>:nth-child(7){
    grid-column: 1 / 13;
    grid-row: 7;
    background-color: var(--second-color);
}
.competence-img{
    width: 260px;
}
.btn-action{
    background-color: transparent;
    align-self: flex-end;
}
.btn-item{
    border: 2px solid;
    border-color: var(--third-color);
    border-radius: 10px;
    width: 115px;
    height: 90px;
    padding: 15px;
    margin-left: 10px;
}
.btn-item:hover{
    background-color: var(--third-color);
    color: var(--ninth-color);
}
.btn-action a img:hover{
    filter: brightness(0) invert(1);
      -webkit-filter: brightness(0) invert(1);
}
.btn-action a{
    text-decoration: none;
    font-size: 1.3em;
    color: var(--third-color);
    font-weight: 500;
}
.btn-action a img{
    width: 30px;
}

.competences-container-1{
    padding: 50px;
    color: #F2F2F2;
}
.competences-container{
    padding: 50px;
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 20px;
}
.competences-container>:nth-child(1){
    grid-column: 1 / 4;
}
.competences-container>:nth-child(2){
    grid-column: 4 / 9;
}
.competences-container>:nth-child(3){
    grid-column: 10 / 13;
}
.programme-competence{
    color: var(--ninth-color);
    font-size: 1.3em;
}
.programme-competence-w{
    color: var(--primary-color);
    font-size: 1.3em;
}
.title-competence{
    font-weight: 500;
    margin-bottom: 20px;
    font-size: 1.4em;
}
.s-title-competence{
    font-weight: 300;
    font-style: italic;
}

/*PAGE QUALIOPI*/
.qualiopi-wrapper >p{
    font-weight: 500;
}
.qualiopi-wrapper ul li:before{
    content:"✓";
    color:var(--ninth-color);
    margin: 10px;
}
/*calendrier*/

.calendrier-container{
    padding: 0 0 150px 143px;
}
.grid-calendrier{
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 20px;
}
.grid-calendrier>:nth-child(1){
    grid-column: 1 / 3;
    grid-row: 1 / 3;
}
.grid-calendrier>:nth-child(2){
    grid-column: 4 / 13;
    grid-row: 1 / 3;
}
.grid-calendrier>:nth-child(3){
    grid-column: 4 / 13;
    grid-row: 3;
}
.calendrier{
    padding: 73px;
    background-color: var(--ninth-color);
}
.picto-calendrier{
    width: 60px;
}
.date,
.mois{
    font-size: 2em;
    color: var(--eighth-color);
    font-weight: 900;
}
.date{
    -webkit-text-stroke: 1px var(--sixth-color);
    color: transparent;
}
.s-title-calendrier{
    font-style: italic;
    color: var(--fourth-color);
    margin-bottom: 20px;
}
.text-calendrier{
    color: var(--second-color);
    font-weight: 500;
    font-size: 1.2em;
}
.button-border{
    text-decoration: none;
    text-align: center;
    color: var(--second-color);
    font-weight: 500;
    font-size: 1.2em;
    padding: 20px;
    background-color: transparent;
    border-radius: 10px;
    border: 2px solid var(--third-color);
}
.button-border:hover{
    background-color: var(--third-color);
    color: var(--ninth-color);
}
.button-fill {
    text-decoration: none;
    text-align: center;
    background-color: var(--second-color);
    color: var(--ninth-color);
    font-size: 1.2em;
    font-weight: 500;
    padding: 20px;
    border-radius: 10px;
}

.calendrier-content{
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 20px;
    padding-top: 30px;
}
.calendrier-content>:nth-child(1){
    grid-column: 1 / 2;
}
.calendrier-content>:nth-child(2){
    grid-column: 2 / 3;
}
.calendrier-content>:nth-child(3){
    grid-column: 3;
    border: none;
    border-left: 1px solid var(--eighth-color);
    height: 80px;
    width: 1px;
}
.calendrier-content>:nth-child(4){
    grid-column: 4 / 9;
}
.calendrier-content>:nth-child(5){
    grid-column: 10 / 13;
    align-self: center;
}
.calendrier-button{
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 60px;
    padding: 0 73px;
}
.calendrier-button>:nth-child(1){
    grid-column: 9 / 13;
}

/*autres formations*/

.slide img{
    width: 297px;
}
.slide{
    position: relative;
    display: inline-block;
    text-align: center;
    color: white;
}
.slider{
    overflow:auto;
    white-space:nowrap;
    max-width: 100%;
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 20px;
    margin-bottom: 30px;
}
.slide:hover .img-formation  {
    opacity: 0.5;
}
.slide:hover .title-formation {
    display: none;
}
.slide:hover .middle {
    opacity: 1;
}
.slide-icone{
    width: 100px;
    margin: 40px auto 150px auto;
}
/* .slider>:nth-child(1){
    grid-column: 1 / 4;
}
.slider>:nth-child(2){
    grid-column: 4 / 7;
}
.slider>:nth-child(3){
    grid-column: 7 / 10;
}
.slider>:nth-child(4){
    grid-column: 10 / 13;
} */

/*TROISIEME PAGE*/

/*defintion*/
.text-description,
.text-description-faq{
    display: grid;
    grid-template-columns: repeat(10, 1fr);
    gap: 60px;
}
.text-description>:nth-child(1),
.text-description-faq>:nth-child(1){
    grid-column: 4 / 8;
    font-size: 1.3em;
    color: var(--primary-color);
}
.text-description-faq{
    margin-bottom: 130px;
}
/*programme formation*/
.container-programme>p{
    color: var(--primary-color);
}
.title-programme{
    color: var(--second-color);
    font-weight: 500;
    margin-bottom: 20px;
}
.content-programme-1>:nth-child(1)::before{
    content: url(./img/material-perm-identity.svg);
    width: 27px;
    margin-right: 15px;
}
.content-programme-2>:nth-child(1)::before{
    content: url(./img/icone-metro-eye.svg);
    width: 27px;
    margin-right: 15px;
}
.content-programme-3>:nth-child(1)::before{
    content: url(./img/icone-material-work.svg);
    width: 27px;
    margin-right: 15px;
}
.content-programme-4>:nth-child(1)::before{
    content: url(./img/ionic-md-time.svg);
    width: 27px;
    margin-right: 15px;
}
.content-programme-5>:nth-child(1)::before{
    content: url(./img/icone-material-date-range.svg);
    width: 27px;
    margin-right: 15px;
}
.content-programme-6>:nth-child(1)::before{
    content: url(./img/icone-material-place.svg);
    width: 27px;
    margin-right: 15px;
}
.container-programme{
    font-size: 1.3em;
    display: grid;
    grid-template-columns: repeat(10, 1fr);
    gap: 60px;
}
.container-programme>:nth-child(1),
.container-programme>:nth-child(2),
.container-programme>:nth-child(3),
.container-programme>:nth-child(4),
.container-programme>:nth-child(5),
.container-programme>:nth-child(6) {
    border: 1px solid var(--second-color);
    padding: 30px;
}
.container-programme>:nth-child(1){
    grid-column: 1 / 4;
    grid-row: 1;
}
.container-programme>:nth-child(2){
    grid-column: 4 / 9;
    grid-row: 1;
}
.container-programme>:nth-child(3){
    grid-column: 9 / 13;
    grid-row: 1;
}
.container-programme>:nth-child(4){
    grid-column: 1 / 4;
    grid-row: 2;
}
.container-programme>:nth-child(5){
    grid-column: 4 / 9;
    grid-row: 2;
}
.container-programme>:nth-child(6){
    grid-column: 9 / 13;
    grid-row: 2;
}
/*contenu de la formation*/
.warpper {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.tab {
    cursor: pointer;
    padding: 10px 20px;
    /* margin:0px 2px; */
    background: var(--tenth-color);
    display: inline-block;
    color: var(--ninth-color);
    font-size: 1.3em;
    text-transform: uppercase;

}

.panels {
    background: var(--second-color);
    min-height: 200px;
    width: 100%;
    /* max-width:500px; */
    overflow: hidden;
    padding: 73px;
    color: var(--ninth-color);
}

.s-title-panels {
    font-weight: 300;
    font-style: italic;
    margin-bottom: 30px;
}

.panel {
    display: none;
    animation: fadein .8s;
}

@keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.panel-title {
    font-size: 1.3em;
    /* text-transform: uppercase; */
    font-weight: 500;
    color: var(--third-color);
}

.radio {
    display: none;
}

#one:checked~.panels #one-panel,
#two:checked~.panels #two-panel,
#three:checked~.panels #three-panel,
#four:checked~.panels #four-panel,
#five:checked~.panels #five-panel,
#six:checked~.panels #six-panel {
    display: block
}

#one:checked~.tabs #one-tab,
#two:checked~.tabs #two-tab,
#three:checked~.tabs #three-tab,
#four:checked~.tabs #four-tab,
#five:checked~.tabs #five-tab,
#six:checked~.tabs #six-tab {
    background: var(--second-color);
    color: var(--third-color);
    font-weight: 500;
    border-top: 3px solid var(--third-color);
}
/*accordeon*/
input {
    display: none;
}
.label-1 {
    display: flex;
    width: 100%;
    cursor: pointer;
    border-bottom: 1px dotted var(--ninth-color);
    user-select: none;
}
.label-1 h3:first-child {
    width: 100%;
    line-height: 45px;
    margin-left: 10px;
    font-size: 1.2em;
}
.cross{
    margin-right:15px;
    margin-top:3px;
}
.cross:before,.cross:after {
    content: '';
    border-top: 2px solid var(--third-color);
    width: 15px;
    display: block;
    margin-top: 18px;
    transition: 0.3s;
}
.cross:after {
    transform: rotate(90deg);
    margin-top: -2px;
}
.content {
    box-sizing: border-box;
    font-size: 1.3em;
    margin: 10px 10px;
    max-height: 0;
    overflow: hidden;
    transition: max-height, .5s;
}
input:checked ~ .content {
    max-height: 900px;
    transition: max-height, 1s;
}
input:checked ~ label .cross:before {
    transform: rotate(180deg);
}
input:checked ~ label .cross:after {
    transform: rotate(0deg);
}
.button-panels{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-top: 30px;
}
.button-panels>:nth-child(1){
    grid-column: 3;
}
.button-panels>:nth-child(2){
    grid-column: 4;
}
.button-border-orange,
.button-fill-orange{
    text-decoration: none;
    text-align: center;
    color: var(--third-color);
    font-weight: 500;
    font-size: 1.2em;
    padding: 20px;
    border-radius: 10px;
}
.button-border-orange{
    background-color: transparent;
    border: 2px solid var(--third-color);
}
.button-fill-orange{
    background-color: var(--third-color);
    color: var(--ninth-color);
}
.button-border-orange:hover,
.button-fill-orange:hover{
    background-color: var(--second-color);
    color: var(--ninth-color);
    border: none;
}

/*BANNERS*/

.container-banner-2{
    background-image: url('./img/banner-photo-hygiene.jpg');
}
.container-banner-3{
    background-image: url('./img/banner-photo-linguistique.jpg');
}
.container-banner-4{
    background-image: url('./img/banner-photo-linguistique.jpg');
}
.container-banner-5{
    background-image: url('./img/banner-photo-logiciels.jpg');
}
.container-banner-6{
    background-image: url('./img/banner-photo-communication.jpg');
}
.container-banner-7{
    background-image: url('./img/banner-photo-informatique.jpg');
}
.container-banner-8{
    background-image: url('./img/banner-photo-management.jpg');
}
.container-banner-9{
    background-image: url('./img/banner-photo-restauration.jpg');
}
.container-banner-10{
    background-image: url('./img/banner-photo-commerce.jpg');
}
.container-banner-11{
    background-image: url('./img/programme-accessibilite-numerique.jpg');
}
.container-banner-12{
    background-image: url('./img/programme-anglais-niv-1.jpg');
}
.container-banner-13{
    background-image: url('./img/programme-anglais-niveau-2.jpg');
}
.container-banner-14{
    background-image: url('./img/programme-autocad.jpg');
}
.container-banner-15{
    background-image: url('./img/programme-community-management.jpg');
}
.container-banner-16{
    background-image: url('./img/programme-excel.jpg');
}
.container-banner-17{
    background-image: url('./img/programme-merchandising.jpg');
}
.container-banner-18{
    background-image: url('./img/programme-gerer-clients-inciviles.jpg');
}
.container-banner-19{
    background-image: url('./img/programme-haccp-theorie-pratique.jpg');
}
.container-banner-20{
    background-image: url('./img/programme-haccp.jpg');
}
.container-banner-21{
    background-image: url('./img/programme-illustrator.jpg');
}
.container-banner-22{
    background-image: url('./img/programme-word.jpg');
}
.container-banner-23{
    background-image: url('./img/programme-fonction-manager-gestion-equipe.jpg');
}
.container-banner-24{
    background-image: url('./img/programme-photographie.jpg');
}
.container-banner-25{
    background-image: url('./img/programme-powerpoint.jpg');
}
.container-banner-26{
    background-image: url('./img/programme-solidworks-initiation.jpg');
}
.container-banner-27{
    background-image: url('./img/programme-technique-vente.jpg');
}
.container-banner-28{
    background-image: url('./img/programme-vente-additionnelle.jpg');
}
.container-banner-29{
    background-image: url('./img/programme-woocommerce.jpg');
}
.container-banner-30{
    background-image: url('./img/programme-wordpress.jpg');
}
.container-banner-31{
    background-image: url('./img/programme-communication-ecrite.jpg');
}
.container-banner-32{
    background-image: url('./img/banner-qui-sommes-nous.jpg');
}
.container-banner-33{
    background-image: url('./img/banner-photo-word.jpg');
}
/*PAGE 404*/

@media screen and (min-width: 0px) and (max-width: 466px){
/*Contenu de la formation*/
    .tab{
        width: 100%;
    }
/*Container programme*/
    .container-programme>:nth-child(1){
        grid-column: 1 / 11;
        grid-row: 1;
    }
    .container-programme>:nth-child(2){
        grid-column: 1 / 11;
        grid-row: 2;
    }
    .container-programme>:nth-child(3){
        grid-column: 1 / 11;
        grid-row: 3;
    }
    .container-programme>:nth-child(4){
        grid-column: 1 / 11;
        grid-row: 4;
    }
    .container-programme>:nth-child(5){
        grid-column: 1 / 11;
        grid-row: 5;
    }
    .container-programme>:nth-child(6){
        grid-column: 1 / 11;
        grid-row: 6;
    }
    #fil-ariane a{
    font-size: 0.80em;
}
}
@media screen and (min-width: 466px) and (max-width: 847px){
    /*Container programme*/
    .container-programme>:nth-child(1){
        grid-column: 1 / 6;
        grid-row: 1;
    }
    .container-programme>:nth-child(2){
        grid-column: 6 / 11;
        grid-row: 1;
    }
    .container-programme>:nth-child(3){
        grid-column: 1 / 6;
        grid-row: 2;
    }
    .container-programme>:nth-child(4){
        grid-column: 6 / 11;
        grid-row: 2;
    }
    .container-programme>:nth-child(5){
        grid-column: 1 / 6;
        grid-row: 3;
    }
    .container-programme>:nth-child(6){
        grid-column: 6 / 11;
        grid-row: 3;
    }
    }
/* ----- Phone ----*/
@media screen and (min-width: 0) and (max-width: 599px){
    header,
    body,
    footer{
        overflow-x: hidden;
    }
    figure {
	    font-size: 7px;
	}
    [type="checkbox"]{
        display: block;
    }
    .burger> div{
        width: 35px;
        height: 2px;
        background-color:var(--third-color);
        border-radius: 6px;
        margin-bottom: 5px;
        transition: 0.2s ease-in;
    }
    .burger>:nth-child(3) {
        margin-bottom: 0;
    }
    .burger,
    [type="checkbox"]{
        position: absolute;
        z-index: 98;
        top: auto;
        right: 6%;
        justify-content: flex-end;
    }
    [type="checkbox"]{
        width: 30px;
        height: 16px;
        margin: 0;
        z-index: 99;
        opacity: 0;
    }
    [type="checkbox"]:checked + .burger > :nth-child(1){
        transform: translateY(7px) rotate(45deg);
    }
    [type="checkbox"]:checked + .burger > :nth-child(2){
        transform: scaleX(0.1);
        opacity: 0;
    }
    [type="checkbox"]:checked + .burger > :nth-child(3){
        transform: translateY(-7px)rotate(-45deg);
    }
    .menu{
        display: flex;
        width: 100%;
        height: 60px;
        padding: 24px;
        /* position: fixed;
        z-index: 999; */
        /* background-color: var(--ninth-color); */
    }
    .logo{
        width: 70px;
    }
    nav{
        position: fixed;
        z-index: 97;
        top: auto;
        bottom: 0;
        left: 0;
        right: 0;
        background:var(--second-color);
        margin: 0;
        width: 100%;
        min-height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        text-align: center;
        transform: translateX(100%);
        transition: all 0.5s ease-in-out;

    }
    [type="checkbox"]:checked ~ nav{
        transform: none;
    }
    nav>a{
        margin: 0;
        color: transparent;
        font-size: 1.2rem;
        font-weight: 500;
        margin-bottom: 10px;
        text-transform: uppercase;;
        transition-duration: 200ms;
        color: var(--ninth-color);;
    }
    nav>a:hover{
        color: var(--seventh-color);
    }
    .button{
        display: none;
    }
    .searchbox{
        display: none;
    }
    .container-banner,
    .container-banner-1,
    .container-banner-2,
    .container-banner-3,
    .container-banner-4,
    .container-banner-5,
    .container-banner-6,
    .container-banner-7,
    .container-banner-8,
    .container-banner-9,
    .container-banner-10,
    .container-banner-11,
    .container-banner-12,
    .container-banner-13,
    .container-banner-14,
    .container-banner-15,
    .container-banner-16,
    .container-banner-17,
    .container-banner-18,
    .container-banner-19,
    .container-banner-20,
    .container-banner-21,
    .container-banner-22,
    .container-banner-23,
    .container-banner-24,
    .container-banner-25,
    .container-banner-26,
    .container-banner-27,
    .container-banner-28,
    .container-banner-29,
    .container-banner-30,
    .container-banner-31,
    .container-banner-32,
    .container-banner-33{
        height: 300px;
        margin-bottom: 60px;
    }
    .text-banner{
        position: absolute;
        top: 50%;
        margin-left: 50px;
        transform: translate(0%, -50%);
        width: 60%;
        overflow-y: hidden;
    }
    .sous-title,
    .title-banner-1{
        font-size: 1.3rem;
        font-weight: 700;
        color: var(--ninth-color);
        margin-bottom: 20px;
    }
    .title-banner,
    .sous-title-1{
        font-size: 1.1rem;
        font-weight: 400;
        max-width: 200px;
        color: var(--ninth-color);
    }
    .btn-arrow{
        border-width: 1px;
        border-radius: 10px;
        width: 180px;
        height: 40px;
        background-color: transparent;
        color: var(--ninth-color);
        transition: none;
        margin-top: 30px;
    }
    .btn-content {
        transition: none;
        font-size: 1em;
        text-align: center;
    }
    .btn-arrow:hover{
        transform: none;
        background-color: var(--third-color);
        border: none;
    }
    .btn-arrow:hover .btn-content{
        transform: none;
    }
    .arrow {
        display: none;
    }
    /*page finance opcp*/
    .container-duo{
        font-size: 1rem;
        padding: 30px;
    }
    .container-duo>:nth-child(1){
        grid-column: 1 / 13;
        grid-row: 1;
    }
    .container-duo>:nth-child(2){
        grid-column: 1 / 13;
        grid-row: 2;
    }
    .container-duo>:nth-child(3){
        grid-column: 1 / 13;
        grid-row: 3;
    }
    .container-duo>:nth-child(4){
        grid-column: 1 / 13;
        grid-row: 4;
    }
    /*page propos partie timelines*/
    .inclusion,
    .quality,
    .card_text p{
        font-size: 1em;
    }
    .time{
        font-size: 1.1em;
    }
    .timelines{
        margin-bottom: 50px;
    }
    .timeline {
        width: 900px;
    }
    .timeline ul li h3{
        font-size: 1.1em;
    }
    .timeline ul li p{
        font-size: 1em;
    }
    .timeline:before{
        content: '';
        position: absolute;
        left: 3.5%;
        width: 1px;
        height: 92%;
        background: var(--seventh-color);
    }
    .timeline ul li:nth-child(odd):before{
        top: 30px;
        right: 307px;
    }
    .timeline ul li:nth-child(even):before{
        top: 30px;
        left: -2px;
    }
    .timeline ul li{
        margin-left: 30px;
        width: 35%;
    }
    .timeline ul li:nth-child(odd){
        float: left;
        text-align: left;
    }
    .timeline ul li:nth-child(even){
        float: left;
        text-align: left;
    }
    .text-deco-timeline>:nth-child(1){
        margin-bottom: 40px;
        font-size: 5em;
    }
    /*Page propos partie service*/
    .thumble{
        height: 35px;
    }
    .picto-checked{
        width: 1.5em;
    }
    .sm-txt{
        font-size: 1em;
    }
    .element-title{
        font-size: 1em;
        max-width: 100%;
    }
    .grid-5{
        display: grid;
        grid-template-columns: 40% 30% 30%;
        grid-gap: 0px;
        grid-auto-rows: minmax(150px, auto);
        align-content: center;
    }
    .grid-5>:nth-child(1){
        text-align: center;
        padding: 5px;
        grid-column: 1;
        grid-row: 2;
        z-index: 3;
        align-self: center;
    }
    .grid-5>:nth-child(2){
        text-align: center;
        padding: 5px;
        grid-column: 1;
        grid-row: 3;
        z-index: 3;
        align-self: center;
    }
    .grid-5>:nth-child(3){
        text-align: center;
        padding: 5px;
        grid-column: 1;
        grid-row: 4;
        z-index: 3;
        align-self: center;
    }
    .grid-5>:nth-child(4){
        text-align: center;
        padding: 10px;
        grid-column: 1;
        grid-row: 5;
        z-index: 3;
        align-self: center;
    }
    .grid-5>:nth-child(5){
        text-align: center;
        padding: 5px;
        grid-column: 1;
        grid-row: 6;
        z-index: 3;
        align-self: center;
    }
    .grid-5>:nth-child(6){
        text-align: center;
        padding: 5px;
        grid-column: 2;
        grid-row: 1;
        z-index: 1;
        align-self: center;
    }
    .grid-5>:nth-child(7){
        grid-column: 2;
        grid-row: 1 / 7;
        z-index: 0;
    }
    .grid-5>:nth-child(8){
        margin: auto;
        grid-column: 2;
        grid-row: 2;
        z-index: 2;
    }
    .grid-5>:nth-child(9){
        margin: auto;
        grid-column: 2;
        grid-row: 3;
        z-index: 2;
    }
    .grid-5>:nth-child(10){
        margin: auto;
        grid-column: 2;
        grid-row: 4;
        z-index: 2;
    }
    .grid-5>:nth-child(11){
        margin: auto;
        grid-column: 2;
        grid-row: 5;
        z-index: 2;
    }
    .grid-5>:nth-child(12){
        margin: auto;
        grid-column: 2;
        grid-row: 6;
        z-index: 2;
    }
    .grid-5>:nth-child(13){
        text-align: center;
        padding: 5px;
        grid-column: 3;
        grid-row: 1;
        z-index: 2;
        align-self: center;
    }
    .grid-5>:nth-child(14){
        margin: auto;
        grid-column: 3;
        grid-row: 2;
        z-index: 2;
    }
    .grid-5>:nth-child(15){
        grid-column: 1 / 4;
        grid-row: 2;
        background-color: var(--seventh-color);
        z-index: 1;
        opacity: 70%;
    }
    .grid-5>:nth-child(16){
        grid-column: 1 / 4;
        grid-row: 4;
        background-color: var(--seventh-color);
        z-index: 1;
        opacity: 70%;
    }
    .grid-5>:nth-child(17){
        grid-column: 1 / 4;
        grid-row: 6;
        background-color: var(--seventh-color);
        z-index: 1;
        opacity: 70%;
    }
    /*Partie programme formations*/
    .container{
        padding: 0 24px 60px 24px;
    }
    h2{
        font-size: 1.3em;
        margin-bottom: 40px;
    }
    .title-formation{
        font-size: 1rem;
    }
    .wrapper{
        font-size: 3em;
        writing-mode: horizontal-tb;
        -webkit-text-stroke: 1px var(--third-color);
    }
    .button-text {
        font-size: 1em;
        padding: 10px 30px;
    }
    .grid{
        gap: 10px;
        min-height: 0vh;
    }
    .grid>:nth-child(1){
        grid-column: 1 / 13;
        grid-row: 6;
    }
    .grid>:nth-child(2){
        grid-column: 1 / 7;
        grid-row: 1;
    }
    .grid>:nth-child(3){
        grid-column: 7 / 13;
        grid-row: 1;
    }
    .grid>:nth-child(4){
        grid-column: 1 / 7;
        grid-row: 2;
    }
    .grid>:nth-child(5){
        grid-column: 7 / 13;
        grid-row: 2;
    }
    .grid>:nth-child(6){
        grid-column: 1 / 7;
        grid-row: 3;
    }
    .grid>:nth-child(7){
        grid-column: 7 / 13;
        grid-row: 3;
    }
    .grid>:nth-child(8){
        grid-column: 1 / 7;
        grid-row: 4;
    }
    .grid>:nth-child(9){
        grid-column: 7 / 13;
        grid-row: 4;
    }
    .grid>:nth-child(10){
        grid-column: 1 / 13;
        grid-row: 5;
    }
    /*partie taux de satisfaction*/
    .grid-radial {
        flex-wrap: wrap;
    }
    .text-radial {
        font-size: 1em;
        font-weight: 500;
        width: 100%;
        padding: 0 15px 15px 15px;
    }
    .progress *:not([data-progress]) {
        margin: 5px 0;
        font-size: 1em;
    }
    .progress *:not([data-progress]) {
        margin: 5px 0;
        font-size: 1em;
    }
    /*citation*/
    .citation-container{
        height: 300px;
        font-size: 1em;
        margin-bottom: 60px;
    }
    .citation-content{
        width: 70%;
    }
    .copyright{
        padding-top: 30px;
    }
    /*objectfis*/
    .container-objectifs{
        gap: 40px;
        align-items: center;
    }
    .container-objectifs>:nth-child(1){
        grid-column: 1 / 13;
        grid-row: 1;
        align-self: center;
        justify-self: center;
    }
    .container-objectifs>:nth-child(2){
        grid-column: 1 / 13;
        grid-row: 2;
        align-self: center;
        justify-self: center;
    }
    .container-objectifs>:nth-child(3){
        grid-column: 1 / 13;
        grid-row: 3;
        align-self: center;
        justify-self: center;
    }
    .item-objectif img{
        width: 140px;
        transform: translate(20%, 0%);
    }
    .fig-objectif{
        padding-top: 30px;
        width: 200px;
        font-size: 1rem;
        font-weight: 500;
    }
    /*etapes formation*/
    .step-title{
        font-size: 1.1em;
    }
    .step-text p{
        font-size: 1em;
    }
    .container-step{
        display: grid;
        grid-template-columns: repeat(12, 1fr);
        gap: 30px 20px;
    }
    .container-step>:nth-child(1){
        grid-column: 1 / 13;
        grid-row: 1;
    }
    .container-step>:nth-child(2){
        grid-column: 2 / 12;
        max-width: 400px;
        grid-row: 2;
    }
    /*financements*/
    .section{
        margin-bottom: 60px;
    }
    .case-study-images {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        margin:0;
        z-index:2;
    }
    .case-study-wrapper .case-study-name a {
        font-size: 2rem ;
    }
    .case-study-images li.show .hero-number-back {
        font-size: 20rem;
    }
    /*objectfis*/
    .container-actualites{
        display: grid;
        grid-template-columns: repeat(12, 1fr);
        gap: 20px;
        justify-content: center;
    }
    .container-actualites>:nth-child(1){
        grid-column: 1 / 13;
        grid-row: 1;
    }
    .container-actualites>:nth-child(2){
        grid-column: 1 / 13;
        grid-row: 2;
    }
    .container-actualites>:nth-child(3){
        grid-column: 1 / 13;
        grid-row: 3;
    }
    .fig-actualite{
        padding-top: 30px;
        font-size: 1.1rem;
        max-width: 400px;
    }
    figure a {
        text-decoration: underline;
        color: var(--primary-color);
        font-size: 1em;
        font-style: italic;
    }
    /*newletter*/
    .container-newletter{
        height: 220px;
    }
    .content-newletter{
        flex-direction: column;
        margin: 0;
    }
    .content-newletter>:nth-child(1){
        font-size: 1.1em;
        padding: 0;
        margin-bottom: 30px;
        text-align: center;
    }
    .login_bar {
        max-width: 300px;
    }
    .login {
        font-size: 1em;
        padding-left: 10px;
    }
    .login_active {
        -webkit-transform: translateX(300px);
        -moz-transform: translateX(300px);
        -ms-transform: translateX(300px);
        -o-transform: translateX(300px);
        transform: translateX(300px);
    }
    .subscribe_button:hover{
        background-color: var(--third-color);
        cursor:pointer;
        color: var(--second-color);
    }
    .subscribe_button {
        font-size: 1em;
    }

    .thanks{
        font-size: 1em;
    }
    /*footer*/
    .line-footer{
        margin-top: 60px;
    }
    .line-footer-1{
        margin-top: 30px;
        margin-bottom: 30px;
    }
    footer{
        padding: 24px;
    }
    .logo-footer{
        display: none;
    }
    footer a{
        text-decoration: none;
        color: var(--primary-color);
        font-size: 1em;
    }
    .line-footer-1 hr p{
        margin-bottom: 30px;
        text-align: center;
        color: var(--sixth-color);
        font-size: 0.9em;
        max-width: 300px;
    }
    .menu-footer{
        display: none
    }
    .menu-footer-mobile{
        display: block;
    }
    /*mobile-footer*/
    .menu-footer-mobile>:nth-child(1),
    .menu-footer-mobile>:nth-child(2),
    .menu-footer-mobile>:nth-child(3){
        padding: 0px 24px 24px 34px;
    }
    .warpper-m-footer{
        display:flex;
        flex-direction: column;
        align-items: center;
    }
    .panels-m-footer{
        min-height:200px;
        width:100%;
        /* max-width:500px; */
        overflow:hidden;
        padding: 0px 24px 0px 24px;
        color: var(--primary-color);
    }
    .panel-m-footer{
        display:none;
        animation: fadein .8s;
    }
    @keyframes fadein {
        from {
            opacity:0;
        }
        to {
            opacity:1;
        }
    }
    .panel-title-m-footer{
        font-size: 1em;
        font-weight: 500;
        color: var(--second-color);
    }
    .radio-m-footer{
        display:none;
    }
    #one-m-footer:checked ~ .panels-m-footer #one-panel-m-footer,
    #two-m-footer:checked ~ .panels-m-footer #two-panel-m-footer,
    #three-m-footer:checked ~ .panels-m-footer #three-panel-m-footer{
        display:block
    }

    /*accordeon mobile footer*/
    input {
        display: none;
    }
    .label-1-m-footer {
        display: flex;
        width: 100%;
        height: 50px;
        cursor: pointer;
        color: var(--third-color);
        border-bottom: 1px dotted var(--third-color);
        user-select: none;
    }

    .label-1-m-footer h4:first-child {
        width: 100%;
        line-height: 45px;
        margin-left: 10px;
    }
    .cross-m-footer{
        margin-right:15px;
        margin-top:3px;
    }
    .cross-m-footer:before,
    .cross-m-footer:after {
        content: '';
        border-top: 2px solid var(--third-color);
        width: 15px;
        display: block;
        margin-top: 18px;
        transition: 0.3s;
    }
    .cross-m-footer:after {
        transform: rotate(90deg);
        margin-top: -2px;
    }
    .content-m-footer {
        box-sizing: border-box;
        font-size: 1em;
        margin: 10px 10px;
        max-height: 0;
        overflow: hidden;
        transition: max-height, .5s;
    }
    input:checked ~ .content-m-footer {
        max-height: 400px;
        transition: max-height, 1s;
    }
    input:checked ~ label .cross-m-footer:before {
        transform: rotate(180deg);
    }
    input:checked ~ label .cross-m-footer:after {
        transform: rotate(0deg);
    }

    /*PAGE FORMATION DIGITALE*/
    #fil-ariane{
        margin: 50px 24px 50px 24px;
    }
    .page {
        width: 25px;
    }
    #fil-ariane>a:before{
        margin: 10px;
    }
    .competence-img{
        width: 100%;
        align-items: center;
    }
    .competences-container{
        padding: 30px;
        grid-template-columns: repeat(6, 1fr);
    }
    .competences-container>:nth-child(1){
        grid-column: 1 / 7;
        grid-row: 1;
    }
    .competences-container>:nth-child(2){
        grid-column: 1 / 7;
        grid-row: 2;
        margin-bottom: 0;
    }
    .competences-container>:nth-child(3){
        grid-column: 1 / 7;
        grid-row: 3;
        margin-bottom: 15px;
        justify-self: end;
    }
    .programme-competence>:nth-child(5),
    .programme-competence-w>:nth-child(5){
        display: none;
    }
    .programme-competence>:nth-child(3),
    .programme-competence-w>:nth-child(3){
        display: none;
    }
    .programme-competence ,
    .programme-competence-w{
        font-size: 1em;
    }
    .title-competence{
        font-size: 1.1em;
    }
    .btn-action{
        background-color: transparent;
        align-self: flex-end;
    }
    .btn-item{
        border: 1px solid;
        width: 100px;
        height: 90px;
        padding: 15px;
        margin-left: 10px;
    }
    .btn-action a{
        font-size: 1em;
    }
    .btn-action a img{
        width: 20px;
    }
    /*PAGE FORMATION COMMUNITY MANAGEMENT*/
    .text-description,
    .text-description-faq{
        grid-template-columns: repeat(12, 1fr);
        gap: 20px;
    }
    .text-description>:nth-child(1),
    .text-description-faq>:nth-child(1){
        font-size: 1em;
        grid-column: 2 / 12;
    }
    .text-description-faq{
    margin-bottom: 50px;
    }
    .container-programme{
        font-size: 1em;
        display: grid;
        grid-template-columns: repeat(10, 1fr);
        gap: 20px;
    }
    /*contenu de la formation*/
    .warpper{
        display:flex;
        flex-direction: column;
        align-items: center;
    }
    .tab{
        font-size: 1em;
        font-weight: 500;
    }
    .panels{
        padding:0px 20px;
        min-height: 0;
    }
    .s-title-panels{
        font-size: 1em;
        margin: 30px 0;
    }

    /*accordeon*/
    .label-1 h3:first-child {
        font-size: 1em;
    }
    .cross:before,.cross:after {
        content: '';
        border-top: 2px solid var(--third-color);
        width: 15px;
        display: block;
        margin-top: 18px;
        transition: 0.3s;
    }

    .cross:after {
        transform: rotate(90deg);
        margin-top: -2px;
    }

    .content {
        font-size: 1em;
    }
    .button-panels>:nth-child(1){
        grid-column: 1 / 3;
    }
    .button-panels>:nth-child(2){
        grid-column: 3 / 5;
    }
    .button-border-orange,
    .button-fill-orange{
        font-size: 1em;
        padding: 10px;
    }
    .button-border-orange{
        border: 1px solid var(--third-color);
    }
    /*calendrier*/
    .calendrier-container{
        padding: 0 24px;
    }
    .grid-calendrier>:nth-child(1){
        display: none;
    }
    .grid-calendrier>:nth-child(2){
        grid-column: 1 / 13;
    }
    .grid-calendrier>:nth-child(3){
        grid-column: 1 / 13;
        margin-bottom: 40px;
    }
    .calendrier{
        padding: 30px;
    }
    .picto-calendrier{
        width: 25px;
    }
    .date,
    .mois{
        font-size: 1.4em;
        margin-left: 10px;
    }
    .text-calendrier{
        font-size: 1em;
    }
    .button-border{
        font-size: 1em;
        padding: 10px;
        border: 1px solid var(--third-color);
        width: 100%;
    }
    .button-fill {
        font-size: 1em;
        padding: 10px;
    }
    .calendrier-content{
        padding: 0;
        gap: 20px 0;
    }
    .calendrier-content:not(:first-child){
        margin-top: 30px;
    }
    .calendrier-content>:nth-child(1){
        grid-column: 1 / 2;
        grid-row: 1;
    }
    .calendrier-content>:nth-child(2){
        grid-column: 2 / 13;
        grid-row: 1;
        display: flex;
        flex-direction: row;
    }
    .calendrier-content>:nth-child(3){
        display: none;
    }
    .calendrier-content>:nth-child(4){
        grid-column: 1 / 13;
        grid-row: 2;
    }
    .calendrier-content>:nth-child(5){
        grid-column: 1 / 13;
        grid-row: 3;
        justify-self: center;
    }
    .calendrier-button{
        gap: 20px;
        padding: 0;
    }
    .calendrier-button>:nth-child(1){
        grid-column: 1 / 13;
        padding: 15px;
    }
    /*autres formations*/
    .slider{
        gap: 40px;
    }
    .slide img {
        width: 197px;
    }
    .slide-icone{
        width: 60px;
        margin: 20px auto 40px auto;
    }
}
@media screen and (min-width: 600px) and (max-width: 979px){
    .menu-footer-mobile>:nth-child(3){
        grid-column: 9 / 13;
        grid-row: 1;
    }
}
@media screen and (min-width: 600px) and (max-width: 750px){
    /*newletter*/
    .container-newletter{
        height: 220px;
    }
    .content-newletter{
        flex-direction: column;
        margin: 0;
    }
    .content-newletter>:nth-child(1){
        font-size: 1.1em;
        padding: 0;
        margin-bottom: 30px;
        text-align: center;
    }
    .login_bar {
        max-width: 300px;
    }
    .login {
        font-size: 1em;
        padding-left: 10px;
    }
    .login_active {
        -webkit-transform: translateX(300px);
        -moz-transform: translateX(300px);
        -ms-transform: translateX(300px);
        -o-transform: translateX(300px);
        transform: translateX(300px);
    }
    .subscribe_button:hover{
        background-color: var(--third-color);
        cursor:pointer;
        color: var(--second-color);
    }
    .subscribe_button {
        font-size: 1em;
    }

    .thanks{
        font-size: 1em;
    }
    /*page finance opco*/
    .container-duo{
        font-size: 1.2rem;
        padding: 40px;
    }
    .container-duo>:nth-child(1){
        grid-column: 1 / 13;
        grid-row: 1;
    }
    .container-duo>:nth-child(2){
        grid-column: 1 / 13;
        grid-row: 2;
    }
    .container-duo>:nth-child(3){
        grid-column: 1 / 13;
        grid-row: 3;
    }
    .container-duo>:nth-child(4){
        grid-column: 1 / 13;
        grid-row: 4;
    }
}
@media screen and (min-width: 750px) and (max-width: 959px){
    /*newletter*/
    .container-newletter{
        height: 120px;
        margin-top: 80px;
        padding: 10px;
    }
    .content-newletter>:nth-child(1){
        font-size: 1.3em;
        margin: 0;
        padding-right: 30px;
    }
    .login_bar {
        max-width: 300px;
    }
    .login {
        font-size: 1em;

    }
    .login_active {
        -webkit-transform: translateX(300px);
        -moz-transform: translateX(300px);
        -ms-transform: translateX(300px);
        -o-transform: translateX(300px);
        transform: translateX(300px);
    }
    .subscribe_button:hover{
        background-color: var(--third-color);
        cursor:pointer;
        color: var(--second-color);
    }
    .subscribe_button {
        font-size: 1.1em;
    }
    .thanks{
        font-size: 1em;
    }
    /*page finance opco*/
    .container-duo{
        font-size: 1.2rem;
    }
}
/* ----- PHABLET ----- */
@media screen and (min-width: 600px) and (max-width: 959px) {
    header,
    body,
    footer{
        overflow-x: hidden;
    }
    [type="checkbox"]{
        display: block;
    }
    .burger> div{
        width: 35px;
        height: 2px;
        background-color:var(--third-color);
        border-radius: 6px;
        margin-bottom: 5px;
        transition: 0.2s ease-in;
    }
    .burger>:nth-child(3) {
        margin-bottom: 0;
    }
    .burger,
    [type="checkbox"]{
        position: absolute;
        z-index: 98;
        top: auto;
        right: 4%;
        justify-content: flex-end;
    }
    [type="checkbox"]{
        width: 30px;
        height: 16px;
        margin: 0;
        z-index: 99;
        opacity: 0;
    }
    [type="checkbox"]:checked + .burger > :nth-child(1){
        transform: translateY(7px) rotate(45deg);
    }
    [type="checkbox"]:checked + .burger > :nth-child(2){
        transform: scaleX(0.1);
        opacity: 0;
    }
    [type="checkbox"]:checked + .burger > :nth-child(3){
        transform: translateY(-7px)rotate(-45deg);
    }
    .menu{
        display: flex;
        width: 100%;
        height: 100px;
        padding: 24px;
        /* position: fixed;
        z-index: 999; */
        /* background-color: var(--ninth-color); */
    }
    .logo{
        width: 100px;
    }
    nav{
        position: fixed;
        z-index: 97;
        top: auto;
        bottom: 0;
        left: 0;
        right: 0;
        background:var(--second-color);
        margin: 0;
        width: 100%;
        min-height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        text-align: center;
        transform: translateX(100%);
        transition: all 0.5s ease-in-out;

    }
    [type="checkbox"]:checked ~ nav{
        transform: none;
    }
    nav>a{
        margin: 0;
        color: transparent;
        font-size: 1.2rem;
        margin-bottom: 10px;
        font-weight: 500;
        text-transform: uppercase;;
        transition-duration: 200ms;
        color: var(--ninth-color);;
    }
    nav>a:hover{
        color: var(--seventh-color);
    }
    .button{
        display: none;
    }
    .searchbox{
        display: none;
    }
    .container-banner,
    .container-banner-1,
    .container-banner-2,
    .container-banner-3,
    .container-banner-4,
    .container-banner-5,
    .container-banner-6,
    .container-banner-7,
    .container-banner-8,
    .container-banner-9,
    .container-banner-10,
    .container-banner-11,
    .container-banner-12,
    .container-banner-13,
    .container-banner-14,
    .container-banner-15,
    .container-banner-16,
    .container-banner-17,
    .container-banner-18,
    .container-banner-19,
    .container-banner-20,
    .container-banner-21,
    .container-banner-22,
    .container-banner-23,
    .container-banner-24,
    .container-banner-25,
    .container-banner-26,
    .container-banner-27,
    .container-banner-28,
    .container-banner-29,
    .container-banner-30,
    .container-banner-31,
    .container-banner-32,
    .container-banner-33{
        height: 500px;
        margin-bottom: 80px;
    }
    .text-banner{
        position: absolute;
        top: 50%;
        margin-left: 70px;
        transform: translate(0%, -50%);
        width: 60%;
        overflow-y: hidden;
    }
    .sous-title,
    .title-banner-1{
        font-size: 3rem;
        font-weight: 700;
        color: var(--ninth-color);
        margin-bottom: 30px;
    }
    .title-banner,
    .sous-title-1{
        font-size: 1.6rem;
        font-weight: 400;
        color: var(--ninth-color);
        max-width: 500px;
    }
    .btn-arrow{
        border-width: 1.5px;
        border-radius: 10px;
        width: 300px;
        height: 50px;
        background-color: transparent;
        color: var(--ninth-color);
        transition: none;
        margin-top: 40px;
    }
    .btn-content {
        transition: none;
        font-size: 1.6em;
        text-align: center;
    }
    .btn-arrow:hover{
        transform: none;
        background-color: var(--third-color);
        border: none;
    }
    .btn-arrow:hover .btn-content{
        transform: none;
    }
    .arrow {
        display: none;
    }
    /*page finance opco*/
    .container-duo{
        font-size: 1.2rem;
    }
    /*Page propos, partie timelines*/
    .inclusion,
    .quality,
    .card_text p{
        font-size: 1.2em;
    }
    .time{
        font-size: 1.2em;
    }
    .timeline ul li h3{
        font-size: 1.5em;
    }
    .timelines{
        margin-bottom: 100px;
    }
    .timeline {
        width: 900px;
    }
    .timeline ul li p{
        font-size: 1.2em;
    }
    .timeline:before{
        content: '';
        position: absolute;
        left: 6.5%;
        width: 1px;
        height: 92%;
        background: var(--seventh-color);
    }
    .timeline ul li:nth-child(odd):before{
        top: 30px;
        right: 466px;
    }
    .timeline ul li:nth-child(even):before{
        top: 30px;
        left: -25px;
    }
    .timeline ul li{
        margin-left: 80px;
    }
    .timeline ul li:nth-child(odd){
        float: left;
        text-align: left;
    }
    .timeline ul li:nth-child(even){
        float: left;
        text-align: left;
    }
    .text-deco-timeline>:nth-child(1){
        margin-bottom: 50px;
        font-size: 8em;
    }
    .thumble{
        height: 5vh;
    }
    .picto-checked{
        width: 1.5em;
    }
    .sm-txt{
        font-size: 1.2em;
    }
    .element-title{
        font-size: 1.2em;
        max-width: 100%;
    }
    .grid-5{
        display: grid;
        grid-template-columns: 40% 28% 28%;
        grid-gap: 10px;
        grid-auto-rows: minmax(150px, auto);
        align-content: center;
    }
    .grid-5>:nth-child(1){
        text-align: center;
        padding: 10px;
        grid-column: 1;
        grid-row: 2;
        z-index: 3;
        align-self: center;
    }
    .grid-5>:nth-child(2){
        text-align: center;
        padding: 10px;
        grid-column: 1;
        grid-row: 3;
        z-index: 3;
        align-self: center;
    }
    .grid-5>:nth-child(3){
        text-align: center;
        padding: 10px;
        grid-column: 1;
        grid-row: 4;
        z-index: 3;
        align-self: center;
    }
    .grid-5>:nth-child(4){
        text-align: center;
        padding: 10px;
        grid-column: 1;
        grid-row: 5;
        z-index: 3;
        align-self: center;
    }
    .grid-5>:nth-child(5){
        text-align: center;
        padding: 10px;
        grid-column: 1;
        grid-row: 6;
        z-index: 3;
        align-self: center;
    }
    .grid-5>:nth-child(6){
        text-align: center;
        padding: 20px;
        grid-column: 2;
        grid-row: 1;
        z-index: 1;
        align-self: center;
    }
    .grid-5>:nth-child(7){
        grid-column: 2;
        grid-row: 1 / 7;
        z-index: 0;
    }
    .grid-5>:nth-child(8){
        margin: auto;
        grid-column: 2;
        grid-row: 2;
        z-index: 2;
    }
    .grid-5>:nth-child(9){
        margin: auto;
        grid-column: 2;
        grid-row: 3;
        z-index: 2;
    }
    .grid-5>:nth-child(10){
        margin: auto;
        grid-column: 2;
        grid-row: 4;
        z-index: 2;
    }
    .grid-5>:nth-child(11){
        margin: auto;
        grid-column: 2;
        grid-row: 5;
        z-index: 2;
    }
    .grid-5>:nth-child(12){
        margin: auto;
        grid-column: 2;
        grid-row: 6;
        z-index: 2;
    }
    .grid-5>:nth-child(13){
        text-align: center;
        padding: 20px;
        grid-column: 3;
        grid-row: 1;
        z-index: 2;
        align-self: center;
    }
    .grid-5>:nth-child(14){
        margin: auto;
        grid-column: 3;
        grid-row: 2;
        z-index: 2;
    }
    .grid-5>:nth-child(15){
        grid-column: 1 / 4;
        grid-row: 2;
        background-color: var(--seventh-color);
        z-index: 1;
        opacity: 70%;
    }
    .grid-5>:nth-child(16){
        grid-column: 1 / 4;
        grid-row: 4;
        background-color: var(--seventh-color);
        z-index: 1;
        opacity: 70%;
    }
    .grid-5>:nth-child(17){
        grid-column: 1 / 4;
        grid-row: 6;
        background-color: var(--seventh-color);
        z-index: 1;
        opacity: 70%;
    }
    /*page finance opco*/
    .timeline-article p {
        font-size: 1.2rem;
        font-weight: 300;
    }
    /*Partie programme formations*/
    .container{
        padding: 0 24px 80px 24px;
    }
    h2{
        font-size: 2.5em;
        margin-bottom: 50px;
    }
    .title-formation{
        font-size: 1.2rem;
    }
    .wrapper{
        font-size: 6em;
        writing-mode: horizontal-tb;
        -webkit-text-stroke: 1px var(--third-color);
    }
    .button-text {
        font-size: 1em;
        padding: 10px 30px;
    }
    .grid{
        gap: 15px;
        min-height: 0vh;
    }
    .grid>:nth-child(1){
        grid-column: 1 / 13;
        grid-row: 4;
    }
    .grid>:nth-child(2){
        grid-column: 1 / 5;
        grid-row: 1;
    }
    .grid>:nth-child(3){
        grid-column: 5 / 9;
        grid-row: 1;
    }
    .grid>:nth-child(4){
        grid-column: 9 / 13;
        grid-row: 1;
    }
    .grid>:nth-child(5){
        grid-column: 1 / 5;
        grid-row: 2;
    }
    .grid>:nth-child(6){
        grid-column: 5 / 9;
        grid-row: 2;
    }
    .grid>:nth-child(7){
        grid-column: 9 / 13;
        grid-row: 2;
    }
    .grid>:nth-child(8){
        grid-column: 1 / 5;
        grid-row: 3;
    }
    .grid>:nth-child(9){
        grid-column: 5 / 9;
        grid-row: 3;
    }
    .grid>:nth-child(10){
        grid-column: 9 / 13;
        grid-row: 3;
    }
    /*partie taux de satisfaction*/
    .grid-radial {
        flex-wrap: wrap;
    }
    .text-radial{
        font-size: 1em;
        width: 100%;
        padding: 0 15px 15px 15px;
    }
    .progress *:not([data-progress]) {
        font-size: 1em;
    }
    .progress *:not([data-progress]) {
        font-size: 1em;
    }
    /*citation*/
    .citation-container{
        height: 300px;
        font-size: 1.3em;
        margin-bottom: 80px;
    }
    .citation-content{
        width: 70%;
    }
    .copyright{
        padding-top: 30px;
    }
    /*objectfis*/
    .container-objectifs{
        gap: 20px;
        align-items: center;
    }
    .container-objectifs>:nth-child(1){
        grid-column: 1 / 5;
        align-self: center;
        justify-self: center;
    }
    .container-objectifs>:nth-child(2){
        grid-column: 5 / 9;
        align-self: center;
        justify-self: center;
    }
    .container-objectifs>:nth-child(3){
        grid-column: 9 / 13;
        align-self: center;
        justify-self: center;
    }
    .item-objectif img{
        width: 120px;
        transform: translate(32%, 0%);
    }
    .fig-objectif{
        padding-top: 40px;
        font-size: 1.1rem;
        width: 200px;
        font-weight: 500;
    }
    /*etapes formation*/
    .step-title{
        font-size: 1.2em;
    }
    .step-text p{
        font-size: 1.2em;
    }
    .container-step{
        display: grid;
        grid-template-columns: repeat(12, 1fr);
        gap: 30px 20px;
    }
    .container-step>:nth-child(1){
        grid-column: 1 / 13;
        grid-row: 1;
    }
    .container-step>:nth-child(2){
        grid-column: 1 / 12;
        max-width: 500px;
        margin-left: 50px;
        grid-row: 2;
    }
    /*financements*/
    .section{
        margin-bottom: 80px;
    }
    .case-study-images {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        margin:0;
        z-index:2;
    }
    .case-study-wrapper .case-study-name a {
        font-size: 2.4em ;
    }
    .case-study-images li.show .hero-number-back {
        font-size: 20em;
    }
    /*objectfis*/
    .container-actualites{
        display: grid;
        grid-template-columns: repeat(12, 1fr);
        gap: 20px;
        justify-content: center;
    }
    .container-actualites>:nth-child(1){
        grid-column: 1 / 5;
    }
    .container-actualites>:nth-child(2){
        grid-column: 5 / 9;
    }
    .container-actualites>:nth-child(3){
        grid-column: 9 / 13;
    }
    .fig-actualite{
        padding-top: 30px;
        font-size: 1.2rem;
        max-width: 300px;
    }
    figure a {
        text-decoration: underline;
        color: var(--primary-color);
        font-size: 1em;
        font-style: italic;
    }
    /*footer*/
    .line-footer{
        margin-top: 80px;
    }
    .line-footer-1{
        margin-top: 30px;
        margin-bottom: 10px;
    }
    footer{
        padding: 50px;
    }
    .logo-footer{
        width: 100px;
    }
    footer a{
        text-decoration: none;
        color: var(--primary-color);
        font-size: 1em;
    }
    .line-footer-1 hr p{
        margin-bottom: 30px;
        text-align: center;
        color: var(--sixth-color);
        font-size: 0.9em;
        max-width: 300px;
    }
    .logo-qualiopi{
        width: 140px;
    }
    .menu-footer{
        display: none
    }
    .menu-footer-mobile{
        display: grid;
        grid-template-columns: repeat(12, 1fr);
        gap: 30px;
    }
    .menu-footer-mobile>:nth-child(1){
        grid-column: 1 / 4;
        grid-row: 1;
    }
    .menu-footer-mobile>:nth-child(2){
        grid-column: 4 / 8;
        grid-row: 1;
    }
    .menu-footer-mobile>:nth-child(3){
        grid-column: 8 / 13;
        grid-row: 1;
    }
    .menu-footer-mobile>:nth-child(4){
        grid-column: 1 / 13;
        grid-row: 2;
    }
    .panels-m-footer{
        min-height:200px;
        width:100%;
        overflow:hidden;
        color: var(--primary-color);
    }
    .panel-m-footer{
        display:none;
        animation: fadein .8s;
    }
    @keyframes fadein {
        from {
            opacity:0;
        }
        to {
            opacity:1;
        }
    }
    .panel-title-m-footer{
        font-size: 1em;
        font-weight: 500;
        color: var(--second-color);
    }
    .radio-m-footer{
        display:none;
    }
    #one-m-footer:checked ~ .panels-m-footer #one-panel-m-footer,
    #two-m-footer:checked ~ .panels-m-footer #two-panel-m-footer,
    #three-m-footer:checked ~ .panels-m-footer #three-panel-m-footer{
        display:block
    }

    /*accordeon mobile footer*/
    input {
        display: none;
    }
    .label-1-m-footer {
        display: flex;
        width: 100%;
        height: 50px;
        cursor: pointer;
        color: var(--third-color);
        border-bottom: 1px dotted var(--third-color);
        user-select: none;
    }

    .label-1-m-footer h4:first-child {
        width: 100%;
        line-height: 45px;
        margin-left: 10px;
    }
    .cross-m-footer{
        margin-right:15px;
        margin-top:3px;
    }
    .cross-m-footer:before,
    .cross-m-footer:after {
        content: '';
        border-top: 2px solid var(--third-color);
        width: 15px;
        display: block;
        margin-top: 18px;
        transition: 0.3s;
    }
    .cross-m-footer:after {
        transform: rotate(90deg);
        margin-top: -2px;
    }
    .content-m-footer {
        box-sizing: border-box;
        font-size: 1em;
        margin: 10px 10px;
        max-height: 0;
        overflow: hidden;
        transition: max-height, .5s;
    }
    input:checked ~ .content-m-footer {
        max-height: 400px;
        transition: max-height, 1s;
    }
    input:checked ~ label .cross-m-footer:before {
        transform: rotate(180deg);
    }
    input:checked ~ label .cross-m-footer:after {
        transform: rotate(0deg);
    }
    /*PAGE FORMATION DIGITALE*/
    #fil-ariane{
        margin: 50px 24px 60px 24px;
    }
    .page {
        width: 25px;
    }
    #fil-ariane>a:before{
        margin: 10px;
    }
    .competence-img{
        width: 100%;
        align-items: center;
    }
    .competences-container{
        padding: 30px;
        grid-template-columns: repeat(6, 1fr);
    }
    .competences-container>:nth-child(1){
        grid-column: 1 / 4;
        grid-row: 1;
    }
    .competences-container>:nth-child(2){
        grid-column: 4 / 7;
        grid-row: 1;
        margin-bottom: 0;
    }
    .competences-container>:nth-child(3){
        grid-column: 1 / 7;
        grid-row: 1;
        margin-bottom: 15px;
        justify-self: end;
    }
    .programme-competence>:nth-child(3),
    .programme-competence-w>:nth-child(3){
        display: none;
    }
    .programme-competence ,
    .programme-competence-w{
        font-size: 1em;
    }
    .title-competence{
        font-size: 1.1em;
    }
    .btn-action{
        background-color: transparent;
        align-self: flex-end;
    }
    .btn-item{
        border: 1px solid;
        width: 100px;
        height: 90px;
        padding: 15px;
        margin-left: 10px;
    }
    .btn-action a{
        font-size: 1em;
    }
    .btn-action a img{
        width: 20px;
    }
    /*PAGE FORMATION COMMUNITY MANAGEMENT*/
    .text-description,
    .text-description-faq{
        grid-template-columns: repeat(12, 1fr);
        gap: 20px;
    }
    .text-description>:nth-child(1),
    .text-description-faq>:nth-child(1){
        font-size: 1.2em;
        grid-column: 4 / 10;
    }
    .text-description-faq{
    margin-bottom: 60px;
    }
    .container-programme{
        font-size: 1em;
        display: grid;
        grid-template-columns: repeat(10, 1fr);
        gap: 20px;
    }
    /*contenu de la formation*/
    .warpper{
        display:flex;
        flex-direction: column;
        align-items: center;
    }
    .tab{
        font-size: 1em;
        font-weight: 500;
    }
    .panels{
        padding:0px 20px;
        min-height: 0;
    }
    .s-title-panels{
        font-size: 1em;
        margin: 30px 0;
    }

    /*accordeon*/
    .label-1 h3:first-child {
        font-size: 1em;
    }
    .cross:before,.cross:after {
        content: '';
        border-top: 2px solid var(--third-color);
        width: 15px;
        display: block;
        margin-top: 18px;
        transition: 0.3s;
    }

    .cross:after {
        transform: rotate(90deg);
        margin-top: -2px;
    }

    .content {
        font-size: 1em;
    }
    .button-panels>:nth-child(1){
        grid-column: 1 / 3;
    }
    .button-panels>:nth-child(2){
        grid-column: 3 / 5;
    }
    .button-border-orange,
    .button-fill-orange{
        font-size: 1em;
        padding: 10px;
    }
    .button-border-orange{
        border: 1px solid var(--third-color);
    }
    /*calendrier*/
    .calendrier-container{
        padding: 0 24px;
    }
    .grid-calendrier>:nth-child(1){
        justify-content: center;
        writing-mode: vertical-lr;
    }
    .grid-calendrier>:nth-child(2){
        grid-column: 4 / 13;
    }
    .grid-calendrier>:nth-child(3){
        grid-column: 1 / 13;
        margin-bottom: 40px;
    }
    .calendrier{
        padding: 30px;
    }
    .picto-calendrier{
        width: 25px;
    }
    .date,
    .mois{
        font-size: 1.4em;
        margin-left: 10px;
    }
    .text-calendrier{
        font-size: 1em;
    }
    .button-border{
        font-size: 1em;
        padding: 10px;
        border: 1px solid var(--third-color);
        width: 100%;
    }
    .button-fill {
        font-size: 1em;
        padding: 10px;
    }
    .calendrier-content{
        padding: 0;
    }
    .calendrier-content>:nth-child(2){
        grid-column: 2 / 13;
        grid-row: 1;
    }
    .calendrier-content>:nth-child(3){
        grid-column: 4;
        grid-row: 1;
        border: none;
        border-left: 1px solid var(--eighth-color);
        height: 50px;
        width: 1px;
    }
    .calendrier-content>:nth-child(4){
        grid-column: 5 / 13;
        grid-row: 1;
    }
    .calendrier-content>:nth-child(5){
        grid-column: 1 / 13;
        grid-row: 2;
        margin-bottom: 30px;
        justify-self: center;
    }
    .calendrier-button{
        gap: 20px;
        padding: 0;
    }
    .calendrier-button>:nth-child(1){
        grid-column: 4 / 13;
        padding: 15px;
        margin-bottom: 80px;
    }
    /*autres formations*/
    .slider{
        gap: 40px;
    }
    .slide-icone{
        width: 80px;
        margin: 20px auto 40px auto;
    }
}
/* ----- TABLET ----- */
@media screen and (min-width: 960px) and (max-width: 1279px){
    header,
    body,
    footer{
        overflow-x: hidden;
    }
    [type="checkbox"]{
        display: block;
    }
    .burger> div{
        width: 35px;
        height: 2px;
        background-color:var(--third-color);
        border-radius: 6px;
        margin-bottom: 5px;
        transition: 0.2s ease-in;
    }
    .burger>:nth-child(3) {
        margin-bottom: 0;
    }
    .burger,
    [type="checkbox"]{
        position: absolute;
        z-index: 98;
        top: auto;
        right: 4%;
        justify-content: flex-end;
    }
    [type="checkbox"]{
        width: 30px;
        height: 16px;
        margin: 0;
        z-index: 99;
        opacity: 0;
    }
    [type="checkbox"]:checked + .burger > :nth-child(1){
        transform: translateY(7px) rotate(45deg);
    }
    [type="checkbox"]:checked + .burger > :nth-child(2){
        transform: scaleX(0.1);
        opacity: 0;
    }
    [type="checkbox"]:checked + .burger > :nth-child(3){
        transform: translateY(-7px)rotate(-45deg);
    }
    .menu{
        display: flex;
        width: 100%;
        height: 100px;
        padding: 35px;
        /* position: fixed;
        z-index: 999; */
        /* background-color: var(--ninth-color); */
    }
    .logo{
        width: 100px;
    }
    nav{
        position: fixed;
        z-index: 97;
        top: auto;
        bottom: 0;
        left: 0;
        right: 0;
        background:var(--second-color);
        margin: 0;
        width: 100%;
        min-height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        text-align: center;
        transform: translateX(100%);
        transition: all 0.5s ease-in-out;

    }
    [type="checkbox"]:checked ~ nav{
        transform: none;
    }
    nav>a{
        margin: 0;
        color: transparent;
        font-size: 1.5em;
        margin-bottom: 10px;
        font-weight: 500;
        text-transform: uppercase;;
        transition-duration: 200ms;
        color: var(--ninth-color);;
    }
    nav>a:hover{
        color: var(--seventh-color);
    }
    .button{
        display: none;
    }
    .searchbox{
        display: none;
    }
    .container-banner,
    .container-banner-1,
    .container-banner-2,
    .container-banner-3,
    .container-banner-4,
    .container-banner-5,
    .container-banner-6,
    .container-banner-7,
    .container-banner-8,
    .container-banner-9,
    .container-banner-10,
    .container-banner-11,
    .container-banner-12,
    .container-banner-13,
    .container-banner-14,
    .container-banner-15,
    .container-banner-16,
    .container-banner-17,
    .container-banner-18,
    .container-banner-19,
    .container-banner-20,
    .container-banner-21,
    .container-banner-22,
    .container-banner-23,
    .container-banner-24,
    .container-banner-25,
    .container-banner-26,
    .container-banner-27,
    .container-banner-28,
    .container-banner-29,
    .container-banner-30,
    .container-banner-31,
    .container-banner-32,
    .container-banner-33{
        height: 500px;
        margin-bottom: 80px;
    }
    .text-banner{
        position: absolute;
        top: 50%;
        margin-left: 80px;
        transform: translate(0%, -50%);
        width: 40%;
        overflow-y: hidden;
    }
    .sous-title,
    .title-banner-1{
        font-size: 3rem;
        font-weight: 700;
        color: var(--ninth-color);
        margin-bottom: 30px;
        max-width: 400px;
    }
    .title-banner,
    .sous-title-1{
        font-size: 1.6rem;
        font-weight: 400;
        color: var(--ninth-color);
        max-width: 500px;
    }
    .btn-arrow{
        border-width: 1.5px;
        border-radius: 10px;
        width: 300px;
        height: 50px;
        background-color: transparent;
        color: var(--ninth-color);
        transition: none;
        margin-top: 40px;
    }
    .btn-content {
        transition: none;
        font-size: 1.6em;
        text-align: center;
    }
    .btn-arrow:hover{
        transform: none;
        background-color: var(--third-color);
        border: none;
    }
    .btn-arrow:hover .btn-content{
        transform: none;
    }
    .arrow {
        display: none;
    }
    /*Page propos partie timeline*/
    .container-duo{
        font-size: 1.2rem;
    }

    .timelines{
        margin-bottom: 100px;
    }
    .timeline {
        width: 900px;
    }
    .timeline ul li p{
        font-size: 1.3em;
    }
    .text-deco-timeline>:nth-child(1){
        margin-bottom: 70px;
        font-size: 12em;
    }
    /*Partie programme formations*/
    .container{
        padding: 0 35px 80px 35px;
    }
    h2{
        font-size: 2.5em;
        margin-bottom: 50px;
    }
    .text-description-faq{
    margin-bottom: 60px;
}
    .title-formation{
        font-size: 1.2rem;
    }
    .wrapper{
        font-size: 8em;
        writing-mode: vertical-lr;
        -webkit-text-stroke: 1px var(--third-color);
    }
    .button-text {
        font-size: 1em;
        padding: 10px 30px;
    }
    .grid{
        gap: 15px;
        min-height: 0vh;
    }
    .grid>:nth-child(1){
        grid-column: 1 / 4;
        grid-row: 1 / 4;
    }
    .grid>:nth-child(2){
        grid-column: 4 / 7;
        grid-row: 1;
    }
    .grid>:nth-child(3){
        grid-column: 7 / 10;
        grid-row: 1;
    }
    .grid>:nth-child(4){
        grid-column: 10 / 13;
        grid-row: 1;
    }
    .grid>:nth-child(5){
        grid-column: 4 / 7;
        grid-row: 2;
    }
    .grid>:nth-child(6){
        grid-column: 7 / 10;
        grid-row: 2;
    }
    .grid>:nth-child(7){
        grid-column: 10 / 13;
        grid-row: 2;
    }
    .grid>:nth-child(8){
        grid-column: 4 / 7;
        grid-row: 3;
    }
    .grid>:nth-child(9){
        grid-column: 7 / 10;
        grid-row: 3;
    }
    .grid>:nth-child(10){
        grid-column: 10 / 13;
        grid-row: 3;
    }
    /*partie taux de satisfaction*/
    .text-radial{
        font-size: 1.2em;
    }
    .progress *:not([data-progress]) {
        font-size: 1.2em;
    }
    .progress *:not([data-progress]) {
        font-size: 1.2em;
    }
    /*citation*/
    .citation-container{
        height: 300px;
        font-size: 1.3em;
        margin-bottom: 80px;
    }
    .citation-content{
        width: 60%;
    }
    .copyright{
        padding-top: 30px;
    }
    .title-duo{
        font-size: 1.2em;
    }
    .text-duo{
        font-size: 1.2em;
    }
    .timeline-article p {
        font-size: 1.2rem;
        font-weight: 300;
    }
    /*objectfis*/
    .container-objectifs{
        gap: 20px;
        align-items: center;
    }
    .container-objectifs>:nth-child(1){
        grid-column: 1 / 5;
        align-self: center;
        justify-self: center;
    }
    .container-objectifs>:nth-child(2){
        grid-column: 5 / 9;
        align-self: center;
        justify-self: center;
    }
    .container-objectifs>:nth-child(3){
        grid-column: 9 / 13;
        align-self: center;
        justify-self: center;
    }
    .item-objectif img{
        width: 120px;
        transform: translate(32%, 0%);
    }
    .fig-objectif{
        padding-top: 40px;
        font-size: 1.1rem;
        width: 200px;
        font-weight: 500;
    }
    /*etapes formation*/
    .step-title{
        font-size: 1.2em;
    }
    .step-text p{
        font-size: 1.2em;
    }
    .container-step{
        display: grid;
        grid-template-columns: repeat(12, 1fr);
        gap: 30px 20px;
    }
    .container-step>:nth-child(1){
        grid-column: 1 / 7;
    }
    .container-step>:nth-child(2){
        grid-column: 7 / 13;
        max-height: 400px;
        overflow-y: scroll;
        scroll-behavior: auto;
    }
    /*financements*/
    .section{
        margin-bottom: 80px;
    }
    .case-study-images {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        margin:0;
        z-index:2;
    }
    .case-study-wrapper .case-study-name a {
        font-size: 2.4em ;
    }
    .case-study-images li.show .hero-number-back {
        font-size: 20em;
    }
    /*objectfis*/
    .container-actualites{
        display: grid;
        grid-template-columns: repeat(12, 1fr);
        gap: 20px;
        justify-content: center;
    }
    .container-actualites>:nth-child(1){
        grid-column: 1 / 5;
    }
    .container-actualites>:nth-child(2){
        grid-column: 5 / 9;
    }
    .container-actualites>:nth-child(3){
        grid-column: 9 / 13;
    }
    .fig-actualite{
        padding-top: 30px;
        font-size: 1.2rem;
        max-width: 300px;
    }
    figure a {
        text-decoration: underline;
        color: var(--primary-color);
        font-size: 1em;
        font-style: italic;
    }
    /*newletter*/
    .container-newletter{
        height: 120px;
    }
    .content-newletter>:nth-child(1){
        font-size: 1.3em;
        margin-bottom: 30px;
        margin: 0;
        padding-right: 30px;
    }
    .login_bar {
        max-width: 300px;
    }
    .login {
        font-size: 1em;
        padding-left: 10px;
    }
    .login_active {
        -webkit-transform: translateX(300px);
        -moz-transform: translateX(300px);
        -ms-transform: translateX(300px);
        -o-transform: translateX(300px);
        transform: translateX(300px);
    }
    .subscribe_button:hover{
        background-color: var(--third-color);
        cursor:pointer;
        color: var(--second-color);
    }
    .subscribe_button {
        font-size: 1.2em;
    }
    .thanks{
        font-size: 1.1em;
    }
    /*footer*/
    .line-footer{
        margin-top: 80px;
    }
    .line-footer-1{
        margin-top: 30px;
        margin-bottom: 10px;
    }
    footer{
        padding: 50px;
    }
    .logo-footer{
        width: 100px;
    }
    .menu-footer{
        grid-template-columns: repeat(12, 1fr);
        gap: 20px;
    }
    footer a{
        text-decoration: none;
        color: var(--primary-color);
        font-size: 1em;
    }
    .line-footer-1 hr p{
        margin-bottom: 30px;
        text-align: center;
        color: var(--sixth-color);
        font-size: 0.9em;
        max-width: 300px;
    }
    .logo-qualiopi{
        width: 140px;
    }
    /*PAGE FORMATION DIGITALE*/
    #fil-ariane{
        margin: 50px 24px 60px 24px;
    }
    .page {
        width: 25px;
    }
    #fil-ariane>a:before{
        margin: 10px;
    }
    .competence-img{
        width: 100%;
        align-items: center;
    }
    .competences-container{
        padding: 30px;
        grid-template-columns: repeat(6, 1fr);
    }
    .competences-container>:nth-child(1){
        grid-column: 1 / 4;
        grid-row: 1;
    }
    .competences-container>:nth-child(2){
        grid-column: 4 / 7;
        grid-row: 1;
        margin-bottom: 0;
    }
    .competences-container>:nth-child(3){
        grid-column: 1 / 7;
        grid-row: 1;
        margin-bottom: 15px;
        justify-self: end;
    }
    .programme-competence>:nth-child(3),
    .programme-competence-w>:nth-child(3){
        display: none;
    }
    .programme-competence ,
    .programme-competence-w{
        font-size: 1em;
    }
    .title-competence{
        font-size: 1.1em;
    }
    .btn-action{
        background-color: transparent;
        align-self: flex-end;
    }
    .btn-item{
        border: 1px solid;
        width: 100px;
        height: 90px;
        padding: 15px;
        margin-left: 10px;
    }
    .btn-action a{
        font-size: 1em;
    }
    .btn-action a img{
        width: 20px;
    }
    /*calendrier*/
    .calendrier-container{
        padding: 0 24px;
    }
    .grid-calendrier>:nth-child(1){
        justify-content: center;
        writing-mode: vertical-lr;
    }
    .grid-calendrier>:nth-child(2){
        grid-column: 4 / 13;
    }
    .grid-calendrier>:nth-child(3){
        grid-column: 1 / 13;
        margin-bottom: 40px;
    }
    .calendrier{
        padding: 30px;
    }
    .picto-calendrier{
        width: 25px;
    }
    .date,
    .mois{
        font-size: 1.4em;
        margin-left: 10px;
    }
    .text-calendrier{
        font-size: 1em;
    }
    .button-border{
        font-size: 1em;
        padding: 10px;
        border: 1px solid var(--third-color);
        width: 100%;
    }
    .button-fill {
        font-size: 1em;
        padding: 10px;
    }
    .calendrier-content{
        padding: 0;
    }
    .calendrier-content>:nth-child(2){
        grid-column: 2 / 13;
        grid-row: 1;
    }
    .calendrier-content>:nth-child(3){
        grid-column: 4;
        grid-row: 1;
        border: none;
        border-left: 1px solid var(--eighth-color);
        height: 50px;
        width: 1px;
    }
    .calendrier-content>:nth-child(4){
        grid-column: 5 / 13;
        grid-row: 1;
    }
    .calendrier-content>:nth-child(5){
        grid-column: 1 / 13;
        grid-row: 2;
        margin-bottom: 30px;
        justify-self: center;
    }
    .calendrier-button{
        gap: 20px;
        padding: 0;
    }
    .calendrier-button>:nth-child(1){
        grid-column: 4 / 13;
        padding: 15px;
        margin-bottom: 80px;
    }
    /*autres formations*/
    .slider{
        gap: 40px;
        margin-bottom: 40px;
    }
    .slide-icone{
        width: 80px;
        margin: 20px auto 40px auto;
    }
    .text-duo{
        font-size: 1em;
    }
    .fig-objectif{
        font-size: 1.2rem;
    }
}
/* ----- DESKTOP ----- */
@media screen and (min-width: 1280px) and (max-width:1440px){
    header,
    body,
    footer{
        overflow-x: hidden;
    }
    .logo{
        width: 120px;
    }
    .menu {
        height: 90px;
        padding: 44px 52px;
    }
    nav>a {
        font-size: 1.1em;
        margin-left: 40px;
    }
    .container-banner,
    .container-banner-1,
    .container-banner-2,
    .container-banner-3,
    .container-banner-4,
    .container-banner-5,
    .container-banner-6,
    .container-banner-7,
    .container-banner-8,
    .container-banner-9,
    .container-banner-10,
    .container-banner-11,
    .container-banner-12,
    .container-banner-13,
    .container-banner-14,
    .container-banner-15,
    .container-banner-16,
    .container-banner-17,
    .container-banner-18,
    .container-banner-19,
    .container-banner-20,
    .container-banner-21,
    .container-banner-22,
    .container-banner-23,
    .container-banner-24,
    .container-banner-25,
    .container-banner-26,
    .container-banner-27,
    .container-banner-28,
    .container-banner-29,
    .container-banner-30,
    .container-banner-31,
    .container-banner-32,
    .container-banner-33{
        height: 600px;
        margin-bottom: 120px;
    }
    .text-banner{
        position: absolute;
        top: 50%;
        margin-left: 10%;
        transform: translate(0%, -50%);
        width: 50%;
        overflow-y: hidden;
    }
    .sous-title,
    .title-banner-1{
        font-size: 3.4rem;
        margin-bottom: 30px;
        max-width: 400px;
    }
    .title-banner,
    .sous-title-1{
        font-size: 2rem;
        max-width: 400px;
    }
    .btn-arrow{
        border-width: 2px;
        width: 350px;
        height: 60px;
        margin-top: 50px;
    }
    .btn-content {
        font-size: 1.6em;
    }
    /*Partie programme formations*/
    .container{
        padding: 0 35px 120px 35px;
    }
    h2{
        font-size: 3em;
        margin-bottom: 80px;
    }
    .text-description-faq{
    margin-bottom: 90px;
}
    .title-formation{
        font-size: 1.5rem;
    }
    .wrapper{
        font-size: 11em;
        writing-mode: vertical-lr;
        -webkit-text-stroke: 1px var(--third-color);
    }
    .button-text {
        font-size: 1em;
        padding: 10px 30px;
    }
    .grid{
        gap: 15px;
        min-height: 0vh;
    }
    /*citation*/
    .citation-container{
        height: 500px;
        font-size: 1.5em;
        margin-bottom: 120px;
    }
    .citation-content{
        width: 50%;
    }
    .copyright{
        padding-top: 40px;
    }
    /*objectfis*/
    .container-objectifs{
        align-items: center;
    }
    .container-objectifs>:nth-child(1){
        grid-column: 2 / 4;
        align-self: center;
        justify-self: center;
    }
    .container-objectifs>:nth-child(2){
        grid-column: 6 / 8;
        align-self: center;
        justify-self: center;
    }
    .container-objectifs>:nth-child(3){
        grid-column: 10 / 12;
        align-self: center;
        justify-self: center;
    }
    .item-objectif img{
        width: 172px;
    }
    .fig-objectif{
        padding-top: 40px;
        font-size: 1.3rem;
        width: 200px;
        font-weight: 500;
    }
    /*etapes formation*/
    .step-title{
        font-size: 1.6em;
    }
    .step-text p{
        font-size: 1.3em;
    }
    .container-step>:nth-child(2){
        grid-column: 8 / 13;
    }
    /*financements*/
    .section{
        margin-bottom: 120px;
    }
    .case-study-wrapper .case-study-name a {
        font-size: 3em ;
    }
    .case-study-images li.show .hero-number-back {
        font-size: 30em;
    }
    /*actualités*/
    .fig-actualite{
        padding-top: 40px;
        font-size: 1.3rem;

    }
    /*newletter*/
    .content-newletter>:nth-child(1){
        font-size: 1.5em;
    }
    .login_bar {
        max-width: 300px;
    }
    .login {
        font-size: 1em;
    }
    .subscribe_button {
        font-size: 1.2em;
    }
    .thanks{
        font-size: 1.1em;
    }
    /*footer*/
    .line-footer{
        margin-top: 120px;
    }
    .line-footer-1{
        margin-top: 60px;
        margin-bottom: 10px;
    }
    footer{
        padding: 50px;
    }
    .line-footer-1 hr p{
        margin-bottom: 30px;
        text-align: center;
        color: var(--sixth-color);
        font-size: 0.9em;
        max-width: 300px;
    }

}
@media screen and (min-width: 1439px) and (max-width:1920px) {
    .menu{
       padding: 45px 60px;
    }
    .grid-1>:nth-child(4) {
        grid-column: 6 / 13;
        grid-row: 2;
        justify-self: center;
    }
    .wrapper,
    .text-deco-horizontal-2,
    .textAnim,
    .text-deco {
        font-family: 'Oswald', sans-serif;
    }
    .grid-1>:nth-child(4) {
        grid-column: 5 / 12;
    }
}
