/* generic */

svg.logo_social {
  width: 100%;
  height: auto;
  max-width: 100%;
  fill: rgb(47,87,144);
}

svg.logo_social:hover {
  fill: rgb(90,161,221);
}

.svg_path_top_page {
  fill-opacity: 0.13;
}

.top_link:hover .svg_path_top_page {
  fill-opacity: 0.13;
}

/* slider/little */
.svg_path_link {
  stroke: rgb(47,87,144);
}

.tab_slide_link:hover .svg_path_link {
  stroke: rgb(90,161,221);
}

/* header/medium */

.svg_path_search {
  stroke: rgb(47,87,144);
}

.extranet_path_arrow {
  fill: none;
  stroke: rgb(47,87,144);
  stroke-width: 1.79999995;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 4;
  stroke-opacity: 1;
  stroke-dasharray:none
}

#recherche button:hover .svg_path_search {
  stroke: rgb(90,161,221);
}

td.extranet:hover .extranet_path_arrow {
  stroke: rgb(90,161,221);
}


/* language/medium */


.language_path_arrow {
  fill: none;
  stroke: rgb(47,87,144);
  stroke-width: 1.79999995;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 4;
  stroke-opacity: 1;
  stroke-dasharray:none
}

div.language:hover .language_path_arrow {
  stroke: rgb(link_hover);
}

div.language:hover .language_path_arrow {
  stroke: rgb(link_hover);
}


/* navigation/medium */


.menu_path_arrow {
  fill: none;
  stroke: rgb(90,161,221);
  stroke-width: 1.79999995;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 4;
  stroke-opacity: 1;
  stroke-dasharray:none
}

.svg_menu_select {
  fill: rgb(90,161,221);
  fill-opacity: 1;
  fill-rule: evenodd;
  stroke:none
}

