@charset "utf-8";
@import url("fontawesome-all.min.css");

/* ------------------------------ CSS -- */
header,
section,
footer,
aside,
nav,
header,
article,
figure {
    display: block;
}

div,
header,
nav,
article,
section,
aside,
footer,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
ul,
li,
figure,
figcaption,
class,
img {
    margin: 0;
    padding: 0;
}

* {
    box-sizing: border-box;
}

html,
body {
    height: 100%;
    border: 0 solid transparent;
    font-size: 16px;
    background-color: #F5F5F5 !important;
    margin: 0;
    min-height: 100%;
    padding: 0;
    width: 100%;
    display: block;
    font-family: 'Poppins', sans-serif !important;
    scroll-behavior: smooth;
}

img,
object,
embed,
canvas,
video,
audio,
picture {
    max-width: 100%;
    height: auto;
}

img {
    display: block;
}

a {
    text-decoration: none;
    color: black;
}
/* ------------------------------- RECURENTES -- */
.clear {
    display: block;
    zoom: 1;
}

.clear:after {
    content: " ";
    display: block;
    font-size: 0;
    height: 0;
    clear: both;
    visibility: hidden;
}

.center {
    width: 960px;
    margin: 0 auto;
}

div.top {
    display: none;
}

div.line_effect {
    border-radius: 0.35em;
    background-color: white;
    padding: 0.05em 0;
    margin: 0 auto;
    width: 112rem;
    margin: 1rem auto;

}

.color_text {
    color: #4DC2E9;
    font-weight: 800;
}

.title_section {
    color: #ffffff;
    font-size: 2rem;
    font-weight: 600;
    letter-spacing: 0.rem;
    text-align: center;
    margin-bottom: 5rem;
    background-color: #4cc0e8;
    padding: 2rem 3rem;
    border-radius: 4rem;
}
/*------------------ FLECHE SCROLL TOP --------------*/

#progress {
    position: fixed;
    left: 35px; 
    bottom: 20px;
    height: 5rem;
    width: 5rem;
    display: none;
    place-items: center;
    border-radius: 50%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    cursor: pointer;
  }
  #progress-value {
    display: block;
    height: calc(100% - 15px);
    width: calc(100% - 15px);
    background-color: #ffffff;
    border-radius: 50%;
    display: grid;
    place-items: center;
    font-size: 25px;
    color: #001a2e;
  }
  
/*---------------------------------- WHATSAPP ---------------------*/
div.whatsapp_content {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: fixed;
    z-index: 999;
    bottom: 3%;
    left: 2%;
}

div.whatsapp_content a.link_whatsapp {
    color: #27D367;
    font-size: 5rem;
    margin-top: -2rem;
}
.bounce {
    animation: bounce 2s ease infinite;
  }
  @keyframes bounce {
      0%, 20%, 50%, 80%, 100% {transform: translateY(0);}
      40% {transform: translateY(-30px);}
      60% {transform: translateY(-15px);}
  }
/* ----------------------------------------------------------------------------------------------------------------- PAGE DES CAT ---------------------------------------------- */
/*---------------------------------- HEADER PAGE CAT ---------------------*/
header.header_content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-image: url(../images/img_dev.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    width: 100%;
    height: 100vh;
}
header.header_content nav.menu2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 10rem;
    position: fixed;
    top: 0;
    z-index: 99;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.782);
}
.scrolled {
    background-color: #F5F5F5 !important;
    transition: background-color 200ms linear;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
  }
  header.header_content nav.menu2 a.logo_container {
    width: 20rem;
}

header.header_content nav.menu2 ul.suitenav {
    list-style: none;
    display: flex;
    align-items: center;
    padding: 0;
    margin: 0;
    justify-content: space-around;
    flex-direction: row;
}

