/* --------GENERAL---------- */
html,
body {
    height: 100%;

}
hr {
    max-width: 100px;
    height: 1px;
    background-color: #fff; 
}
::-webkit-input-placeholder {
    font-weight: 300;
    font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif; }

:-moz-placeholder {
    font-weight: 300;
    font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif; }

::-moz-placeholder {
    font-weight: 300;
    font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif; }

:-ms-input-placeholder {
    font-weight: 300;
    font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif; }

body {
    font-weight: 300;
    font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif; 
    background-color: #fafafa;
}
a {
    color: #41aeb5;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s; }
a:hover, a:focus {
    color: #544c64;
    text-decoration: none; }
p {
    font-size: 18px;
    line-height: 1.5; }
p.lead {
    font-size: 24px;
    font-family: 'Raleway', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 900;
    text-transform: uppercase; }

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Raleway', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 900;
    text-transform: uppercase; }
h1 {
    color: #fff;
    font-size: 48px;
    font-weight: 700;
}
.h2, h2 {
    font-size: 3rem;
    font-weight: 400;
}
h3 {
    font-weight: 600;
}

.fa {
    color: #00b4b3;
}
.btn {
    font-weight: 500;
    padding: 12px 18px;
    text-transform: uppercase;
    white-space: inherit;
}
.btn-success {
    color: #fff;
    background-color: #00b4b3;
    border-color: #00b4b3;
}
button{
    cursor: pointer; 
}
/* --------HEADER---------- */
.navbar {
    position:absolute;
    top:0;
    right:0;
    z-index:2;
}
.navbar .navbar-toggler {
    padding: 15px;
    color: white;
    font-size: 14px;
}
.navbar .navbar-toggler:focus, .navbar .navbar-toggler:hover {
    color: #222;
    background-color: white;
}
.navbar .navbar-brand img {
    height: 90px;
}

.navbar.navbar-shrink {
    padding: 5px 0;
    background:#fff;
    box-shadow: 0 4px 5px -2px rgba(0,0,0,0.22), 0 2px 1px -1px rgba(0,0,0,0.05);
}
.logonoir {
    display:none;
}
.navbar.navbar-shrink .logonoir{
    display:block;
}.navbar.navbar-shrink .logoblanc{
    display:none;
}

/* --------SLIDER---------- */
#intro {
    display: table;
    width: 100%;
    background: #000;
    position:relative;
}
#intro::before {
    content:"";
    width:100%;
    height:10px;
    background: rgba(0, 0, 0, 0) -webkit-linear-gradient(left, rgb(124, 174, 30) 0%, rgb(35, 178, 217) 100%) repeat scroll 0% 0%;
    left:0;
    bottom:-10px;
    position:absolute;
}
#intro .carousel-item {
    width: 100%;
    height: 65vh;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    min-height: 490px;
}

#intro .carousel-item::before {
    content: '';
    background-color: rgba(0, 0, 0, 0.7);
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}
#intro .carousel-container {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;

}
#intro .carousel-content {
    text-align: center;
}
#intro p {
    width: 80%;
    margin: 0 auto 30px auto;
    color: #fff;
}
#intro .carousel-fade .carousel-inner .carousel-item {
    -webkit-transition-property: opacity;
    transition-property: opacity;
}
#intro .carousel-fade .carousel-inner .carousel-item,
#intro .carousel-fade .carousel-inner .active.carousel-item-left,
#intro .carousel-fade .carousel-inner .active.carousel-item-right {
    opacity: 0;
}

#intro .carousel-fade .carousel-inner .active,
#intro .carousel-fade .carousel-inner .carousel-item-next.carousel-item-left,
#intro .carousel-fade .carousel-inner .carousel-item-prev.carousel-item-right {
    opacity: 1;
    transition: 0.5s;
}

