@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
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; }

/* HTML5 display-role reset for older browsers */
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; }

/* Regles generales */
*, *:after, *:before {
  box-sizing: border-box; }

html {
  font-size: 62.5%; }

body {
  font-size: 1.4rem;
  /* 14px par défaut */
  /*font-family: 'Noto sans', sans-serif;*/ }

a, a:hover, a:visited {
  color: #FFF;
  text-decoration: none; }

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

/********************/
/* HEADER:         */
/******************/
body {
  font-family: 'Lato', sans-serif; }

.FONDACCUEIL {
  background: #004c70;
  height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center; }
  .FONDACCUEIL .MAJ {
    position: absolute;
    top: 10px;
    left: 4%;
    background: #ef7d00;
    color: white; }
  .FONDACCUEIL__Logo {
    width: 30vw;
    margin: 3vh 0vh; }
  .FONDACCUEIL .SLIDESHOW {
    overflow: hidden;
    width: 80vw;
    display: flex;
    flex-direction: column;
    justify-content: center; }
  .FONDACCUEIL .SLIDESHOW ul {
    /* 4 images donc 4 x 100% */
    width: 400%;
    padding: 0;
    margin: 0;
    list-style: none; }
  .FONDACCUEIL .SLIDESHOW li {
    float: left; }
    .FONDACCUEIL .SLIDESHOW li > img {
      object-fit: contain;
      height: auto;
      width: 80vw; }
  .FONDACCUEIL__Message {
    color: #ef7d00;
    text-transform: uppercase;
    text-align: center;
    width: 80%;
    font-size: 1.5rem;
    margin: 10px 0px;
    word-spacing: 3px; }
  .FONDACCUEIL__Boutonconnexion {
    background: white;
    border: solid 3px #ef7d00;
    border-radius: 8px;
    color: black;
    padding: 10px;
    margin: 10px 0px;
    text-transform: uppercase;
    text-align: center;
    font-size: 1.1rem; }
    .FONDACCUEIL__Boutonconnexion > span {
      display: block; }
    .FONDACCUEIL__Boutonconnexion:hover {
      color: #ef7d00; }
  .FONDACCUEIL__Boutonconnexion:visited {
    color: black; }
  .FONDACCUEIL__InfoBas {
    position: absolute;
    bottom: 45px;
    color: white;
    text-align: center;
    font-size: 1rem; }
    .FONDACCUEIL__InfoBas > span {
      display: block; }
  .FONDACCUEIL .SCROLLDOWN {
    opacity: 1;
    -webkit-transition: all .5s ease-in 3s;
    transition: all .5s ease-in 3s; }
  .FONDACCUEIL .SCROLLDOWN {
    background-color: #ef7d00;
    position: absolute;
    bottom: 5px;
    left: 50%;
    margin-left: -16px;
    display: block;
    width: 32px;
    height: 32px;
    border: 2px solid #FFF;
    background-size: 14px auto;
    border-radius: 50%;
    z-index: 2;
    -webkit-animation: bounce 2s infinite 2s;
    animation: bounce 2s infinite 2s;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
    transform: scale(1); }
  .FONDACCUEIL .SCROLLDOWN:before {
    position: absolute;
    top: calc(50% - 8px);
    left: calc(50% - 6px);
    transform: rotate(-45deg);
    display: block;
    width: 12px;
    height: 12px;
    content: "";
    border: 2px solid white;
    border-width: 0px 0 2px 2px; }

@keyframes bounce {
  0%,
  100%,
  20%,
  50%,
  80% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }
  40% {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px); }
  60% {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px); } }