header.header_content nav.menu2 ul.suitenav li {
    list-style: none;
    margin: 0 0.5rem;
}
header.header_content nav.menu2 ul.suitenav li  a.link {
    font-size: 1.4rem;
    color: #282A33;
    padding: 0.8rem 1rem;
    text-align: center;
    border-radius: 50px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
}
header.header_content nav.menu2 ul.suitenav li  a.link:hover {
    color: white;
    background-color: #4CC1E8;
    text-decoration: none;
    padding: 0.8rem 1rem;
}
header.header_content nav.menu2 ul.suitenav li  a.hover {
    font-size: 1.4rem;    
    color: #fff;
    text-align: center;
    border-radius: 50px;
    background-color: #4CC1E8;
    padding: 0.8rem 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;

}
header.header_content nav.menu2 ul.suitenav li  a.hover:hover {
    color: white;
    background-color: #282A33;
    text-decoration: none;
}
header.header_content nav.menu2 ul.suitenav li  a.hover {
    font-size: 1.4rem;    
    color: #fff;
    text-align: center;
    border-radius: 50px;
    background-color: #4CC1E8;
    padding: 0.8rem 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
}
header.header_content nav.menu2 ul.suitenav li  a.hover:hover {
    color: white;
    background-color: #282A33;
    text-decoration: none;
}
section.header {
    color: white;
    width: 80rem;
}
section.header img {
    width: 100%;
}
ul.dropdown-menu {
    border-radius: 2rem;
    top: 3rem;
    border: none;

}
ul.dropdown-menu-second {
    border-radius: 2rem;
    top: 3rem;
    border: none;
    background-color: rgba(255, 255, 255, 0.782);
}
header.header_content h4.title_intro {
    color: #ffffff;
    font-size: 2rem;
    font-weight: 600;
    letter-spacing: 0.3rem;
    text-align: center;
    margin-top: 11rem;
    margin-bottom: 6rem;
    background-color: #4cc0e8;
    padding: 2rem 3rem;
    border-radius: 4rem;
}
header.header_content p.text_intro {
    color: white;
    text-align: justify;
    width: 85rem;
    font-size: 1.7rem;
}
header.header_content a.js_scrollto {
    position: absolute;
    bottom: 0;
    color: white;
    font-size: 3.3rem;
    text-shadow: 1px 1px 5px #333;
    bottom: 3rem;
    transition: 0.2s all ease-in-out;
}
header.header_content a.js_scrollto:hover {
    transition: 0.2s;
    bottom: 2.5rem;
}
/*------------------------------- SECTION POURQUOI CHOISIR 4D ------------*/
section.whychoice {
    padding: 9rem 0 5rem 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}
