/* CSS Document */
body, html {
  font-family: 'Open Sans', sans-serif;
  max-width: 100vw;
  overflow-x: hidden;
  position: relative; }

h1 {
  margin: 100px 0 50px; }

p {
  margin-bottom: 20px;
  color: #444444;
  font-weight: 400;
  font-size: 15px; }

ul li {
  color: #444444;
  font-weight: 400;
  font-size: 15px; }

.with_frm_style .frm_form_field.frm_html_container {
  color: #444444;
  font-weight: 400;
  font-size: 15px; }

img[src*='.svg'] {
  width: 100%;
  height: auto; }

header div.container {
  max-width: 1100px;
  padding: 30px; }
  header div.container div.ranger {
    display: flex;
    flex-wrap: wrap;
    align-items: center; }
    header div.container div.ranger div.colonne {
      display: flex;
      flex-direction: column;
      justify-content: center; }
      header div.container div.ranger div.colonne:first-of-type {
        width: 255px;
        height: auto; }
      header div.container div.ranger div.colonne:last-of-type {
        width: calc( 100% - 255px );
        justify-content: space-between; }
        header div.container div.ranger div.colonne:last-of-type nav.main {
          width: 100%; }
          header div.container div.ranger div.colonne:last-of-type nav.main ul {
            display: flex;
            flex-direction: row;
            flex-wrap: wrap;
            justify-content: end; }
            header div.container div.ranger div.colonne:last-of-type nav.main ul li {
              padding: 5px 30px; }
              header div.container div.ranger div.colonne:last-of-type nav.main ul li a {
                font-size: 18px;
                font-weight: 600;
                color: #373D42; }
                header div.container div.ranger div.colonne:last-of-type nav.main ul li a:hover, header div.container div.ranger div.colonne:last-of-type nav.main ul li a .current_page_item {
                  color: #10247C; }
              header div.container div.ranger div.colonne:last-of-type nav.main ul li.menu-item-has-children > ul {
                display: none; }
              header div.container div.ranger div.colonne:last-of-type nav.main ul li:last-of-type {
                padding-right: 0; }
  header div.container div#numero {
    display: flex;
    flex-direction: row;
    justify-content: flex-end; }
    header div.container div#numero a {
      color: #1DB0E9;
      font-size: 28px;
      font-family: 'Poppins', sans-serif;
      font-weight: 400; }

/*# sourceMappingURL=styles.css.map */
