@font-face {
    font-family: SF-Pro-Display-Thin;
    src: url(SF-Pro-Display-Thin.otf);
}
@font-face {
    font-family: Raleway-Thin;
    src: url(Raleway-Thin.ttf);
}
@font-face {
    font-family: Mother Day;
    src: url(./Mother Day.ttf);
}
body {color: #333; 
    font-family: 'SF-Pro-Display-Thin', sans-serif;
    padding-top: 66px;
}
h1, h2, h3, h4, h6 {
  font-family: 'Mother Day', sans-serif;
}
h5{
    font-family: 'Raleway',sans-serif
}
p {
    line-height: 20px;
}
nav {
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(250, 250, 250, 0.8);
    border-bottom: 2px solid #ccc;
    height: 66px;
    width: 100%;
}
nav ul {
    float: right;
}
nav li {
    float: left;
    width: auto;
}
nav li a {
    padding: 21px 10px 0 0px;
    display: block;
    text-decoration: none;
    color: #333;
}
nav li a:hover {
    background: #e5e5e5;
}
nav div.container {
    margin-top: 0;
}
#brand {
    text-indent: inherit;
    font-weight: 150;
    padding-top: 10px;
    font-size: 17px;
    float: left;
    margin: 10px;
    color: black;
    font-family: Mother Day, sans-serif;
} 

.container {
    width: 100%; 
    margin: 0 auto;
}
#top{
    background-color: #fff; 
    background-size: cover;
    background-image: url(./Cover.png);
    vertical-align: middle;
    height: 671px;
    align-content: center;
}
#top h2 {
    opacity: 1.0;
    font-family: 'Raleway',sans-serif;
    font-size: 1000%;
    vertical-align: middle;
    color:#333 ;
    margin-top: 90px;
    text-align:center;
}
#top span {
    border: 2px solid aquamarine;
    padding: 10px 20px;
    display: inline-block;
    margin-top: 10px;
    font-size: 150%;
}
#slogan{
    background-color: #dd9d51;
    height: 55px;
    align-content: center;
}
#slogan p{
    padding-top: 15px;
    text-align: center;
    font-family: Raleway, sans-serif;
    color: #fff;
    line-height: 20px;
    vertical-align: middle;
}
#main-content{
    text-align: center;
    overflow: hidden;
    height: 100% ;
}

#intro{
    padding-top: 15px;
    float: right;
    width: 21%;
    padding: 11px;
    background-color: white;
    align-content: center;
    margin:5px;
}
#intro img{
    width: 50%;
}
.column img {
    width: 10%;
    max-width:10%;
    border-radius: 50%;
    margin-bottom: 20px;
    align-content: center;
    padding-top: 35px;
    padding-bottom: 35px;
    
}
.column h2{
    text-align: center;
    font-weight: bold;
    font-family: Raleway, sans-serif;
}

#intro p{
text-align: center;
font-family: Raleway,sans-serif ;
width: 100%;
}
#techtiica{
    font-family: Mother Day,sans-serif;
    width: 37%;
}
#story{
    margin: 5% 0 0 5%;
    float: left;
    width: 75%;
    max-width: 100%;
    align-content: left;
}

#story a {
    color: #333;
}
#story img{
    vertical-align: middle;
    margin-left: 0%;

  }
#ligne{
    align-content: center;
    width:10%;
    color: pink;
}
hr{
    color: transparent;
}
#team{
    text-align: center;
    width: 100%;
    background-image: url(./images/workteam.jpg);
    background-size: cover;
    
}
#team h1{
    align-content: center;
    font-size: 650%;
    color: white;
    font-family: Raleway, sans-serif;
    margin-top: 15%;

}

#team div{
    margin-top: 7%;
}
.column {

    background-color: transparent;
    float: left;
    width: 15%;
    border-radius:10%;
    align-content: center;
    margin: 5%;
}

.column img {

    width: 100%;
    max-width:100%;
    border-radius: 50%;
    margin: 0%;
    
}
.column h2{
    text-align: center;
    font-weight: bold;
    font-family: Raleway, sans-serif;
    width: 100%;
}
.column .btn {
    border: 2px solid #8a80c3;
    padding: 10px 20px;
    display: inline-block;
    margin-top: 10px;
    font-size: 150%;
    text-decoration: none;
    color: #8a80c3;
}
.column p{
text-align: center;
font-family: Raleway,sans-serif ;
}

