.content_box {
    width: 100%;
    max-width: 1200px;
    margin: auto;
    min-height: 850px;
    height: auto;
    border-radius: 5px;
    padding: 15px;
    box-sizing: border-box;
    color: #8c8c8c;
}

.align_center {
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    flex-direction: row;
}

a#link_nous_contacter {
    text-align: left;
    font-size: 16px;
    font-weight: 100;
    color: #7e5ed7 !important;
    text-transform: uppercase;
    opacity: 100%;
    transition: all 500ms;
    font-weight: 600;
    font-family: 'cel';
    letter-spacing: 5px;
}

.resp_mobile_qui {
    display: none;
}

.equipe_div {
    width: 100%;
    max-width: 1200px;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: #061152;
    margin: auto;
}


.equipe_div .row {
    width: 100%;
    max-width: 1200px;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    margin: auto;
}




.col-30-qui {
    width: 30%;
    min-height: 200px;
    height: auto;
    /* margin-right: 5%; */
    /* float: left; */
    box-sizing: border-box;
    text-align: justify;
    margin-bottom: 20px;
    overflow: hidden;
}

.col-30-qui .personne {
    width: 100%;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    font-weight: bold;
    font-size: 14px;
}

a#qui_mail_equipe {
    color: #7e5ed7;
    transition: all 500ms;
    font-weight: bold;
}

.personne a {
    color: #061152;
    font-weight: 100;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    transition: all 500ms;
}

a#link_nous_contacter {
    text-align: left;
    font-size: 16px;
    font-weight: 100;
    color: #7e5ed7 !important;
    text-transform: uppercase;
    opacity: 100%;
    transition: all 500ms;
    font-weight: 600;
    font-family: 'cel';
    letter-spacing: 5px;
}

.main_txt {
    height: auto;
    margin: auto;
    text-align: justify;
    font-size: 17px;
    color: #8c8c8c;
}

a.en_fr_links {
    color: #7e5ed7;
    transition: all 500ms;
}

.titre_qui, .titre_mentions_legales, #titre_qui {
    color: #7e5ed7 !important;
    font-weight: 600 !important;
    font-size: 16px !important;
    font-family: 'cel';
    letter-spacing: 5px;
}

.footer {
    width: 100%;
    min-height: 100px;
    height: auto;
    background: rgba(0,0,0,0.50);
    font-size: 16px;
    color: #8c8c8c;
    background: #FFFFFF;
}

.footer .content {
    width: 100%;
    max-width: 1200px;
    height: auto;
    margin: auto;
    /* padding-top: 50px; */
}

.ligne-grise {
    height: 1px;
    border-top: 2px solid #7e5ed7;
    margin-bottom: 15px;
    margin-bottom: 20px;
}

.footer a {
    color: #061152;
    font-weight: 100;
    -webkit-transition: all 0.5s;
    font-size: 14px;
    transition: all 500ms;
    font-weight: bold;
}

.resp-copyright-fv {
    font-size: 14px;
    padding-bottom: 10px;
    color: #061152;
    font-weight: bold;
}

.resp_qui_links {
    width: 100%;
    min-height: 1px;
    position: relative;
    display: none;
    align-items: center;
    align-content: center;
    justify-content: space-between;
    flex-direction: column;
    height: 90px;
}

.resp-copyright-fv {
    font-size: 14px;
    padding-bottom: 10px;
    color: #061152;
    font-weight: bold;
}

.col-30-links {
    width: 33%;
    min-height: 1px;
    margin-right: 0.5%;
    height: auto;
    float: left;
    position: relative;
}

.col-30-links-2 {
    width: 33%;
    min-height: 1px;
    margin-right: 0%;
    height: auto;
    float: left;
    position: relative;
}

.col-30-links-r {
    width: 33%;
    min-height: 1px;
    margin-left: 0.5%;
    height: auto;
    float: right;
    position: relative;
}

@media only screen and (max-width: 1030px){
	.resp_qui_links {
	    display: flex;
	}
	.col-30-links, .col-30-links-r, .col-30-links-2 {
	    display: none;
	}
}

@media only screen and (max-width: 920px){
	.footer .content {
	    width: 95%;
	}
}

@media only screen and (max-width: 780px){
	.equipe_div .row {
	    flex-direction: column;
	}

	.col-30-qui {
	    width: 100%;
	}
}



