/*Nos expertises*/

.v-expertise__contenu .v-expertise__contenu-tuiles .v-expertise__contenu-tuile-titre {
    max-width: unset;
}

.v-expertise__contenu .v-expertise__contenu-tuiles .v-expertise__contenu-tuile-image {
    background-position: center center!important;
    background-size: cover!important;
    background-repeat: no-repeat!important;
}

/* Toutes les sous-pages */

.v-solutions-technologiques__difference-riche-texte-introduction, .v-dotation__difference-riche-texte-introduction, .v-services-techniques__difference-riche-texte-introduction, .v-services-geres__difference-riche-texte-introduction{
	max-width: 1111px;
    border-left: 5px solid #000F9F;
	margin-bottom: 100px;
    margin-top: 50px;
	text-align:left;
	padding-left:25px;
}

/* Services gérés */

@media screen and (min-width: 1200px){
	.v-services-geres__difference-points {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}	
}

@media screen and (min-width: 1024px){
	.v-services-geres__services-liste {
		grid-template-columns: repeat(5, minmax(0, 1fr));
	}
}

.v-services-geres__service{
	cursor:pointer;
}

@keyframes float {
  from {
    top: 100px;
  }

  to {
    top: 110px;
  }
}

/*.v-services-geres__service:hover:after{
	animation-duration: 0.4s;
  	animation-name: float;
  	animation-iteration-count: infinite;
  	animation-direction: alternate;
}*/

.v-services-geres__service::after {
    content: url('../png/down-arrow-orange-1.png');
	width: unset;
    background-color: transparent;
	scale: 0.05;
    left: 0;
    right: 0;
	top:100px;
}

@media screen and (max-width: 767px){
	.v-services-geres__service::after {
		top:60px;
	}
}

.rotation::after{
	transform: rotate(180deg);
}

/*.v-services-geres__service-libelle {
    position:relative;
}*/

/*.v-services-geres__service-libelle::after {
    content: url('/wp-content/uploads/2022/10/down-arrow-orange-1.png');
	width: unset;
    background-color: transparent;
	scale: 0.05;
    left: 0;
    right: 0;
	bottom:0;
	position:absolute;
	top:85px;
}*/

.v-services-geres__service-texte{
	font-size:18px;
	font-weight:500;
	margin-top: 80px;
	display:none;
}

/* Services techniques */

@media screen and (min-width: 1200px){
	.v-services-techniques__difference-points {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}	
}

/* Dotation */

@media screen and (min-width: 1200px){
	.v-dotation__difference-points {
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}
}

/*@media screen and (min-width: 1024px){
	.v-dotation__services-liste {
		grid-template-columns: repeat(5, minmax(0, 1fr));
	}
}*/

/* Liste de prix */
.liste-de-prix_conteneur {
	padding-top: 15px;
}

.liste-de-prix_conteneur > .liste_prix_item {
    display: block;
    background-color: #000F9F;
    color: white;
    text-decoration: none;
    padding: 15px;
    font-weight: 500;
    font-size: 15px;
	line-height: 25px;
}

.liste-de-prix_conteneur > .liste_prix_item:not(:last-child) {
	margin-bottom: 5px;
}

.liste-de-prix_conteneur > .liste_prix_item:hover,
.liste-de-prix_conteneur > .liste_prix_item:focus {
    color: #ee7623;
}