a {
  text-decoration: none;
}

* {
  margin: 0;
  padding: 0;
  list-style: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  font-family: "Muli", sans-serif;
  width: 100%;
}

.mustard {
  background-color: #F9B549;
}

.mustard-text {
  color: #F9B549;
}

.aiducmagenta {
  background-color: #CB6CE7;
}

.aiducmagenta-text {
  color: #CB6CE7;
}

.darkblue-text {
  color: #5A4AAD;
}

.lightblue {
  background-color: #5A8ACA;
}

.aiduclightblue {
  background-color: #5A8ACA;
  color: white;
}

.purple {
  background-color: #9F5497;
  color: white !important;
}

.purple-text {
  color: #9F5497;
}

.orange-text {
  color: #F89376;
}

.orange {
  background-color: #F89376;
  color: black;
}

.orange-border {
  border: solid #F89376 3px;
}

.orange-box {
  border: 2px solid #F89376;
  border-radius: 30px;
  background-color: rgba(255, 255, 255, 0.5);
}

.blue-text {
  color: #46C0ED;
}

.blue {
  background-color: #46C0ED;
  color: black;
}

.blue-border {
  border: solid #46C0ED 3px;
}

.blue-box {
  border: 2px solid #46C0ED;
  border-radius: 30px;
  background-color: rgba(255, 255, 255, 0.5);
}

.green {
  background-color: #93CB75;
  color: black;
}

.green-text {
  color: #93CB75 !important;
}

.green-border {
  border: solid #93CB75 3px;
}

.green-box {
  border: 2px solid #93CB75;
  border-radius: 30px;
  background-color: rgba(255, 255, 255, 0.5);
}

.red {
  background-color: #EE5C5D;
}

.red-text {
  color: #EE5C5D;
}

.red-border {
  border: solid #EE5C5D 3px;
}

.red-box {
  border: 2px solid #EE5C5D;
  border-radius: 30px;
  background-color: rgba(255, 255, 255, 0.5);
}

.yellow {
  background-color: #FFEE00;
  color: black !important;
}

.yellow-text {
  color: #FFEE00;
}

.yellow-border {
  border: solid #FFEE00 3px;
}

.yellow-box {
  border: 2px solid #FFEE00;
  border-radius: 30px;
  background-color: rgba(255, 255, 255, 0.5);
  padding: 50px;
}

.grey-text {
  color: grey;
}

.fb-blue-text {
  color: #3b5998;
}

.blue-tab {
  background-color: #103CB0;
  color: white;
  font-weight: bolder;
  padding: 5px 30px;
}
.blue-tab:hover {
  color: #103CB0;
  background-color: white;
}

.red-tab {
  background-color: #F63341;
  color: white;
  font-weight: bolder;
  padding: 5px;
}
.red-tab:hover {
  color: #F63341;
  background-color: white;
}

.yellow-tab {
  background-color: #F6DA47;
  color: white;
  font-weight: bolder;
  padding: 5px 20px;
}
.yellow-tab:hover {
  color: #F6DA47;
  background-color: white;
}

.h100 {
  min-height: 100px;
}

.H100 {
  height: 100px;
}

.h200 {
  min-height: 200px;
}

.h300 {
  min-height: 300px;
}

.h400 {
  min-height: 400px;
}

.h600 {
  min-height: 600px;
}

.rounded {
  border-radius: 10px;
}

.w75pc {
  width: 75%;
}

.w25pc {
  width: 25%;
}

#quizz_modal .w3-modal-content {
  border-radius: 30px;
  border: 8px solid #F9B549;
  z-index: 11;
}

.overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(51, 51, 51, 0.7);
  z-index: 10;
}

#quizz_form {
  z-index: 11;
  padding: 30px;
}
#quizz_form H6 {
  color: #5A8ACA;
  font-weight: bold;
  font-size: 1.5rem;
}
#quizz_form ul {
  font-size: 1.2rem;
}
#quizz_form ul li {
  padding-top: 10px;
}

.bugFix {
  color: white;
}

#runningTitle_desktop {
  margin: 0 100px;
}

