/*---- GLOBAL ----*/
html{box-sizing:border-box}*,*:before,*:after{box-sizing:inherit}
* {
    box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
html,
body {
    padding: 0;
    margin: 0;
    width: 100%;
    height: 100%;
}
body {
    font-family: 'Montserrat', Verdana, sans-serif;
    font-size: 18px;
    font-style: normal;
}
body a {
    text-decoration: none;
    color: #008d52;
}
body a:hover {
    color: #820000;
}

/* Header */

.logo {
    text-align: center;
    padding: 10px 0;
}
.logo img {
  width: 250px;
}
.slogan {
  font-family: "Playwrite NO", cursive;
  font-size: 20px;
  font-weight: 900;
  margin-top: 20px;
}
nav {
    display: block;
    text-align: center;
    border-top: 1px solid rgba(33, 35, 38, 0.1);

    box-shadow: rgba(33, 35, 38, 0.1) 0px 10px 10px -10px;
    -o-box-shadow: rgba(33, 35, 38, 0.1) 0px 10px 10px -10px;
    -ms-box-shadow: rgba(33, 35, 38, 0.1) 0px 10px 10px -10px;
    -moz-box-shadow: rgba(33, 35, 38, 0.1) 0px 10px 10px -10px;
    -webkit-box-shadow: rgba(33, 35, 38, 0.1) 0px 10px 10px -10px;
}
.info-doc-categorie {
  margin-top: 10px;
  font-size: 12px;
  font-style: italic;
}
.libelle-categorie,
.libelle-ss-categorie {
  color:#820000;
}
.main-nav {
  width: 600px;
  margin: 0 auto;
}
.main-nav .item-nav {
  float: left;
  width: 25%;
  padding: 10px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
}
.item-nav-actif {
  position: relative;
  color:#820505 !important;
}
.item-nav-actif::before {
  background:#820505;
  content: "";
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: -12px;
  height: 3px;
}
.filter {
  float: left;
}
.filter option {
  font-size: 12px;
  font-weight: 600;
}
.filter-categorie,
.filter-ss-categorie {
  width: 100%;
}
.filter-btn {
  width: 20%;
}

/* Container */
.main {
  width: 600px;
  margin: 10px auto; 
  font-size: 14px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}
.info-file {
  color:#313131;
  font-size: 12px;
  font-style: italic;
}
.container {
    padding: 20px;
    margin: 10px auto;
}
.btn-validation {
    border: none;
    outline: none;
    padding: 10px;
    background: #12495e;
    background: linear-gradient(90deg,rgba(18, 73, 94, 1) 0%, rgba(50, 117, 78, 1) 94%);
    font-size: 12px;
    color: #ffffff;
    cursor: pointer;
}
.btn-validation:hover {
    background: #31572c;
}
.content-form-contact {
    background: #f1f1f1;
}
.formulaire {
    background: #ffffff;
    padding: 20px;
    float: left;
    width: 65%;
}
.field-l {
    float: left;
    width: 48%;
}
.field-r {
    float: right;
    width: 48%;
}
.img-article {
    position: absolute;
    width: 100px;
    top: 0;
    bottom: 0;
    right: 0;
    display: block;
}
.left-container {
    float: left;
    width: 60%;
}
.box-doc {
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
    -o-box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
    -ms-box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
    -moz-box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
    -webkit-box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
    margin-bottom: 30px;
}
.nb-download {
  font-size: 11px;
  font-style: italic;
}
.box-doc a:hover {
    color: #bd4444;
}
.document-label {
    padding: 10px;
    font-size: 18px;
    position: relative;
    padding-left: 70px;
}
.document-label::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  min-width: 65px;
  min-height: 65px;
}
.icon-nature-doc {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  min-width: 65px;
  min-height: 65px;
}
.icon-docx {
  background: url(../images/icons/docx.png) center center no-repeat;
}
.icon-doc {
  background: url(../images/icons/doc.png) center center no-repeat;
}
.icon-png {
  background: url(../images/icons/png.png) center center no-repeat;
}
.icon-pdf {
  background: url(../images/icons/pdf.png) center center no-repeat;
}
.icon-ppt, .icon-pptx {
  background: url(../images/icons/ppt.png) center center no-repeat;
}
.icon-xls {
  background: url(../images/icons/xls.png) center center no-repeat;
}
.icon-xlsx {
  background: url(../images/icons/xlsx.png) center center no-repeat;
}
.icon-jpg, .icon-jpeg {
  background: url(../images/icons/jpg.png) center center no-repeat;
}
.icon-txt {
  background: url(../images/icons/txt.png) center center no-repeat;
}
.icon-bmp {
  background: url(../images/icons/bmp.png) center center no-repeat;
}
.icon-zip {
  background: url(../images/icons/zip.png) center center no-repeat;
}
.icon-file {
  background: url(../images/icons/file.png) center center no-repeat;
}
.nature-doc {
  color: #ff0000;
  font-size: 14px;
}
.info-doc-title {
  font-size: 16px;
  font-weight: 500;
}
.info-doc-desc {
  margin-top: 10px;
}
.info-documents {
  padding: 10px;
  margin: 20px auto;

  border-left: 6px solid #28832a;
  border-top: 1px solid #28832a;

  border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;

  box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
  -o-box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
  -ms-box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
  -moz-box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
  -webkit-box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
}
.infos-doc {
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 10px;
    display: flex;
    justify-items: center;
    justify-content: space-between;
    font-weight: 500;
    font-size: 12px;

    border: 1px dashed #dedede;
    border-left: 4px solid #aeaeae;
    
}
.info-pj {
  border-top: 1px solid #dddddd;
  font-size: 12px;
  font-style: italic;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 10px;
}
.list-other-doc {
  margin: 20px 0px;
}
.icon-details-doc {
    display: inline-block;
    vertical-align: middle;
    width: 32px;
    height: 32px;
    margin-right: 10px;  
}
.box-share {
  margin-top: 20px;
}
.icon-share {
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
  width: 64px;
  height: 64px;

  background: url(../images/icons/partager.png) center center no-repeat;
}
.list-link-share {
  display: inline-block;
}
.btn {
  margin-top: 10px;
  border: none;
  padding: 10px;
  background: #12495e;
  background: linear-gradient(90deg,rgba(18, 73, 94, 1) 0%, rgba(50, 117, 78, 1) 94%);
  color: #ffffff;
  cursor: pointer;
}
.btn:hover {
  background: #002379;
}
.text-center {
  text-align: center;
}
.item-libelle {
  float: left;
  width: 50%;
  text-align: right;
  font-weight: 800;
  padding: 5px;
}
.item-value {
  float: right;
  width: 50%;
  padding: 5px;
}
.description-page {
  padding: 10px;
  font-size: 14px;
}
.ctn-info {
  margin-top: 20px;
}
.img-404 {
  text-align: center;
}
.padding-10 {
  padding: 10px;
}
.line {
  border-top: 1px solid #dddddd;
  margin-top: 10px;
}
.item-actif {
  border-bottom: 2px solid #1b263b !important;
  color: #1b263b !important;
  font-weight: bold;
}
.icon-calendar {
  background: url(../images/icons/calendrier.png) center center no-repeat;
}
.icon-annuaire {
  background: url(../images/icons/annuaire.png) center center no-repeat;
}
.btn-annuler {
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
}
.btn-modifier {
  display: inline-block;
  vertical-align: middle;
}
.btn-cancel,
.btn-edit {
  display: inline-block;
  padding: 8px;
  font-size: 13px;
  background: #dddddd;
  text-transform: uppercase;
}
.btn-cancel {
  background: #dddddd;
}
.btn-edit {
  background: #8ecae6;
  color: #000000;
}
.btn-cancel:hover {
  background: #eeeeee;
}
.void {
  background: #ffffff;
  padding: 80px 20px;
  text-align: center;
  font-style: italic;
}
h2::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -10px;
  width: 3px;
  background: #12495e;
  background: linear-gradient(90deg,rgba(18, 73, 94, 1) 0%, rgba(50, 117, 78, 1) 94%);
}
h2 {
  color: #12495e;
}
/*h2::after {
  height: 2px;
  width: 10%;
  content: "";
  background: #12495e;
  background: linear-gradient(90deg,rgba(18, 73, 94, 1) 0%, rgba(50, 117, 78, 1) 94%);
  position: absolute;
  left: 0;
  bottom: -4px;
}*/
.doc-nav-hover {
  color: #003082 !important;
}
.file-ariane {
  border-bottom: 1px solid #ededed;
  font-style: italic;
}


