/**************************************************************
 SIHP (www.sihp.fr)
 Copyright 2009-2025 Develop'it
 
 Version : 6.5.7
 Date    : 14/02/2025
 Fichier : css/Screen.css
**************************************************************/
/*@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600&family=Roboto+Condensed:wght@400;700&family=Roboto:wght@400;500;700&display=swap");*/
/*@import url("https://fonts.googleapis.com/css2?family=Questrial:wght@400;600&family=Roboto+Condensed:wght@400;700&display=swap");*/
@import url('https://fonts.googleapis.com/css2?family=Arimo:wght@400;700&family=Questrial&family=Roboto+Condensed:wght@400;700&display=swap');


:root {
  --clr-bleufonce: 48, 90, 169;
  --clr-bleuclair:118, 157, 186;
  --clr-rouge:230, 73, 53;
  --clr-orange:250, 128, 19;
}  

/*************************** General ***************************/
* {
  margin: 0;
  padding: 0;
  text-rendering: optimizeLegibility;
}
*:focus {
  outline: none;
}
body {
  /*
  margin-top: 180px;
*/
}
@media only screen and (max-width: 1023px) {
  /* medium */
  body {
    margin-top: 100px;
  }
}
@media only screen and (max-width: 639px) {
  /* small */
  body {
    margin-top: 60px;
  }
}
body.mce-content-body {
  margin-top: 0;
}
body,
input,
textarea,
select {
  font-family: "Questrial", sans-serif;
  font-size: 15px;
  font-size: 0.625rem; /* 10/16 pour revenir � une �chelle g�rable de t�te */
/*  color: rgba(40, 40, 40, 1);*/
  color: rgb(var(--clr-bleufonce));
/*  background-color: rgba(248, 248, 248, 1);*/
}
::selection {
  background-color: rgba(104, 192, 209, 0.3);
}
::-moz-selection {
  background-color: rgba(104, 192, 209, 0.3);
}
p {
  font-size: 1.6em;
  line-height: 1.4em;
  overflow: hidden;
  text-overflow: ellipsis;
}
body.mce-content-body p {
  margin-bottom: 1rem;
}
body.mce-content-body li {
  font-size: 1.6em;
  line-height: 1.4em;
}
body.mce-content-body ul, body.mce-content-body ol {
  margin-left: 2.5em;
  margin-bottom: 1rem;
}
body.mce-content-body ul {
  list-style: none;
}
body.mce-content-body ul li, body.mce-content-body ol li {
  padding: 0;
  position: relative;
  font-size: 1.6em;
}
body.mce-content-body ul li:before {
  content: "";
  width: 0.75em;
  height: 0.75em;
  font-size: 0.7em;
  background-color: rgba(var(--clr-orange));
  border-radius: 50%;
  display: block;
  position: absolute;
  left: -1.5em;
  top: 0.8em;
}
body.mce-content-body ul ul li:before {
  width: 0.6em;
  height: 0.6em;
  background-color: rgba(46, 94, 116, 1);
}

a {
  text-decoration: none;
/*  color: #165f9c;*/
  color:rgba(var(--clr-orange));
}
a,
a:hover,
input,
img,
.animated {
  transition: all 0.3s ease;
}
a:hover,
a:focus {
/*  color: #165f9c;*/
color:rgba(var(--clr-rouge));
text-decoration: none;
}
a:active,
a:hover {
  outline: 0;
}
h2 {
  font-family: "Arimo", sans-serif;
  font-size: 24px;
  font-weight: 600;
  text-transform: uppercase;
  padding-bottom: 1.5em;
  margin-top: 1em;
  margin-bottom: 1em;
  text-align: left;
  width: 100%;
  color: rgb(var(--clr-bleufonce));
  position: relative;
  letter-spacing: 0.05em;
}
h2::after {
  content: "";
  display: block;
  width: 80px;
  height: 5px;
  border-radius: 5px;
  position: absolute;
  /* transform: translateX(-50%);
  left: 50%; */
  bottom:1em;
  background-color: rgba(var(--clr-orange), 1);
}

h3 {
/*  color: rgba(46, 94, 116, 1);*/
  color: rgb(var(--clr-bleuclair));
  font-family: "Arimo";
  font-size: 20px;
  font-weight: 600;
}
h3::after {
  content: "";
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  width: 30px;
  height: 3px;
  background-color: rgba(var(--clr-bleuclair), 0.3);
}

/* on peut cacher le badge de Google reCAPTCHA mais il faut indiquer les liens des conditions d'utilisation */
.grecaptcha-badge {
  display: none;
}

.formCondition {
  display: inline-block;
  margin-top: 20px;
  font-size: 11px;
  opacity: 0.75;
}