#main_banner_desktop {
  margin: 40px 0;
}
#main_banner_desktop h1 {
  text-transform: uppercase;
  font-family: "Dosis", sans-serif;
  color: #666666;
  font-size: 3rem;
  letter-spacing: 3px;
}
#main_banner_desktop img {
  display: block;
  margin: auto;
}

.panel {
  padding: 20px;
}
.panel img {
  width: 100%;
}

#visuals_container {
  margin-bottom: 50px;
}
#visuals_container h3 {
  font-family: "Dosis", sans-serif;
  color: #666666;
  letter-spacing: 3px;
}

#id01 iframe {
  width: 100%;
  height: 75vh;
  border-width: 0;
  padding: 30px;
}

@media screen and (max-width: 993px) {
  #id01 iframe {
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  #id01 iframe {
    width: 100vw;
    max-height: 75vw;
    border-width: 0;
    padding: 10px;
  }
  #id01 .w3-modal-content {
    margin: 0;
  }
  #id01 .w3-container {
    padding: 0;
  }
}
#ea-logo {
  padding: 0;
}
#ea-logo img {
  height: 110px;
  margin: -20px 0 0 0;
}

#aiduc-navbar-logo {
  height: 60px !important;
}

#top-icons {
  margin-top: 5px;
  z-index: 999;
}
#top-icons a {
  margin: 0 10px;
}

#navbar-newsletter {
  padding-top: 20px;
  font-size: 1.2rem;
}
#navbar-newsletter button {
  color: white;
  padding: 0 20px;
}

#navbar-video-button {
  padding-top: 20px;
  font-size: 1.6rem;
}
#navbar-video-button button {
  color: white;
  padding: 0 20px;
}

@media screen and (max-width: 1350px) {
  #navbar-newsletter label {
    display: block;
    padding-bottom: 10px;
  }
}
@media screen and (min-width: 1350px) {
  #cr-navbar {
    height: 70px;
  }
}
@media screen and (max-width: 600px) {
  #cr-navbar {
    display: none;
  }
  #cr-navbar-mobile {
    display: block;
  }
  #top-icons {
    padding: 20px 0;
  }
  #navbar-newsletter {
    padding-bottom: 30px;
  }
}
#AIDUC-logo img {
  width: 100%;
}

#AIDUC-logo-short {
  display: none;
}

@media screen and (min-width: 600px) {
  #cr-navbar {
    display: block;
  }
  #cr-navbar-mobile {
    display: none;
  }
}
#results-placeholder h1 {
  text-transform: uppercase;
  font-family: "Dosis", sans-serif;
  color: #666666;
  font-size: 2.5rem;
  letter-spacing: 3px;
  margin: 20px;
}
#results-placeholder h1 span {
  font-weight: bolder;
  color: #666666;
}
#results-placeholder img {
  padding: 20px;
  width: 80%;
  display: block;
  margin: auto;
}
#results-placeholder p {
  font-size: 2.5rem;
  text-align: center;
  width: 100%;
  margin-top: 70px;
}

#results-placeholder-mobile {
  width: 100%;
}
#results-placeholder-mobile p {
  text-align: center;
  margin: auto;
  font-size: 1.5rem;
  width: 80%;
  display: block;
  margin-bottom: 50px;
}
#results-placeholder-mobile h6 {
  font-size: 2.5rem;
  text-align: center;
  width: 100%;
}

@media screen and (max-width: 600px) {
  #results-placeholder {
    display: none;
  }
  #results-placeholder-mobile {
    display: block;
  }
}
@media screen and (min-width: 600px) {
  #results-placeholder {
    display: block;
  }
  #results-placeholder-mobile {
    display: none;
  }
}
.homepageFooterContainer {
  font-size: 1.3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 50px;
  background-color: #5A8ACA;
  color: white;
}
.homepageFooterContainer table {
  height: 100%;
}
.homepageFooterContainer tr {
  margin-top: 10px;
}
.homepageFooterContainer .footerAddress {
  height: 100%;
}
.homepageFooterContainer .footerAddress H5 {
  font-size: 1.5em;
  padding: 20px;
}
.homepageFooterContainer .footerAddress p {
  margin: 0;
  padding: 0 0 0 20px;
}
.homepageFooterContainer .footerAddress tr {
  margin: 10px 0;
}
.homepageFooterContainer .footer_middle p {
  width: 100%;
  text-align: center;
  margin-bottom: 10px;
}
.homepageFooterContainer #ml-button {
  display: block;
  margin: 10px auto;
  border: 2px solid white;
}
.homepageFooterContainer .footer_right img {
  width: 65px;
  margin: 20px;
  float: right;
}

