@import url('https://fonts.googleapis.com/css?family=Ubuntu+Condensed&display=swap'); /* Pour menus et boutons */
@import url(https://fonts.googleapis.com/css?family=Playfair+Display:400,400i,700,700i,900,900i); /* Pour titres */


@font-face { font-family: Gotham-rounded; src: url('../fonts/gotham_rounded_bold.otf'); }
@font-face { font-family: Gotham-book; src: url('../fonts/gotham_book.otf'); }

body {
    font-family: Arial;
    font-style: normal;
    line-height: 1.5;
    }

.titre {
    font-family: Gotham-rounded;
    font-style: normal;
    line-height: 0.9;
    margin-bottom: 20px;
    color: #204651;
    }

.sous-titre {
    font-family: Gotham-book;
    line-height: 1.3;
    }

h1, h2, h3  {
    font-family: Gotham-rounded;
    font-style: normal;
    color: #204651;
    }

h4 {
    font-family: Gotham-book;
    font-style: normal;
    font-size: 1.9rem;
    color: #204651;
    }

h5 {
    font-family: Gotham-book;
    font-style: normal;
    }

.texte {
    font-style: normal;
    line-height: 1.4;
    }

#entete {
    position: relative; 
    background-color: #ECEA73;
    }

.haut-page {
    min-height: 60px;
    background: #ECEA73; 
    }

#logo {
    height: 200px;
    display: block;
    position: absolute;
    top: 20px;
    left: 20px;
    padding: 10px;
    -webkit-transition:opacity 0.5s ease;
    -moz-transition:opacity 0.5s ease; 
    -o-transition:opacity 0.5s2ase;        
    transition:opacity 0.5s ease; 
    }

#menu {
    padding-left: 20px;
    background-color: #ECEA73;
    z-index:1;
    }

#logoMenu { 
    -webkit-transition:opacity 0.5s ease;
    -moz-transition:opacity 0.5s ease; 
    -o-transition:opacity 0.5s ease;        
    transition:opacity 0.5s ease; 
    }

.logo-cache { 
    visibility: hidden;
    }

#btn-don-menu { 
    margin-left: 5px;
    margin-top: 3px;
    }

#bas-de-page {
    color: white;
    padding: 20px;
    background-color: #204651;
    min-height: 200px;
}

.horaire {
    margin-left: 0px;
    padding-left:0px;
    margin-top:10px;
    }

.horaire .heures {
    margin-left: 25px;
    margin-top: 10px;
    }

#navlist {
    padding-bottom: 30px;
    }

#bas-de-page a {
    color: #FCD401;
    }

#bas-de-page a:hover, #navlist li.select {
color: #ECEA73;
    }

#navlist li {
    display: inline;
    list-style-type: none;
    padding: 0 10px;
    }

#navlist li {
    border-right: 1px solid #fff;
    }

#navlist li:last-of-type {
    border-right: none;
    }

#navlist ul ul li {
    border-right: none;
    }

.copy {
    color: lightgray;
    font-size: 12px;
    padding-top: 15px;
    }

.liens {
    padding-bottom: 25px;
    }


/* Page principale */

#logo-princ {
    height: 120px;
    display: block;
    position: absolute;
    top: 100px;
    left: 0px;
    -webkit-transition:opacity 0.5s ease;
    -moz-transition:opacity 0.5s ease; 
    -o-transition:opacity 0.5s ease;        
    transition:opacity 0.5s ease; 
    }

#bandeau {
    height: 100%; 
    width: 100%; 
    margin: 0px;
    padding:0px;
    object-fit: cover;
    overflow: hidden;
    position: relative;
    background-color: #68b772;
    }

h1 {
    font-size: 3.0rem;
    }

h3 {
    font-size: 1.25rem;
    }

h4 {
    margin: 30px 0 30px 0;
    }

.mission {
    font-size: 1.6rem;
    margin: 30px 0 40px 0;
    line-height: 1.4rem;
    }

.case {
    margin: 30px 0 30px 0;
    }

.don {
    padding-top: 10px;
    padding-bottom: 50px;
    }

.faire-don {
    padding-top: 10px;
    padding-bottom: 70px;
    }

.picto {
    width: 160px;
    display:inline-block;
    padding: 5px;
    border-radius: 100%;
    background: #ffffff;
}

#benevole:hover {
    background: #efefef;
    border: 2px solid #BC5AA1;
}

#lamission:hover {
    background: #efefef;
    border: 2px solid #FCD401;
}

#inscrip:hover {
    background: #efefef;
    border: 2px solid #70C390;
}

#picto-don {
    width: 120px;
    display:inline-block;
    padding: 5px;
    border-radius: 100%;
    background: #ffffff;
    background: transparent;
    margin-top: 20px;
    margin-bottom: 20px;
}

