:root {
    --main-bg-color:#9B97C1;/*mauve*/
    --second-bg-color:#201C4F;/*violet*/
}

@font-face {
    font-family: "Parisien";
    src:local("Parisien Night"),
        url("../fonts/Parisien Night.otf");
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/*
 * -- BASE STYLES --
 * Most of these are inherited from Base, but I want to change a few.
 */
body {
    line-height: 1.7em;
    /*color: #9B97C1;*/
    font-size: 13px;
}

h1,
h2,
h3,
h4,
h5,
h6,
label {
    color: var(--second-bg-color);
}

.ml1{margin-left:.5em}
.ml2{margin-left:1em}

.pure-img-responsive {
    max-width: 100%;
    height: auto;
}

/*
 * -- LAYOUT STYLES --
 * These are some useful classes which I will need
 */
.l-box {
    padding: 1em;
}

.l-box-lrg {
    padding: 2em;
    border-bottom: 1px solid rgba(0,0,0,0.1);
}

.is-center {
    text-align: center;
}

.menu-icon {
    position:absolute;
    right:0px;
}

.menu-icon img {
    float:right;
    margin:auto;
    padding-top:0.2em;
    padding-bottom:0.2em;
    padding-right:1em;
    min-height:24px;
    max-height:36px;
    height:3em;
}

/*
 * -- PURE FORM STYLES --
 * Style the form inputs and labels
 */
.pure-form label {
    margin: 1em 0 0;
    font-weight: bold;
    font-size: 100%;
}

.pure-form input[type] {
    border: 2px solid #ddd;
    box-shadow: none;
    font-size: 100%;
    width: 100%;
    margin-bottom: 1em;
}

/*
 * -- PURE BUTTON STYLES --
 * I want my pure-button elements to look a little different
 */
.pure-button {
    background-color: var(--second-bg-color);
    color: white;
    padding: 0.5em 2em;
    border-radius: 1em;
}

a.pure-button-primary {
    background: var(--main-bg-color);
    border-radius: 0.8em;
    font-weight:800;
    color:var(--second-bg-color);
}


/*
 * -- MENU STYLES --
 * I want to customize how my .pure-menu looks at the top of the page
 */

.home-menu {
    display:flex;
    align-items:center;
    width:100%;
    padding: 0.5em;
    text-align: left;
    font-family:Parisien;
    box-shadow: 0 1px 1px rgba(0,0,0, 0.10);
    background: var(--second-bg-color);
}
.pure-menu.pure-menu-fixed {
    /* Fixed menus normally have a border at the bottom. */
    border-bottom: none;
    /* I need a higher z-index here because of the scroll-over effect. */
    z-index: 4;
}

.home-menu .pure-menu-heading {
    color: white;
    font-weight: 400;
    font-size: 130%;
}


/*
 * -- SPLASH STYLES --
 * This is the blue top section that appears on the page.
 */

.splash-container {
    background: var(--main-bg-color);
    background-image:url('../img/bandeau_2.jpg');
    background-repeat:no-repeat;
    background-position:center 50px;
    background-size:auto;
    z-index: 1;
    overflow: hidden;
    /* The following styles are required for the "scroll-over" effect */
    width: 100%;
    height: 88%;
    top: 0;
    left: 0;
    position: fixed !important;
}

.splash {
    /* absolute center .splash within .splash-container */
    width: 320px;
    height: 100%;
    margin: auto;
    position: absolute;
    top: 200px; left: 40px; bottom: 0; right: 0;
    text-align: left;
}

/* This is the main heading that appears on the blue section */
.splash-head {
    font-size: 3em;
    font-weight: bold;
    font-family:Parisien;
    color: black;
    font-weight: 400;
    line-height: 1em;
}

/* This is the subheading that appears on the blue section */
.splash-subhead {
    font-family:Parisien;
    font-size: 2.5em;
    color: black;
    letter-spacing: 0.05em;
    opacity: 0.8;
    margin-top: 220px;
}

/*
 * -- CONTENT STYLES --
 * This represents the content area (everything below the blue section)
 */
.content-wrapper {
    /* These styles are required for the "scroll-over" effect */
    position: absolute;
    top: 87%;
    width: 100%;
    min-height: 12%;
    z-index: 2;
    background: white;

}

/* We want to give the content area some more padding */
.content {
    padding: 1em 1em 3em;
}

.content-intro {
    margin:0 auto;
    color:black;
    font-weight: 400;
    font-family:Parisien;
    font-size:2em;
    text-align:center;
    min-width:200px;
    max-width:70%;
    opacity:0.9;
}

/* This is the class used for the main content headers (<h2>) */
.content-head {
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin: 3em 0 1em;
}

/* This is a modifier class used when the content-head is inside a ribbon */
.content-head-ribbon {
    color: white;
}

/* This is the class used for the content sub-headers (<h3>) */
.content-subhead {
    color: var(--second-bg-color);
    opacity:0.8;
    margin-right: 7px;
}

/* This is the class used for the dark-background areas. */
.ribbon {
    background: var(--second-bg-color);
    color: #aaa;
}

h2.content-subhead {
    margin-top:2em;
}
h3 {
list-style-type:disc;
    margin-left: 15px;
}

li.arrow::marker {
    content: "▶ ";
}


/* This is the class used for the footer */
.footer {
    font-size:10px;
    background: var(--main-bg-color);
    position: fixed;
    bottom: 0;
    width: 100%;
}

#updated {
    color:var(--second-bg-color);
    font-size:0.7em;
    float:center;
}