#em_buttons_2 {
  margin: 5px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#em_buttons_2 a {
  margin: 0 5px;
}

@media screen and (max-width: 600px) {
  .homepageFooterContainer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footerRS {
    display: none;
  }
}
@media screen and (min-width: 600px) {
  .homepageFooterContainer {
    height: 320px;
  }
}
.alertBox {
  position: fixed !important;
  color: black !important;
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 100px;
  width: 600px;
  height: 225px;
  top: 30vh;
  left: 30vw;
  font-size: 1rem;
  z-index: 99;
}

.largeAlertBox {
  position: fixed !important;
  color: black !important;
  border-radius: 100px;
  width: 750px;
  height: 400px;
  top: 10vh;
  left: 2vw;
  font-size: 1rem;
  z-index: 9;
}

.alertBox-content {
  background-repeat: no-repeat;
  background-position: right bottom;
  width: 70%;
  height: 50%;
}
.alertBox-content .alertBubble {
  margin: 20px;
  width: 55%;
  height: 50%;
}

.greenAlert {
  background-image: url("../img/modals/alert_green.svg");
}

.redAlert {
  background-image: url("../img/modals/alert_red.svg");
}

.largeGreenAlert {
  background-image: url("../img/modals/alertSquare.svg");
  background-repeat: no-repeat;
  background-position: right bottom;
  width: 70%;
  height: 100%;
}

.largeGreenAlert .alertBubble {
  margin: 20px;
  width: 55%;
  height: 100%;
}

/************************* full screen alert Box ***********************************************************************/
.fullScreenAlertBox {
  position: fixed !important;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 9999;
}

.fullScreenAlert {
  margin: auto;
  margin-top: 15vh;
  border-radius: 50px;
  width: 300px;
  padding: 20px;
  top: 10vh;
  background-color: white;
  border: 3px solid black;
}

.fullScreenAlert img {
  margin-left: 90px;
  width: 80px;
  height: 80px;
}

.fullScreenAlert button {
  margin-left: 50px;
  background-color: green;
}

@media screen and (max-width: 500px) {
  .fullScreenAlert {
    width: 100vw;
    margin-top: 15vh;
  }
}
@media screen and (max-width: 768px) {
  .greenAlert {
    background-image: url("../img/modals/alert_green_mobile.svg");
    background-position: right center;
  }
  .redAlert {
    background-image: url("../img/modals/alert_red_mobile.svg");
  }
  .alertBox {
    width: 100%;
    height: 50%;
    top: 20%;
    left: 0;
  }
  .alertBox-content .alertBubble {
    width: 100%;
    height: 80%;
  }
  .alertBox-content .alertBubble p {
    font-size: 2rem;
    padding: 0 50px 50px 50px;
  }
}
.alertMessage {
  width: 100%;
  font-size: 1.2rem;
}

/***************************************************** end Modals ************************************************************/
nav .EM-logo {
  background-color: unset !important;
}
nav .EM-logo a {
  width: 50px;
  height: 50px;
  margin-left: 0;
  margin-top: 20px;
}
nav .EM-logo p {
  height: 40px;
  font-size: 1em;
  text-align: center;
  padding: 0;
}

nav ul {
  width: 90%;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

nav ul li a {
  color: black;
  font-size: 15px;
  text-decoration: none;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

nav ul li {
  text-align: center;
  padding: 5px 20px;
}

nav ul li.active {
  border: 1px solid black;
  border-radius: 10px;
  font-weight: bold;
}

nav {
  width: 100%;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: black;
  font-size: 1em;
  text-decoration: none;
  padding-right: 80px;
  z-index: 2;
}

nav.fixed {
  position: fixed;
  top: 0;
  height: 50px;
}

.logo {
  width: 10%;
  padding-left: 40px;
  padding-top: 0px;
}
.logo img {
  height: 50px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.dropdown {
  padding-top: 32px;
  padding-left: 20px;
}
.dropdown a {
  font-size: 0.7em !important;
}

#desktopNav {
  background-color: inherit;
}
#desktopNav div {
  background-color: inherit;
}
#desktopNav li {
  background-color: inherit;
  color: inherit;
}

