body{
    margin: 0;
    padding: 0;
    /* background-color: rgb(237, 237, 237); */
    background: linear-gradient(to right,#ffffff, #e47bf7);
}
*{
    font-family: 'Times New Roman', Times, serif
}
#logo_market{
    height: 60px;
}
.bloc_langues{
    display: flex;
    column-gap: 15px;
    justify-content: flex-end;
    align-items: center;
    padding-right: 20px;
    background-color: rgba(147, 82, 184, 0.7);
}
.bloc_langues img{
    cursor: pointer;
}
.entete{
    margin: 0;
    padding: 10px 50px 10px 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: rgba(147, 82, 184, 0.7);
}
.blockmenu{
    display: flex;
    gap: 30px;
    list-style: none;
    align-items: center;
}
.menu-hamburger{
    display: none;
}
.blockmenu li a{
    text-decoration: none;
    color: white;
    font-size: 1.3em;
    font-weight: bold;
}
.blockmenu li button{
    font-size: 1.1em;
    color: white;
    background-color: rgba(137, 28, 130, 1);
    border-radius: 10px;
    padding: 5px;
}
.container_description{
    margin: 200px 0 0 100px;
    padding: 0 0 10px 10px;
    background-color: rgba(75, 75, 75, 0.5);
    width: 500px;
    text-align: left;
    color: white;
}
.container_description h1{
    font-size: 3em;
    color: white;
}
.container_description h2{
    font-size: 1.2em;
    font-style: italic;
    margin-bottom: 50px;
}
.container_description button{
    background-color: rgba(137, 28, 130, 1);
    color: white;
    font-size: 1.2em;
    font-weight: bold;
    width: 200px;
    height: 70px;
    border-radius: 10px;
    margin-left: 50px;
}
.container_description button a{
    text-decoration: none;
    color: white;
}

/***********************************************/
.bloc_bienvenue{
    width: 96%;
    margin: auto;
    display: flex;
    column-gap: 40px;
}
.illustration_bienvenue{
    height: 400px;
    background-image: url("images/image10.jpg");
    background-size: cover;
    box-shadow: 3px 3px 3px 3px rgba(137, 28, 130, 0.8);
    width: 80%;
    margin: 0px;
    padding: 0px;
    border-radius: 15px;
    -webkit-animation-name: diapo1;
    -webkit-animation-duration: 15s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-direction: normal;


    -moz-animation-name: diapo1;
    -moz-animation-duration: 15s;
    -moz-animation-timing-function: linear;
    -moz-animation-iteration-count: infinite;
    -moz-animation-direction: normal;

    animation-name: diapo1;
    animation-duration: 15s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-direction: normal;
}

@-webkit-keyframes diapo1{
    0%{
    background-image: url("images/image10.jpg");
        }
    33%{
    background-image: url("images/image1.jpg");

    }
   66%{
    background-image: url("images/image4.jpg");

    }
}

@-moz-keyframes diapo1{
    0%{
    background-image: url("images/image10.jpg");
        }
    33%{
    background-image: url("images/image1.jpg");

    }
   66%{
    background-image: url("images/image4.jpg");

    }
}

