/*
Theme Name: Salon
Author: Valentin Bellamy
Description: Salon de l'étudiant
Version: 0.0.1
Tags: bootstrap
*/

/* En contruction */

/* #presentation {
  display: none !important;
} */

h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
div,
a {
  font-family: "Ubuntu", sans-serif;
}

.ff-2 {
  font-family: "Raleway", sans-serif;
}

.text-alpha {
  color: #11507a !important;
}

.text-white {
  color: #fefefe !important;
}

.fs-xl {
  font-size: 1.5rem;
}

.title-special span {
  position: relative;
  padding-bottom: 15px;
}

.title-special span:after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0px;
  height: 3px;
  width: 50px;
  background-color: #ff5938;
}

/* button */

.bt-0 {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}

.btn-red {
  background-color: #ff5938;
  color: #fefefe;
}

.btn-red:hover {
  background-color: #ff320a;
  color: #fefefe;
}

.btn-turquoise {
  background-color: #4bb9c6;
  color: #fefefe;
}

.btn-turquoise:hover {
  background-color: #37a3b0;
  color: #fefefe;
}

.btn-yellow {
  background-color: #ffcc00;
  color: #fefefe;
}

.btn-yellow:hover {
  background-color: #e8b900;
  color: #fefefe;
}

.btn-green {
  background-color: #8ed345;
  color: #fefefe;
}

.btn-green:hover {
  background-color: #79c12d;
  color: #fefefe;
}

.btn-blue {
  background-color: #549ec5;
  color: #fefefe;
}

.btn-blue:hover {
  background-color: #3c8ab2;
  color: #fefefe;
}

.btn-grey {
  background-color: #cfcfcf;
  color: #fefefe;
}

.btn-grey:hover {
  background-color: #ababab;
}

.media {
  align-items: center;
}

img.img-xs {
  max-width: 20px;
}

/* header */

.header-top {
  background-color: #f08e80;
}

.header-top img {
  width: 25px;
  height: 25px;
}
.header-top #icon-insta {  
  width:35px;
  height: 35px;
}

.titre-acceuil {
  font-size: 1.4rem !important;
}

.navbar {
  background-color: #fefefe;
}

.navbar-brand img {
  width: 130px;
}

.navbar .navbar-nav .nav-link {
  color: #11507a;
  text-transform: uppercase;
  font-weight: 500;
  transition: color 0.3s;
}

.navbar .navbar-nav .nav-item.active .nav-link {
  color: #1b81c6;
}

.navbar .navbar-nav .nav-link:hover {
  color: #1b81c6;
}

@media (max-width: 767.98px) {
  .navbar-brand img {
    width: 80px;
  }
}

/* Section */

.bg-img {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
}

/* section home top */

.home-top {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 55vh;
  background-position: 50% 40%;
}

.page-top {
  height: 255px;
}

.vertical-center img {
  max-width: 200px;
}

.special-p {
  -webkit-text-fill-color: #fefefe;
  -webkit-text-stroke-color: #fefefe;
  -webkit-text-stroke-width: 1px;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1;
}

.scroll-down {
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translate(-50%, 50%);
  background-color: rgba(17, 80, 122, 0.7);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: background-color 0.3s;
}

.scroll-down:hover {
  background-color: rgba(17, 80, 122, 1);
}

.scroll-down img {
  width: 25px;
}

@media (max-width: 767.98px) {
  .home-top {
    height: 350px;
  }

  .special-p {
    font-size: 2.5rem;
  }

  .vertical-center img {
    max-width: 160px;
  }

  .scroll-down {
    height: 40px;
    width: 40px;
  }

  .scroll-down img {
    width: 20px;
  }
}

/* Section home content */

.home-content .card {
  margin-bottom: 1.5rem !important;
  transition: transform 0.2s;
}

.home-content a.card:hover {
  text-decoration: none;
  transform: scale(1.01);
}

.home-content .card img {
  max-width: 80px;
}

.home-content .card h3,
.home-content .card p {
  color: #fefefe;
}

.home-content .card h3 {
  font-size: 1.8rem;
}

.home-content .card.card-yellow {
  background-color: #ffcc00;
  border: 1px solid #ffcc00;
}

.home-content .card.card-turquoise {
  background-color: #4bb9c6;
  border: 1px solid #4bb9c6;
}

.home-content .card.card-red {
  background-color: #ff5938;
  border: 1px solid #ff5938;
}

.home-content .card.card-green {
  background-color: #8ed345;
  border: 1px solid #8ed345;
}

.home-content .card.card-blue {
  background-color: #549ec5;
  border: 1px solid #549ec5;
}
.home-content .card.card-mauve {
  background-color: #e827aa;
  border: 1px solid #e827aa;
  max-width: 48% !important;
}

@media (max-width: 767.98px) {
  .home-content .media {
    flex-direction: column;
  }

  .home-content .media img {
    margin: 1rem 0rem !important;
    max-width: 70px;
  }

  .home-content .card {
    margin-bottom: 1rem !important;
  }
}