.footerRS {
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
.footerRS a {
  color: black;
}

@media screen and (max-width: 800px) {
  .largeAlertBox {
    left: 5vw;
    width: 650px;
  }
  .largeGreenAlert {
    height: 88%;
  }
}
@media screen and (max-width: 500px) {
  .largeAlertBox {
    position: fixed !important;
    color: black !important;
    width: 90%;
    height: 100%;
    top: 100px;
    left: 1px;
    margin: 15px;
    margin-top: 100px;
    font-size: 0.8rem;
    z-index: 99;
  }
  .largeGreenAlert {
    background-image: url("../img/modals/alertSquare.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right top;
    width: 100%;
    height: 100%;
  }
  .largeGreenAlert .alertBubble {
    margin: 0;
    margin-top: 10px;
    width: 65%;
    height: 30%;
  }
}
@media screen and (max-width: 600px) {
  h1, h4 {
    margin: 0;
  }
  .w3-bar .w3-bar-item {
    padding: 0;
  }
}
#cr-logo img {
  height: 60px;
}

.w3-dropdown-hover:first-child, .w3-dropdown-click:hover {
  background-color: #F89376;
}

.w3-bar .w3-dropdown-hover, .w3-bar .w3-dropdown-click {
  float: none;
}

nav {
  width: 100%;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.2em;
  text-decoration: none;
  padding-right: 32%;
  z-index: 2;
}

H2 {
  margin-top: 200px;
  font-size: 6em;
}

H3 {
  font-size: 2.5em;
}

.msg-bienvenue-bdd {
  margin: 3.5% 15% 0% 15%;
  text-align: center;
  font-size: 18px;
}

.img-accueil-bdd {
  text-align: center;
}
.img-accueil-bdd img {
  max-width: 100%;
}

.freepik {
  text-align: center;
  font-size: 8px;
  color: #e0e0e0;
  float: right;
  padding-right: 30%;
  margin-top: 40%;
}

.fleche-bienvenue-bdd {
  margin-top: 0;
  text-align: center;
  font-size: 1.4em;
}

.far {
  width: 2%;
}
.newsletter {
  text-align: center;
  font-size: 16px;
}
.newsletter #email {
  font-style: italic;
}
.newsletter .btn-newsletter {
  margin-top: 5px;
  border-radius: 10px;
  padding: 5px 10px 5px;
  border: none;
  background-color: #f89375;
  color: white;
}
.newsletter .btn-newsletterhover {
  background-color: #ccc;
}

.contact_ajoute {
  text-align: center;
  color: #93cb74;
  font-weight: bolder;
  font-size: 1.2em;
}

.usrBox {
  padding: 50px !important;
}

span {
  color: red;
}

.main {
  min-height: 90vh;
}
.main button {
  margin-left: 0px !important;
}

.hits h5 {
  font-size: 1.5em;
}

select {
  max-width: 150px;
}

#proj-modif {
  max-width: 450px;
}

.PageRecherche form {
  padding-bottom: 0px;
}
.PageRecherche form p {
  padding: 10px 0 10px 0;
}
.PageRecherche .dividingLine {
  height: 2px;
  margin: 30px;
}
.PageRecherche h5 {
  padding: 0;
  margin: 0;
  font-size: 14px;
  font-weight: bold;
}
.PageRecherche h4 {
  font-size: 18px;
  margin-bottom: 10px;
}

#searchText {
  width: 90%;
  border-radius: 5px;
  height: 27px;
  border: none;
  color: black;
}

#searchContainer {
  min-height: 80vh;
  margin-bottom: 0 !important;
  padding: 0;
}

.barre-titre {
  margin-top: 20px;
  margin-left: 5%;
}

.accordion-panel-title h5 {
  float: left;
  margin-right: 10px;
  font-weight: bold;
}

.accordion-panel-body {
  margin-bottom: 25px;
  margin-left: 5%;
}

.panel-body {
  margin-top: 5px;
  margin-left: 10%;
}

#searchPanel {
  padding: 15px 0px 15px 15px;
  min-height: 820px;
}

