
html, body {
  font-family: 'Open Sans', sans-serif;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  font-size: 14px;
  color:#6f6f6f;
  font-weight: 400;
  line-height: 1.7em;
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4 {
  font-family: 'Lato', sans-serif;
}
h2 {
  font-weight: 300;
  margin-bottom: 30px;
  font-size: 42px;
  text-transform: uppercase;
  text-align: center;
  color: #d74848;
}
a {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color:#ffffff;
}
a:hover {
  opacity: 0.7;
  color:#ffffff;
  text-decoration: none;
}

a.btn {
  font-size: 15px;
  background: #cd2122;
  color: #FFFFFF;
  text-transform: uppercase;
  font-weight: bold;
  padding: 0.6em 1em;
  border-radius: 0;
}
a.btn-white {
  background: #FFFFFF;
  color:#cd2122;
}
a.link1 {
  color: #cd2122;
  font-size: 14px;
  font-family: Open Sans, sans-serif;
  font-weight: 700;
  padding-right: 30px;
  text-transform: uppercase;
  background: url('../images/link-arrow.png') no-repeat 100% 50%;
}
section {
  padding:50px 0;
}

h1 {
  font-size: 82px;
  font-weight: 700;
  color: #FFFFFF;
  text-transform: uppercase;
}

a.arrow-up {
  position: fixed;
  z-index: 99999;
  right: 0;
  bottom: 125px;
  padding: 5px 10px;
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-topleft: 5px;
  border-top-left-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-bottom-left-radius: 5px;
  color: #fff;
  background: rgba(0, 0, 0, 0.4);
  font-size: 30px;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  animation: fadeInRight 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
  display: none;
}
a.arrow-up:hover, a.arrow-up:active {
  color: #fff;
  background: rgba(0, 0, 0, 0.4);
}

/* header */
#top .row {
  position: relative;
  padding: 185px 0 100px;
}
header {
  text-align: center;
  background: url("../images/header-alliance-francesa.png") no-repeat 0 0;
  background-size: cover;
}
.logo {
  position: absolute;
  left:0;
  top:0;
}
.logo img {
  max-width: 200px;
}
.header-menu {
  position: absolute;
  top:25px;
  right:0;
}
.header-menu a {
  color: #FFFFFF;
  font-family: 'Lato', sans-serif;
  font-size:17px;
  margin-right: 20px;
  font-weight: 700;
}

/* curso-frances */
.curso-frances {
  text-align: center;
}
.ss-titre {
  margin: 0 20% 50px 20%;
}
.curso-frances h3 {
  margin-bottom: 40px;
  color: #333333 !important;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
}
.curso-frances .col-md-3 h3 {
  color: #333333;
  margin: 30px 0 20px;
  font-size: 20px;
  font-weight: 400;
}
.curso-frances .col-md-3 p {
  height: 150px;
}

.testemunhos {
  background: url('../images/bg-triangular-gris-2.jpg') no-repeat 0 0;
  background-size: cover;
}
blockquote {
  line-height: 1.7em;
  border-color: #d74848;
}

.quizz {
  background: url('../images/bg-triangular-rouge-quizz.jpg') no-repeat 0 0;
  background-size: cover;
  text-align: center;
  color: #FFFFFF;
}
.quizz h2, .quem-somos h2 {
  text-align: center;
  text-transform: uppercase;
  font-size: 60px;
  color: #FFFFFF;
  font-weight: 400;
}
.quizz h2 {
  font-weight: 600;
}
.aprender-frances {
  text-align: center;
}
.aprender-frances h3 {
  color: #333333;
  margin: 30px 0 20px;
  font-size: 20px;
  font-weight: 400;
}

.quem-somos {
  background: url('../images/bg-triangular-rouge-quemsomos-1.jpg') no-repeat 0 0;
  background-size: cover;
  text-align: center;
  color: #FFFFFF;
}
.bignumber {
  font-size: 50px;
  font-weight: 700;
}
.picto-p {
  background: url('../images/pin-branco.png') no-repeat 13% 0;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  background-size: 30px;
  margin-top:20px;
}
.picto-p span {
  text-transform: uppercase;
  font-family: 'Lato', sans-serif;
  font-size: 20px;
}
.quem-somos .btn {
  margin-top: 40px;
}

.outras-aliances {
  text-align: center;
}
.outras-aliances a {
  background:#ededed;
  display: block;
  width:170px;
  height:170px;
  border-radius: 50%;
  position: relative;
}
.outras-aliances a img {
  max-width: 60px;
  position: relative;
  top: 65px;
}


footer {
  background-color: #272727;
  padding: 40px 0 0;
  position: relative;
  color: #ffffff;
}
ul.follow-us {
  text-align: center;
  margin-bottom: 50px;
}
ul.follow-us li {
  background: none;
  padding: 0;
  display: inline-block;
  list-style: none;
  margin-right: 20px;
}
ul.follow-us li a {
  display: block;
  font-size: 15px;
  background: #FFF;
  border-radius: 100%;
  padding-top: 20%;
  text-align: center;
  width: 40px;
  height: 40px;
}
.follow-us li a i {
  color: #999999;
  font-size: 22px;
  margin: 0;
}

footer nav {

}
footer nav a {
  display: block;
  background: url('../images/puce-2.png') no-repeat 0 50%;
  padding-left:15px;
  margin-bottom: 0.8em;
  color: #FFFFFF;
}
footer nav a:hover {
  color: #FFFFFF;
  text-decoration: none;
}

footer .copyright {
  font-weight: normal;
  font-size: 14px;
  text-align: center;
  margin-top: 50px;
}


/* Responsive */
@media only screen and  (max-width: 992px) {
  .outras-aliances a {
    margin: 30px auto;
  }
  .quizz {
    margin-top:40px;
  }
  .curso-frances .col-md-3 p {
    height: auto;
  }
  .curso-frances .col-md-3 {
    margin-bottom: 40px;
  }
  .picto-p {
    padding-bottom: 60px;
    margin-bottom: 60px;
    background: url('../images/pin-branco.png') no-repeat 50% 100%;
  }
  .curso-frances img {
    max-width: 150px;
  }
}
@media only screen and  (max-width: 756px) {
  h2, .quizz h2, .quem-somos h2 {
    font-size: 32px ;
  }
}
@media only screen and  (max-width: 650px) {
  .header-menu {
    display: none;
  }
  .logo img {
    max-width: 130px;
  }
  .curso-frances, .quizz {
    padding: 0 10px 40px;
  }

}

@media only screen and  (max-width: 420px) {
  h1 {
    font-size: 32px;
  }
  .bignumber {
    font-size: 25px;
  }
  h2, .quizz h2, .quem-somos h2 {
    font-size: 25px ;
  }
  .ss-titre {
    margin:0 15px 50px 15px;
  }
  blockquote {
    font-size:16px;
  }
}
