body, html {
    height: 100%;
    margin: 0;
    color: #000000;
    font-family: 'Montserrat', sans-serif; 
}

html {
    scroll-behavior: smooth;
}

header {
    background-image:linear-gradient(rgba(0,0,0,0.7),rgba(0,0,0,0.7)), url(img/20160217_1614431.jpg);
    height: 50vh;
    background-size: cover;
    background-position: center;
}

.title {
    color: white;
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;
    position: absolute;
    top: 35%;
    left: 50%;
    transform: translate(-50%, -50%);
    
}

.title h1 {
    font-size: 45px;
    color: white;
    line-height: 50px;
    padding: 0px 10px 10px 10px;
    text-align: center;
}

.star {
    width: 50px;
    height: 50px; 
    bottom: 40px;
    right: 50%;
    text-decoration: none;
    text-align: center;
    line-height: 100px;
    color: white;
    font-size: 22px;
    padding: 10px; 
}

/*------------navbar--------------*/
.navbar-brand img{
    width: 50px;
}

.navbar {
    padding: 0 55px;
    left: 0%;
}

.nav-link {
    font-family: 'Montserrat', sans-serif;
}

/*------------scrolldown--------------*/
.scrolldown {
    position: absolute;
    bottom: 40%;
    left: 50%;
    width: 40px;
    height: 40px;
   
    z-index: 10;
    transform: translateY(-80px) translateX(-50%) rotate(45deg);
}

.scrolldown span {
    position: absolute;
    top:0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    animation: animate 1.5s linear infinite;
    z-index: 8888;
    opacity: 0;
    
}

.scrolldown span:nth-child(1) {
    transform: translate(-15px, -15px);
    z-index: 12;
   animation-delay: -0.4s;
}

.scrolldown span:nth-child(2) {
    transform: translate(0, 0) ;
    z-index: 8888;
    animation-delay: -0.2s;
}


.scrolldown span:nth-child(3) {
    transform: translate(15px, 15px) ;
    z-index: 8888;
    animation-delay: 0s;
}


@keyframes animate {
    0%  {
        top: -5px;
        left: -5px;
        opacity: 0;
    }

    25%  {
        top: 0px;
        left: 0px;
        opacity: 1;
    }

    100%  {
        top: 5px;
        left: 5px;
        opacity: 0;
    }
}

/*------------accueil--------------*/

#text {
    font-family: 'Montserrat', sans-serif;
   

}
.accueil {
    padding: 20px 0;
    background-color: #f8f9fa;
}

.accueil-box{
    margin: 50px 0;
}


.photolien {
    position: relative;
    margin-bottom:15px;
    left: 0%;
}

.photolien img{
    width: 100%; 
}

.photolien:hover .btn-photolien {
    transform:translate(-50%,50%);
    bottom: 50%;
    opacity: 1;
    background: #ff4d73;
}

.photolien:hover .overlay {
    opacity: 0.5;
    height: 100%;
}

.btn-photolien{
    width: 150px;
    padding: 10px 0;
    outline: none;
    border:0;
    border-bottom: 2px;
    position: absolute;
    background: white;
    left: 50%;
    bottom: 0;
    transform: translate(-50%,0);
    transition: 0.6s;
    opacity: 0;
    z-index: 1;
    color: white;
}

.overlay {
    height: 100%;
    width: 100%;
    background: #333;
    position: absolute;
    top: 0;
    opacity: 0;
    transition: 0.5s;
}

/*-----------card--------------*/
.containeer {
    margin:0;
    padding:0;
    min-height: 70vh;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Montserrat', sans-serif;
    background-color: #f8f9fa;
}

.container2 {
    width: 1700px;
    position: relative; 
    display: flex;
    justify-content: space-between;
    background-color: #f8f9fa;
}

.container2 .card {
    position: relative;
}

.container2 .card .face {
    width:500px;
    height: 300px;
    transition: 0.5s;
}

.container2 .card .face.face1 {
    position: relative;
    background: #333;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
    transform: translateY(150px);
}

.container2 .card:hover .face.face1{
    transform: translateY(0px);
    background: #ff4d73;
}

.container2 .card .face.face1 .content {
    opacity: 0.2;
    transition: 0.5s;
}