/* Footer */
footer {
  background: #12495e;
  background: linear-gradient(90deg,rgba(18, 73, 94, 1) 0%, rgba(50, 117, 78, 1) 94%);
}
.logo-footer {
    text-align: center;
    margin-bottom: 20px;
    padding-top: 20px;
}
.logo-footer img {
    width: 150px;
}
.content-nav-footer {
    float: left;
    width: 25%;
}
.nav-footer {
    margin: 0 -20px;
}
.bulle-whatsapp,
.bulle-message {
  position: fixed;
  position: fixed;
  right: 50px;
  width: 32px;
  height: 32px;
  z-index: 10;
}
.bulle-whatsapp {
  bottom: 110px;
  background: url(../images/icons/whatsapp.png) center center no-repeat;
}
.bulle-message {  
  bottom: 50px;  
  background: url(../images/icons/message.png) center center no-repeat;
}
.bulle-message a,
.bulle-whatsapp a {
  display: block;
  width: 100%;
  height: 100%;
}
.copyright {
    text-align: center;
    padding: 20px 0;
    font-size: 12px;
    color: #e0e1dd;
    border-top: 1px solid #171717;
}

/* Autres styles */
.clear {
    clear: both;
}
.align-center {
    text-align: center;
}
.position-relative {
    position: relative;
}
.flash {
    margin-bottom: 10px;
}
.flash-box {
    position: relative;
    margin-top: 25px;
}
.flash-box-error {
    background: #fa7373;
}
.flash-box-icon {
    width: 55px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
}
.flash-box-icon-error {
    background: #bd4444 url(../images/icons/down.png) center center no-repeat;
}