@media only screen and (max-width: 639px) {
  /* small */
  h1 {
    line-height: 1.2em;
    min-height: 0;
    padding-bottom: 0;
  }
  h2 {
    display: block;
    text-align: center;
  }
}

/*************************** html styles ***************************/
.secContenu ul {
  list-style: none;
  margin-left: 2.5em;
}
.secContenu ul li {
  padding: 0;
  position: relative;
  font-size: 1.6em;
}
.secContenu ul li:before {
  content: "";
  width: 0.75em;
  height: 0.75em;
  font-size: 0.7em;
  background-color: rgba(var(--clr-orange));
  border-radius: 50%;
  display: block;
  position: absolute;
  left: -1.5em;
  top: 0.8em;
}
.secContenu ul ul li:before {
  width: 0.6em;
  height: 0.6em;
  background-color: rgba(46, 94, 116, 1);
}
.secContenu hr {
  width: 200px;
  border-bottom: 3px solid rgba(var(--clr-bleuclair), 1);
  margin: 80px auto;
  display: grid;
  align-content: center;
  justify-content: center;
  height: 0px;
}
.secContenu hr:before {
  content: "";
  width: 12px;
  height: 12px;
  background-color: rgba(var(--clr-orange), 1);
  border-radius: 50%;
  border: 5px solid rgba(242, 243, 248, 1);
  margin-top: 2px;
}

/*************************** section ***************************/
section {
  margin: 0;
  padding: 40px 40px;
}
section.FondGris {
  background-color: rgb(240, 240, 240);
}
section.FondGrisClair {
  background-color: rgb(248, 248, 248);
}

section.FondBlanc {
  background-color: rgb(255, 255, 255);
}
section.FondGrisFonce {
  background-color: rgb(230, 230, 230);
}
section.secContenu {
  background-color: rgb(var(--clr-bleufonce), 0.07);
}

@media only screen and (max-width: 639px) {
  /* small */
  section {
/*
    padding: 40px 0;
*/
    padding: 10px 10px;
  }
}

/*************************** buttons ***************************/
[type="text"],
[type="password"],
[type="date"],
[type="datetime"],
[type="datetime-local"],
[type="month"],
[type="week"],
[type="email"],
[type="number"],
[type="search"],
[type="tel"],
[type="time"],
[type="url"],
[type="color"],
textarea,
select {
  margin: 0;
  font-size: 1.6em;
  background-color: rgba(248, 248, 248, 1);
  box-shadow: none;
  border: none;
  border-bottom: 2px solid rgb(200, 200, 200);
}
[type="text"]:focus,
[type="password"]:focus,
[type="date"]:focus,
[type="datetime"]:focus,
[type="datetime-local"]:focus,
[type="month"]:focus,
[type="week"]:focus,
[type="email"]:focus,
[type="number"]:focus,
[type="search"]:focus,
[type="tel"]:focus,
[type="time"]:focus,
[type="url"]:focus,
[type="color"]:focus,
textarea:focus,
select:focus {
  background-color: rgba(var(--clr-bleuclair), 0.05);
  border: none;
  border-bottom: 2px solid rgb(var(--clr-bleuclair));
  box-shadow: none;
}
button,
input,
select,
optgroup,
textarea,
a.button {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  font-size: 1.6em;
  color: inherit;
}
optgroup {
  margin: 0;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
a.button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
/*  background: rgba(68, 141, 174, 1);*/
  background-color: rgb(var(--clr-orange));
  border-radius: 5em;
  padding: 0.7em 1.5em;
/*  border: 1px solid rgba(68, 141, 174, 1);*/
  border: 2px solid rgba(var(--clr-orange), 1);
  color: #fff;
  font-weight: normal;
  text-transform: uppercase;
}
select {
  text-transform: none;
}
button,
a.button {
  overflow: visible;
  display: inline-block;
  transition: background-color 300ms ease-out;
  font-size: 1.5em;
  font-weight: 600;
  font-family: "Roboto Condensed", sans-serif;
  letter-spacing: 0.1em;
}
button:hover,
button:focus,
a.button:hover,
a.button:focus {
  color: #fefefe;
/*  background-color: rgb(78, 151, 184);*/
  background-color: rgb(var(--clr-orange),0.8);
  text-decoration: none;
}
button svg,
a.button svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
  vertical-align: bottom;
  margin-right: 5px;
  transition: all 300ms ease;
}
button:hover svg,
a.button:hover svg {
  transform: scale(1.2);
}
button.Contour,
a.button.Contour {
  font-size: 14px;
  font-weight: 600;
/*  color: rgba(68, 141, 174, 1);*/
  color: rgba(var(--clr-orange), 1);
  background-color: rgba(254, 254, 254, 1);
/*  box-shadow: 0 0 0 1px inset rgba(68, 141, 174, 1);*/
/*  box-shadow: 0 0 0 1px inset rgba(var(--clr-orange), 1);*/
}
button.Contour:hover,
a.button.Contour:hover {
  color: rgba(254, 254, 254, 1);
/*  background-color: rgba(68, 141, 174, 1);*/
  background-color: rgba(var(--clr-orange), 1);
}