#picto-don:hover {
    background: #efefef;
    border: 2px solid #204651;
}

#logo-mentorat {
    width: 220px;
    display:inline-block;
    padding: 15px;
    border: 2px solid transparent;
    background: #ffffff;
    background: transparent;
    margin-bottom: 20px;
}

#logo-mentorat:hover {
    background: #efefef;
    border: 2px solid #204651;
}

.tem {
    max-width: 200px;
    }

.citation q {
  quotes: "\201C" "\201D" "\2018" "\2019";
  padding: 10px 20px;
  line-height: 1.4;
}

.citation q:before {
  content: open-quote;
  display: inline;
  height: 0;
  line-height: 0;
  left: -10px;
  position: relative;
  top:10px;
  color: #033976;
  font-size: 30px;
}
.citation q:after {
  content: close-quote;
  display: inline;
  height: 0;
  line-height: 0;
  left: 12px;
  position: relative;
  top: 10px;
  color: #033976;
  font-size: 30px;
}

.photo {
    padding: 1px;
    border: 1px solid #033976;
    }

#gear {
    width:95%;
    margin-top:15px;
    margin-bottom: 15px;
    }

#partenaires {
    margin-top: 30px;
    margin-bottom: 60px;
    }

#logos {
    padding-top: 30px;
    padding-bottom: 20px;
    border-top: solid 1px lightgrey;
    border-bottom: solid 1px lightgrey;
    }

/* pages secondaires */

.img-entete-princ {
    padding-top: 140px;
    }

.entete-benevolat, .entete-contact, .entete-organisation, .entete-recrutement, .entete-mentorat {
    height: 200px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 10px;
    border-bottom: 3px solid #033976;
    }

.entete-benevolat {
    background-image: url("../images/entete-page-benevolat.jpg");
    }

.entete-recrutement {
    background-image: url("../images/entete-page-recrutement.jpg");
    }

.entete-contact {
    background-image: url("../images/entete-page-contact.jpg");
    }

.entete-organisation {
    background-image: url("../images/entete-page-organisation2.jpg");
    }

.entete-mentorat {
    background-image: url("../images/entete-page-mentorat2.jpg");
    }

.img-entete-benevolat, .img-entete-contact, .img-entete-organisation, .img-entete-recrutement, .img-mentorat {
    padding-top: 150px;
    width: 300px;
    }

.entete-don {
    height: 290px;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 10px;
    border-bottom: 3px solid #033976;
    background-color: #cdd5de;
    background-image: url("../images/entete-page-dons4.png");
    }

.img-entete-don {
    padding-top: 150px;
    }

  #titre-don {
        margin-top: -100px;
        margin-right: 20px; 
        text-shadow: 4px 4px 15px white;
        font-size: 3.0rem;
        font-family: Gotham-rounded;
        font-style: normal;
        color: #204651;
    }


.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    }

.logo-visible {
    opacity: 1;
}

.logo-invisible {
    opacity:  0;
}

.argument {
    padding: 30px 10px 30px 15px;
}

#arg-2, #arg-4 {
    background-color: rgba(223, 221, 180,0.2);
}

#amis {
    padding: 20px;
    background-color: rgba(3, 57, 118, 0.2)
}

#amis img {
    padding: 1px;
    border: 1px solid #033976;
    width: 180px;
}

#arg-5 {
    background-color: rgba( 17,119,6,0.2);
}

#pensee {
    background-image: url("../images/pensee-fond.jpg");
    background-repeat: no-repeat;
    background-size: contain;
    position: relative;
    top: 0%;left:0%;
}

.card-transparent {
    background-color: transparent;
}

#temoignages {
    padding: 20px;
}

#faq {
    padding: 20px;
    font-family: times;
}

#depliant-mentorat {
    margin-top: 20px;
    margin-bottom: 20px;
}

/* Formulaires contact et demandes */

.candidature-form, .message-form, .recrutement-form, .candidature-jeune-mentore  {
    border: 1px solid lightgrey;
    padding: 20px 5px 5px 15px;
 }

.candidature-form input, .message-form input, .recrutement-form input, .candidature-jeune-mentore input,
.candidature-form textarea, .message-form textarea, .recrutement-form textarea, .candidature-jeune-mentore textarea {
    margin-bottom: .5rem;
 }
   

.candidature-form span::after, .message-form span::after, .recrutement-form span::after, .candidature-jeune-mentore::after {
      content: ' *';
      color: red;
      vertical-align: top;
      margin-left: 5px;
    }

.candidature-form label, .candidature-form button, 
.message-form label, .message-form button,
.recrutement-form label, .recrutement-form button,
.candidature-jeune-mentore label, .candidature-jeune-mentore button{
    display: block;
    font-size: 10px;
  }

