body {
    min-height: ;
    
}

*
{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Ubuntu', -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen',
        'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue',
        sans-serif;
}

header
{
    color: #fff;
    position: relative;
    width: 100%;
    min-height: 25vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url('../img/network2.webp'); /* Remplacez par le chemin de votre image */
    background-size: cover; /* Ajustez la taille pour couvrir l'ensemble de la fenêtre */
    background-repeat: no-repeat; /* Pas de répétition de l'image */
    background-position: center center; /* Positionnez l'image au centre de la fenêtre */
}

header .content 
{
    max-width: 900px;
    text-align: center;
}

header .content h2
{
    font-size: 4em;
}

header .content p
{
    font-size: 1.2em;
}

.banner
{
    position: relative;
    width: 100%;
    height: 25vh;
}

/* 
.header {
    background-image: url('../img/network2.webp'); 
    background-size: cover; 
    background-repeat: no-repeat; 
    background-position: center center; 
}

.header .title {
    font-size: 2.25rem;
    font-weight: 700;
    line-height: 2.5rem;

}

.header .subtitle {
    font-size: 1.125rem;
    line-height: 1.75rem;
    text-align: center;
    margin-left: 20px;
    margin-right: 20px;
} */

code {
    font-family: source-code-pro, Menlo, Monaco, Consolas, 'Courier New',
        monospace;
}



.footer {
    background-image: url('../img/network2.webp'); /* Remplacez par le chemin de votre image */
    background-size: cover; /* Ajustez la taille pour couvrir l'ensemble de la fenêtre */
    background-repeat: no-repeat; /* Pas de répétition de l'image */
    background-position: center center; /* Positionnez l'image au centre de la fenêtre */
    padding-top: 50px;
    padding-bottom: 50px;
    text-align: center;
}



.h1title{
    text-align: left;
    color: #51bfe8;
    font-size: 2.25rem;
    font-weight: 700;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin: 0.75rem;
}

.h2title{
    text-align: left;
    color: #22618d;
    font-size: 1.5rem;
    font-weight: 700;
    margin-top: 1rem;
    margin: 0.75rem;
}

.pbase {
    text-align: left;
    font-size: 1rem;
    margin-left: 1rem;
    padding: 0.75rem;
}

.pjustify {
    text-align: justify;
    font-size: 1rem;
    margin: 0.75rem;
}

.w-full {
    width: 100%; 
}

.flex {
    display: flex; 
}

.ln-left {
    width: 25%;
    background-color: #0b1f3c;
    color: #fff;
    padding: 1rem;
    font-size: 0.75rem; 
    text-align: center;
}

.ln-right {
    width: 75%;
    background-color: #c1f3fa;
    padding: 1rem;
}


.list-disc {
    list-style-type: disc; 
}

.bottomlink {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.bottomlink .item {
    text-align: center;
    margin-right: 2rem;
    margin-left: 2rem;
    margin-bottom: 2rem;
    font-size: 1.875rem;
    align-items: center; 
    justify-content: center; 
}

.bottomlink .pbase {
    font-size: 1.125rem;
    font-weight: 700;
    color: #0b1f3c;
    text-align: center;
}

img {
    max-width: 100%; 
    height: auto; 
}

label {
    text-align: left;
}

input, textarea {
    width: calc(100% - 3rem); 
    padding: 10px; 
    border-radius: 8px; 
    border: 1px solid #ccc; 
    box-sizing: border-box; 
    margin-bottom: 10px; 
}

.container-form {
    margin: 1.5rem;
}

.button_form {
    background-color: #0b1f3c; 
    color: #fff; 
    padding: 10px 20px; 
    border: none; 
    border-radius: 8px; 
    cursor: pointer; 
    transition: background-color 0.3s ease;
}

.button_form:hover {
    background-color: #266faf; 
    transform: scale(1.02);
    position: relative;
    z-index: 1;
    cursor: 'pointer';
    
}

.section {
    background-color: #fff;
}

.lead {
    width: 100%; 
    margin-right: auto;
    margin-left: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

.second {
    width: 100%; 
    margin-right: auto;
    margin-left: auto;
    display: flex;
    flex-direction: column;
    align-items: left;
}

.second img {
    max-width: 400px; 
    height: auto;
}

.third {
    background-color: #f3f4f6;
}

.third .slide {  
    height: 150px;
    text-align: justify;
    margin-left: 3rem;
    margin-right: 3rem;
    font-style: italic;
}

.third .star {  
    color: #fbbc04;
    margin-left: 3rem;
    margin-right: 3rem;
}

.article {
    position: relative;
    width: 100%;
    display: flex;
    background-color: #22618d;
}

.article h2 {
    color: #fff;
}

.contentBox {
    width: 50%;
}

.imageBox {
    width: 50%;
}

.imageBox img {
    border-radius: 10px;
}

.targetaudience {
    flex: 1;
    text-align: center;
    padding: 1rem;
    font-size: 2.25rem
}

.targetaudience .title {
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.targetaudience .subtitle {
    color: #718096;
    font-size: 1.25rem
}

a {
    text-decoration: none;
    color: inherit; 
}

.titlelink:hover {
    transform: scale(1.2);
    position: relative;
    z-index: 1;
    cursor: 'pointer';
  }

.mission {
    background-color: #f3f4f6;
    padding-top: 3rem;
    padding-bottom: 3rem;
}

.mission .itemlist {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    /* display: flex; */
    flex-direction: column;
    align-items: center;
    justify-content: center;
    /* display: none; */
}

.hidden{
    display: none;
}

.flex{
    display: flex;
}

.center {
    text-align: center;
}

.mission .itemlist .item {
    text-align: center;
    margin-left: 2rem;
    margin-right: 2rem;
    margin-bottom: 2rem;
    font-size: 1.875rem;
}

.mission .itemlist .item .text{
    font-size: 1.125rem;
    font-weight: 700;
    color: #2d3748;
    text-align: center;
}

.footer .itemlist {
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-justify: auto;
    padding: 2rem;
}

.footer .itemlist .item {
    text-align: center; 
    margin-left: 2rem;
    margin-right: 2rem;
    margin-bottom: 2rem; 
    flex: 1;
    font-size: 1.875rem;
}

.footer .itemlist .item .text {
    font-size: 1rem;
    font-weight: 400;
}

*
#loading-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); 
    z-index: 1000; 
    text-align: center;
}

.loader {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
}

.loader img {
    width: 100px;
}

.loader img {
    width: 100px;
}

.image-container {
    position: relative; 
    display: inline-block; 
}

.image-container img {
    display: block;
    width: 200px; 
}

.border {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 5px ridge white; /* Couleur et épaisseur du contour */
    border-radius: 50%; /* Pour rendre le contour rond */
    box-sizing: border-box; /* Inclut la bordure dans le calcul de la taille */
    animation: rotateBorder 5s linear infinite; /* Animation pour faire tourner le contour */
}

@keyframes rotateBorder {
    0% {
        transform: rotate(0deg); /* Début de l'animation, contour à 0 degrés */
    }
    100% {
        transform: rotate(360deg); /* Fin de l'animation, contour à 360 degrés (un tour complet) */
    }
}


@media (min-width: 48em) {
    .h1title {
        font-size: 1.875rem; 
    }

    .h2title {
        font-size: 1.875rem;
    }
}

@media (min-width: 640px) {
    .mission .itemlist {
        flex-direction: row; 
    }

    .footer .itemlist {
        
        flex-direction: row; 
    }

    .bottomlink {
        flex-direction: row; 
        align-items: center; 
        justify-content: center; 
    }

    .third .slide {  
        height: 100px;

    }


}