/* Home bottom */

.home-bottom {
  background-color: #eeeeee;
  box-shadow: 0 -2px 2px 0px rgba(120, 120, 120, 0.3);
}

.home-bottom img {
  max-width: 200px;
}

.home-bottom img.unc {
  max-width: 200px;
}

@media (max-width: 767.98px) {
  .home-bottom img {
    max-width: 160px;
  }

  .home-bottom img.unc {
    max-width: 90px;
  }
}

/* Page top */

.page-top {
  height: 345px;
  display: flex;
  align-items: center;
}

.page-top img {
  max-width: 150px;
}

@media (max-width: 767.98px) {
  .page-top img {
    display: none;
  }
}

/* Annuaire content */

.filter {
  background-color: #f08e80;
  border-radius: 8px;
}

input,
select {
  color: #f08e80;
  background-color: #fefefe;
}

.filter label {
  color: #fefefe;
}

.filter button {
  text-transform: uppercase;
  display: block;
  width: 100%;
  margin-top: 32px;
}

.card-formation {
  box-shadow: 0 2px 2px rgba(204, 197, 185, 0.5);
  height: 100%;
}

.card-formation .logo {
  max-width: 120px;
}

.card-formation p img {
  vertical-align: middle;
}

@media (max-width: 991.98px) {
  .filter button {
    margin-top: 16px;
  }

  .card-formation .media {
    flex-direction: column;
  }

  .card-formation .logo {
    margin-bottom: 1rem;
    margin-right: auto !important;
    margin-left: auto;
  }
}

@media (max-width: 767.98px) {
  .card-formation .logo {
    max-width: 100px;
  }

  .card-formation h3 {
    font-size: 1.4rem;
  }

  .card-formation {
    height: auto;
  }
}

/* exposants-content */

.btn-text-alpha {
  color: #11507a;
  border: 1px solid #11507a;
}

.btn-text-alpha:hover {
  color: #1b81c6;
  border: 1px solid #1b81c6;
}

.text-yellow {
  color: #ffcc00;
  border: 1px solid #ffcc00;
}

.text-yellow:hover {
  color: #e8b900;
  border: 1px solid #e8b900;
}

.text-turquoise {
  color: #4bb9c6;
  border: 1px solid #4bb9c6;
}

.text-turquoise:hover {
  color: #37a3b0;
  border: 1px solid #37a3b0;
}

.text-red {
  color: #ff5938;
  border: 1px solid #ff5938;
}

.text-red:hover {
  color: #ff320a;
  border: 1px solid #ff320a;
}

.text-green {
  color: #8ed345;
  border: 1px solid #8ed345;
}

.text-green:hover {
  color: #79c12d;
  border: 1px solid #79c12d;
}

.text-blue {
  color: #549ec5;
  border: 1px solid #549ec5;
}

.text-blue:hover {
  color: #3c8ab2;
  border: 1px solid #3c8ab2;
}

ul.villages {
  list-style-type: none;
  padding-left: 0px;
}

ul.villages li {
  padding: 1rem;
}

ul.villages img {
  max-height: 30px;
  vertical-align: middle;
  margin-right: 0.5rem;
}

ul.villages button {
  white-space: nowrap;
}

.card-exposant {
  box-shadow: 0 2px 2px rgba(204, 197, 185, 0.5);
  height: 100%;
}

.card-exposant .text-red {
  border: none;
}

.card-exposant p img {
  vertical-align: middle;
}

.card-exposant .logo {
  max-width: 80%;
  max-height: 90px;
  display: block;
}

@media (max-width: 767.98px) {
  ul.villages {
    /* flex-direction: column; */
    text-align: center;
    flex-wrap: wrap;
  }

  ul.villages li {
    margin: 0.25rem 0.4rem;
    padding: 0.2rem 0rem;
  }

  ul.villages img {
    max-height: 25px;
  }

  .card-exposant .logo {
    max-height: 80px;
  }

  .card-exposant h3 {
    font-size: 1.4rem;
  }

  .card-exposant {
    height: auto;
  }
}

/* Table conference */

.table .special-cell {
  width: 18%;
}

/* Footer */

footer {
  background-color: #f08e80;
}

footer .logo {
  max-width: 160px;
}

footer a {
  color: #fefefe;
  transition: color 0.3s;
}

footer a:hover {
  color: #cccccc;
}

footer a img {
  width: 14px;
  vertical-align: baseline;
}

footer ul {
  list-style-type: none;
  padding-left: 0px;
}

footer ul li a {
  color: #fefefe;
  text-transform: uppercase;
  transition: color 0.3s;
}

footer ul li a:hover {
  color: #cccccc;
}

@media (max-width: 767.98px) {
  footer .logo {
    max-width: 160px;
  }
}

#gform_confirmation_wrapper_1 {
  margin: auto;
}
