/*-----------------------------------------------------------------------------------*/
/*  General Styling
/*-----------------------------------------------------------------------------------*/

body {
  background: #ffffff;
  color: #898989;
  font-family: 'Poppins', helvetica;
  font-size: 15px;
  font-weight: 300;
  line-height: 20px;
  letter-spacing: 0.02em;
  overflow-x: hidden;
  margin: 0 auto;
  padding: 0;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
}

h2 {
  color: #292929;
  font-weight: 600;
}

h4 {
  color: #292929;
  font-size: 14px;
  font-weight: 600;
}

a {
  color: #333;
  text-decoration: none !important;
  -moz-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}

a:hover {
  -moz-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}

a:hover, a:focus {
  color: #e251b2;
  text-decoration: underline;
}

nav ul li a {
  padding: 2px 0 0 0;
  position: relative;
  display: block;
  font-size: 12px;
  color: #fff;
  letter-spacing: 0.1em;
  font-weight: 500;
  line-height: 14px;
  text-transform: uppercase;
  -moz-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}

p {
  margin: 25px 0;
  padding: 0;
  font-size: 15px;
  color: #999999;
  line-height: 28px;
}

::-moz-selection {
  background: #d19275;
  color: #fff;
}

::selection {
  background: #d19275;
  color: #fff;
}

.btn {
  background: #333;
  border: medium none;
  border-radius: 0;
  color: #fff;
  font-size: 12px;
  height: 50px;
  line-height: 50px;
  padding: 0 30px;
  text-transform: uppercase;
}

.btn:hover, .btn:focus {
  color: #e251b2;
}

.padDiv {
  padding: 30px 20px;
}

.section-title {
  margin-bottom: 70px;
}

.section-title h2 {
  font-size: 25px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.form-control {
  background-color: transparent;
  border: 1px solid #999;
  border-radius: 0;
  color: #999999;
  font-size: 12px;
  font-weight: 500;
  height: 50px;
  letter-spacing: 0.1em;
  padding-left: 10px;
  margin: 0 0 25px 0;
  line-height: 14px;
  text-transform: uppercase;
}

.form-control:focus {
  box-shadow: none;
  outline: 0 none;
}

.paddsection {
  padding-top: 90px;
  padding-bottom: 90px;
}

.paddsections {
  padding-top: 90px;
  padding-bottom: 90px !important;
}

.hvr-shutter-in-horizontal::before {
  background: #333;
}

.hvr-shutter-in-horizontal:hover {
  background: #e251b2;
}

.mb-30 {
  margin-bottom: 30px;
}

/*-----------------------------------------------------------------------------------*/
/*  Navbar Top
/*-----------------------------------------------------------------------------------*/

nav {
  position: fixed;
  background: #333d3f;
  z-index: 1000;
  width: 100%;
  padding: 20px;
  display: none;
  -webkit-box-shadow: 0px 2px 92px 0px rgba(0, 0, 0, 0.18);
  -moz-box-shadow: 0px 2px 92px 0px rgba(0, 0, 0, 0.18);
  box-shadow: 0px 2px 92px 0px rgba(0, 0, 0, 0.18);
}

.nav-menu {
  float: right;
  line-height: 32px;
  margin-bottom: 0;
  padding-top: 16px;
}

nav ul li {
  float: left;
  margin-right: 15px;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  margin-left: 40px;
}

nav ul li a {
  padding: 2px 0 0 0;
  position: relative;
  display: block;
  font-size: 14px;
  color: #fff;
  font-family: 'Poppins', helvetica;
  font-weight: 500;
  line-height: 16px;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  text-transform: capitalize;
}

nav ul li a:hover, nav ul li a:focus {
  color: #C9D1D0;
}

.ion-navicon-round {
  color: #fff;
}

.logo {
  float: left;
}

.logo h3 {
    font-family: 'Cabin Sketch', cursive;
    color: #fff;
    height: 50px;
    line-height: 50px;
}

/*.logo img {
  width: 200px;
  height: 50px;
}*/

.responsive {
  display: none;
  font-size: 23px;
}

.active {
  color: #333;
}

/*----------------------------------------------------------------------------------*/
/*  Header
/*-----------------------------------------------------------------------------------*/

#header {
  background: url("../images/home-bg.jpg") repeat scroll center center / cover;
  height: 100vh;
  width: 100%;
}


#header .header-content {
  height: 100vh;
  text-align: left;
  width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding-top: 20%;
}

#header img {
    max-width: 16%;
    margin-top: 4%;
    margin-left: 42%;  
}

.header-content #textHeader {
    margin-bottom: 55%;
}