.message-form input:required:invalid, .message-form input:focus:invalid,
.candidature-form input:required:invalid, .candidature-form input:focus:invalid,
.recrutement-form input:required:invalid, .recrutement-form input:focus:invalid,
.candidature-jeune-mentore:required:invalid, .candidature-jeune-mentore:focus:invalid {
  /* insert your own styles for invalid form input */
    border: 1px solid #f99999;
  -moz-box-shadow: none;
}

.message-form input:focus, .message-form textarea:focus,
.candidature-form input:focus, .candidature-form textarea:focus,
.recrutement-form input:focus, .recrutement-form textarea:focus,
.candidature-jeune-mentore input:focus, .candidature-jeune-mentore textarea:focus {
  background : rgb(230,230,230,.3);
}

.contact-submitted {
    font-size: 16px;
    font-weight:700;
    color: #033976;
  }


#temoignages .card {
    margin-bottom: 10px;
}

.hidden {
    display: none;
}

/* page organisation */

#personnel .photo, #conseil .photo {
    width: 160px;
    border: 1px solid #033976;
    margin: 0;
    padding: 1px;
}

#personnel .nom, #conseil .nom {
    margin-top: 10px;
    margin-bottom: 0px;
}

#personnel .fonction, #conseil .fonction {
    margin-top: 0px; 
    padding-top: 0;
    color: #033976;
    font-size:0.75rem
}

.doc-titre {
    padding-top: 10px; 
}

/* Carrousel temoignages parents */

.temoignage-parent {
    margin: 0 100px;
    padding: 15px;
    background: #eee;
    border-radius: 10px;
}

.temoignage-parent p {
    font-size: 14px;
    line-height: 20px;
}

.temoignage-parent q {
  quotes: "\201C" "\201D" "\2018" "\2019";
  padding: 10px 20px;
  line-height: 1.4;
}

.temoignage-parent q:before {
  content: open-quote;
  display: inline;
  height: 0;
  line-height: 0;
  left: -10px;
  position: relative;
  top:10px;
  color: #033976;
  font-size: 30px;
}
.temoignage-parent q:after {
  content: close-quote;
  display: inline;
  height: 0;
  line-height: 0;
  left: 12px;
  position: relative;
  top: 10px;
  color: #033976;
  font-size: 30px;
}

#carrousel-temoignages {
    min-height: 240px;
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23333' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23333' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}


/* Page contact - carte google map */

#map {
    height: 400px;
    width: 600px;
    padding: 1px;
    border: 1px solid blue;
}

.popup-bubble {
      position: absolute;
      top: 0;
      left: 0;
      transform: translate(-50%, -100%);
      background-color: white;
      padding: 5px;
      border-radius: 5px;
      font-family: sans-serif;
      overflow-y: auto;
      max-height: 60px;
      box-shadow: 0px 2px 10px 1px rgba(0,0,0,0.5);
}

.popup-bubble-anchor {
      position: absolute;
      width: 100%;
      bottom: 8px;
      left: 0;
}

.popup-bubble-anchor::after {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      transform: translate(-50%, 0);
      width: 0;
      height: 0;
      border-left: 6px solid transparent;
      border-right: 6px solid transparent;
      border-top: /* TIP_HEIGHT= */ 8px solid white;
}

.popup-container {
      cursor: auto;
      height: 0;
      position: absolute;
      width: 200px;
}


/* Couleurs pour menu et icone toggler*/

.navbar-custom {
    background-color: transparent;
}

.navbar-custom .navbar-text {
    color: #204651;
}


.navbar-custom .navbar-nav .nav-link {
    color: #204651;
    padding: 8px 10px;
}

.navbar-custom .nav-item.active .nav-link,
.navbar-custom .nav-item:hover .nav-link {
    color: #00AD8F;
}

.custom-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(32,70,81, 0.8)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.custom-toggler.navbar-toggler {
  border-color: none;
}

.navbar-custom .dropdown-menu {
    background-color:#ECEA73;
  }

.navbar-custom .nav-item .dropdown-menu .dropdown-item {
    color: #204651;
    padding: 8px 12px;
}

.navbar-custom .nav-item .dropdown-menu .dropdown-item:hover,
.navbar-custom .nav-item .dropdown-menu .dropdown-item:focus {
    color: #00AD8F;
    background-color: rgba( 0,0,0,0.2);;
}

.dropdown-item.active, .dropdown-item:active {
    color: #00AD8F;
}


/* Fin couleurs menus */

/* Pour anciens cellulaires petits écrans */