.flash-box-content {
    margin-left: 50px;
    padding: 25px 20px;
    color: #fff;
    font-weight: 300;
}

.flash-box-success {
    background: #28832a;
}

.flash-box-icon-success {
    background: #28832a url(../images/icons/up.png) center center no-repeat;
}

.flash-title-error {
    background: #820505
}

.flash-success {
    background: #4E8538;
}

.flash-title {
    padding: 10px;
    text-align: center;
    color: #fff;
}

.flash-title-success {
    background: #329219
}
.flash-error {
    background: #F00;
    position: relative
}
.flash-title {
    padding: 10px;
    border-bottom: 1px solid #ddd;
    color: #fff;
    font-weight: bold;
}
.flash-content {
    padding: 10px;
    color: #fff;
    font-size: 15px;
}

.flash-content a {
    color: #000;
    text-decoration: none;
}

.flash-content a:hover {
    color: #eee;
    text-decoration: underline
}

/* Transition color */
.transition-color {
    transition: color 0.3s;
    -o-transition: color 0.3s;
    -ms-transition: color 0.3s;
    -moz-transition: color 0.3s;
    -webkit-transition: color 0.3s;
}
.transition-background {
    transition: background 0.3s;
    -o-transition: background 0.3s;
    -ms-transition: background 0.3s;
    -moz-transition: background 0.3s;
    -webkit-transition: background 0.3s;
}
.transition-border {
    transition: border 0.3s;
    -o-transition: border 0.3s;
    -ms-transition: border 0.3s;
    -moz-transition: border 0.3s;
    -webkit-transition: border 0.3s;
}
.transition-opacity {
    transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    -ms-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    -webkit-transition: opacity 0.3s;
}

