:root{
  --orange: #f58a28;
  --blanc: #ffffff;
  --gris-clr: #d1d1d1;
  --noir:  #000000;
  --gris: #7f7f7f;
  --orang-clr: #f6963c;
  --bleu: #8b29f5;
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;

}

@media (min-width: 256px) {
    #about {
        margin: 5rem 5rem 5rem 5rem;
    }
    #prestas , #lateam , #contact {
        padding: 0 1rem;
    }
    body {
        font-size: 1.1rem;
    }
    .navbar-brand img {
        max-width: 100px;
    }
    .section-title span {
        font-size: 40px;
    }
}

@media (min-width: 375px) {
    #about {
        margin: 5rem 5rem 5rem 5rem;
    }
    #prestas , #lateam , #contact {
        padding: 0 1rem;
    }
    body {
        font-size: 1.1rem;
        padding-top: 2.9rem;
    }
    .navbar-brand img {
        max-width: 150px;
    }
}

@media (min-width: 576px) {
    #about {
        margin: 5rem 8rem 5rem 8rem;
    }
    #prestas , #lateam , #contact {
        padding: 0 4rem;
    }
    body {
        font-size: 1.1rem;
        padding-top: 4.5rem;
    }
    .navbar-brand img {
        max-width: 100%;
    }
    .section-title span {
        font-size: 52px;
    }
}

@media (min-width: 768px) {
    #about {
        margin: 5rem 10rem 5rem 10rem;
    }
    #prestas , #lateam , #contact {
        padding: 0 4rem;
    }
    body {
        font-size: 1.1rem;
    }
}

@media (min-width: 992px) {
    #prestas , #lateam , #contact {
        padding: 0 4rem;
    }
    body {
        font-size: 1.2rem;
    }
    .card p {
        font-size: 0.85rem;
    }

}

@media (min-width: 1080px) {
    #prestas , #lateam , #contact {
        padding: 0 8rem;
    }
    body {
        font-size: 1.2rem;
    }
    .card p {
        font-size: 1rem;
    }

}

@media (min-width: 1440px) {
    #prestas , #lateam , #contact {
        padding: 0 10rem;
    }
    body {
        font-size: 1.2rem;
    }

}

@media (min-width: 1820px) {
    #prestas , #lateam , #contact {
        padding: 0 12rem;
    }
    body {
        font-size: 1.2rem;
    }

}



.bg-dark {
  background-color: #000000 !important; }

/*@font-face {
  font-family: "gotham";
  src:url("../fonts/GothamMedium.ttf");
}*/

.row {
    --bs-gutter-y: 1rem;
}


/*header .navbar-dark .navbar-nav .nav-link  a:hover {
  color: var(--orange);
}*/

header .social-links a:hover {
  color: var(--orange);
}

body {
    margin: 0;
    font-family: "gothamlight";
    /*font-size: 1.2rem;*/
    left: 0;
    min-height: 75rem;
    /*padding-top: 4.5rem;*/
    background-image: url('../img/logo-seul-visionsound-fondblanc-demi.png');
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: 100%;
}

footer {
  text-align: center;
  font-size: 0.8rem;
  padding: 3px;
  background-color: var(--orange);
  color: white;
}

a {
  color: var(--orange);
  text-decoration: none;
}
a:hover {
  color: var(--orange);
  text-decoration: none;
}

.poster {
    width: 100%;
}

.social-links a {
  color: rgba(255, 255, 255, 0.6);
  padding: 4px 12px;
  display: inline-block;
  line-height: 1px;
  transition: 0.3s;
}
.social-links a:hover {
  color: #fff;
}

section {
    margin-top: 10px;
}

#about {
    text-align: center;
    font-family: GothamLight;
}

#contact {
    margin-bottom: 20px;
}

/*#prestas , #contact {
    padding: 0 8rem;
}*/

#myVideo {
  right: 0;
  bottom: 0;
  width: 100vw;
  min-height: auto;
  object-fit: cover;
}

.section-title {
    text-align: center;
    padding: 30px 0;
    position: relative;
}

.section-title span {
    position: absolute;
    top: 35px;
    color: var(--gris-clr);
    left: 0px;
    right: 0;
    z-index: 1;
    font-weight: 700;
    /*font-size: 52px;*/
    text-transform: uppercase;
    line-height: 0;
    opacity: 0.5;
    font-family: GothamBook;
}

.section-title h2 {
    font-family: GothamBook;
    font-size: 32px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 20px;
    padding-bottom: 0;
    color: var(--orange);
    position: relative;
    z-index: 2;
}

.card {
    padding-top: 10px;
    box-shadow: 0px 2px 15px var(--gris-clr);
}
.card p {
    /*font-size: 1rem;*/
    line-height: 1.25rem;
}

#prestas h4 , #lateam h4 , #contact h4 {
    text-align: center;
    font-family: gothamBook;
    padding: 10px 0;
}

#prestas .card .icon {
  margin: 0 auto;
  width: 64px;
  height: 64px;
  background: var(--orange);
  transition: all .3s ease-out 0s;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  font-size: 30px;
  color: white;
}

#lateam .card {
    padding-top: 0px;
}

#contact .card {
  color: #444444;
  text-align: center;
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
  padding: 20px 0 30px 0;
}

#contact .card i:first-child {
  font-size: 32px;
  color: #ff8401e6;
  border-radius: 50%;
  padding: 8px;
  border: 2px dotted var(--gris-clr);
}

#contact .card .social-links i {
  font-size: 18px;
  color: #ff8401e6;
  padding: 8px;
  border: none;
}

.contact-wrap , .carte {
    background: white;
    box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
}

.carfor {
    margin-top: 1.2rem;
}

.vsgalerie {
    margin: 20px 0;
}

.vsgalerie .row>*  {
    padding-left: 0;
    padding-right: 0;
}

/*FORMULAIRE CONTACT*/

#contactForm .error {
  color: red;
  font-size: 12px; }

#contactForm .form-control {
  font-size: 16px; }

#message {
  resize: vertical; }

#form-message-warning, #form-message-success {
  display: none; }

#form-message-warning {
  color: #fefefe; }

#form-message-success {
  color: #28a745;
  font-size: 18px;
  font-weight: 500; }

.submitting {
  float: left;
  width: 100%;
  padding: 10px 0;
  display: none;
  font-size: 16px;
  font-weight: 500;
  color: #2553b8; }