@media (min-width: 310px) { 

    .haut-page {
        min-height: 30px;
    }
    
    #logo {
        height: 120px;
        top: 0px;
        left: 0px;
    }
    
    #menu {
        padding-left:0px;
    }
    
    #btn-don {
        margin-left: 5px;
        margin-top:3px;
        font-size: 10px;
    }  
    
    .titre {
        font-size: 2.0rem;
    }
    
    #logo-princ {
        left: 40px;
    }
    
    .mission {
        font-size: 1.0rem;
        margin: 20px 0 20px 0;
        line-height: 1.2rem;
    }
    
    h3 {
        font-size: 1.rem;
    }
    
    
    h4 {
        font-size: 1.4rem;
        margin-bottom: 5px;
        margin-top: 5px;
    }
    
     #titre-don {
        margin-top: -120px;
        margin-right: 20px; 
        text-shadow: 4px 4px 15px white;
        font-size: 20px;
        font-family: Gotham-rounded;
        font-style: normal;
        color: #204651;
    }
    
    .entete-don {
        height: 160px;
        background-repeat: no-repeat;
        background-position: 40% 50%;
        background-size: cover;
        margin-bottom: 10px;
    }
        
    /* page des dons */
    
/* Pour écrans 600px */

@media (min-width: 375px) { 

    .haut-page {
        min-height: 60px;
    }
    
    #logo {
        height: 150px;
        top: 0px;
        left: 0px;
    }
    
    #menu {
        padding-left:20px;
    }

    #btn-don {
        margin-left: 5px;
        margin-top:3px;
        font-size: 11px;
    } 
    
    .titre {
        font-size: 2.3rem;
    }
    
    #logo-princ {
        left: 60px;
    }
    
    .mission {
        font-size: 1.1rem;
        margin: 30px 0 20px 0;
        line-height: 1.2rem;
    }
    
    h4 {
        font-size: 1.4rem;
        margin-bottom: 5px;
        margin-top: 5px;
    }
    
    
}

/* Pour taletttes */

@media (min-width: 992px) { 

    .haut-page {
        min-height: 80px;
    }
    
    #logo {
        height: 150px;
        top: 15px;
        left: 10px;
    }
    
    #menu {
        padding-left: 80px;
    }
    
    #btn-don-menu { 
        margin-left: 5px;
        margin-top:3px;
        font-size: 12px;
    }
     
    #titre-don {
        margin-top: -120px;
        margin-right: 20px; 
        text-shadow: 4px 4px 15px white;
        font-size: 40px;
        font-family: Gotham-rounded;
        font-style: normal;
        color: #204651;
    }
    
    .entete-don {
        height: 240px;
        background-repeat: no-repeat;
        background-position: 40% 50%;
        background-size: cover;
        margin-bottom: 10px;
    }
    
    .navbar-custom .navbar-nav .nav-link {
        padding: 8px 6px;
        font-size: 14px;
    }

    #logo-princ {
        height: 200px;
        top: 160px;
        left: 60px;
    }
    
    .entete-benevolat, .entete-contact, .entete-organisation, .entete-recrutement, .entete-mentorat {
        min-height: 360px;
        margin-bottom: 40px;
    }
    
    .img-entete-benevolat, .img-entete-contact, .img-entete-organisation, .img-entete-recrutement, .img-entete-mentorat {
        padding-top: 290px;
        width: 100%;
    }
    
    .argument { 
        padding: 30px 20px 30px 20px;
    }
    
    #amis {
        padding: 60px 20px 30px 20px;
}   
    
    #amis img { 
        width: 75%;
    }
    
    #gear {
        width: 80%;
        margin-top: 20px;
        margin-bottom: 20px;
    }
    
    #soumettre {
    margin-top: 0px;
}
    
}

/* CSS pour écrans ordinateur */

@media (min-width: 1300px) { 

    .haut-page {
        min-height: 100px;
    }
    
    #logo {
        height: 170px;
        top: 10px;
        left:10px;
    }
    
    #menu {
        padding-left: 160px;
    }
    
    #logoMenu {
        padding-right: 60px;
    }
    
    .navbar-custom .navbar-nav .nav-link {
        padding: 10px 8px;
        font-size: 16px;
    }
 
    #logo-princ {
        height: 300px;
        top: 60px;
    }
    
    #btn-don-menu { 
        font-size: 14px;
    }

    .mission {
    font-size: 1.5rem;
    margin: 30px 160px 40px 160px;
    line-height: 1.8rem;
    }
    
    .entete-benevolat, .entete-contact, .entete-organisation, .entete-recrutement, .entete-mentorat {
        height: 400px;
        margin-bottom: 60px;
    }
    
    .img-entete-benevolat, .img-entete-contact, .img-entete-organisation, .img-entete-recrutement, .img-entete-mentorat {
        padding-top: 320px;
        width: 100%;
    }
    
    h3 { 
        font-size: 1.75rem;
    }
    
    h4 {
        font-size: 1.9rem;
    }
    
    .argument { 
        padding: 60px 20px 60px 20px;
    }
    
    #temoignages {
        padding: 60px 20px 40px 20px;     
    }
    
    #gear {
        width: 80%;
        margin-top: 20px;
        margin-bottom: 20px;
    }
}