/* Border radius */
.border-radius-5 {
    border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
.border-radius-10 {
    border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}
.no-text-select {
    -moz-user-select: none; /* Firefox */
    -webkit-user-select: none; /* Chrome, Safari, Opéra depuis la version 15 */
    -ms-user-select: none; /* Internet explorer depuis la version 10 et Edge */
    user-select: none; /* Propriété standard */
}
.text-checkbox {
    float: right;
    width: 72%;
}
.left-switch {
    float: left;
    width: 55px;
}
.fieldset {
    margin-bottom: 30px;
    margin-top: 10px;
    position: relative;
    background: #ffffff;

    box-shadow: rgba(17, 17, 26, 0.1) 0px 0px 16px;
    -o-box-shadow: rgba(17, 17, 26, 0.1) 0px 0px 16px;
    -ms-box-shadow: rgba(17, 17, 26, 0.1) 0px 0px 16px;
    -moz-box-shadow: rgba(17, 17, 26, 0.1) 0px 0px 16px;
    -webkit-box-shadow: rgba(17, 17, 26, 0.1) 0px 0px 16px;
}
.fieldset-label {
    position: absolute;
    padding: 5px;
    height: 30px;
    top: -15px;
    left: 20px;
    font-weight: 700;
    font-size: 12px;
    border: 1px solid #eeeeee;
    text-transform: uppercase;
    background: #ffffff;
}
.fieldset-content {
    padding: 20px 10px;
    font-size: 14px;
}
.underligne {
    text-decoration: underline;
}
.uppercase {
    text-transform: uppercase;
}
.validation {
    cursor: pointer;
    outline: none;
    margin-top: 20px;
}
.validation:hover .validation-option {
    border: 2px solid #449b35;
}
.validation:hover .validation-texte {
    opacity: 1;
    color: #449b35;
}
.validation-option {
    position: absolute;
    width: 25px;
    height: 25px;
    border: 2px solid #bd4444;
    top: 2px;
    left: 5px;
}
.validation-texte {
    margin-left: 50px;
    font-weight: 500;
    opacity: 0.5;
    color: #bd4444;
}
.option-validee .validation-option  {
    border: 2px solid #449b35;
    background: #449b35 url(../images/icons/checked.png) center center no-repeat;

    box-shadow: 2px 0px 3px #449b35 !important;
    -o-box-shadow: 2px 0px 3px #449b35 !important;
    -ms-box-shadow: 2px 0px 3px #449b35 !important;
    -moz-box-shadow: 2px 0px 3px #449b35 !important;
    -webkit-box-shadow: 2px 0px 3px #449b35 !important;
}
.option-validee .validation-texte {
    color: #449b35;
    font-weight: 500;
    opacity: 1;
}
.option-radio {
    float: left;
    margin-right: 20px;
    margin-top: 5px;
    cursor: pointer;
    outline: none;
}
.option-radio:hover .option-radio-bulle {
    border: 2px solid #449b35;
}
.option-radio .option-radio-bulle {
    width: 25px;
    height: 25px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    border: 2px solid #cccccc;
}
.option-radio .option-radio-texte {
    display: inline-block;
}
.option-radio-active .option-radio-bulle {
    border: 2px solid #449b35 !important;
    background: #449b35 url(../images/icons/bulle.png) center center no-repeat;
}
.option-radio-active .option-radio-texte {
    font-weight: 500;
}

.box-shadow-black {
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
    -o-box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
    -ms-box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
    -moz-box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}
.ombre-1 {
    box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 8px;
    -o-box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 8px;
    -ms-box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 8px;
    -moz-box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 8px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 8px;
}
