
<style>

.sliderV3_wrapper {
    margin: 0;
    padding: 0;
    /*font-family: 'source-sans-pro', Helvetica, Arial, sans-serif;*/
    font-size: 1.1em; /* taille par défaut qui agit sur le texte dans les boxes, mais aussi sur les puces et contrôles */
	width: 100%;
}

.sliderV3_block {
	margin: 0 auto; 
	width: 100%; /* Largeur du slider - version PC */
}

.sy-caption {
font-size: 20px;
line-height: 40px;
}
.sy-caption a, .sy-caption a:visited {
color:#fff;
}
.sy-caption a:hover {
color:#264879;
}


.sy-pager {
font-size: 0.8em;
}
.sy-pager li a {
background-color:#264879;
}
.sy-pager li.sy-active a {
background-color:#CD171E;
}



/* Version Mobile */
@media only screen and (max-device-width: 800px), screen and (max-width: 800px) {
.sliderV3_wrapper {
    width: 100%;
	font-size: 1em;
  } 
.sliderV3_block {
    margin: 0 auto;  /* margin haut-bas à 0 et gauche-droite en auto pour centrage */
    width: 100%; /* Largeur du slider - version mobile   */
}
 
}

</style>