* {box-sizing:border-box}

/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
}

/* Hide the images by default */
.mySlides1 {
    display: none;
    align-content: center;
    vertical-align: middle;
}
.img{
    width: 100%;}
/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: grey;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}
#mySlides


/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}
#app{
    height: 100%;
    margin-bottom: 5%;
}
#app h1{
    margin-top: 11%;
    font-family: Mother Day, sans-serif;
    font-size: 350%;
    color: #333;
    text-align: center;
}
#text p{
    text-align: center;
    height: 100%;
    vertical-align: middle;
    font-size: 100%;
}
#text{
    background-image: url(./images/Capture1.PNG);
    background-size: cover;
    align-content: center;
    

}
.column p{
    height: 100%;

}


    #descri{
        height: 100%;
        width: 45%; 
        float: right;
        align-content: center;
    }
#descri img{
    width: 30%;
    margin-top: 25px;
    margin-left: 0;
}

#nous img{
    width: 25%;
    float: middle;
    align-content: center;
    margin-left: 40%;
    margin-right: 45%;
}
#nous{
    background-image:url(./fondnous.jpg);
    width: 100%;
    height:700px;
}
#nous p{
    font-family: Raleway;
    float: middle;
    text-align: center;
}
#nous h1{
    height: 25px;
    font-size: -webkit-xxx-large;
    text-align: center;
}
#nous .column{
    width: 30%;
    margin: 15px;
}
#nous .column img{
    width: 75%;
    margin-left: 45px;
    margin-right: 45px;
}


footer {
    background: #660000;
    color: #fafafa;
    padding-top:19px;
    overflow: hidden;
    text-align: center;
    float: left;
    width: 100%;
    position: relative;
    height: 201px;
    vertical-align: bottom;
    margin-bottom: 10px;
    margin-top: 0;

}

footer ul {
    clear:left;
    float:left;
    list-style:none;
    margin:0;
    padding:0;
    padding-top: 0px;
    position:relative;
    left:50%;
    text-align:center;
}
footer li {
    display:block;
    float:left;
    list-style:none;
    margin:0;
    padding:0;
    position:relative;
    right:50%;
}
footer ul li img
{
    margin: 20px;
}
#copyrights{
    text-align: center;
    padding-top: 90px;
}
footer p{
    text-align: center;
    color: white;
    font-family:Raleway, sans-serif
}
@media only screen and (max-width: 1249px)
{#story{
    width: 65%;
    margin-top: 15%;
    
}
}
@media only screen and (max-width: 901px)
{
    .column {
        padding: 10px;
        margin: 0 0 40px 0;
    }
    #top h2 {
        font-size: 200%;
    }
    #main-content h3{
        font-size: 150%;
    } 
    #intro 
    {
        width: 100%;
    }
    #top{
        width: 100%;
        height:150px;
    }
    #slogan p{
        padding-top: 9px;
    }
    footer {
        margin-bottom: 0;
    }
    #team{
        background-color: #fff;
        background-image: none;
        width: 100%;
        height: 100%;
    }
    #team h1{
        font-size: 300%;
        color: #333;
    }
    .column img {

    width: 70%;
    max-width:100%;
    border-radius: 50%;
    margin: 0%;
    
}
    #story{
        max-width: 100%;
        margin: 15% ;
        width: 70%;
    }
    hr{
        color: black;
    }
     #descri{
        float: none;
        width: 100%;
        align-content: center;
    }
    .button{
        margin-left: 5%;
    }

}

@media only screen and (max-width: 640px)
{
    .column {
        float: none;
        width: 100%;
        padding: 0px;
        margin: 0 0 40px 0;
    } 
    #story{
        max-width: 100%;
        width: 70%;
        margin: 15%;
    }
    footer {
        margin-bottom: 0;
    }
    #team{
        background-color: #fff;
        background-image: none;
        width: 100%;
        height: 100%;
    }
    #team h1{
        color: #333;
    }
    .column img {

    width: 70%;
    max-width:100%;
    border-radius: 50%;
    margin: 0%;
    
}
    hr{
        color: black;
    }
    #app{
        padding-bottom: 15%;
    }
    footer ul li img
{
    margin: 15px;
}
.button{
        margin-left: 5%;
    }
}