.header-content h1 {
  font-size: 50px;
  font-weight: 700;
  margin-bottom: 10px;
  text-transform: uppercase;
  color: #fff;
}

.header-content h1 span {
  font-size: 50px;
  font-weight: 700;
  margin-bottom: 10px;
  text-transform: uppercase;
  color: #fff;
}

.header-content h3 {
  margin-bottom: 18px;
  text-transform: uppercase;
  color: #fff;
}

.header-content p {
  font-size: 13px;
  letter-spacing: 5px;
  margin-top: 0;
  margin-bottom: 30px;
  text-transform: capitalize;
  color: #fff;
  font-weight: 500;
}

.header-content .list-social li {
  float: left;
  margin-right: 20px;
}

.header-content .list-social li i {
  color: #fff;
  font-size: 24px;
}

.header-content .list-social li i:hover {
color: #333d3f;
}

/*-----------------------------------------------------------------------------------*/
/*  Le projet
/*-----------------------------------------------------------------------------------*/

#projet {
  background: #f7f7f7;
  width: 100%;
  height: auto;
  padding-top: 90px;
}

#projet p {
  text-align: justify;
}

#projet .section-title {
    margin-bottom: 100px;
}

#projet .container:first-child {
  text-align: center;
  margin-top: 60px;
  margin-bottom: 90px;
}

#projet .container {
  margin-bottom: 60px;
}

#projet .div-img-bg {
  padding-bottom: 30px;
  border: 20px solid #333d3f;
}

#projet .div-img-bg .about-img img {
  width: 100%;
  box-shadow: 0px 0px 85px 0px rgba(0, 0, 0, 0.14);
  margin-top: -60px;
  margin-left: 40px;
  height: 400px;
  object-fit: cover;
}

#projet .about-descr .p-heading {
  font-family: 'Playfair Display', serif;
  font-size: 28px;
  text-align: left;
}

#projet .about-descr .separator {
  max-width: 80%;
  margin-bottom: 0;
  text-align: left;
}

/*-----------------------------------------------------------------------------------*/
/*   Services
/*-----------------------------------------------------------------------------------*/

#services {
  position: relative;
  padding: 100px 0 80px 0;
}

#services span:not(.btn), p {
  text-align: justify;
}

#services .col-md-6 {
  margin: 20px 0;
}

#services h4 {
  font-size: large;
  font-weight: 600;
}

.owl-item {
  float: left;
}
.services-block span {
  margin: 10px 0;
  position: relative;
  font-size: 13px;
  color: #292929;
  letter-spacing: 0.1em;
  font-weight: 500;
  text-transform: uppercase;
  display: block;
}

.services-block .separator {
  margin: 0;
  font-size: 13px;
  line-height: 22px;
}

.services-block i {
  font-size: 44px;
  color: #333d3f;
  line-height: 44px;
}

.owl-nav {
  display: none;
}

.bouton {
  text-align: center;
  padding-bottom: 20px;
}

.bouton span {
  width: 100%;
  margin-bottom: 10px;
}

.bouton .btn a {
  color: #fff;
}

.bouton span a {
  color: #333;
  font-size: 12px;
  text-transform: uppercase;
}

.bouton span a:hover, .bouton span a:focus {
  color: #e251b2;
}

/*-----------------------------------------------------------------------------------*/
/*  Portfolio
/*-----------------------------------------------------------------------------------*/

#portfolio {
  background: #f7f7f7;
  position: relative;
  padding-bottom: 10px;
}

#portfolio .portfolio-list {
  margin-bottom: 50px;
}

#portfolio .portfolio-list .nav {
  display: inline-block;
  margin: 0;
}

#portfolio .portfolio-list .nav li {
  margin: 0 40px 0 0;
  float: left;
  font-size: 14px;
  color: #999999;
  line-height: 16px;
  cursor: pointer;
  font-family: 'Poppins', helvetica;
  font-weight: 500;
  letter-spacing: 0.02em;
  text-transform: capitalize;
  -moz-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}

#portfolio .portfolio-list .nav li:hover, #portfolio .portfolio-list .nav li.filter-active  {
  color: #e251b2;
  -moz-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}

#portfolio .portfolio-container {
  display: inline-block;
  margin-bottom: 50px;
  width: 100%;
}

.portfolio-thumbnail {
  margin-bottom: 30px;
  overflow: hidden;
}

.portfolio-thumbnail img {
  max-width: 100%;
}

/*-----------------------------------------------------------------------------------*/
/*  Partenaires
/*-----------------------------------------------------------------------------------*/