.PSMCESTQUOI {
  background: #ef7d00; }
  .PSMCESTQUOI .PSMCESTQUOIHAUT {
    display: flex;
    flex-direction: column;
    align-items: center; }
    .PSMCESTQUOI .PSMCESTQUOIHAUT__Logo {
      width: 30vw;
      margin: 3vh 0vh; }
    .PSMCESTQUOI .PSMCESTQUOIHAUT__Titre {
      color: white;
      font-size: 3rem;
      text-transform: uppercase;
      margin-bottom: 30px; }
  .PSMCESTQUOI .PSMCESTQUOIBAS {
    background: white;
    padding: 20px; }
    .PSMCESTQUOI .PSMCESTQUOIBAS__Bleu {
      color: #004c70;
      margin: 30px;
      line-height: 2.4rem;
      font-size: 2rem; }
      .PSMCESTQUOI .PSMCESTQUOIBAS__Bleu > span {
        color: #ef7d00;
        display: block; }
    .PSMCESTQUOI .PSMCESTQUOIBAS__Orange {
      color: #ef7d00;
      margin: 30px;
      line-height: 2.4rem;
      font-size: 2rem; }

.DETAILSPSM {
  background: #ef7d00; }
  .DETAILSPSM__Image {
    object-fit: cover;
    height: 40vh;
    width: 100vw; }
  .DETAILSPSM .VOUSALLEZ__Titre {
    color: white;
    font-size: 3rem;
    text-align: center;
    margin: 20px; }
    .DETAILSPSM .VOUSALLEZ__Titre > span {
      color: #004c70; }
  .DETAILSPSM .POINTSPRINCIPAUX {
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
    padding: 10px;
    text-transform: uppercase;
    text-align: center;
    font-size: 2rem;
    color: #ef7d00; }
    .DETAILSPSM .POINTSPRINCIPAUX__Visibilite {
      background: linear-gradient(rgba(0, 76, 112, 0.7), rgba(0, 76, 112, 0.5)), url("../img/illustrationcarre1-psm.png");
      background-size: cover;
      width: 100%;
      height: 30vh;
      margin: 10px;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      backdrop-filter: grayscale(1) contrast(3) blur(1px); }
      .DETAILSPSM .POINTSPRINCIPAUX__Visibilite--Empreinte {
        width: 20vw; }
      .DETAILSPSM .POINTSPRINCIPAUX__Visibilite--Explications {
        display: none;
        font-size: 1.4rem; }
      .DETAILSPSM .POINTSPRINCIPAUX__Visibilite:hover {
        background: linear-gradient(rgba(0, 76, 112, 0.9), rgba(0, 76, 112, 0.9)); }
      .DETAILSPSM .POINTSPRINCIPAUX__Visibilite:hover .POINTSPRINCIPAUX__Visibilite--Empreinte {
        display: none; }
      .DETAILSPSM .POINTSPRINCIPAUX__Visibilite:hover .POINTSPRINCIPAUX__Visibilite--Titre {
        display: none; }
      .DETAILSPSM .POINTSPRINCIPAUX__Visibilite:hover .POINTSPRINCIPAUX__Visibilite--Explications {
        display: block;
        margin: 5px;
        color: white; }
    .DETAILSPSM .POINTSPRINCIPAUX__Spot {
      background: linear-gradient(rgba(0, 76, 112, 0.7), rgba(0, 76, 112, 0.5)), url("../img/illustrationcarre2-psm.png");
      background-size: cover;
      width: 100%;
      height: 30vh;
      margin: 10px;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      backdrop-filter: grayscale(1) contrast(3) blur(1px); }
      .DETAILSPSM .POINTSPRINCIPAUX__Spot--Empreinte {
        width: 20vw; }
      .DETAILSPSM .POINTSPRINCIPAUX__Spot--Explications {
        display: none;
        font-size: 1.4rem; }
      .DETAILSPSM .POINTSPRINCIPAUX__Spot:hover {
        background: linear-gradient(rgba(0, 76, 112, 0.9), rgba(0, 76, 112, 0.9)); }
      .DETAILSPSM .POINTSPRINCIPAUX__Spot:hover .POINTSPRINCIPAUX__Spot--Empreinte {
        display: none; }
      .DETAILSPSM .POINTSPRINCIPAUX__Spot:hover .POINTSPRINCIPAUX__Spot--Titre {
        display: none; }
      .DETAILSPSM .POINTSPRINCIPAUX__Spot:hover .POINTSPRINCIPAUX__Spot--Explications {
        display: block;
        margin: 5px;
        color: white; }
    .DETAILSPSM .POINTSPRINCIPAUX__Ventes {
      background: linear-gradient(rgba(0, 76, 112, 0.7), rgba(0, 76, 112, 0.5)), url("../img/illustrationcarre3-psm.png");
      background-size: cover;
      width: 100%;
      height: 30vh;
      margin: 10px;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      backdrop-filter: grayscale(1) contrast(3) blur(1px); }
      .DETAILSPSM .POINTSPRINCIPAUX__Ventes--Empreinte {
        width: 20vw; }
      .DETAILSPSM .POINTSPRINCIPAUX__Ventes--Explications {
        display: none;
        font-size: 1.4rem; }
      .DETAILSPSM .POINTSPRINCIPAUX__Ventes:hover {
        background: linear-gradient(rgba(0, 76, 112, 0.9), rgba(0, 76, 112, 0.9)); }
      .DETAILSPSM .POINTSPRINCIPAUX__Ventes:hover .POINTSPRINCIPAUX__Ventes--Empreinte {
        display: none; }
      .DETAILSPSM .POINTSPRINCIPAUX__Ventes:hover .POINTSPRINCIPAUX__Ventes--Titre {
        display: none; }
      .DETAILSPSM .POINTSPRINCIPAUX__Ventes:hover .POINTSPRINCIPAUX__Ventes--Explications {
        display: block;
        margin: 5px;
        color: white; }
    .DETAILSPSM .POINTSPRINCIPAUX__Annonces {
      background: linear-gradient(rgba(0, 76, 112, 0.7), rgba(0, 76, 112, 0.5)), url("../img/illustrationcarre4-psm.png");
      background-size: cover;
      width: 100%;
      height: 30vh;
      margin: 10px;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      backdrop-filter: grayscale(1) contrast(3) blur(1px); }
      .DETAILSPSM .POINTSPRINCIPAUX__Annonces--Empreinte {
        width: 20vw; }
      .DETAILSPSM .POINTSPRINCIPAUX__Annonces--Explications {
        display: none;
        font-size: 1.4rem; }
      .DETAILSPSM .POINTSPRINCIPAUX__Annonces:hover {
        background: linear-gradient(rgba(0, 76, 112, 0.9), rgba(0, 76, 112, 0.9)); }
      .DETAILSPSM .POINTSPRINCIPAUX__Annonces:hover .POINTSPRINCIPAUX__Annonces--Empreinte {
        display: none; }
      .DETAILSPSM .POINTSPRINCIPAUX__Annonces:hover .POINTSPRINCIPAUX__Annonces--Titre {
        display: none; }
      .DETAILSPSM .POINTSPRINCIPAUX__Annonces:hover .POINTSPRINCIPAUX__Annonces--Explications {
        display: block;
        margin: 5px;
        color: white; }

.DECOUVREZAUSSI {
  background: #004c70;
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center; }
  .DECOUVREZAUSSI__Titre {
    color: #ef7d00;
    text-transform: uppercase;
    font-size: 3rem; }
  .DECOUVREZAUSSI__Secondtitre {
    color: white;
    text-transform: uppercase;
    font-size: 2.4rem;
    margin: 3vh 0vh; }
    .DECOUVREZAUSSI__Secondtitre > span {
      background: #ef7d00;
      display: block;
      font-size: 1.8rem;
      margin-top: 1vh; }
  .DECOUVREZAUSSI__Image {
    height: 30vh;
    object-fit: contain; }
  .DECOUVREZAUSSI__Paragraphe {
    color: white;
    text-align: center;
    font-size: 2rem;
    line-height: 2.4rem;
    margin-bottom: 3vh; }

.PSMCESTQUI {
  background: white;
  padding: 20px;
  display: flex;
  flex-direction: column;
  text-align: center; }
  .PSMCESTQUI .PSMCESTQUIHAUT__Logo {
    width: 30vw;
    margin: 3vh 0vh; }
  .PSMCESTQUI .PSMCESTQUIHAUT__Titre {
    color: #004c70;
    font-size: 3rem;
    text-transform: uppercase;
    margin-bottom: 30px; }
  .PSMCESTQUI .PSMCESTQUIPRESENTATION {
    background: #ef7d00;
    padding: 30px; }
    .PSMCESTQUI .PSMCESTQUIPRESENTATION__Image {
      width: 20vw; }
    .PSMCESTQUI .PSMCESTQUIPRESENTATION__Titre {
      color: #004c70;
      font-size: 1.9rem;
      margin-bottom: 2vh; }
      .PSMCESTQUI .PSMCESTQUIPRESENTATION__Titre > span {
        color: white;
        display: block; }
    .PSMCESTQUI .PSMCESTQUIPRESENTATION__Paragraphe {
      color: white;
      font-size: 1.7rem;
      line-height: 2rem;
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      margin-left: 1vw; }

.FORMULAIRECONTACT {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px;
  background: #ef7d00; }
  .FORMULAIRECONTACT__Titre {
    color: white;
    text-transform: uppercase;
    font-size: 2rem;
    line-height: 2.4rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 3vh; }
    .FORMULAIRECONTACT__Titre > span {
      background: #004c70;
      font-weight: 500;
      display: block;
      padding: 0px 1vw; }
  .FORMULAIRECONTACT .RENSEIGNEMENTS {
    display: flex;
    flex-direction: column;
    align-items: center; }
    .FORMULAIRECONTACT .RENSEIGNEMENTS .RENSEIGNEMENTSTOUTESDONNEES {
      display: flex;
      flex-direction: row; }
      .FORMULAIRECONTACT .RENSEIGNEMENTS .RENSEIGNEMENTSTOUTESDONNEES .RENSEIGNEMENTSDONNEE {
        display: flex;
        flex-direction: column; }
        .FORMULAIRECONTACT .RENSEIGNEMENTS .RENSEIGNEMENTSTOUTESDONNEES .RENSEIGNEMENTSDONNEE__Appelation {
          color: #004c70;
          text-transform: uppercase;
          font-size: 2rem;
          line-height: 2.4rem;
          margin-top: 5vh;
          margin-right: 2vw; }
        .FORMULAIRECONTACT .RENSEIGNEMENTS .RENSEIGNEMENTSTOUTESDONNEES .RENSEIGNEMENTSDONNEE__Info {
          margin-top: 5vh;
          font-size: 1.6rem; }
        .FORMULAIRECONTACT .RENSEIGNEMENTS .RENSEIGNEMENTSTOUTESDONNEES .RENSEIGNEMENTSDONNEE__Message {
          margin-top: 5vh;
          height: 10vh; }
    .FORMULAIRECONTACT .RENSEIGNEMENTS .BOUTON {
      color: white;
      background: #004c70;
      outline: 2px solid white;
      width: 50%;
      margin: 5vh 0vh;
      text-transform: uppercase;
      cursor: pointer;
      font-size: 2rem;
      transform: scale(1);
      transition: all .4s ease-in-out; }
      .FORMULAIRECONTACT .RENSEIGNEMENTS .BOUTON:hover {
        transform: scale(1.1); }

@media screen and (min-width: 550px) {
  .PSMCESTQUOI .PSMCESTQUOIBAS__Bleu {
    font-size: 2.3rem;
    line-height: 3rem; }
  .PSMCESTQUOI .PSMCESTQUOIBAS__Orange {
    font-size: 2.3rem;
    line-height: 3rem; }
  .FONDACCUEIL {
    justify-content: center; }
    .FONDACCUEIL .MAJ {
      position: absolute;
      top: 10px;
      left: 40%;
      background: #ef7d00;
      color: white; }
    .FONDACCUEIL__Logo {
      width: 20vw;
      position: absolute;
      left: 0px;
      top: 0px; }
    .FONDACCUEIL .SLIDESHOW {
      margin-top: 10vh; }
    .FONDACCUEIL .SLIDESHOW li > img {
      height: 300px; }
    .FONDACCUEIL__Message {
      font-size: 2rem; }
    .FONDACCUEIL__Boutonconnexion {
      position: absolute;
      right: 10px;
      top: 10px;
      font-size: 1.7rem;
      padding: 20px;
      word-spacing: 4px;
      line-height: 2rem; }
    .FONDACCUEIL__InfoBas {
      font-size: 1.3rem;
      bottom: 50px; }
  .DETAILSPSM .POINTSPRINCIPAUX__Visibilite {
    width: 45%;
    height: 25vh; }
    .DETAILSPSM .POINTSPRINCIPAUX__Visibilite--Titre {
      font-size: 3.2rem; }
    .DETAILSPSM .POINTSPRINCIPAUX__Visibilite--Empreinte {
      display: none; }
    .DETAILSPSM .POINTSPRINCIPAUX__Visibilite--Explications {
      font-size: 2.2rem;
      line-height: 3rem;
      text-transform: none;
      padding: 3rem; }
  .DETAILSPSM .POINTSPRINCIPAUX__Spot {
    width: 45%;
    height: 25vh; }
    .DETAILSPSM .POINTSPRINCIPAUX__Spot--Titre {
      font-size: 3.2rem; }
    .DETAILSPSM .POINTSPRINCIPAUX__Spot--Empreinte {
      display: none; }
    .DETAILSPSM .POINTSPRINCIPAUX__Spot--Explications {
      font-size: 2.2rem;
      line-height: 3rem;
      padding: 3rem; }
  .DETAILSPSM .POINTSPRINCIPAUX__Ventes {
    height: 25vh;
    width: 45%; }
    .DETAILSPSM .POINTSPRINCIPAUX__Ventes--Titre {
      font-size: 3.2rem; }
    .DETAILSPSM .POINTSPRINCIPAUX__Ventes--Empreinte {
      display: none; }
    .DETAILSPSM .POINTSPRINCIPAUX__Ventes--Explications {
      font-size: 2.2rem;
      line-height: 3rem;
      padding: 3rem; }
  .DETAILSPSM .POINTSPRINCIPAUX__Annonces {
    height: 25vh;
    width: 45%; }
    .DETAILSPSM .POINTSPRINCIPAUX__Annonces--Titre {
      font-size: 3.2rem; }
    .DETAILSPSM .POINTSPRINCIPAUX__Annonces--Empreinte {
      display: none; }
    .DETAILSPSM .POINTSPRINCIPAUX__Annonces--Explications {
      font-size: 2.2rem;
      line-height: 3rem;
      padding: 3rem; }
  .DECOUVREZAUSSI__Paragraphe {
    font-size: 2rem;
    line-height: 3rem; }
  .PSMCESTQUI .PSMCESTQUIPRESENTATION {
    display: flex;
    flex-direction: row; }
    .PSMCESTQUI .PSMCESTQUIPRESENTATION__Paragraphe {
      font-size: 2.4rem;
      text-align: justify;
      line-height: 3rem; }
      .PSMCESTQUI .PSMCESTQUIPRESENTATION__Paragraphe .SPANEXPERIENCE {
        font-size: 4rem; } }

@media screen and (min-width: 750px) {
  .FONDACCUEIL__Logo {
    width: 15vw;
    left: 10px;
    top: 10px; }
  .FONDACCUEIL .SLIDESHOW li > img {
    height: 300px; }
  .FONDACCUEIL__Message {
    font-size: 2.5rem; }
  .FONDACCUEIL__Boutonconnexion {
    right: 20px;
    top: 20px; } }

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