@keyframes diapo1{
    0%{
    background-image: url("images/image10.jpg");
        }
    33%{
    background-image: url("images/image1.jpg");

    }
   66%{
    background-image: url("images/image4.jpg");

    }
}
.messages_bienvenue{
    width: 100%;
}
.messages_bienvenue h2{
    font-size: 1.5em;
    margin-bottom: 15px;
}
.barre_bienvenue{
    width: 200px;
    height: 7px;
    background-color: rgba(137, 28, 130, 1);
}
.messages_bienvenue p{
    width: 100%;
    margin: auto;
    text-align: justify;
    margin-top: 40px;
    margin-bottom: 40px;
    font-size: 1.2em;
    line-height: 1.5em;
}
.container_btn1{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.messages_bienvenue button{
    background-color: rgba(137, 28, 130, 1);
    border-radius: 10px;
    width: 130px;
    height: 50px;
    color: white;
    font-weight: bold;
    font-size: 1em;
}
.messages_bienvenue button a{
    text-decoration: none;
    color: white;
}

/***********************************************/
.bloc_services{
    display: flex;
    justify-content: center;
    margin: 30px 0 30px 0;
}
.bloc_services div h2{
    margin-bottom: 10px;
}
.line_services{
    width:100px;
    height: 8px;
    background-color: rgba(137, 28, 130, 1);
}
.bloc_offre{
    display: flex;
    justify-content: space-around;
}
.bloc_offre div p{
    text-align: justify;
    line-height: 1.3em;
    margin-bottom: 10px;
}
.bloc_offre div h3{
    text-align: center;
}
.bloc_prospection{
    width: 25%;
    text-align: center;
}
.bloc_telesecretariat{
    width: 25%;
    text-align: center;
}
.bloc_service_client{
    width: 25%;
    text-align: center;
}

/******************************************/
.partenariats_title{
    text-align: center;
    font-size: 2em;
}
.bloc_partenariat{
    margin: auto;
    width: 90%;
}
.bloc_partenaires{
    display: flex;
    justify-content: space-around;
    margin-bottom: 30px;
}
.bloc_partenaires1{
    width: 42%;
    background-color: none;
    border-radius: 20px;
    font-size: 20px;
}
.bloc_partenaires2{
    width: 42%;
    background-color: none;
    border-radius: 20px;
    font-size: 20px;
}
.sous_bloc_partenaires1{
    max-width: 450px;
    margin: auto;
    margin-top: 30px;
    margin-bottom: 30px;
    margin-left: 10px;
    margin-right: 10px;
    text-align: justify;
    line-height: 1.5em;
}
.sous_bloc_partenaires2{
    max-width: 450px;
    margin: auto;
    margin-top: 30px;
    margin-bottom: 30px;
    margin-left: 10px;
    margin-right: 10px;
    text-align: justify;
    line-height: 1.5em;
}
.partenariats_gras{
    font-weight: bold;
}
.image_partenaire{
    width: 100%;
}

/********************

FOOTER

******************/
footer{
    background-color: rgba(147, 82, 184, 0.7);
    color: black;
}
footer ul li{
    list-style: none;
}
footer a{
    text-decoration: none;
}
.liens_footer{
    color: black;
}
.liens_footer:hover{
    color: white;
    font-weight: bold;
}
.bouton_footer button{
    font-size: 1.1em;
    font-weight: bold;
    color: white;
    background-color: rgba(137, 28, 130, 1);
    border-radius: 10px;
    padding: 5px;
}

.home{
    height: 100vh;
    overflow: hidden;
    position: relative;
}
.home .slide{
    display: flex;
    position: absolute;
    width: 100%;
    height: 95%;
    background-size: cover;
    background-position: center;
    z-index: 1;
    display: none;
    padding: 0 15px;
    animation: slide 2s ease;
    
}
.home .slide.active{
    display: flex;
    background-size: cover;
    /* background-repeat: no-repeat; */
    background-position-y: 0px;
}
@keyframes slide{
    0%{
        transform:scale(1.1);
    }
    100%{
        transform: scale(1);
    }
}
.container{
    max-width: 1170px;
    margin: auto;
}

.home .container{
    flex-grow: 1;
}
* {
    box-sizing: border-box;
}
.home .caption{
    margin-left: 100px;
    width: 450px;
    border-radius: 10px;
    padding: 20px;
    background-color: rgba(75, 75, 75, 0.7);
}
.home .caption h1{
    font-size: 40px;
    color: white;
    margin: 0;
}
.home .slide.active .caption h1{
    opacity: 0;
    animation: captionText .5s ease forwards;
    animation-delay: 1s;
}
.home .caption p{
    font-size: 1.1em;
    color: white;
}
.home .slide.active .caption p{
    opacity: 0;
    animation: captionText .5s ease forwards;
    animation-delay: 1.2s;
}
.home .caption a{
    display: inline-block;
    padding: 10px 30px;
    background-color: rgba(137, 28, 130, 1);
    border-radius: 10px;
    text-decoration: none;
    color: #ffffff;
}
.home .slide.active .caption a{
    opacity: 0;
    animation: captionText .5s ease forwards;
    animation-delay: 1.5s;
}
@keyframes captionText{
    0%{
        opacity: 0; transform: translateX(-100px);
    }
    100%{
        opacity: 1; transform: translateX(0px);
    }
}   
.home .controls .prev,
.home .controls .next{
  position: absolute;
  z-index: 2;
  top: 50%;
  height: 40px;
  width: 40px;
  margin-top: -20px;
  color: #ffffff;
  text-align: center;
  line-height: 40px;
  font-size: 20px;
  cursor: pointer;
  transition: opacity .5s ;
}
.home .controls .prev{
    left:0;
}
.home .controls .next{
    right: 10px;;
}
.home .indicator{
    position: absolute;
    left: 50%;
    bottom: 30px;
    z-index: 2;
}


/**********************

A PROPOS

**********************/
.bloc_mot_bienvenue{
    width: 96%;
    margin: auto;
    display: flex;
    column-gap: 40px;
}
.illustration_pdg{
    height: 400px;
    width: 80%;
    background-image: url("images/pdg.jpg");
    background-size: cover;
    border-radius: 15px;
    box-shadow: 3px 3px 3px 3px rgba(137, 28, 130, 0.8);
}
.messages_pdg{
    width: 70%;
}
.messages_pdg h2{
    font-size: 2.2em;
    margin-bottom: 15px;
}
.messages_pdg div{
    width: 200px;
    height: 7px;
    background-color: rgba(137, 28, 130, 1);
}
.messages_pdg p{
    width: 100%;
    text-align: justify;
    margin-top: 40px;
    margin-bottom: 0px;
    font-size: 1.2em;
}
.messages_pdg h3{
    font-size: 1.2em;
    text-align: right;
    margin-top: 10px;
    margin-right: 30px;
}
.culture_barre{
    width: 120px;
    height: 7px;
    background-color: rgba(137, 28, 130, 1);
}
.bloc_vision, .bloc_mission, .bloc_culture, .bloc_organigramme{
    margin: 30px;
}
.bloc_valeurs1{
    display: flex;
    justify-content: space-between;
}
.bloc_valeurs2{
    display: flex;
    justify-content: center;
}

.bloc_pdg{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 70px;
}
.bloc_dgmanager{
    display: flex;
    width: 90%;
    margin: auto;
    justify-content: space-between;
    text-align: center;
}
.img_pdg{
    width: 300px;
    height: 300px;
    border-radius: 100%;
    background-image: url('images/pdg.jpg');
    background-size: cover;
}
.img_dg{
    width: 300px;
    height: 300px;
    border-radius: 100%;
    background-image: url('images/dg.jpg');
    background-position-x: -120px;
    background-size: cover;
}
.img_manager{
    width: 300px;
    height: 300px;
    border-radius: 100%;
    background-image: url('images/manager.jpg');
    background-size: cover;
}

/*******************************************

NOS SERVICES

*******************************************/

.illustration_services{
    height: 400px;
    background-image: url("images/image10.jpg");
    background-size: cover;
    box-shadow: 3px 3px 3px 3px rgba(137, 28, 130, 0.8);
    width: 80%;
    margin: 0px;
    padding: 0px;
    border-radius: 15px;
    -webkit-animation-name: diapo1;
    -webkit-animation-duration: 15s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-direction: normal;


    -moz-animation-name: diapo1;
    -moz-animation-duration: 15s;
    -moz-animation-timing-function: linear;
    -moz-animation-iteration-count: infinite;
    -moz-animation-direction: normal;

    animation-name: diapo1;
    animation-duration: 15s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-direction: normal;
}

@-webkit-keyframes diapo1{
    0%{
    background-image: url("images/image10.jpg");
        }
    33%{
    background-image: url("images/image1.jpg");

    }
   66%{
    background-image: url("images/image4.jpg");

    }
}

@-moz-keyframes diapo1{
    0%{
    background-image: url("images/image10.jpg");
        }
    33%{
    background-image: url("images/image1.jpg");

    }
   66%{
    background-image: url("images/image4.jpg");

    }
}

@keyframes diapo1{
    0%{
    background-image: url("images/image10.jpg");
        }
    33%{
    background-image: url("images/image1.jpg");

    }
   66%{
    background-image: url("images/image4.jpg");

    }
}
.messages_nosservices{
    text-align: justify;
}
.container_btn1 button{
    font-size: 1.1em;
    font-weight: bold;
    color: white;
    background-color: rgba(137, 28, 130, 1);
    border-radius: 10px;
    padding: 5px;
}
.presentation_nosservices{
    display: flex;
    width: 96%;
    margin: auto;
    justify-content: space-between;
    margin-bottom: 120px;
}
.bloc_partenaires{
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-bottom: 30px;
}
.bloc_partenaires_img img{
    width: 200px;
    height: 100px;
}
.img_agents{
    width: 23%;
}
.img_bapp{
    width: 10%;
}
.img_orbio{
    width: 22%;
}
.img_ecommerce{
    width: 21%;
}
.bloc_why{
    margin-bottom: 60px;
}
.bloc_why_nosservices{
    display: flex;
    justify-content: space-between;
    width: 90%;
    margin: auto;
    margin-bottom: 50px;
}
.bloc_why_nosservices div{
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 3px;
    padding: 5px;
    width: 30%;
    box-shadow: 10px 5px 5px rgba(137, 28, 130, 1);
    margin-bottom: 10px;
}
.certificat_excellence{
    border: 2px solid rgba(137, 28, 130, 1);
    border-radius: 20px;
    box-shadow: 10px 5px 5px rgba(137, 28, 130, 1);
}
.presentation_service_img1{
    height: 400px;
    background-image: url("images/image5.jpg");
    background-size: cover;
    box-shadow: 3px 3px 3px 3px rgba(137, 28, 130, 0.8);
    width: 50%;
    margin: 0px;
    padding: 0px;
    border-radius: 15px;
    -webkit-animation-name: diapo_img1;
    -webkit-animation-duration: 15s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-direction: normal;


    -moz-animation-name: diapo_img1;
    -moz-animation-duration: 15s;
    -moz-animation-timing-function: linear;
    -moz-animation-iteration-count: infinite;
    -moz-animation-direction: normal;

    animation-name: diapo_img1;
    animation-duration: 15s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-direction: normal;
}

@-webkit-keyframes diapo_img1{
    0%{
    background-image: url("images/image5.jpg");
        }
    33%{
    background-image: url("images/image6.jpg");

    }
   66%{
    background-image: url("images/image8.jpg");

    }
}

@-moz-keyframes diapo_img1{
    0%{
    background-image: url("images/image5.jpg");
        }
    33%{
    background-image: url("images/image6.jpg");

    }
   66%{
    background-image: url("images/image8.jpg");

    }
}

@keyframes diapo_img1{
    0%{
    background-image: url("images/image5.jpg");
        }
    33%{
    background-image: url("images/image6.jpg");

    }
   66%{
    background-image: url("images/image8.jpg");

    }
}
.presentation_service_img2{
    height: 400px;
    background-image: url("images/image26.jpg");
    background-size: cover;
    box-shadow: 3px 3px 3px 3px rgba(137, 28, 130, 0.8);
    width: 50%;
    margin: 0px;
    padding: 0px;
    border-radius: 15px;
    -webkit-animation-name: diapo_img2;
    -webkit-animation-duration: 15s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-direction: normal;


    -moz-animation-name: diapo_img2;
    -moz-animation-duration: 15s;
    -moz-animation-timing-function: linear;
    -moz-animation-iteration-count: infinite;
    -moz-animation-direction: normal;

    animation-name: diapo_img2;
    animation-duration: 15s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-direction: normal;
}

@-webkit-keyframes diapo_img2{
    0%{
    background-image: url("images/image26.jpg");
        }
    33%{
    background-image: url("images/image11.jpg");

    }
   66%{
    background-image: url("images/image12.jpg");

    }
}

@-moz-keyframes diapo_img2{
    0%{
    background-image: url("images/image26.jpg");
        }
    33%{
    background-image: url("images/image11.jpg");

    }
   66%{
    background-image: url("images/image12.jpg");

    }
}

@keyframes diapo_img2{
    0%{
    background-image: url("images/image26.jpg");
        }
    33%{
    background-image: url("images/image11.jpg");

    }
   66%{
    background-image: url("images/image12.jpg");

    }
}
.presentation_service_img3{
    height: 400px;
    background-image: url("images/image31.jpg");
    background-size: cover;
    box-shadow: 3px 3px 3px 3px rgba(137, 28, 130, 0.8);
    width: 50%;
    margin: 0px;
    padding: 0px;
    border-radius: 15px;
    -webkit-animation-name: diapo_img3;
    -webkit-animation-duration: 15s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-direction: normal;


    -moz-animation-name: diapo_img3;
    -moz-animation-duration: 15s;
    -moz-animation-timing-function: linear;
    -moz-animation-iteration-count: infinite;
    -moz-animation-direction: normal;

    animation-name: diapo_img3;
    animation-duration: 15s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-direction: normal;
}

@-webkit-keyframes diapo_img3{
    0%{
    background-image: url("images/image31.jpg");
        }
    33%{
    background-image: url("images/image23.jpg");

    }
   66%{
    background-image: url("images/image34.jpg");

    }
}

@-moz-keyframes diapo_img3{
    0%{
    background-image: url("images/image31.jpg");
        }
    33%{
    background-image: url("images/image23.jpg");

    }
   66%{
    background-image: url("images/image34.jpg");

    }
}

@keyframes diapo_img3{
    0%{
    background-image: url("images/image31.jpg");
        }
    33%{
    background-image: url("images/image23.jpg");

    }
   66%{
    background-image: url("images/image34.jpg");

    }
}
.container_btn2 button{
    font-size: 1.3em;
    font-weight: bold;
    color: white;
    background-color: rgba(137, 28, 130, 1);
    border-radius: 15px;
    padding: 7px;
}
.container_btn3 button{
    font-size: 1.2em;
    font-weight: bold;
    color: white;
    background-color: rgba(137, 28, 130, 1);
    border-radius: 10px;
    padding: 5px;
}
/*******************************************

CONNEXION

*******************************************/
.bloc_connexion{
    display: flex;
    width: 100%;
    height: 100vh;
}
.img_formulaire{
    width: 100%;
}
.sous_bloc_formulaire{
    width: 40%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.texte_connexion{
    font-size: 1.5em;
    margin-bottom: 5px;
}
.connexion_input{
    width: 270px;
    height: 30px;
    border: 2px solid rgba(137, 28, 130, 1);
}
.txt_mini_connexion{
    font-size: 1em;
}
.bouton_connexion{
    margin-top: 40px;
    background-color: rgba(137, 28, 130, 1);
    color: white;
    width: 150px;
    height: 30px;
}
.sous_bloc_image{
    width: 60%;
    height: 100%;
    background-image: url('images/image30.jpg');
    background-size: cover;
}

/*******************************************

ACTUALITEES

*******************************************/

#blog{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 40px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.blog-heading{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.blog-heading span{
    color: #45a049;
}
.blog-heading h3{
    font-size: 2.4rem;
    color: #2b2b2b;
    font-weight: 600;
}
.article_contenu{
    text-align: justify;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 10px 0px;
}
.article_contenu2{
    text-align: justify;
}
.article_titre{
    text-decoration: none;
    color: black;
}
.article_lien{
    text-decoration: none;
    color: rgba(137, 28, 130, 1);
}
.brochure_presentation:hover{
    color: rgba(147, 82, 184, 0.955);
}
.image_articles{
    width: 20%;
    min-width: 300px;
}
/****************************************

RESPONSIVITE

****************************************/

/*xl*/@media screen and (max-width: 1200px){
    .blockmenu li a{
        text-decoration: none;
        font-size: 1.3em;
        font-weight: bold;
    }
}

/*lg*/@media screen and (max-width: 992px){
    .entete{
        padding: 0;
    }
    .bloc_langues{
        background-color: rgba(147, 82, 184, 0.955);
    }
    .blockmenu li a{
        text-decoration: none;
        font-size: 1em;
        font-weight: bold;
    }
    .blockmenu{
        top: 0;
        left: 0;
        margin-top: 25px;
        position: absolute;
        display: flex;
        flex-direction: column;
        z-index: 2;
        background-color: rgba(147, 82, 184, 0.955);
        width: 100%;
        height: 100vh;
        justify-content: center;
        align-items: center;
        margin-left: -100%;
        transition: all 0.5s ease;
    }
    .mobile-menu{
        margin-left: 0;
    }
    .blockmenu li{
        font-size: 1.3em;
        margin: 10px 0;
    }
    .menu-hamburger{
        display: block;
        z-index: 3;
        cursor: pointer;
    }
    .home .controls .prev, .home .controls .next{
    display: none;
}
.home .caption{
    margin-left: 70px;
}
    .bloc_bienvenue{
        width: 96%;
        margin: auto;
        display: flex;
        align-items: center;
        flex-direction: column;
    }
    .bloc_mot_bienvenue{
        width: 96%;
        margin: auto;
        display: flex;
        align-items: center;
        flex-direction: column;
    }
    .illustration_pdg{
        width: 100%;
    }
    .messages_pdg{
        margin-top: 20px;
        width: 85%;
    }
    .messages_pdg h2{
        font-size: 1.5em;
        margin-bottom: 10px;
    }
    .messages_pdg p{
        width: 100%;
        margin: auto;
        text-align: justify;
        margin-top: 20px;
        margin-bottom: 20px;
        font-size: 1.2em;
        line-height: 1.5em;
    }
    .messages_pdg h3{
        font-size: 1.2em;
        text-align: right;
        margin-top: 10px;
        margin-right: 30px;
    }
    .messages_bienvenue{
        margin-top: 20px;
        width: 85%;
    }
    .illustration_bienvenue{
        width: 100%;
    }
    .messages_bienvenue h2{
        font-size: 1.5em;
        margin-bottom: 10px;
    }
    .barre_bienvenue{
        width: 200px;
        height: 7px;
        background-color: rgba(137, 28, 130, 1);
    }
    .container_btn1{
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .messages_bienvenue p{
        width: 100%;
        margin: auto;
        text-align: justify;
        margin-top: 20px;
        margin-bottom: 20px;
        font-size: 1.2em;
        line-height: 1.5em;
    }
    .bloc_services div h2{
        margin-bottom: 5px;
    }
    .line_services{
        width:70px;
        height: 5px;
        background-color: rgba(137, 28, 130, 1);
    }
    .bloc_offre{
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .bloc_offre div p{
        text-align: justify;
        line-height: 1.3em;
        margin-bottom: 10px;
    }
    .bloc_offre div h3{
        text-align: center;
    }
    .bloc_prospection{
        width: 80%;
        text-align: center;
    }
    .bloc_telesecretariat{
        width: 80%;
        text-align: center;
    }
    .bloc_service_client{
        width: 80%;
        text-align: center;
    }
    .bloc_partenariat{
        margin: auto;
        width: 100%;
    }
    .bloc_partenaires1{
        width: 90%;
        background-color: white;
        border-radius: 20px;
    }
    .bloc_partenaires2{
        width: 90%;
        background-color: white;
        border-radius: 20px;
    }
    .sous_bloc_partenaires1{
        max-width: 450px;
        margin: auto;
        margin-top: 30px;
        margin-bottom: 30px;
        margin-left: 10px;
        margin-right: 10px;
        text-align: justify;
        line-height: 1.2em;
    }
    .sous_bloc_partenaires2{
        max-width: 450px;
        margin: auto;
        margin-top: 30px;
        margin-bottom: 30px;
        margin-left: 10px;
        margin-right: 10px;
        text-align: justify;
        line-height: 1.2em;
    }
}

/*md*/@media screen and (max-width: 768px){
    .bloc_valeurs1{
        flex-direction: column;
    }
    .bloc_valeurs2{
        justify-content: start;
    }  
    .blog-box{
        margin: 20px 10px;
        width: 100%;
    }
    #blog{
        padding: 20px;
    }
    .bloc_dgmanager{
        flex-direction: column;
        width: 100%;
        align-items: center;
        text-align: center;
    }
    .img_manager{
        margin-top: 50px;
    }
    .bloc_why_nosservices{
        display: flex;
        flex-direction: column;
        width: 90%;
        margin: auto;
    }
    .bloc_why_nosservices div{
        display: flex;
        justify-content: center;
        align-items: center;
        column-gap: 3px;
        padding: 5px;
        width: 90%;
        box-shadow: 10px 5px 5px rgba(137, 28, 130, 1);
        margin-bottom: 10px;
    }
    .bloc_connexion{
        flex-direction: column;
    }
    .sous_bloc_formulaire{
        width: 100%;
    }
    .sous_bloc_image{
        display: none;
    }
    .image_articles{
        width: 100%;
    }
}

/*sm*/@media screen and (max-width: 576px){
    .home .caption{
        width: 80%;
        margin: auto;
        border-radius: 10px;
        padding: 10px;
        background-color: rgba(75, 75, 75, 0.7);
    }
    .home .caption h1{
        font-size: 1.5em;
        color: white;
        margin: 0;
        text-align: center;
    }
    .home .caption p{
        font-size: 0.8em;
        color: white;
        text-align: center;
    }
    .home .caption a{
        margin-left: 50px;
        display: inline-block;
        width: 65%;
        font-size: 0.8em;
        text-align: center;
        padding: 5px 10px;
        background-color: rgba(137, 28, 130, 1);
        border-radius: 10px;
        text-decoration: none;
        color: #ffffff;
    }
    .illustration_bienvenue{
        height: 300px;
    }
    .bloc_why_nosservices div{
        width: 100%;
    }
    .image_articles{
        width: 100%;
        min-width: 125px;
    }
}