.envoyer-recherche {
  padding: 5px 10px 5px;
  border-radius: 5px;
  border: none !important;
  font-size: 13px;
  float: right;
  margin-right: 15px;
}

.tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #e9e9e9;
  padding-top: 3px;
}

#Org_Tab, #Fav_Tab {
  display: none;
}

.tablinks {
  font-size: 16px;
  border: none;
  margin-left: 30px;
}

.tablinks.active {
  border: 2px solid #888888;
  text-decoration: underline;
}

.tabcontent {
  overflow-y: scroll;
  height: 815px;
}

nav.fixed {
  position: fixed;
  top: 0;
}

.navTabs a {
  font-size: 1.2em;
}

.resultats {
  margin-left: 30px;
  margin-right: 20px;
  padding-bottom: 15px;
  background-color: #fbfbfb;
  color: black;
  position: relative;
  border-right: none;
  border-left: none;
  border-top: none;
  border-bottom: 1px solid #e2e2e2;
  min-height: 130px;
}
.resultats img {
  float: left;
  margin: 5px;
  max-height: 120px;
  max-width: 150px;
}
.resultats h6 {
  padding-left: 15px;
  font-size: 18px;
  margin-bottom: 5px;
  margin-left: 165px;
}
.resultats h5 {
  font-size: 14px;
  padding-left: 15px;
  margin-bottom: 10px;
  margin-left: 180px;
  color: grey;
}
.resultats p {
  padding-left: 15px;
  padding-bottom: 5px;
  margin-bottom: 5px;
  font-size: 14px;
  color: #333;
  border-left: 3px solid #f89375;
  margin-left: 180px;
}
.resultats .buttons {
  margin-left: 170px;
}
.resultats .buttons a {
  margin-left: 15px;
  border: none;
  padding-top: 2px;
  padding-bottom: 2px;
  font-size: 12px;
  font-style: italic;
}

@media screen and (max-width: 600px) {
  .resultats .buttons {
    margin-left: 0;
  }
  #Proj_Tab img, #Fav_Tab img {
    height: 120px;
  }
  #Proj_Tab h6, #Fav_Tab h6 {
    height: 60px;
    font-size: 14px;
  }
  #Proj_Tab h5, #Fav_Tab h5 {
    height: 60px;
  }
  #Proj_Tab p, #Fav_Tab p {
    margin: 10px 0;
  }
  #Org_Tab img {
    height: 120px;
  }
  #Org_Tab h6 {
    height: 120px;
    font-size: 14px;
  }
  #Org_Tab p {
    margin: 10px 0;
  }
}
.hiddenImage img {
  display: none;
}

.fullScreen {
  width: 100vw;
  height: 100vh;
  padding: 10px;
  top: 0;
  left: 0;
  position: fixed;
  z-index: 10;
  background-color: rgba(0, 0, 0, 0.7);
}
.fullScreen img {
  z-index: 10;
  height: 90%;
  max-width: 90%;
  max-height: 90%;
  position: absolute;
  -o-object-fit: contain;
     object-fit: contain;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

label {
  padding-left: 15px;
  line-height: 20px;
}

.recherche-annee {
  float: left;
  margin-right: 10px;
}
.recherche-annee .annee {
  -webkit-appearance: none;
  height: 5px;
  border-radius: 5px;
  background: #d3d3d3;
  outline: none;
  opacity: 0.7;
  -webkit-transition: 0.2s;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.recherche-annee .annee:hover {
  opacity: 1;
}

#projetContainer h5 {
  font-size: 2em;
}
#projetContainer span {
  font-weight: bold;
}
#projetContainer a {
  text-decoration: underline;
}

.dsL h5 {
  margin: 50px;
}

.ImgFiche {
  height: 50%;
  width: 50%;
}

.btn-envoyer button {
  border: solid 1px black;
  margin-top: 20px;
  margin-bottom: 15px;
  background-color: #fbfbfb;
}

input::-webkit-input-placeholder {
  font-weight: bolder;
  color: black !important;
}

input::-moz-placeholder {
  font-weight: bolder;
  color: black !important;
}

input:-ms-input-placeholder {
  font-weight: bolder;
  color: black !important;
}