#backgroundMap {
  background: #f7f7f7;
}

#plan {
  padding: 20px 0 100px 0;
}

#plan h2 {
  padding: 100px 0 100px 0;
  text-align: center;
}

#map {
  width: 100%;
  height: 50vh;
}

#partenaires {
  padding-bottom: 200px;
}

#partenaires h2 {
  padding: 100px 0 100px 0;
  text-align: center;
}

#partenaires ul {
  list-style: none;
  padding-left: 0;
}

/*-----------------------------------------------------------------------------------*/
/*  Contact
/*-----------------------------------------------------------------------------------*/

#contact {
  height: auto;
  width: 100%;
}

.contact-details {
  list-style: none;
  margin: 0;
  padding: 0;
}

.contact-details li {
  padding-bottom: 10px;
}

#contact input, #contact textarea {
  width: 100%;
}


#contact  #sendmessage {
  color: #18d26e;
  border: 1px solid #18d26e;
  display: none;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin: 15px;
}

#contact  #errormessage {
  color: red;
  display: none;
  border: 1px solid red;
  text-align: center;
  padding: 15px;
  font-weight: 600;
  margin: 15px;
}

#contact #sendmessage.show, #contact #errormessage.show, #contact .show {
  display: block;
  width: 100%;
}

#contact .validation {
  color: red;
  display: none;
  margin: 0 0 20px;
  font-weight: 400;
  font-size: 13px;
}

/*-----------------------------------------------------------------------------------*/
/*  Footer
/*-----------------------------------------------------------------------------------*/

#footer {
  background: #f7f7f7;
  padding-top: 50px;
  padding-bottom: 50px;
}

#footer .socials-media {
  width: 100%;
}

#footer .socials-media ul {
  display: inline-block;
  float: none;
  margin: 0 0 20px 0;
}

#footer .socials-media ul li {
  float: left;
  margin-left: 10px;
  margin-right: 10px;
}

#footer .socials-media ul li a {
  font-size: 24px;
  color: #999;
  letter-spacing: 0.1em;
  font-weight: 500;
  background: transparent;
  text-transform: uppercase;
  -moz-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}

#footer .socials-media ul li a:hover {
  color: #333d3f;
  -moz-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}

#footer p {
  font-size: 12px;
  letter-spacing: 0.1em;
  font-weight: 500;
  margin-top: 0;
  text-transform: uppercase;
  text-align: center;
}

.credits {
  font-size: 13px;
}

/*-----------------------------------------------------------------------------------*/
/*  Inscription
/*-----------------------------------------------------------------------------------*/

#inscription {
  padding-top: 20px;
  padding-bottom: 200px;
}

#inscription h2 {
  padding: 100px 0 100px 0;
  text-align: center;
}

#inscription .col-sm-8 {
  float: none;
  margin: 0 auto;
}

fieldset {
  border: 1px solid #999;
  border-radius: 5px;
  padding: 10px;
  margin-bottom: 25px;
}

#inscription label {
  font-weight: bolder;
}

#inscription input {
  border-radius: 5px;
}

#inscription .form-group {
  padding-bottom: 4px;
}

#form_statut input {
  margin-right: 5px;
}

#form_statut label {
  margin-right: 30px;
}

#inscription button {
  width: 100%;
}

/*-----------------------------------------------------------------------------------*/
/*  Connexion
/*-----------------------------------------------------------------------------------*/

#connexion {
  padding-top: 20px;
  padding-bottom: 200px;
}

#connexion h2 {
  padding: 100px 0 100px 0;
  text-align: center;
}

#connexion .col-sm-8 {
  float: none;
  margin: 0 auto;
}

fieldset {
  border: 1px solid #999;
  border-radius: 5px;
  padding: 10px;
  margin-bottom: 25px;
}

#connexion label {
  font-weight: bolder;
}

#connexion input {
  border-radius: 5px;
}

#connexion .form-group {
  padding-bottom: 4px;
}

#connexion button {
  width: 100%;
}

/*-----------------------------------------------------------------------------------*/
/*  Page membre Professionnel
/*-----------------------------------------------------------------------------------*/

#backgroundProfil {
  background: #f7f7f7;
  padding-bottom: 100px;
}

#profilProf {
  padding-top: 20px;
}

#profilProf h2 {
  padding: 100px 0 100px 0;
  text-align: center;
}

#profilProf h3 {
  padding: 50px 0 0 0;
  text-align: center;
}

.row {
  display: flex;
  flex-direction: row;
}

.row .col-md-5 {
  display: flex;
  align-items: center;
}

article img {
  max-width: 100%;
}