/*
 * -- ILLUSTRATIONS --
 *
 *
 */
.vert-1-4 {
    margin-bottom:3em!important;
    min-height:12em;
    background-position:center center;
    background-repeat:no-repeat;
    background-size:contain;
}
#illustration {
    margin-top:0px!important;
}

#icone-rdv{
    min-height:5em;
    background-position:center center;
    background-repeat:no-repeat;
    background-size:contain;
    background-image:url('../img/Oxygen480-apps-preferences-system-time.png');
}

.spacer {
    display:none;
}

/*
 * Action Button
 * */

 .fab-wrapper {
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  z-index: 4 ;
}
.fab-checkbox {
  display: none;
}
.fab {
  position: absolute;
  bottom: -1rem;
  right: -1rem;
  width: 2rem;
  height: 2rem;
  background: blue;
  border-radius: 50%;
  background: #126ee2;
  box-shadow: 0px 5px 20px #81a4f1;
  transition: all 0.3s ease;

  /*border-bottom-right-radius: 6px;*/
  border: 1px solid #0c50a7;
}

.fab:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.1);
}
.fab-checkbox:checked ~ .fab:before {
  width: 90%;
  height: 90%;
  left: 5%;
  top: 5%;
  background-color: rgba(255, 255, 255, 0.2);
}
.fab:hover {
  background: #2c87e8;
  box-shadow: 0px 5px 20px 5px #81a4f1;
}

.fab-dots {
  position: absolute;
  height: 8px;
  width: 8px;
  background-color: white;
  border-radius: 50%;
  top: 50%;
  transform: translateX(0%) translateY(-50%) rotate(0deg);
  opacity: 1;
  animation: blink 3s ease infinite;
  transition: all 0.3s ease;
}

.fab-dots-1 {
  left: 15px;
  animation-delay: 0s;
}
.fab-dots-2 {
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  animation-delay: 0.4s;
}
.fab-dots-3 {
  right: 15px;
  animation-delay: 0.8s;
}

.fab-checkbox:checked ~ .fab .fab-dots {
  height: 6px;
}

.fab .fab-dots-2 {
  transform: translateX(-50%) translateY(-50%) rotate(0deg);
}

.fab-checkbox:checked ~ .fab .fab-dots-1 {
  width: 32px;
  border-radius: 10px;
  left: 50%;
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
}
.fab-checkbox:checked ~ .fab .fab-dots-3 {
  width: 32px;
  border-radius: 10px;
  right: 50%;
  transform: translateX(50%) translateY(-50%) rotate(-45deg);
}