/*************************** inputs ***************************/
label {
  margin-top: 10px;
  text-transform: uppercase;
  font-size: 1.1em;
/*  color: rgba(46, 94, 116, 1);*/
  color: rgba(var(--clr-bleuclair), 1);
}
label.Obligatoire::after {
  content: "*";
  margin-left: 3px;
  font-size: 1.2em;
  color: rgba(var(--clr-orange), 1);
}

/*************************** inputs ***************************/
input[type="checkbox"],
input[type="radio"] {
  -moz-appearance: none;
  -webkit-appearance: none;
  -o-appearance: none;
  -ms-appearance: none;
  appearance: none;
  display: block;
  float: left;
  margin-right: -2em;
  opacity: 0;
  width: 1em;
  z-index: -1;
}

input[type="checkbox"] + label,
input[type="radio"] + label {
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
  font-size: 1em;
  font-weight: normal;
  padding-left: 2.4em;
  padding-right: 0.75em;
  position: relative;
  margin-left: 0;
  margin-bottom: 0.75rem;
}

input[type="checkbox"]:disabled + label,
input[type="radio"]:disabled + label {
  opacity: 0.25;
}

input[type="checkbox"] + label:before,
input[type="radio"] + label:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-transform: none !important;
}

input[type="checkbox"] + label:before,
input[type="radio"] + label:before {
  background: rgba(254, 254, 254, 0.975);
  border-radius: 4px;
  border: solid 1px rgba(144, 144, 144, 0.45);
  content: "";
  display: inline-block;
  height: 1.65em;
  left: 0;
  line-height: 1.58125em;
  position: absolute;
  text-align: center;
  top: 0;
  width: 1.65em;
}

input[type="checkbox"]:checked + label:before,
input[type="radio"]:checked + label:before {
  background: #666666;
  border-color: #666666;
  color: #ffffff;
  content: "\f00c";
}

input[type="checkbox"]:focus + label:before,
input[type="radio"]:focus + label:before {
  border-color: #49bf9d;
  box-shadow: 0 0 0 1px #49bf9d;
}

input[type="checkbox"] + label:before {
  border-radius: 4px;
}

input[type="radio"] + label:before {
  border-radius: 100%;
}

/*************************** Form ***************************/
form {
  width: 90%;
  margin: 1.5em auto;
  padding: 2.5em;
  border-radius: 5px;
  background-color: rgba(254, 254, 254, 1);
  border: 1px solid rgba(210, 210, 210, 0.5);
  box-shadow: 0 0 5px #cacaca;
}

input[type="text"].Erreur,
input[type="password"].Erreur,
input[type="date"].Erreur,
input[type="email"].Erreur,
textarea.Erreur,
select.Erreur {
  border-bottom: 2px solid rgba(200, 50, 0, 1);
}

.ErreurSaisie {
  font-size: 1.2em;
  color: rgb(200, 50, 0);
}

/*************************** ResultatAction ********************************/
.ResultatAction {
  position: fixed;
  z-index: 999999;
  top: 15px;
  left: calc(50vw - 18%);
  width: 35%;
  height: auto;
  min-width: 300px;
  padding: 20px 30px;
  font-size: 15px;
  color: rgba(254, 254, 254, 1);
  box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
}
.ResultatAction.OK {
  background-color: rgba(0, 153, 144, 1);
}
.ResultatAction.KO {
  background-color: rgba(215, 66, 81, 1);
}
.ResultatAction > .btFermer {
  position: absolute;
  right: 10px;
  top: 10px;
  float: right;
  font-weight: bold;
  font-size: 20px;
  line-height: 20px;
  text-align: center;
  color: rgba(254, 254, 254, 0.6);
  cursor: pointer;
  transition: 0.3s;
  border-radius: 50%;
  width: 20px;
  height: 20px;
}
.ResultatAction > .btFermer:hover {
  color: rgba(254, 254, 254, 1);
  background-color: rgba(254, 254, 254, 0.2);
}

