@charset "UTF-8";
/*!
Theme Name: badak-origin
Theme URI: https://www.lirius.fr/
Author: Lirius
Author URI: https://www.lirius.fr
Description: Thème sur-mesure de l'agence Lirius
Version: 2.0.0
Requires at least: 6.0
Tested up to: 7.1
Requires PHP: 8.1
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: badak-origin
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Badak-origin is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.
*/
@import url("https://fonts.googleapis.com/css?family=Montserrat:300,400,400i,500,600");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

@-ms-viewport {
  width: device-width; }

/* apply a natural box layout model to all elements, but allowing components to change */
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

*, *:before, *:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit; }

html {
  font-size: 16px;
  font-family: 'Times New Roman', serif;
  font-weight: 300;
  color: #03495e; }

@media (max-width: 576px) {
  p {
    font-size: 14px; } }

body {
  line-height: 21px;
  background-image: -webkit-gradient(linear, left top, right top, from(white), color-stop(45%, white), color-stop(45%, #f9fafd), to(#f9fafd));
  background-image: -webkit-linear-gradient(left, white, white 45%, #f9fafd 45%, #f9fafd 100%);
  background-image: -o-linear-gradient(left, white, white 45%, #f9fafd 45%, #f9fafd 100%);
  background-image: linear-gradient(to right, white, white 45%, #f9fafd 45%, #f9fafd 100%); }

a {
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }

/* RESET BUTTON */
button {
  cursor: pointer;
  border: none;
  background: none;
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  display: inline-block;
  outline: none;
  position: relative;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }

input, textarea {
  border: none;
  background: transparent;
  -webkit-appearance: none; }

.page-body {
  position: relative;
  width: 100%;
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }

.container {
  position: relative;
  width: calc(100% - 300px);
  max-width: 1140px;
  margin-left: 300px; }

.container-single {
  margin-top: 45px; }

@media (max-width: 1240px) {
  .container {
    max-width: 992px; } }

@media (max-width: 992px) {
  .page-body {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column; }
  .container {
    width: 100%;
    margin-right: auto;
    margin-left: auto; }
  .container-single {
    margin-top: 0; } }

@media (max-width: 768px) {
  .container {
    margin-right: auto;
    margin-left: auto; } }

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
    height: 0%; }
  50% {
    opacity: 1;
    height: 50%; }
  100% {
    opacity: 1;
    height: 100%; } }

@keyframes fadeIn {
  0% {
    opacity: 0;
    height: 0%; }
  50% {
    opacity: 1;
    height: 50%; }
  100% {
    opacity: 1;
    height: 100%; } }

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-120px);
    -webkit-transform: translateX(-120px);
    -moz-transform: translateX(-120px);
    -ms-transform: translateX(-120px);
    -o-transform: translateX(-120px); }
  100% {
    opacity: 1;
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    background-color: transparent; } }

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-120px);
    -webkit-transform: translateX(-120px);
    -moz-transform: translateX(-120px);
    -ms-transform: translateX(-120px);
    -o-transform: translateX(-120px); }
  100% {
    opacity: 1;
    transform: translateX(0);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    background-color: transparent; } }