.card-text p {
  line-height: 20px;
}

#don {
  padding-top: 20px;
  padding-bottom: 200px;
}

#don h2 {
  padding: 100px 0 100px 0;
  text-align: center;
}

#don .col-sm-8 {
  float: none;
  margin: 0 auto;
}

fieldset {
  border: 1px solid #999;
  border-radius: 5px;
  padding: 10px;
  margin-bottom: 25px;
}

#don label {
  font-weight: bolder;
}

#don input {
  border-radius: 5px;
}

#don textarea {
  border-radius: 5px !important;
  height: 100px !important;
  line-height: 20px !important;
  font-size: 1em !important;
}

#date {
  width: 100%;
}

#date div {
  width: 100%;
}

#form_don_dateEntree {
  text-align: center;
}

#date select {
  width: 33.33%;
}

#form_don_dateEntree_day {
  border-radius: 5px 0 0 5px;
}

#form_don_dateEntree_year {
  border-radius: 0 5px 5px 0;
}

#don .form-group {
  padding-bottom: 4px;
}

#don .form-group .form-check {
  padding-bottom: 25px;
}

#form_don_reserver input {
  margin-right: 5px;
}

#form_don_reserver label {
  margin-right: 30px;
}

#don button {
  width: 100%;
}

/*-----------------------------------------------------------------------------------*/
/*  Page membre Association
/*-----------------------------------------------------------------------------------*/

#backgroundProfil {
  background: #f7f7f7;
  padding-bottom: 100px;
}

#profilAssos {
  padding-top: 20px;
}

#profilAssos h2 {
  padding: 100px 0 100px 0;
  text-align: center;
}

#profilAssos .row {
  display: flex;
  flex-direction: row;
}

#profilAssos .row .col-md-5 {
  display: flex;
  align-items: center;
}

article img {
  max-width: 100%;
}

.card-text p {
  line-height: 20px;
}

#recherche {
  padding-top: 20px;
  padding-bottom: 200px;
}

#recherche h2 {
  padding: 100px 0 100px 0;
  text-align: center;
}

#recherche .col-sm-8 {
  float: none;
  margin: 0 auto;
}

fieldset {
  border: 1px solid #999;
  border-radius: 5px;
  padding: 10px;
  margin-bottom: 25px;
}

#recherche label {
  font-weight: bolder;
}

#recherche input, #recherche select {
  border-radius: 5px;
}

#recherche .form-group {
  padding-bottom: 4px;
}

#recherche .form-group .form-check {
  padding-bottom: 25px;
}

#form_don_reserver input {
  margin-right: 5px;
}

#form_don_reserver label {
  margin-right: 30px;
}

#recherche button {
  width: 100%;
}

/*-----------------------------------------------------------------------------------*/
/*  Liste des dons recherche association
/*-----------------------------------------------------------------------------------*/

#listeDons {
  padding-bottom: 200px;
}

#listeDons {
  padding-top: 20px;
}

#listeDons h2 {
  padding: 100px 0 100px 0;
  text-align: center;
}

#listeDons .row {
  display: flex;
  flex-direction: row;
}

#listeDons .row .col-md-4 {
  display: flex;
  align-items: center;
}

#listeDons .row .col-md-4 p {
  width: 100%;
  text-align: center;
}

#listeDons .row .col-md-4 p button {
  width: 80%;
  text-align: center;
}

.card-text p {
  line-height: 20px;
}

#listeDons .card {
  margin-bottom: 100px;
}

#listeDons a {
  color: #fff;
}

#listeDons a:hover, #listeDons a:focus {
  color: #d19275;
}

/*-----------------------------------------------------------------------------------*/
/*  Liste des dons page professionnel
/*-----------------------------------------------------------------------------------*/

#donsMembre {
  padding-bottom: 200px;
}

#donsMembre {
  padding-top: 20px;
}

#donsMembre h2 {
  padding: 100px 0 100px 0;
  text-align: center;
}

#donsMembre .boutonSuppr {
  padding-top: 0;
}

#donsMembre .boutonSuppr p {
  margin-top: 0;
  text-align: center;
}

#donsMembre .boutonSuppr p button {
  width: 60%;
  text-align: center;
}

#donsMembre .card {
  margin-bottom: 100px;
}

/*-----------------------------------------------------------------------------------*/
/*  Carte adresse
/*-----------------------------------------------------------------------------------*/

#pageCarte {
  background: #f7f7f7;
  padding: 120px 0 100px 0;
}

#plan {
  padding: 100px 0 200px 0;
}

#carte {
  width: 100%;
  height: 50vh;
}