#intro .carousel-fade .carousel-inner .carousel-item-next,
#intro .carousel-fade .carousel-inner .carousel-item-prev,
#intro .carousel-fade .carousel-inner .active.carousel-item-left,
#intro .carousel-fade .carousel-inner .active.carousel-item-right {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
/* --------CHOIX CONTACT---------- */
.contacts {
    position: relative;
    z-index: 2;

}
.contacts .contacts {
    border-radius: 10px;
    overflow: hidden;
}
.contacts .choix {
    text-align: center;
    position: relative;
    background-color: #f4f5f5;
    overflow: hidden;
    padding: 2rem;
    font-size: 1.25rem;
    color: #000;
    font-weight: 500;
}
.contacts .choix:hover {
    background-color: #7aae21 !important;
}
.contacts .choix.active:hover{
    color:#fff !important;
}
.contacts .choix:hover{
    color:#fff !important;
}
.contacts .choix:hover i{
    background:#fff !important;
    color: #00b4b3 !important;
}
.contacts .choix .icon {
    display: block;
    border-radius: 100%;
}
.contacts .choix i {
    color:#fff;
}
.contacts .choix i {
    font-size: 30px;
    background:#00b4b3;
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    border-radius: 100%;
}
.contacts .choix.active {
    background: #23b2d8;
}
.contacts .choix.active{
    color:#fff !important;
}
.contacts .choix.active i {
    background: #fff;
    color: #00b4b3;
}
.tab-content {
    width: 100%;
    border: 2px solid #23b2d8;
    padding: 40px;
    background: #fff;
    min-height: 550px;
    position: relative;
}
.list-group-item {
    font-size: 1.5rem;
}
.form-group input, .form-group textarea {
    font-size: 1.25em;
}
.flag {
    margin-top: -5px !important;
}
/* --------AVANTAGES---------- */
#avantages {
    background: rgba(0, 0, 0, 0) -webkit-linear-gradient(left, rgb(124, 174, 30) 0%, rgb(35, 178, 217) 100%) repeat scroll 0% 0%;
}
#avantages i {
    color:#fff;
}
/* --------FOOTER---------- */
footer {
    padding: 50px 0 20px;
    color: rgba(255, 255, 255, 0.7);
    background: rgba(0, 0, 0, 0) -webkit-linear-gradient(rgb(25, 16, 20) 0%, rgb(25, 16, 20) 100%) repeat scroll 0% 0%;
}
footer a {
    color: rgba(255, 255, 255, 0.7);
    font-size:0.75rem;
}
footer a:hover {
    color: white;
}
footer p {
    font-size: 22px;
}
footer .footer-social {
    margin-bottom: 75px;
}
footer .copyright {
    font-size: 1rem;
}
/* --------PAGES---------- */
.int {
    padding-top: 100px;
}
.contenu{
    min-height:1000px;
    margin-bottom:100px;
}
.int .navbar {
    background: rgba(0, 0, 0, 0) -webkit-linear-gradient(left, rgb(124, 174, 30) 0%, rgb(35, 178, 217) 100%) repeat scroll 0% 0% !important;
}

/**
 * Loading
 */
.block-loading {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 50000;
    background-color: rgba(0, 0, 0, 0.5);
    color: #ffffff;
}

/* Boite alerte */
.block-alert {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 50000;
}
.bg-alert {
    background-color: #000000;
    opacity: 0.8;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.box-alert {
    background-color: #ffffff;
    color: #000000;
    width: 500px;
    z-index: 1050;
    border-radius: 10px;
    font-family: 'Open Sans', sans-serif;
}
.box-alert span {
    display: block;
    padding: 10px 20px;
    background-color: #23b2d8;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    color: #ffffff;
}
.box-alert p {
    padding: 30px 20px 20px 20px;
    margin-bottom: 0;
    font-family: 'Open Sans', sans-serif;
}
.box-alert-button {
    margin: 10px;
    text-align: center;
}
.box-alert a, .box-alert a:visited {
    padding: 8px 25px;
    min-width: 100px;
    text-align: center;
    border-radius: 5px;
    text-transform: uppercase;
    display: inline-block;
    margin-left: 10px;
    background-color: #00b4b3;
    border-color: #00b4b3;
}
.box-alert a:hover, .box-alert a:active {
    color: #fff !important;
    background-color: #1e7e34 !important;
    border-color: #1c7430 !important; 
}
.box-alert a:focus {
    box-shadow: none !important;
}

/* --------RESPONSIVE---------- */
@media (max-width: 1200px) {
    .contacts .choix {
        font-size: 1.15rem;
    }
}

@media (min-width: 992px) {
    hr {
        max-width: 150px;
    }
}
@media (max-width: 768px) {
    h1 {
        font-size: 5vw;
    }
    #intro p {
        font-size: 80%;
    }
    .contacts .choix {
        padding: 1rem;
        font-size: 0.45rem;
    }
}
@media (max-width: 430px) {
    .navbar .navbar-brand img {
        height: inherit;
    }
    .navbar-brand {
        max-width: 70%;
    }
}