/*************************** SelecteurPage ********************************/
.SelecteurPage {
  all: inherit;
  display: block;
  font-size: 12px;
  text-align: center;
  padding: 0 4px;
  margin-bottom: 20px;
}
.SelecteurPage .Page {
  margin-left: 20px;
}
.SelecteurPage .Page label {
  display: inline-block;
  font-size: 0.85em;
  margin: 0;
}
.SelecteurPage input[type="text"],
.SelecteurPage input[type="password"],
.SelecteurPage textarea,
.SelecteurPage select,
.SelecteurPage .ZoneSaisie {
  font-size: 1em;
  outline: none;
  height: 24px;
  display: inline-block;
  width: auto;
  max-width: 40px;
  margin: 0 1em;
  text-align: center;
}
.SelecteurPage a,
.SelecteurPage .NoPageCourante {
  display: inline-block;
  text-align: center;
  line-height: 22px;
  min-width: 22px;
  padding: 0 2px;
  color: #333;
  background-color: rgba(211, 222, 225, 1);
  background-color: rgb(var(--clr-bleuclair));
  border-radius: 50%;
  -moz-transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  margin: 0 5px;
}
.SelecteurPage .NoPageCourante {
  color: rgba(254, 254, 254, 1);
/*  background-color: rgba(68, 141, 174, 1);*/
  background-color: rgb(var(--clr-bleufonce));
}
.SelecteurPage .spPrecedent,
.SelecteurPage .spSuivant {
  display: inline-block;
  color: rgba(68, 141, 174, 1);
  width: 22px;
  background-color: transparent;
}
.SelecteurPage .spPrecedent img,
.SelecteurPage .spSuivant img {
  vertical-align: middle;
  margin-bottom: 0.25em;
  padding: 0;
  width: auto;
  height: 10px;
}
.SelecteurPage a:hover {
/*  background-color: rgba(201, 214, 219, 1);*/
  background-color: rgb(var(--clr-bleufonce));
}


/*************************** secEnteteArticle ***************************/
.secEnteteArticle {
  background-color: rgb(var(--clr-bleufonce));
  color: rgb(254, 254, 254);
  padding: 20px 0 0 0;
  height: 150px;
}

.secEnteteArticle .ZoneEnteteArticle {
  display: flex;
  justify-content: start;
  align-items: center;
  position: relative;
  min-height: 120px;
  width: 100%;
}

.secEnteteArticle .ZoneEnteteArticle::after {
  content: "";
  position: absolute;
  display: inline-block;
  height: 100px;
  width: 140px;
  bottom: 0;
  right: 0;
  background-image: url("../image/SIHP-Blanc.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0.1;
}

.secEnteteArticle h2 {
  text-align: start;
  margin: 0;
  padding: 0;
  color: rgb(254, 254, 254);
  width: calc(100% - 180px);
}

.secEnteteArticle h2::after {
  content: none;
}
.FilContenu {
  box-shadow: 0 10px 20px 0px rgba(0, 0, 0, 0.2);
}
@media only screen and (max-width: 639px) {
  .secEnteteArticle {
    padding: 30px 0 0 0;
  }
    .secEnteteArticle h2 {
    line-height: 1.0em;
    width: unset;
  }
}

/*************************** reveal ********************************/
div.reveal.small {
  border-radius: 8px;
  outline: none;
  max-width: 300px !important;
  padding:0;
  border: 0;
  z-index: 999999;
}
div.reveal > .btFermer {
  position: absolute;
  right: 8px;
  top: 8px;
  font-weight: normal;
  font-size: 22px;
  line-height: 25px;
  text-align: center;
  color: rgba(77, 86, 126, 1);
  background-color: rgba(254, 254, 254, 1);
  cursor: pointer;
  transition: 0.3s;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  z-index: 1;
}
div.reveal > .btFermer:hover {
  color: rgba(255, 255, 255, 1);
  background-color: rgba(77, 86, 126, 1);
}
.reveal-overlay {
  z-index: 999999;
}

/*************************** Couleurs ***************************/
.FondRouge {
  background-color: rgba(var(--clr-rouge), 1);
}
.FondOrange {
  background-color: rgba(var(--clr-orange), 1);
}
.FondBleuClair {
  background-color: rgba(var(--clr-bleuclair), 1);
}
.FondBleuFonce {
  background-color: rgba(var(--clr-bleufonce), 1);
}

.FondRouge:hover {
  background-color: rgb(var(--clr-rouge));
}
.FondOrange:hover {
  background-color: rgb(var(--clr-orange));
}
.FondBleuClair:hover {
  background-color: rgb(var(--clr-bleuclair));
}
.FondBleuFonce:hover {
  background-color: rgba(var(--clr-bleufonce));
}

.TexteBlanc {
  color: rgba(254, 254, 254, 1) !important;
}
