/*Contenu*/
.v-expertise__contenu{
	padding:100px 0;
}

.v-expertise__contenu-texte-introduction{
	max-width:1111px;
	padding-left:25px;
	border-left:solid 5px #000F9F;
}

/*CEO*/
.v-apropos__ceo{
	padding: 30px 0;
    position: relative;
	background-color:#000F9F;
}

.v-apropos__ceo-wrapper{
    max-width: 1365px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 8px;
    padding-left: 8px;
	display: flex;
    align-items: center;
	padding:100px 0;
    gap: 100px;
	padding-left:15px;
	padding-right:15px;
}

@media screen and (max-width: 1024px) {
  .v-apropos__ceo-wrapper {
    flex-direction:column;
  }
}

@media screen and (max-width: 1400px) {
  .v-expertise__ceo-image img {
    max-width: 500px;
  }
}

@media screen and (max-width: 1024px) {
  .v-expertise__ceo-image img {
    max-width: 100%;
  }
}

.v-apropos__ceo-texte{
	color:#fff;
	font-size:18px;
	font-weight:500;
	line-height:30px;
}

.signature{
	font-size: 80px;
    line-height: 100px;
}

.sous-signature{
	font-size: 25px;
    line-height: 30px;
	font-weight:bold;
}

.sous-titre{
	font-size: 20px;
    line-height: 30px;
	font-weight:600;
}

/* Comite */
.v-apropos__comite{
	padding: 30px 0;
    position: relative;
}

.v-apropos__bg{
	background-color:#EDEFF0;
	position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    margin-top: 380px;
}

.v-apropos__comite-wrapper{
    max-width: 1365px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 8px;
    padding-left: 8px;
	padding:50px 0;
	padding-left: 15px;
    padding-right: 15px;
}

.v-apropos__comite-titre{
	text-align:center;
}

.v-apropos__comite-tuiles{
	margin-top:70px;
	display: flex;
    justify-content: space-between;
	gap:39px;
	flex-wrap:wrap;
}

@media screen and (max-width: 1400px) {
  .v-apropos__comite-tuiles {
    justify-content: center;
  }
}

.v-apropos__comite-tuile{
	padding-top: 57px;
    padding-bottom: 40px;
	-moz-box-shadow: 0 0 30px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 0 30px rgba(0,0,0,0.1);
	box-shadow: 0 0 30px rgba(0,0,0,0.1);
	border-radius:30px;
	width:22%;
	display:flex;
	flex-direction: column;
    align-items: center;
	background-color:#fff;
}

@media screen and (max-width: 1400px) {
  .v-apropos__comite-tuile {
    width:31%
  }
}

@media screen and (max-width: 900px) {
  .v-apropos__comite-tuile {
    width:50%
  }
}

@media screen and (max-width: 600px) {
  .v-apropos__comite-tuile {
    width:90%
  }
}

.v-apropos__comite-tuile-image{
	text-align:center;
}

.v-apropos__comite-tuile-nom{
	margin-top:25px;
	text-align:center;
	font-size:25px;
	font-weight:bold;
}

.v-apropos__comite-tuile-titre{
	text-align:center;
	font-size:18px;
	font-weight:600;
	line-height:30px
}

.v-apropos__comite-tuile-coordos{
	margin-top:50px;
}

.v-apropos__comite-tuile-coordos-email{
	text-align:center;
	font-size:18px;
	font-weight:500;
	line-height:30px;
	color:#000;
	text-decoration:none;
}

.v-apropos__comite-tuile-coordos-email:hover{
	/*color:#EE7623;*/
}