@keyframes blink {
  50% {
    opacity: 0.25;
  }
}

.fab-checkbox:checked ~ .fab .fab-dots {
  animation: none;
}

.fab-wheel {
  position: absolute;
  bottom: 0;
  right: 0;
  border: 1px solid #;
  width: 10rem;
  height: 10rem;
  transition: all 0.3s ease;
  transform-origin: bottom right;
  transform: scale(0);
}

.fab-checkbox:checked ~ .fab-wheel {
  transform: scale(1);
}
.fab-action {
  position: absolute;
  background: #0f1941;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: White;
  box-shadow: 0 0.1rem 1rem rgba(24, 66, 154, 0.82);
  transition: all 1s ease;

  opacity: 0;
}

.fab-checkbox:checked ~ .fab-wheel .fab-action {
  opacity: 1;
}

.fab-action:hover {
  background-color: #f16100;
}

.fab-wheel .fab-action-1 {
  right: -1rem;
  top: 0;
}

.fab-wheel .fab-action-2 {
  right: 3.4rem;
  top: 0.5rem;
}
.fab-wheel .fab-action-3 {
  left: 0.5rem;
  bottom: 3.4rem;
}
.fab-wheel .fab-action-4 {
  left: 0;
  bottom: -1rem;
}

.svg-calendar {
    width: 24px;
    height: 24px;
    background-image: url('data:image/svg+xml,"%3Csvg xmlns="http://www.w3.org/2000/svg"%3E
  %3Cpath
    d="M15 17C16.1046 17 17 16.1046 17 15C17 13.8954 16.1046 13 15 13C13.8954 13 13 13.8954 13 15C13 16.1046 13.8954 17 15 17Z"
    fill="currentColor"
  /%3E
  %3Cpath
    fill-rule="evenodd"
    clip-rule="evenodd"
    d="M6 3C4.34315 3 3 4.34315 3 6V18C3 19.6569 4.34315 21 6 21H18C19.6569 21 21 19.6569 21 18V6C21 4.34315 19.6569 3 18 3H6ZM5 18V7H19V18C19 18.5523 18.5523 19 18 19H6C5.44772 19 5 18.5523 5 18Z"
    fill="currentColor"
  /%3E
%3C/svg%3E')
}

/*
 * Fin de Action Button
 * */


#phonenumber {
    font-size:20px;
    font-family:sans-serif;
    color:white;
    visibility:hidden;
}
@media (max-width: 320px) {
    #logo-mail {
        display:none;
    }
}

@media (min-width: 768px) {
    #phonenumber {
        visibility:visible;
    }
    #logo-tel {
        float:left;
    }
}

@media (min-width: 565px) {
    #illustration {
        margin-top:3.5em!important;
    }
}

/*
 * -- TABLET (AND UP) MEDIA QUERIES --
 * On tablets and other medium-sized devices, we want to customize some
 * of the mobile styles.
 */
@media (min-width: 48em) {

    /* We increase the body font size */
    body {
        font-size: 16px;
    }
    .footer {
        font-size: 13px;
    }

    /* We increase the height of the splash-container */
/*    .splash-container {
        height: 500px;
    }*/

    /* We decrease the width of the .splash, since we have more width
    to work with */
    .splash {
/*        top: 150px;
        width: 50%;
        height: 50%;
*/    }

    .splash-head {
        font-size: 250%;
    }


    /* We remove the border-separator assigned to .l-box-lrg */
    .l-box-lrg {
        border: none;
    }

    #updated {
        font-size:0.9em!important;
        float:right!important;
    }

    .spacer {
        display:block;
    }

    #divPhoto1, #divPhoto3{
        background-position:center right;
    }
    #divPhoto2, #divPhoto4{
        background-position:center left;
    }

}

/*
 * -- DESKTOP (AND UP) MEDIA QUERIES --
 * On desktops and other large devices, we want to over-ride some
 * of the mobile and tablet styles.
 */
@media (min-width: 78em) {
    /* We increase the header font size even more */
    .splash-head {
        font-size: 300%;
    }
}