.container2 .card:hover .face.face1 .content {
    opacity:100%;
}

.container2 .card .face.face1 .content h3 {
    margin: 10px 0 0;
    padding: 0;
    color: white;
    text-align: center;
    font-size: 1.5em;
}

.container2 .card .face.face2 {
    position: relative;
    background: white;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    box-sizing: border-box;
    box-shadow: 0 20px 50px rgba(0,0,0,0.8);
    transform: translateY(-150px)
}

.container2 .card:hover .face.face2 {
    transform: translateY(0)
}

.container2 .card .face.face2 .content p {
    margin: 0px;
    padding: 0px;
    font-size: 15px;;
}

.container2 .card .face.face2 .content a {
    margin: 15px 0 0;
    display: inline-block;
    text-decoration: none;
    font-weight: 900;
    color: #333;
    padding: 5px;
    border: 1px solid #333;
}

.container2 .card .face.face2 .content a:hover {
    background: #333;
    color: white;
}

/*------------liste--------------*/
.wrapper {
    margin-top: 5%;
}

.team {
    display: flex;
    text-align: left;
    width: auto;
    justify-content: center;
    font-family: 'Montserrat', sans-serif;
}

.team .team_member {
    background: #ffd4dd;
    opacity: 100%;
    margin: 30px;
    margin-bottom: 20px;
    width: 1000px;
    font-family: 'Montserrat', sans-serif;
    padding: 20px;
    line-height: 20px;
    color: black;
    position: relative;
}

.team .team_member h3 {
    opacity: 100%;
    color: black;
    font-size: 26px;
    margin-top: 20px;
    text-align: center;
    padding: 10px;
}

.team .team_member p.role {
    opacity: 100%;
    color: black;
    font-size: 12px;
    text-transform: uppercase;
    margin: 12px 0;
}

.liste {
    padding: 30px;
}

a:link {
    color:white;
}

a:visited {
    color:white;
}

a:hover {
    color:white;
}

a:active {
    color:white;
}

/*------------en savoir+--------------*/

.savoir {
    background-image: url(img/20160218_114641.jpg);
    background-size: cover;
    background-position: center;
}

.row{
    margin: initial;
}

.savoir_plus {
    max-width: 500px;
    margin-top:80px;
    padding: 60px;
    background: #ffffff;
    margin-bottom: 20px;
}

.savoir_plus a {
    width: 100px;
    display: block;
    color: #ffffff;
    background: #ff4d73;
    text-decoration: none;
    padding: 5px;
    text-align: center;
}

.savoir_plus a:link {
    color:white;
}


.savoir_plus a:visited {
    color:white;
}

.savoir_plus a:visited {
    color:white;
}

.savoir_plus a:hover {
    color:white;
}

.savoir_plus a:active {
    color:white;
}

/*-----------GO UP--------------*/
.up {
    width: 100% ;
    height: 300vh;
}

.gotop {
    position: fixed;
    width: 50px;
    height: 50px; 
    background: #ff4d73;
    bottom: 40px;
    right: 50px;
    text-decoration: none;
    text-align: center;
    line-height: 50px;
    color: white;
    font-size: 22px;
}

.gotop:hover {
    color: white;
}



/*------------footer--------------*/
.footer h1{
    padding-top: 50px;
}

.contact-form{
    padding: 15px;
}

.form-control {
    border-radius:0;
    border: none;
    box-shadow: none;
}

::placeholder {
    font-size: 12px;
}

.contact-form button{
    border:none;
    background: #ff4d73;
    box-shadow: none;
    border-radius:0;
}

.contact-info .follow{
    background: white;
    padding: 8px;
    margin: 15px;
}

.follow a{
    color: black;
}

.follow a:hover{
    color: #ff4d73;
}


.contact-info .fa {
    margin: 10px;
    font-size: 20px;
    color: #ff4d73;
    font-weight: bold;
    padding-right: 20px;
}

.contact-info span {
    font-size: 14px;
}

.copyright {
    text-align: center;
    font-size: 14px;
}

.fa-heart-o{
    color: red;
    font-size:17px;
}

.footer hr{
    margin-top:50px;
    background:red;
}