input::-ms-input-placeholder {
  font-weight: bolder;
  color: black !important;
}

input::placeholder {
  font-weight: bolder;
  color: black !important;
}

#navbar-return a {
  float: left;
  font-size: 1.4em;
  margin-top: 12px;
}

.bloc-haut-fiche {
  background-color: #fbfbfb;
  margin-bottom: 0 !important;
  padding-top: 10px;
  margin-right: 6.6% !important;
  margin-left: 6.6% !important;
  font-size: 14px;
  -webkit-box-shadow: 0 1px 3px 0 #c5c5c5;
          box-shadow: 0 1px 3px 0 #c5c5c5;
  text-align: center;
}

.bouton-modifier-fiches {
  border: 1px solid #adadad;
  color: #adadad !important;
  font-size: 10px;
  padding: 5px !important;
  border-radius: 5px !important;
  margin-left: 15px;
  margin-bottom: 4px;
}
.bouton-modifier-fiches:hover {
  background-color: whitesmoke;
}

.bloc-titre-projorg {
  background-color: #fbfbfb;
  margin-bottom: 0;
  margin-right: 6.6%;
  margin-left: 6.6%;
  font-size: 16px;
  padding-bottom: 20px;
  font-weight: bold;
  margin-top: 0;
  padding-top: 10px;
  -webkit-box-shadow: 0 2px 3px 0 #c5c5c5;
          box-shadow: 0 2px 3px 0 #c5c5c5;
  color: #5A8ACA;
  text-align: center;
}

.w3-display-container.h300 {
  font-size: 12px;
  width: 450px;
}

.w3-display-middle.w75pc.fiche-info {
  top: 30%;
  width: 100%;
}

.w3-twothird {
  padding-left: 10% !important;
  padding-top: 0 !important;
}

.w3-row-padding.w3-margin {
  padding-left: 7%;
}

#projetContainer {
  background-color: #fbfbfb;
  border-top: 1px solid #e9e9e9;
  margin-left: 6.6%;
  margin-right: 6.6%;
  margin-bottom: 3%;
  -webkit-box-shadow: 0 2px 3px 0 #c5c5c5;
          box-shadow: 0 2px 3px 0 #c5c5c5;
}

.imgFiche {
  max-width: 100%;
  max-height: 100%;
}

.dsL {
  padding-left: 8%;
  padding-right: 8%;
  padding-top: 0 !important;
  font-size: 14px;
  text-align: justify;
}
.dsL h3 {
  margin-bottom: 20px;
  text-align: left !important;
  color: #5A8ACA;
  font-weight: bold;
  font-size: 16px;
}

h1 {
  font-size: 3em;
}

h3 a {
  font-size: 1rem;
}

.descript-container {
  min-height: 200px;
}

.fiche-info p {
  margin-top: 15px;
  font-size: 14px;
  border-bottom: 1px solid #ededed;
  padding-bottom: 15px;
}
.fiche-info orange-text {
  font-weight: bold;
}

.buttons_liens_fiches {
  margin-top: 10px;
}

.liens_fiches {
  padding: 5px 10px 5px;
  background-color: #5A8ACA;
  border-radius: 5px;
  font-style: italic;
  color: white;
  font-size: 1.4em;
}
.liens_fiches:hover {
  background-color: #ccc;
}

.espace-commentaires {
  text-align: center;
  color: black;
  font-weight: bold;
  font-size: 16px;
  border-top: 1px solid #e2e2e2;
  padding-top: 15px;
  margin-left: 7%;
  margin-right: 7%;
}

.form-commentaires {
  margin-left: 8%;
  margin-right: 8%;
}

.pseudo-commentaire {
  margin-bottom: 5px;
  font-size: 13px;
  font-style: italic;
  padding: 3px;
  border: 1px solid #cacaca;
  color: #c1c1c1;
}
.pseudo-commentaire:hover {
  border: 1px solid #c1c1c1;
  color: #585858;
}

.votre-message {
  font-style: italic;
  color: #c1c1c1;
  font-size: 13px;
  width: 100%;
  height: 100px;
  border: 1px solid #cacaca;
  margin-bottom: 5px;
  padding: 5px;
}
.votre-message:hover {
  border: 1px solid #b2b2b2;
  color: #585858;
}