header {
  width: 100%;
  max-width: 300px;
  padding: 15px;
  position: fixed;
  height: 100vh; }
  header .intro {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 180px;
    margin: 0 auto; }
    header .intro .sylaw-logo {
      display: block;
      padding: 30px 0 15px 0; }
      header .intro .sylaw-logo img {
        width: 180px; }
        header .intro .sylaw-logo img.logo-mobile {
          display: none; }
    header .intro h1, header .intro p {
      line-height: 16px;
      text-align: center; }
  header .nav-menu-toggle {
    display: none; }
  header nav {
    height: calc(100% - 218px);
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 45px;
    padding: 5px 0 5px 0; }
    header nav button {
      text-align: left;
      display: inline;
      transition: all .3s ease-in-out;
      -webkit-transition: all .3s ease-in-out;
      -moz-transition: all .3s ease-in-out;
      -ms-transition: all .3s ease-in-out;
      -o-transition: all .3s ease-in-out; }
      header nav button:hover .label-ctg {
        color: #00a3bc;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s; }
    header nav .label-ctg {
      font-family: 'Montserrat', sans-serif;
      font-weight: 500;
      font-size: 18px;
      font-size: 1.125rem;
      line-height: 36px;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s;
      position: relative; }
      header nav button::after {
        content: url(./img/fleche-bleue.svg);
        position: absolute;
        right: 45px;
        bottom: -5px; }
    header nav .description {
      position: relative;
      max-width: 70%;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-align-items: flex-end;
      -moz-align-items: flex-end;
      -ms-align-items: flex-end;
      -webkit-box-align: end;
      -ms-flex-align: end;
      align-items: flex-end;
      font-style: italic; }
      
  header ul {
    margin: 10px 0 5px 0;
    position: relative; }
    header ul .menu-item a {
      color: #03495e;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      line-height: 21px; }
      header ul .menu-item a::before {
        content: '';
        display: block;
        height: 9px;
        width: 9px;
        margin-right: 10px;
        opacity: 0; }
      header ul .menu-item a:visited {
        color: #03495e; }
      header ul .menu-item a:hover {
        transform: translateX(15px);
        -webkit-transform: translateX(15px);
        -moz-transform: translateX(15px);
        -ms-transform: translateX(15px);
        -o-transform: translateX(15px); }
        header ul .menu-item a:hover:before {
          content: url(./img/fleche-hover.svg);
          opacity: 1; }
      header ul .menu-item a:active {
        color: #00a3bc;
        font-weight: 600; }
        header ul .menu-item a:active::before {
          content: '';
          margin-top: 6px;
          background-color: #00a3bc;
          opacity: 1; }
    header ul.sous-menu {
      max-height: 0px;
      overflow: hidden;
      -webkit-transition: all .75s ease-in-out;
      -o-transition: all .75s ease-in-out;
      transition: all .75s ease-in-out; }
    header ul.is-open {
      max-height: 500px;
      -webkit-transition: all .75s ease-in-out;
      -o-transition: all .75s ease-in-out;
      transition: all .75s ease-in-out; }
    header .doctolib {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-align-items: center;
      -moz-align-items: center;
      -ms-align-items: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-justify-content: space-between;
      -moz-justify-content: space-between;
      -ms-justify-content: space-between;
      -webkit-box-pack: space-between;
      justify-content: space-between;
      position: relative;
      background-color:#00a3bc;
      color:#ffffff;
      font-size:12px;
      overflow:hidden;
      max-width:257px;
      height:40px;
      border-top-right-radius:4px;
      border-top-left-radius:4px;
      z-index:1000;
      line-height:40px;
      margin: auto;
      padding:10px;
    }
    header .doctolib:hover {
      background-color:#03495e;
    }
    header .doctolib span {
      font-size:12px;
      font-family:'Montserrat',sans-serif;
    }

section {
  position: relative;
  width: 100%;
  max-width: 100%;
  position: relative; }
  section .home-main-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 20px;
    text-transform: uppercase;
    color: #00a3bc; }
  section .home-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 48px;
    font-size: 3rem;
    font-weight: 500;
    line-height: 48px;
    text-transform: uppercase;
    color: #00a3bc;
    margin-bottom: 40px; }
    section .home-title span {
      font-family: 'Times', serif;
      font-size: 24px;
      font-size: 1.5rem;
      font-style: italic;
      font-weight: 300;
      line-height: 24px;
      text-transform: none; }
  section .label {
    font-family: "Times", serif;
    font-size: 16px;
    font-size: 1rem;
    line-height: 16px;
    text-transform: uppercase;
    color: white;
    display: inline-block;
    padding: 10px;
    background-color: #dfad6b; }
  section .main-title, section .title {
    font-family: 'Montserrat', sans-serif;
    font-size: 48px;
    font-size: 3rem;
    font-weight: 500;
    line-height: 48px;
    text-transform: none;
    margin-bottom: 40px; }
  section .title, section.page-type h2 {
    color: #00a3bc; }
  section .subtitle, section.page-type h2 {
    font-family: 'Times', serif;
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 36px;
    color: #03495e;
    margin-bottom: 40px; }
  section .subtitle-presta {
    font-family: 'Montserrat', serif;
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 36px;
    font-weight: 500;
    color: #00a3bc;
    margin-bottom: 40px; }
  section .heading, section.page-type h4 {
    font-family: 'Times', serif;
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 24px;
    color: #03495e;
    margin-bottom: 20px; }
  section p {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 23px;
    margin: 0 0 20px 0; }
    section p a {
      color: #00a3bc; }
      section p a:hover {
        color: #dfad6b;
        text-decoration: none; }
      section p a:visited {
        color: #00a3bc; }
    section p strong {
      font-weight: bold; }
  section ul {
    list-style: disc;
    padding-left: 60px; }
    section ul li {
      display: list-item;
      font-size: 18px;
      font-size: 1.125rem;
      padding-bottom: 20px; }
      section ul li a {
        color: #00a3bc; }
        section ul li a:hover {
          color: #dfad6b;
          text-decoration: none; }
        section ul li a:visited {
          color: #00a3bc; }
  section .image-container {
    overflow: hidden; }
    section .image-container img {
      position: absolute;
      height: 100%;
      width: 100%;
      -o-object-fit: cover;
      object-fit: cover;
      -o-object-position: 50% 50%;
      object-position: 50% 50%; }
  section .button {
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    height: 115px;
    width: 355px;
    background: url("./img/motif-bouton-bleu-fonce.jpg");
    padding: 35px 25px;
    color: white;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-size: 1.125rem; }
    section .button span {
      font-family: 'Times',serif;
      font-size: 30px;
      font-size: 1.875rem;
      line-height: 30px; }
      section .button span::after {
        content: url(./img/fleche-blanche.svg);
        display: block;
        width: 50px;
        height: 13px;
        position: absolute;
        right: 25px;
        bottom: 38px;
        opacity: 1; }
    section .button:visited {
      color: white; }
    section .button.cta-rdv {
      background: url("./img/motif-bouton-bleu-clair.jpg"); }
    section .button:hover span::after {
      -webkit-animation: fadeInLeft 0.75s ease-in-out;
      -moz-animation: fadeInLeft 0.75s ease-in-out;
      -o-animation: fadeInLeft 0.75s ease-in-out;
      animation: fadeInLeft 0.75s ease-in-out;
      opacity: 1; }
  section .contact-button {
    position: relative;
    line-height: 50px;
    width: 235px;
    background: url("./img/motif-bouton-bleu-fonce.jpg");
    margin-top: 40px;
    text-transform: uppercase;
    color: white; }
    section .contact-button:hover {
      background: url("./img/motif-bouton-bleu-clair.jpg"); }

label {
  font-size: 18px;
  font-size: 1.125rem; }

input, textarea {
  border-bottom: 1px solid #03495e;
  font-family: 'Times', serif;
  font-size: 16px;
  font-size: 1rem;
  color: #03495e; }

input[type=checkbox] {
  display: block;
  border: 1px solid #03495e;
  width: 15px;
  height: 15px;
  margin-right: 15px;
  background: white; }

input[type=checkbox]:checked:after {
  content: "\2713";
  font-size: 19px;
  color: #03495e;
  line-height: 15px; }

.template-one {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }
  .template-one div {
    position: relative;
    width: 50%; }
    .template-one div.text-container {
      padding: 40px 40px 155px 0; }
      .template-one div.text-container.no-button {
        padding: 40px 40px 40px 0; }
      .template-one div.text-container.presta {
        padding: 0 40px 40px 0; }
  .template-one.inverted .text-container {
    padding: 40px 40px 155px 40px; }
    .template-one.inverted .text-container.no-button {
      padding: 40px 40px 40px 40px; }

.template-two {
  margin-top: 70px; }
  .template-two .text-container {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: 40px;}
    .template-two .text-container .home-title {
      width: 100%; }
    .template-two .text-container .text-bloc p {
      margin-bottom: 20px; }
  .template-two .image-container {
    margin-top: 40px;
    width: 100%;
    height: 365px; }
    .template-two .image-container img {
      position: relative; }

.banner .image-container {
  width: 100%;
  height: 265px;
  margin-bottom: 70px; }

.error-page {
  height: 100vh;
  background-image: url("./img/sylaw-conseil-metier-lycs-lycs.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center; }
  .error-page div {
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -webkit-box-pack: center;
    justify-content: center;
    -ms-flex-pack: center;
    text-align: center; }
    .error-page div .title-error {
      font-family: 'Montserrat',sans-serif;
      font-size: 65px;
      font-size: 4.0625rem;
      line-height: 65px;
      text-transform: uppercase;
      color: white; }
      .error-page div .title-error span {
        font-size: 144px;
        font-size: 9rem;
        line-height: 144px; }
    .error-page div .paragraph-error {
      font-family: 'Times',serif;
      font-size: 36px;
      font-size: 2.25rem;
      line-height: 36px;
      color: white; }

.contact-container {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-right: 40px; }
  .contact-container .subtitle {
    margin-bottom: 20px; }
  .contact-container .center {
    margin-bottom: 40px; }
  .contact-container form {
    position: relative;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .contact-container form .row {
      width: 100%;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-justify-content: space-between;
      -moz-justify-content: space-between;
      -ms-justify-content: space-between;
      -webkit-box-pack: justify;
      justify-content: space-between;
      -ms-flex-pack: space-between; }
    .contact-container form .field {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      -ms-flex-direction: column;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      flex-direction: column; }
      .contact-container form .field.user-infos {
        width: 48%; }
      .contact-container form .field.user-message {
        width: 100%; }
      .contact-container form .field label {
        margin-bottom: 5px; }
      .contact-container form .field input {
        margin-bottom: 40px; }
    .contact-container form .form-caseacocher {
      margin-top: 15px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
    .contact-container form .contact-button {
      display: none; }
    .contact-container form .message-confirmation {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      margin-top: 20px;
      display: none; }
      .contact-container form .message-confirmation img {
        height: 30px;
        width: 30px;
        margin-right: 10px; }
      .contact-container form .message-confirmation#form-success p {
        color: #51c676;
        font-family: 'Montserrat',sans-serif;
        font-weight: 400;
        margin-bottom: 0; }
      .contact-container form .message-confirmation#form-error p {
        color: #ff5f58;
        font-family: 'Montserrat',sans-serif;
        font-weight: 400;
        margin-bottom: 0; }
  .contact-container #map {
    position: relative;
    height: 365px;
    width: 100%;
    max-width: 100%; }

.contact-container + .contact-container {
  margin-top: 40px; }

.center {
  text-align: center; }

.slider-1 {
  position: relative;
  margin-bottom: 110px;
  height: 700px; }
  .slider-1 .paging-info-1 {
    position: absolute;
    bottom: -60px;
    left: 120px;
    z-index: 99;
    margin: 20px; }
    .slider-1 .paging-info-1 .first, .slider-1 .paging-info-1 .third {
      font-family: 'Times', serif;
      font-size: 16px;
      font-size: 1rem;
      line-height: 21px; }
    .slider-1 .paging-info-1 .second {
      display: none; }
    .slider-1 .paging-info-1 .third {
      color: #00a3bc; }
      .slider-1 .paging-info-1 .third:before {
        content: "______";
        display: inline;
        color: #03495e;
        margin: 0 5px; }
  .slider-1 .slickslider-1 {
    width: 100%;
    height: 100%; }
    .slider-1 .slickslider-1 .slick-list {
      height: 100%; }
      .slider-1 .slickslider-1 .slick-list .slick-track {
        height: 100%; }
        .slider-1 .slickslider-1 .slick-list .slick-track .slide {
          position: relative;
          width: 100%;
          height: 100%;
          top: 0;
          left: 0;
          overflow: hidden; }
          .slider-1 .slickslider-1 .slick-list .slick-track .slide img {
            width: 100%;
            height: 100%;
            -o-object-fit: cover;
            object-fit: cover;
            -o-object-position: center center;
            object-position: center center; }
    .slider-1 .slickslider-1 .desc {
      -webkit-transition-property: all;
      -o-transition-property: all;
      transition-property: all;
      -webkit-transition-duration: .3s;
      -o-transition-duration: .3s;
      transition-duration: .3s;
      -webkit-transition-timing-function: ease-in-out;
      -o-transition-timing-function: ease-in-out;
      transition-timing-function: ease-in-out;
      opacity: 0;
      position: absolute;
      max-width: 40%;
      top: 30%;
      left: 0;
      background-color: white;
      padding: 30px; }
      .slider-1 .slickslider-1 .desc h3, .slider-1 .slickslider-1 .desc p {
        font-size: 36px;
        font-size: 2.25rem;
        line-height: 36px;
        margin: 10px 0; }
      .slider-1 .slickslider-1 .desc .cta-presta {
        display: block;
        text-align: right;
        color: #03495e;
        margin: 15px 0 10px 0; }
        .slider-1 .slickslider-1 .desc .cta-presta:visited {
          color: #03495e; }
        .slider-1 .slickslider-1 .desc .cta-presta:after {
          content: url(./img/fleche-bleue.svg);
          display: block;
          width: 50px;
          height: 13px;
          position: absolute;
          right: 30px; }
        .slider-1 .slickslider-1 .desc .cta-presta:hover::after {
          -webkit-animation-name: fadeInLeft;
          animation-name: fadeInLeft;
          -webkit-animation-duration: 0.75s;
          animation-duration: 0.75s;
          -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
          opacity: 1; }
    .slider-1 .slickslider-1 .prevArrow {
      -webkit-transition-property: all;
      -o-transition-property: all;
      transition-property: all;
      -webkit-transition-duration: .3s;
      -o-transition-duration: .3s;
      transition-duration: .3s;
      -webkit-transition-timing-function: ease-in;
      -o-transition-timing-function: ease-in;
      transition-timing-function: ease-in;
      position: absolute;
      background-image: url("./img/motif-bouton-bleu-fonce.jpg");
      height: 60px;
      width: 60px;
      z-index: 99;
      border: none;
      left: 0;
      bottom: -60px; }
      .slider-1 .slickslider-1 .prevArrow svg {
        margin: auto; }
    .slider-1 .slickslider-1 .nextArrow {
      -webkit-transition-property: all;
      -o-transition-property: all;
      transition-property: all;
      -webkit-transition-duration: .3s;
      -o-transition-duration: .3s;
      transition-duration: .3s;
      -webkit-transition-timing-function: ease-in;
      -o-transition-timing-function: ease-in;
      transition-timing-function: ease-in;
      border: none;
      position: absolute;
      background-image: url("./img/motif-bouton-bleu-clair.jpg");
      height: 60px;
      width: 60px;
      z-index: 99;
      border: none;
      left: 60px;
      bottom: -60px; }
      .slider-1 .slickslider-1 .nextArrow svg {
        margin: auto; }

footer {
  padding: 70px 0; }
  footer .reassurance {
    position: relative;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat; }
    footer .reassurance .intro {
      background-color: rgba(255, 255, 255, 0.85);
      width: 100%;
      padding: 65px;
      text-align: center; }
      footer .reassurance .intro .footer-title {
        font-family: 'Montserrat', sans-serif;
        font-size: 40px;
        font-size: 2.5rem;
        font-weight: 400;
        line-height: 40px;
        text-transform: uppercase;
        color: #00a3bc; }
        footer .reassurance .intro .footer-title::before {
          content: url(./img/guillemet-gauche.svg);
          position: absolute;
          display: block;
          width: 35px;
          left: 40px; }
      footer .reassurance .intro p {
        padding-top: 20px;
        font-family: 'Montserrat', sans-serif;
        font-size: 16px;
        font-size: 1rem;
        line-height: 16px;
        color: #03495e; }
        footer .reassurance .intro p::after {
          content: url(./img/guillemet-droit.svg);
          position: absolute;
          display: block;
          width: 35px;
          right: 40px; }
  footer .info .contact {
    background-image: url(./img/motif-footer.jpg);
    padding: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-top: 50px; }
    footer .info .contact .networks {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      footer .info .contact .networks a {
        display: block;
        background-color: #dfad6b;
        height: 30px;
        width: 30px;
        margin-right: 10px;
        font-family: 'Montserrat', sans-serif;
        font-size: 18px;
        font-size: 1.125rem;
        font-weight: 400;
        line-height: 30px;
        text-align: center;
        color: white; }
        footer .info .contact .networks a:hover {
          background-color: #03495e; }
        footer .info .contact .networks a:visited {
          color: white; }
    footer .info .contact address {
      color: white;
      display: inline;
      font-family: 'Montserrat', sans-serif;
      font-size: 16px;
      font-size: 1rem;
      line-height: 30px; }
      footer .info .contact address a {
        color: white; }
        footer .info .contact address a:hover {
          color: #03495e; }
        footer .info .contact address a:visited {
          color: white; }
  footer .info .politics {
    margin-top: 20px; }
    footer .info .politics ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      footer .info .politics ul li a {
        position: relative;
        font-family: 'Montserrat', sans-serif;
        font-size: 16px;
        font-size: 1rem;
        line-height: 20px;
        color: #03495e;
        border-bottom: 0px solid #03495e; }
      footer .info .politics ul li:after {
        content: "-";
        margin: 0 5px; }
      footer .info .politics ul li:last-child:after {
        content: ''; }
@media (max-width: 1280px) {
  header nav .bouton-menu {
    display: block;
    width: 100%;
  }
  header nav button::after {
    content: url(./img/fleche-bleue-mini.svg);
    bottom: 0;
  }
  header nav .description {
    display: none;
  }
  .slider-1 {
    height: 600px;
  }
}
@media (max-width: 1240px) {
  section .home-title {
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 41px;
    margin-bottom: 20px; }
    section .home-title span {
      font-size: 21px;
      font-size: 1.3125rem;
      line-height: 25px; }
  section .subtitle {
    font-size: 28px;
    font-size: 1.75rem;
    line-height: 33px;
    margin-bottom: 20px; }
  section .main-title, section .title {
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 36px; }
  section p {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 23px; }
  section .button {
    height: 85px;
    width: 250px;
    padding: 20px;
    font-size: 16px;
    font-size: 1rem; }
    section .button span {
      font-size: 21px;
      line-height: 21px; }
      section .button span::after {
        content: url(./img/fleche-droite-mini.svg);
        width: 12px;
        right: 20px;
        bottom: 25px; }
  .slider-1 {
    margin-bottom: 90px; }
    .slider-1 .slickslider-1 .desc {
      max-width: 45%;
      top: 25%; }
      .slider-1 .slickslider-1 .desc h2, .slider-1 .slickslider-1 .desc p {
        font-size: 28px;
        font-size: 1.75rem;
        line-height: 28px; }
  .template-one div.text-container {
    padding: 30px 40px 120px 0; }
  .template-one.inverted .text-container {
    padding: 30px 40px 120px 40px; }
  .template-two .text-container {
    margin-right: 20px; }
  .template-two .image-container {
    margin-top: 40px; }
  footer .reassurance .intro {
    padding: 50px 50px 50px 85px; }
    footer .reassurance .intro .footer-title {
      font-size: 36px;
      font-size: 2.25rem;
      line-height: 36px; }
      footer .reassurance .intro .footer-title::before {
        left: 30px; }
    footer .reassurance .intro p::after {
      right: 30px; } }

@media (max-width: 992px) {
  header {
    position: relative;
    width: 100%;
    max-width: 100%;
    height: 90px;
    background-color: white;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -ms-flex-pack: space-between;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    header .intro {
      margin: 0; }
      header .intro .sylaw-logo {
        padding: 0;
        z-index: 1; }
        header .intro .sylaw-logo img {
          width: 147px; }
          header .intro .sylaw-logo img.logo-desktop {
            display: none; }
          header .intro .sylaw-logo img.logo-mobile {
            display: block; }
      header .intro h1, header .intro p {
        display: none; }
    header .nav-menu-toggle {
      position: relative;
      display: block;
      height: 25px;
      width: 25px;
      padding: 0;
      z-index: 1000; }
      header .nav-menu-toggle .nav-menu-bars, header .nav-menu-toggle .nav-menu-bars::before, header .nav-menu-toggle .nav-menu-bars::after {
        cursor: pointer;
        border-radius: 1px;
        height: 2px;
        width: 24px;
        background: #03495e;
        position: absolute;
        top: 50%;
        left: 0;
        display: block;
        -webkit-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s; }
      header .nav-menu-toggle .nav-menu-bars::before {
        content: '';
        left: 0px;
        top: -8px; }
      header .nav-menu-toggle .nav-menu-bars::after {
        content: '';
        left: 0px;
        top: 8px; }
      header .nav-menu-toggle.is-open {
        position: fixed;
        right: 15px;
        top: 30px; }
        header .nav-menu-toggle.is-open .nav-menu-bars {
          background-color: #00a3bc; }
        header .nav-menu-toggle.is-open .nav-menu-bars::before {
          background-color: white;
          top: 0;
          -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
          transform: rotate(45deg); }
        header .nav-menu-toggle.is-open .nav-menu-bars::after {
          background-color: white;
          top: 0;
          transform: rotate(-45deg);
          -webkit-transform: rotate(-45deg);
          -moz-transform: rotate(-45deg);
          -ms-transform: rotate(-45deg);
          -o-transform: rotate(-45deg); }
    header nav {
      z-index: 0;
      position: absolute;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      -ms-justify-content: center;
      -webkit-box-pack: center;
      justify-content: center;
      -ms-flex-pack: center;
      position: fixed;
      top: 0;
      left: 0;
      margin-left: 0;
      height: 100vh;
      width: 100%;
      background-color: #00a3bc;
      color: white;
      padding: 0;
      opacity: 0;
      -webkit-transition: all .3s;
      -o-transition: all .3s;
      transition: all .3s; }
      header nav.is-open {
        opacity: 1;
        z-index: 100; }
      header nav button:hover .label-ctg {
        color: white; }
      header nav .label-ctg, header nav .description {
        color: white; }
        header nav .description {
          display: block;}
      header nav button::after {
        content: url(./img/fleche-blanche.svg);
        right: 25px;
        bottom: -15px; }
      header nav ul .menu-item a {
        color: white; }
        header nav ul .menu-item a:visited {
          color: white; }
        header nav ul .menu-item a:hover::before {
          content: url(./img/fleche-droite-mini.svg); }
        header nav ul .menu-item a:active {
          color: white; }
          header nav ul .menu-item a:active::before {
            background-color: white; }
            header .doctolib {
              display:none;
            }
            header .doctolib.is-open {
              display: flex;
            }
  header .doctolib {
    position: absolute;
    top: 0;
    left: calc(50% - 123px);
    background-color: #03495E;
    border-radius: 0 0 4px 4px;
  }
  .slider-1 {
    height: 560px; }
  .template-one {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex; }
    .template-one div.text-container {
      padding: 40px 40px 155px 40px; }
      .template-one div.text-container.no-button {
        padding: 40px 40px 40px 40px; }
      .template-one div.text-container.presta {
        padding: 0 40px 40px 40px; }
  .template-two .text-container {
    margin-left: 40px; }
  .template-two .image-container {
    margin-top: 40px; }
  .template-three, .error-page div {
    padding: 0 25px; }
  .template-three .contact-container {
    padding-right: 0; }
  footer .info .politics {
    width: calc(100% - 25px);
    padding: 25px; } }

@media (max-width: 768px) {
  .slider-1 {
    margin-bottom: 70px; }
  .banner .image-container {
    margin-bottom: 30px; }
  .template-one {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    .template-one div.text-container {
      width: 100%;
      padding: 40px 40px 105px 40px; }
    .template-one .image-container {
      width: 100%;
      height: 365px; }
    .template-one.inverted .image-container {
      -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
      order: 2; }
  .template-two .text-container .text-bloc {
    -webkit-column-count: 1;
    column-count: 1;
    -webkit-column-width: 100%;
    column-width: 100%;
    -webkit-column-gap: 0px;
    column-gap: 0px; }
  .contact-container .subtitle {
    text-align: center; }
  .contact-container form .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    .contact-container form .row .field.user-infos {
      width: 100%; } }

@media (max-width: 576px) {
  section .home-title {
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 35px; }
    section .home-title span {
      font-size: 21px;
      font-size: 1.3125rem;
      line-height: 25px; }
  section .subtitle {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 29px; }
  section .main-title, section .title {
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 30px;
    margin-bottom: 20px; }
  section .label {
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 12px;
    padding: 10px;
    margin: 10px 0; }
  section .heading {
    font-size: 21px;
    font-size: 1.3125rem;
    line-height: 21px; }
  section p {
    font-size: 16px;
    font-size: 1rem;
    line-height: 21px; }
  section ul {
    padding-left: 60px; }
    section ul li {
      font-size: 16px;
      font-size: 1rem; }
  header {
    height: 70px;
    padding: 0 25px; }
    header .intro {
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start; }
    header .nav-menu-toggle.is-open {
      right: 25px;
      top: 25px; }
  .slider-1 {
    height: 360px;
    margin-bottom: 50px; }
    .slider-1 .slickslider-1 .desc {
      max-width: 60%;
      top: 0; }
      .slider-1 .slickslider-1 .desc h2, .slider-1 .slickslider-1 .desc p {
        font-size: 21px;
        font-size: 1.3125rem;
        line-height: 21px; }
    .slider-1 .slickslider-1 .prevArrow {
      height: 50px;
      width: 50px;
      bottom: -50px; }
    .slider-1 .slickslider-1 .nextArrow {
      height: 50px;
      width: 50px;
      left: 50px;
      bottom: -50px; }
  .template-one div.text-container {
    padding: 25px 25px 105px 25px; }
    .template-one div.text-container.no-button {
      padding: 25px; }
    .template-one div.text-container.presta {
      padding: 0 25px; }
  .template-one.inverted .text-container {
    padding: 25px 25px 105px 25px; }
  .template-two {
    margin-top: 25px; }
    .template-two .text-container {
      margin-left: 25px; }
      .template-two .text-container .text-bloc {
        padding: 0 25px 20px 0px; }
        .template-two .text-container .text-bloc p {
          padding: 0; }
  .contact-container .subtitle {
    margin-bottom: 0; }
    footer {
      padding: 0;
    }
  footer .reassurance {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    footer .reassurance .intro {
      width: 100%;
      padding: 50px 50px 0px 85px; }
      footer .reassurance .intro p::after {
        bottom: 30px; }
      footer .reassurance .intro p {
        padding: 20px 70px 50px 70px; }
    footer .info .contact {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      -ms-flex-direction: column;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      flex-direction: column;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
        }
  footer .info .contact address {
    line-height: 21px;
    margin-bottom: 15px;}
    footer .info address a:before {
      display: none; }
      footer .info .politics {
        margin: 0;
      }
  footer .info .politics ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column; }
    footer .info .politics ul li:after {
      display:none;
    }
    footer .info .politics :nth-child(2):before, footer .info .politics :nth-child(3):before {
      display: none; }
  .error-page div .title-error {
    font-size: 32px;
    font-size: 2rem;
    line-height: 32px; }
    .error-page div .title-error span {
      font-size: 72px;
      font-size: 4.5rem;
      line-height: 72px; }
  .error-page div .paragraph-error {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 24px; } }

@media (max-width: 420px) {
  header .intro .sylaw-logo img {
    width: 129px; }
  header nav.is-open button {
    padding: 0 25px; }
    header nav.is-open button .description {
      width: 100%;
      max-width: 100%; }
      header nav.is-open button .description::after {
        position: relative;
        right: 0; }
        header nav .sous-menu {
          margin-left: 20px;
        }
  .slider-1 .slickslider-1 .desc {
    max-width: 75%; }
    .slider-1 .slickslider-1 .desc h2, .slider-1 .slickslider-1 .desc p {
      font-size: 18px;
      font-size: 1.125rem;
      line-height: 18px; }
    .slider-1 .slickslider-1 .desc .cta-presta {
      margin: 10px 0 10px 0; }
  footer .reassurance .intro {
    padding: 75px 30px 0px 30px; }
    footer .reassurance .intro .footer-title::before {
      top: 25px; }
    footer .reassurance .intro p::after {
      bottom: 20px; }
  footer .reassurance .interventions {
    padding: 0px 30px 75px 30px; } }