section.whychoice div.whychoice_container {
    display: flex;
    flex-wrap: wrap;
    max-width: 114rem;
    justify-content: center;
    margin: 0 auto;
}
section.whychoice div.whychoice_container article.whychoice_content {
    display: flex;
    width: 34rem;
    height: 22rem;
    background-color: aqua;
    flex-direction: column;
    justify-content: flex-start;
    padding: 2rem;
    margin: 2rem;
    border-radius: 2rem;
    background-color: white;
    box-shadow:rgba(255, 255, 255, 0.1) 0px 1px 1px 0px inset, rgba(50, 50, 93, 0.25) 0px 40px 78px -30px, rgba(0, 0, 0, 0.3) 0px 67px 60px -85px;
}
section.whychoice div.whychoice_container article.whychoice_content h4.whychoice_title_description {
    color: #0bbbee;
    font-weight: 600;
}
section.whychoice div.whychoice_container article.whychoice_content p.whychoice_text {
    font-size: 1.5rem;
}
.whychoice_content:hover {
    -ms-transform: scale(1.1);
    /* IE 9 */
     -webkit-transform: scale(1.1);
     /* Safari 3-8 */
     transform: scale(1.1);
     transition: 0.3s all ease-in-out;
     background: linear-gradient(130deg, #0bbbee 0%, #a4c5ce 100%);
     /* background: linear-gradient(130deg, #0bbbee 0%, #3C3C3B 100%); */
}
section.whychoice div.whychoice_container  article.whychoice_content:hover h4.whychoice_title_description,
section.whychoice div.whychoice_container article.whychoice_content:hover p.whychoice_text  {
  color: white;
  transition: 0.3s all ease-in-out;
}
/*---------------------------------- SECTION PRESENTATION GENERALE ---*/

section.formation_content {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 8rem 0 4rem 0;
}
section.formation_content p.text_second_intro {
    width: 105rem;
    font-size: 1.6rem;
    margin: 0 auto;
    text-align: justify;
}
section.formation_content iframe.video_yt {
    width: 89rem;
    height: 50rem;
    margin: 5rem 0;
}
section.formation_content div.formation_container {
    display: flex;
    flex-wrap: wrap;
    max-width: 125rem;
    justify-content: space-evenly;
}
section.formation_content div.formation_container div.art_content {
    width: 58rem;
}
section.formation_content div.formation_container  p.text_introduction {
    text-align: justify;
}

section.formation_content div.formation_container h4.tittle_formation {
    margin: 2rem 0;
    color: #0bbbee;
    font-size: 1.8rem;    
    font-weight: 600;
}
/*---------------------------------- ARTICLE FORME COMMUN ---*/

section.formation_content div.formation_container article.formation_description {
    display: flex;    
    align-items: center;
    justify-content: space-evenly;
    min-height: 25rem;
    margin: 1rem 0 4rem 0;
    width: 119rem;
    padding: 2rem;
    border-radius: 2rem;
    background-color: white;
    box-shadow: rgba(255, 255, 255, 0.1) 0px 1px 1px 0px inset, rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
}
section.formation_content div.formation_container article.formation_description i.logo_cat {
    font-size: 7rem;
    color: #0bbbee;
}
section.formation_content div.formation_container article.formation_description img.illustation_formation {
    width: 13%;
}
section.formation_content div.formation_container article.formation_description div.formation_text_content {    
    width: 75rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}
section.formation_content div.formation_container article.formation_description div.formation_text_content button.accordion {
    background-color: rgba(126, 74, 74, 0);
    color: #001a2e;
    font-weight: 900;
    font-size: 1.6rem;
    text-align: left;
    width: 100%;
    padding-bottom: 5px;
    cursor: pointer;
    border: none;
    outline: none;
    transition: 0.4s;
    text-align: justify;
    transition: 0.4s;
}
section.formation_content div.formation_container article.formation_description div.formation_text_content button.accordion div.btn_visibility {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 3rem 0 2rem 0;
}
section.formation_content div.formation_container article.formation_description div.formation_text_content button.accordion div.btn_visibility i.fa-circle-chevron-down {
    font-size: 2.8rem;
}
section.formation_content div.formation_container article.formation_description div.formation_text_content button.accordion div.btn_visibility p.readmore {
    margin: 0 0 0 5px;
    font-weight: 400;
}
section.formation_content div.formation_container article.formation_description div.formation_text_content button.accordion:hover {
    color: #0bbbee;
    transition: 0.4s;
}
section.formation_content div.formation_container article.formation_description div.formation_text_content div.panel {
    background-color: white;
    max-height: 0;
    margin-bottom: 10px;
    overflow: hidden;
    transition: 0.2s ease-out;
    color: #001a2e;
}
.formation_text {    
    text-align: justify;
    font-size: 1.6rem;
    height: 160px;
}
.formation_text_hover {    
    text-align: justify;
    font-size: 1.6rem;
}
/*---------------------------------- ARTICLE VARIANTE TAILLE ---*/

section.formation_content div.formation_container article.formation_description_varying {
    display: flex;    
    align-items: center;
    justify-content: space-around;
    flex-direction: column;
    min-height: 35rem;
    margin: 1rem 0 4rem 0;
    padding: 2rem;
    border-radius: 2rem;
    background-color: white;
    box-shadow: rgba(255, 255, 255, 0.1) 0px 1px 1px 0px inset, rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
}
section.formation_content div.formation_container article.formation_description_varying i.logo_cat {
    font-size: 7rem;
    color: #0bbbee;
}
section.formation_content div.formation_container article.formation_description_varying img.illustation_formation {
    width: 35%;
}
section.formation_content div.formation_container article.formation_description_varying div.formation_text_content {    
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}
section.formation_content div.formation_container article.formation_description_varying div.formation_text_content button.accordion {
    background-color: rgba(126, 74, 74, 0);
    color: #001a2e;
    font-weight: 900;
    font-size: 1.6rem;
    text-align: left;
    width: 100%;
    padding-bottom: 5px;
    cursor: pointer;
    border: none;
    outline: none;
    transition: 0.4s;
    text-align: justify;
    transition: 0.4s;
}
section.formation_content div.formation_container article.formation_description_varying div.formation_text_content button.accordion:hover {
    color: #0bbbee;
    transition: 0.4s;
}
section.formation_content div.formation_container article.formation_description_varying div.formation_text_content button.accordion i {
    font-weight: 18px;
}
section.formation_content div.formation_container article.formation_description_varying div.formation_text_content div.panel {
    background-color: white;
    max-height: 0;
    margin-bottom: 10px;
    overflow: hidden;
    transition: 0.2s ease-out;
    color: #001a2e;
}
.formation_text_varying {
    text-align: justify;
    font-size: 1.6rem;
    height: 210px;
}
/*---------------------------------- CAT 4D ERP/GESTION/SAGE ---*/
section.cat_all4d {
    display: flex;
    justify-content: center;
    margin: 0 0 5rem 0;
    box-shadow: rgba(50, 50, 93, -8.75) 0px 0px 0px 0px, rgba(0, 0, 0, 0.3) 0px 7px 7px -4px;
}
section.cat_all4d div.cat_all4d_content {
    display: flex;
    padding-bottom: 8rem;
    align-items: center;
    width: 120rem;
    justify-content: space-evenly;  
}

section.cat_all4d div.cat_all4d_content article.cat_art {
    display: flex;
    justify-content: space-around;
    flex-direction: column;
    align-items: flex-end;
    min-height: 40rem;
    width: 35rem;
    padding: 2rem;
    border-radius: 2rem;
    background-color: white;
    box-shadow: rgba(255, 255, 255, 0.1) 0px 1px 1px 0px inset, rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
}
section.cat_all4d div.cat_all4d_content article.cat_art div.cat_text_content i.fontawesome {
    font-size: 3rem;
    color: #0bbbee;
}
section.cat_all4d div.cat_all4d_content article.cat_art div.cat_text_content h3.cat_title {
    color: #0bbbee;
    height: 52px;
    font-weight: 600;
}
section.cat_all4d div.cat_all4d_content article.cat_art div.cat_text_content p.cat_text {
    margin: 3rem 0 5rem 0;
    height: 225px;
    text-align: justify;
}
section.cat_all4d div.cat_all4d_content article.cat_art a.cat_btn {
    font-size: 1.4rem;
    color: #fff;
    text-align: center;
    border-radius: 50px;
    background-color: #0bbbee;
    padding: 0.8rem 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
}
section.cat_all4d div.cat_all4d_content article.cat_art:hover {
    -ms-transform: scale(1.1);
    /* IE 9 */
     -webkit-transform: scale(1.1);
     /* Safari 3-8 */
     transform: scale(1.1);
     transition: 0.3s all ease-in-out;
     background: linear-gradient(130deg, #0bbbee 0%, #a4c5ce 100%);
     /* background: linear-gradient(130deg, #0bbbee 0%, #3C3C3B 100%); */
}
section.cat_all4d div.cat_all4d_content article.cat_art:hover div.cat_text_content i.fontawesome,
section.cat_all4d div.cat_all4d_content article.cat_art:hover div.cat_text_content h3.cat_title,
section.cat_all4d div.cat_all4d_content article.cat_art:hover div.cat_text_content p.cat_text {
  color: white;
  transition: 0.3s all ease-in-out;
}

section.cat_all4d div.cat_all4d_content article.cat_art:hover a.cat_btn  {
    font-size: 1.4rem;
    color: #0bbbee;
    text-align: center;
    border-radius: 50px;
    background-color: white;
    padding: 0.8rem 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
}
section.cat_all4d div.cat_all4d_content article.cat_art:hover a.cat_btn:hover {
    color: white;
    background-color: #282A33;
    text-decoration: none;
}

/* ---------------------------------------------------------------------------------------- RESPONSIVE------------------------------------ */
/* ------------------------------------------------------------------------- */
/* ------------------------------------------------MEDIA QUERIES 1024px ---- */
/* ------------------------------------------------------------------------- */
@media screen and (max-width: 1024px) {
    section.whychoice div.whychoice_container article.whychoice_content {
        width: 25rem;
        height: 25rem;
    }
    section.formation_content p.text_second_intro {
        width: 85%;
        font-size: 1.6rem;
        margin: 0 auto;
        text-align: justify;
    }
    section.formation_content div.formation_container article.formation_description {
        width: 90rem;
    }
    /* -------------------------- LISTE DES EXAMPLE DE COMPETENCES  ------------------------- */
    section.formation_content div.formation_container div.art_content {
        width: 47%;
    }
    section.formation_content div.formation_container {
        width: 90%;
    }
    section.formation_content div.formation_container article.formation_description div.formation_text_content {
        width: 66rem;
    }
    section.formation_content div.formation_container article.formation_description_reverse div.formation_text_content button.accordion {
        width: 675px;
    }
    .formation_text_varying {
        margin-top: 2rem;
        height: 265px;
    }
    section.cat_all4d div.cat_all4d_content article.cat_art {
        width: 30rem;
    }
}

/* ------------------------------------------------------------------------- */
/* ------------------------------------------------MEDIA QUERIES 960px ---- */
/* ------------------------------------------------------------------------- */
@media screen and (max-width: 960px) {
    header.header_content nav.menu2 {
        display: none;
    }
    /* ----- MENU BURGER ---- */
    div.top {
        display: block;
    }
    div.top div.burger {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 1rem 10rem;
        position: fixed;
        top: 0;
        z-index: 99;
        width: 100%;
        background-color: rgba(255, 255, 255, 0.782);
    }
    div.top div.burger a.logo_container {
        width: 20rem;
    }
    div.top div.burger span {
        display: block;
        width: 30px;
        height: 3px;
        border-radius: 2rem;
        background-color: #0bbbee;
        position: absolute;
        top: 50%;
        right: 10%;
        transform: translate(-50%, -50%);
        transition: all 0.3s ease-in-out;
    }
    div.top div.burger span:before,
    div.top div.burger span:after {
        content: '';
        position: absolute;
        display: block;
        width: 30px;
        height: 3px;
        border-radius: 2rem;
        background-color: #3c3c3b;
        transition: all 0.3s ease-in-out;
    }
    div.top div.burger span:before {
        top: -10px;
    }
    div.top div.burger span:after {
        top: 10px;
    }
    div.top div.burger.burger-open span {
        background-color: rgba(99, 112, 129, 0);
    }
    div.top div.burger.burger-open span:before {
        transform: rotate(45deg);
        top: 0;
    }
    div.top div.burger.burger-open span:after {
        transform: rotate(135deg);
        top: 0;
    }
    div.top div.burger i {
        color: white;
        margin: 15px 0 0 50px;
        font-size: 20px;
    }
    div.top div.burger i:hover {
        color: #e5d9ce;
    }
    div.top div.menu {
        height: 100%;
        background-color: #f9f7f4;
        position: fixed;
        right: 0;
        width: 100%;
        z-index: 2;
        transform: translateX(100%);
        overflow-x: hidden;
        transition: transform 0.3s ease-in-out;
    }
    div.top div.menu.is-open {
        transform: translateX(0);
    }
    div.top div.menu ul {
        display: flex;
        flex-direction: column;
        align-items: center;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: 100%;
    }
    div.top div.menu ul li {
        list-style-type: none;
        display: flex;
    }
    div.top div.menu ul li a.link {
        font-size: 1.4rem;
        color: #282A33;
        padding: 0.8rem 1rem;
        text-align: center;
        border-radius: 50px;
        font-weight: 600;
        cursor: pointer;
        transition: all 0.3s ease;
        text-decoration: none;
    }
    a.contact {
        font-size: 1.4rem;    
        color: #fff;
        text-align: center;
        border-radius: 50px;
        background-color: #4CC1E8;
        line-height: 4rem;
        height: 4rem;
        width: 30rem;
        font-weight: 600;
        cursor: pointer;
        transition: all 0.3s ease;
        text-decoration: none;
    }
    a.contact:hover {
        color: white;
        background-color: #282A33;
        text-decoration: none;
    }
    div.top div.menu ul li a:before,
    div.top div.menu ul li a:after {
        content: '';
        position: absolute;
        display: block;
        height: 5px;
        width: 80%;
        left: 0;
    }
    header nav.center {
        display: none;
    }
    header section.icon {
        display: none;
    }
    header.header_content h4.title_intro {
        font-size: 1.5rem;
    }
    header.header_content p.text_intro {
        width: 90%;
        font-size: 1.4rem;
    }
    section.whychoice div.whychoice_container article.whychoice_content {
        width: 34rem;
    }
    section.formation_content div.formation_container article.formation_description {
        width: 70rem;
    }
    section.formation_content div.formation_container article.formation_description div.formation_text_content {
        width: 60rem;
    }
    section.formation_content div.formation_container article.formation_description_reverse div.formation_text_content button.accordion {
        width: 660px;
        font-size: 1.4rem;
    }
    section.formation_content div.formation_container article.formation_description div.formation_text_content button.accordion {
        font-size: 1.4rem;
    }
    section.formation_content iframe.video_yt {
        width: 70rem;
        height: 40rem;
    }
    section.formation_content div.formation_container article.formation_description div.formation_text_content {
        width: 46rem;
    }
    .formation_text {
        font-size: 1.4rem;
        height: 160px;
    }
    .formation_text_varying {
        font-size: 1.4rem;
    }
    /* -------------------------- 3 WIDGET EN BAS ------------------------- */
    section.cat_all4d div.cat_all4d_content {
        flex-direction: column;
    }
    section.cat_all4d div.cat_all4d_content article.cat_art {
        min-height: 25rem;
        width: 50rem;
        margin: 2rem 0;
    }
    section.cat_all4d div.cat_all4d_content article.cat_art div.cat_text_content p.cat_text {
        margin: 0;
    }
    section.cat_all4d div.cat_all4d_content article.cat_art a.cat_btn {
        margin-top: 2rem;
        font-size: 1.2rem;
    }
    section.cat_all4d div.cat_all4d_content article.cat_art div.cat_text_content h3.cat_title {
        height: auto;
    }
}

/* ------------------------------------------------------------------------- */
/* ----------------------------------------------MEDIA QUERIES 768px ---- */
/* ------------------------------------------------------------------------- */
@media screen and (max-width: 768px) {
    header.header_content h4.title_intro {
        font-size: 1.5rem;
    }
    header.header_content p.text_intro {
        width: 90%;
        font-size: 1.5rem;
    }
    section.whychoice div.whychoice_container article.whychoice_content {
        width: 33rem;
        height: 20rem;
    }
    section.whychoice div.whychoice_container article.whychoice_content h4.whychoice_title_description {
        font-size: 14px;
    }
    section.whychoice div.whychoice_container article.whychoice_content p.whychoice_text {
        font-size: 1.3rem;
    }
    section.formation_content p.text_second_intro {
        width: 85%;
        font-size: 1.6rem;
        margin: 0 auto;
        text-align: justify;
    }
    /* -------------------------- LISTE DES EXAMPLE DE COMPETENCES  ------------------------- */
    section.formation_content div.formation_container article.formation_description {
        width: 55rem;
        flex-direction: column;
    }
    .title_section {
        font-size: 1.5rem;
    }
    section.formation_content div.formation_container article.formation_description i.logo_cat {
    margin-bottom: 2rem;
    }
    section.formation_content {
        padding: 8rem 0 0rem 0;
    }
    section.formation_content iframe.video_yt {
        width: 55rem;
        height: 30rem;
        margin: 5rem 0;
    }
    section.formation_content div.formation_container div.art_content {
        width: 47%;
    }
    section.formation_content div.formation_container {
        width: 90%;
    }
    section.formation_content div.formation_container article.formation_description div.formation_text_content {
        width: 50rem;
    }
    section.formation_content div.formation_container article.formation_description_reverse div.formation_text_content button.accordion {
        width: 675px;
    }
    .formation_text_varying {
        margin-top: 2rem;
        height: 265px;
        font-size: 1.3rem;
    }
    .formation_text {
        text-align: justify;
        font-size: 1.3rem;
        height: 160px;
    }
    section.cat_all4d div.cat_all4d_content article.cat_art {
        width: 30rem;
    }
    section.formation_content div.formation_container article.formation_description div.formation_text_content button.accordion {
        font-size: 1.3rem;
    }
    .formation_text_hover {
        text-align: justify;
        font-size: 1.3rem;
    }
    .formation_text_varying {
        margin-top: 2rem;
        height: 295px;
        font-size: 1.3rem;
    }
}

/* ------------------------------------------------------------------------- */
/* ----------------------------------------------MEDIA QUERIES 600px ---- */
/* ------------------------------------------------------------------------- */
@media screen and (max-width: 600px) {
    header.header_content p.text_intro {
        font-size: 1.3rem;
    }
    section.whychoice div.whychoice_container article.whychoice_content {
        width: 25rem;
        height: 20rem;
        margin: 1rem;
    }
    section.formation_content p.text_second_intro {
        width: 85%;
        font-size: 1.3rem;
        margin: 0 auto;
        text-align: justify;
    }
    section.formation_content iframe.video_yt {
        width: 49rem;
        height: 30rem;
        margin: 5rem 0;
    }
    section.formation_content div.formation_container article.formation_description {
        width: 50rem;
    }
    section.formation_content div.formation_container article.formation_description div.formation_text_content {
        width: 45rem;
    }
    section.cat_all4d div.cat_all4d_content article.cat_art div.cat_text_content h3.cat_title {
        font-size: 18px;
    }
    section.cat_all4d div.cat_all4d_content article.cat_art div.cat_text_content p.cat_text {
        height: 150px;
        font-size: 1.2rem;
    }
    .formation_text_varying {
        margin-top: 2rem;
        height: 320px;
        font-size: 1.3rem;
    }
}


/* ------------------------------------------------------------------------- */
/* ----------------------------------------------MEDIA QUERIES 480px ---- */
/* ------------------------------------------------------------------------- */
@media screen and (max-width: 480px) {
    header.header_content h4.title_intro {
        margin-top: 4rem;
    }
    section.whychoice div.whychoice_container article.whychoice_content {
        width: 90%;
        height: 15rem;
    }
    section.whychoice div.whychoice_container article.whychoice_content p.whychoice_text {
        font-size: 1.2rem;
    }
    section.formation_content div.formation_container article.formation_description {
        width: 39rem;
    }
    section.partners_content div.partners_logo_container button.btn_show {
        width: 25rem;
    }
    section.formation_content iframe.video_yt {
        width: 40rem;
        height: 25rem;
        margin: 5rem 0;
    }
    section.formation_content div.formation_container article.formation_description div.formation_text_content {
        width: 100%;
    }
    .formation_text {
        height: 220px;
    }
    section.formation_content div.formation_container article.formation_description_varying {
        display: flex;
        align-items: center;
        justify-content: space-around;
        flex-direction: column;
        min-height: 35rem;
        margin: 1rem 0 4rem 0;
        padding: 2rem;
        border-radius: 2rem;
        background-color: white;
    }
    section.formation_content div.formation_container div.art_content {
        width: 90%;
    }
    .formation_text_varying {
        margin-top: 2rem;
        height: 214px;
        font-size: 1.3rem;
    }
    section.cat_all4d div.cat_all4d_content article.cat_art {
        min-height: 25rem;
        width: 90%;
        margin: 2rem 0;
    }

}
/* ------------------------------------------------------------------------- */
/* ----------------------------------------------MEDIA QUERIES 420px ---- */
/* ------------------------------------------------------------------------- */
@media screen and (max-width: 420px) {
    section.whychoice div.whychoice_container article.whychoice_content {
        width: 90%;
        height: 15rem;
    }
    section.whychoice div.whychoice_container article.whychoice_content p.whychoice_text {
        font-size: 1.2rem;
    }
    section.formation_content div.formation_container div.art_content {
        width: 90%;
    }
}