.envoyer-commentaire {
  float: right;
  padding: 5px 10px 5px;
  border-radius: 5px;
  border: none;
  background-color: #5A8ACA;
  color: #fbfbfb;
  font-size: 13px;
}
.envoyer-commentaire:hover {
  border: 2px solid #5A8ACA;
}

.commentaire-envoye {
  margin: 10px 8% 0px;
  font-size: 12px;
}

.commentaires-deposes {
  margin-left: 8%;
  margin-right: 8%;
  font-size: 13px;
  padding-left: 10px;
  padding-bottom: 10px;
}
.commentaires-deposes h4 {
  font-size: 15px;
  margin: 20px 0px 0px;
  padding: 0 !important;
  border-left: 3px solid #5A8ACA;
  padding-left: 10px !important;
}
.commentaires-deposes h5 {
  font-size: 12px;
  border-left: 3px solid #5A8ACA;
  padding-left: 10px !important;
  margin: 0;
  color: gray;
}
.commentaires-deposes p {
  padding: 10px 20px 10px;
  margin-left: 0;
  border-bottom: 1px solid #efe9e9;
  border-left: 3px solid #5A8ACA;
}

#orgContainer {
  background-color: #fbfbfb;
  border-top: 1px solid #e9e9e9;
  margin-left: 100px;
  margin-right: 100px;
  margin-bottom: 50px;
  -webkit-box-shadow: 0 2px 3px 0 #c5c5c5;
          box-shadow: 0 2px 3px 0 #c5c5c5;
}

.imgFiche {
  max-width: 100%;
  max-height: 100%;
}

.dsL {
  padding-left: 8%;
  padding-right: 8%;
  padding-top: 0 !important;
  font-size: 14px;
  text-align: justify;
}
.dsL h3 {
  margin-bottom: 20px;
  text-align: left !important;
  color: #5A8ACA;
  font-weight: bold;
  font-size: 16px;
}

h1 {
  font-size: 3em;
}

h3 a {
  font-size: 1rem;
}

.fiche-info p {
  margin-top: 15px;
  font-size: 14px;
  border-bottom: 1px solid #CACACA;
  padding-bottom: 15px;
}
.fiche-info orange-text {
  font-weight: bold;
}

@media screen and (max-width: 600px) {
  #orgContainer {
    padding: 0;
    margin: 0 6.6%;
    background-color: white;
    border: 0 none;
  }
  #orgContainer .w3-display-container.h300 {
    width: 100%;
  }
  #orgContainer .w3-twothird {
    background-color: white;
    padding: 0;
    height: 120px;
  }
  #orgContainer .h300 {
    height: 200px;
    min-height: 200px;
  }
  #orgContainer .dsL {
    padding: 0;
  }
  #projetContainer div {
    margin: 0 !important;
    padding: 0;
  }
  #projetContainer .w3-third .h400 {
    height: 200px;
    min-height: 200px;
  }
  #projetContainer .w3-twothird .h400 {
    height: 300px;
    min-height: 300px;
  }
  #projetContainer .buttons_liens_fiches {
    margin-top: 20px !important;
  }
  .bloc-haut-fiche {
    margin-top: 50px;
  }
}
.resultatsdansprojets {
  margin-left: 2%;
  padding-bottom: 10px !important;
}

.nbresultats {
  font-size: 12px;
}

.scroll-projetsaffiliesorga {
  max-height: 400px;
  overflow-y: scroll;
  margin-bottom: 20px;
}

.projetsaffiliesorga {
  padding-left: 2%;
  padding-bottom: 10px;
  border-left: 3px solid #5A8ACA;
  border-bottom: 1px solid #CACACA;
  margin-left: 2%;
  margin-bottom: 20px;
}
.projetsaffiliesorga h6 {
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 0;
}
.projetsaffiliesorga p {
  font-size: 12px;
  padding: 10px;
}

.lien-projetaffilieorga {
  background-color: #5A8ACA;
  color: #fbfbfb !important;
  font-size: 12px;
  font-style: italic;
  border-radius: 10px;
  padding: 2px 16px 2px;
  margin-left: 10px;
}
.lien-projetaffilieorga:hover {
  background-color: #ccc;
}