:root {
    --milkChocolate:#5c2721;
    --darkBrown:#2b0a07;
    --pink:#da006c;
    --whiteFive:#E0E0E0;
    --beige:#f5e2e2;
    --cocoa:##7d3e37;
    --peachyPink:#ff9292;
}
.milkchocolate {
    color: var(--milkChocolate);
}
.pink {
    color: var(--pink);
}

* {
    box-sizing: border-box;
}
body {
    margin: 0;
}
body>section:first-of-type {
    margin-top: 80px;
}
h1, h2, h3, h4 {
    margin: 0;
    font-weight: 400;
}
ol, ul {
    padding: 0;
    list-style-type: none;
}
figure, ol, p, ul {
    margin: 0;
}
a {
    text-decoration: none;
}
img {
    display: block;
    max-width: 100%}
strong {
    font-weight: 400;
}
input, select, textarea {
    display: block;
    margin: 0;
    border: 0;
    border-radius: 0;
    -webkit-border-radius: 0;
    background-image: none;
    box-shadow: none;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}
button, input, select, textarea {
    padding: 0;
    background-color: transparent;
}
button {
    border: none;
}
@font-face {
    font-family: montserrat-extralight;
    src: url(./font/Montserrat-ExtraLight.ttf);
}
@font-face {
    font-family: montserrat-light;
    src: url(./font/Montserrat-Light.ttf);
}
@font-face {
    font-family: montserrat-regular;
    src: url(./font/Montserrat-Regular.ttf);
}
@font-face {
    font-family: montserrat-bold;
    src: url(./font/Montserrat-Bold.ttf);
}
@font-face {
    font-family: montserrat-black;
    src: url(./font/Montserrat-Black.ttf);
}
.container {
    background-color: #f5f5f5;
}
.grid {
    width: 1170px;
    margin: 0 auto;
    padding: 65px 60px 80px;
    background-color: #fff;
}
@media (max-width:1200px) {
    .grid {
    width: 100%;
    margin: 0;
}
}@media (max-width:768px) {
    .grid {
    padding: 65px 15px 80px;
}
}.row {
    display: table;
    table-layout: fixed;
    width: 100%}
.col {
    display: table-cell;
    vertical-align: top;
    width: 30%}
.col+.col {
    width: 70%;
    padding-left: 30px;
    border-left: 1px solid #f5f5f5;
}
@media (max-width:768px) {
    .col {
    display: block;
    width: 100%}
.col+.col {
    width: 100%;
    padding-left: 0;
    border-left: 0;
}
}.hide-scroll-bar {
    overflow-y: hidden;
}
.anchor {
    display: inline-block;
}
@media (max-width:768px) {
    .anchor {
    display: none;
}
}.anchor.sticky {
    position: fixed;
    top: 100px;
    left: auto;
    z-index: 1;
}
@media (max-width:1024px) {
    .anchor.sticky {
    width: 180px;
}
}.anchor.hide {
    display: none;
}
.anchor .item-anchor {
    font-size: 14px;
    line-height: 18px;
    font-family: museo, sans-serif;
    font-weight: 700;
    color: #138ae4;
    cursor: pointer;
}
.anchor .item-anchor+.item-anchor {
    margin-top: 26px;
}
.banner {
    position: relative;
    overflow: hidden;
    background-color: var(--pink);
    height: 1050px;
}
@media (max-width:800px) {
    .banner {
        height: 1100px;
}
}
.banner.resize {
    height: auto;
}
.banner-img {
    width: 100%;
    height: 65%;
    background: url("visuel header.jpg") no-repeat;
    background-size: cover;
    background-position-y: bottom;
    background-position-x: center;
    margin-top: -50px;
}
@media (max-width:768px) {
    .banner-img {
    height: 50%;
}
}
.banner .content-banner {
    display: block;
}
@media (max-width:768px) {
    .banner .content-banner {
    display: inline;
}
}
.banner .caption-banner {
    position: absolute;
    top: 40%;
    left: 0;
    z-index: 1;
    width: 100%;
    text-align: center;
}
@media (max-width:800px) {
    .banner .caption-banner {
        top: 10%;
}
}
.banner .caption-banner .values-banner {
    max-width: 848px;
    margin: auto;
}
.banner .banner-header {
    margin-top: -60px;
}
.banner .banner-header img {
    height: 190px;
    margin: auto;
    background: white;
    padding: 25px;
}
@media (max-width:800px) {
    .banner .banner-header img {
        height: inherit;
}
}
.banner .banner-container {
    width: 800px;
}
@media (max-width:800px) {
    .banner .banner-container {
        width: 100%;
}
}
.banner .banner-content {
    background-color: white;
    padding-bottom: 20px;
}
.banner .values-banner h1 {
    color: var(--milkChocolate);
    font-family: montserrat-extralight, sans-serif;
    font-size: 40px;
    margin-top: -20px;
    margin-bottom: 20px
}
.banner .values-banner h2 {
    font-family: montserrat-black, sans-serif;
    letter-spacing: 0.5px;
    font-size: 18px;
    margin-top: 25px;
}
.banner .values-banner h2 .by {
    font-family: montserrat-bold, sans-serif;
}
.banner .values-left, .values-right {
    display: inline-block;
}
@media (max-width:800px) {
    .banner .values-left, .values-right {
        width: 100%;
}
}
.banner .cell-value {
    background-color: var(--whiteFive);
    border-radius: 5px;
    padding: 10px;
    font-family: montserrat-bold, sans-serif;
    font-size: 60px;
}
.banner .cell-value.pink {
    background-color: var(--beige);
}
.banner .equals-sign {
    margin-left: 40px;
    margin-right: 40px;
    font-family: montserrat-extralight, sans-serif;
    font-size: 60px;
    vertical-align: top;
    color: var(--milkChocolate);
}
.banner .arrow-down {
  width: 0; 
  height: 0; 
  border-left: 25px solid transparent;
  border-right: 25px solid transparent;
  border-top: 25px solid white;
  margin: auto;
  margin-top: -15px;
}
.banner-footer {
    color: white;
    margin-top: 30px;
}
.banner-footer p {
    display: inline-block;
}
.banner-doudous {
    font-family: montserrat-regular, sans-serif;
    margin-left: 10px;
    margin-right: 10px;
}
@media (max-width:800px) {
    .banner-doudous {
        width: 100%;
}
}
.banner-doudous .bold {
    font-family: montserrat-bold, sans-serif;
}
.banner-doudous .extralight {
    font-family: montserrat-extralight, sans-serif;
}
.banner-doudous img {
    display: inline;
}
.banner-border {
    border-color: rgba(255, 255, 255, 0.5);
    border-width: 10px;
    border-style: solid;
    margin: auto;
    display: inline-block;
}
.doudous{
    height: 400px;
    background: url("./visuel_doudous.jpg") no-repeat;
    background-size: cover;
}
.explain {
    color: #fff;
    background-color: #f5f5f5;
}
.explain.pattern {
    background-color: var(--milkChocolate);
}
.explain .container-explain {
    width: 1170px;
    margin: 0 auto;
    padding: 34px 15px 54px;
}
@media (max-width:1200px) {
    .explain .container-explain {
    width: 100%;
    margin: 0;
}
}.explain .content-explain {
    display: block;
}
@media (max-width:768px) {
    .explain .content-explain {
    display: inline;
}
}.explain .title-explain {
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 3px;
    font-family: montserrat-bold, sans-serif;
    text-align: center;
}
@media (max-width:544px) {
    .explain .title-explain {
    font-size: 24px;
    line-height: 28px;
}
}.explain .row-explain {
    display: table;
    width: 100%;
    margin-top: 28px;
}
.explain .col-explain {
    display: table-cell;
    vertical-align: top;
    width: 25%;
    padding: 0 20px;
    text-align: center;
}
@media (max-width:768px) {
    .explain .col-explain {
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
}
.explain .col-explain+.col-explain {
    margin-top: 20px;
}
}
.explain .img-explain-container {
    height: 90px;
}
.explain .img-explain {
    display: inline-block;
}
@media (max-width:768px) {
    .explain .img-explain {
    margin-right: 20px;
}
}.explain .caption-explain {
    font-size: 15px;
    letter-spacing: 0.3px;
    font-family: montserrat-extralight, sans-serif;
}
.footer {
    position: relative;
    background-color: var(--milkChocolate);
}
.footer .container-footer {
    width: 1170px;
    margin: 0 auto;
    padding: 77px 15px 17px;
    overflow-x: hidden;
}
@media (max-width:1200px) {
    .footer .container-footer {
    width: 100%;
    margin: 0;
}
}.footer .row-footer {
    display: table;
    table-layout: fixed;
    margin: 0 -40px;
    border-spacing: 40px 0;
    border-collapse: separate;
}
@media (max-width:768px) {
    .footer .row-footer {
    display: block;
    margin: auto;
}
}.footer .col-footer {
    display: table-cell;
    vertical-align: top;
    width: 20%}
@media (max-width:768px) {
    .footer .col-footer {
    display: block;
    width: 100%;
    text-align: center;
}
}.footer .img-logo {
    width: 78px;
    min-width: 78px;
    margin: 0 auto;
}
.footer .title-footer {
    font-size: 14px;
    line-height: 18px;
    font-family: montserrat-bold, sans-serif;
    color: hsla(0, 0%, 100%, .5);
}
@media (max-width:768px) {
    .footer .title-footer {
    margin-top: 40px;
}
}.footer .item-footer {
    display: block;
    margin-top: 12px;
}
.footer .link-footer {
    font-size: 12px;
    line-height: 16px;
    font-family: montserrat-light, sans-serif;
    color: hsla(0, 0%, 100%, .5);
    transition: all .5s ease 0ms;
}
.footer .link-footer:hover {
    color: #fff;
}
.footer .img-store {
    width: 127px;
}
@media (max-width:768px) {
    .footer .img-store {
    display: inline-block;
    vertical-align: bottom;
}
}.footer .list-network {
    font-size: 0;
    line-height: 0;
}
.footer .item-network {
    display: inline-block;
    vertical-align: bottom;
    margin-top: 12px;
}
.footer .item-network:first-child {
    margin-right: 12px;
}
.footer .img-network {
    width: 40px;
    border-radius: 50%;
    transition: all .5s ease 0ms;
}
.footer .img-network:hover {
    background-color: #138ae4;
}
.footer .copyright-footer {
    padding: 14px 20px;
    font-size: 12px;
    line-height: 16px;
    font-family: montserrat-regular, sans-serif;
    text-align: center;
    color: hsla(0, 0%, 100%, .5);
    background-color: var(--darkBrown);
}
.header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    background-color: var(--milkChocolate);
    padding: 17px 0;
}
.header .container-header {
    display: table;
    width: 100%;
    padding: 0 20px!important;
    max-width: 1170px;
    margin: auto;
}
@media (max-width:768px) {
    .header .container-header {
    padding: 17px 0;
}
}.header .logo-header {
    display: table-cell;
    vertical-align: middle;
    width: 10%}
@media (max-width:768px) {
    .header .logo-header {
    position: relative;
    display: table;
    width: 100%;
    padding: 0 15px;
}
}@media (max-width:768px) {
    .header .mobile-logo {
    display: table-cell;
    vertical-align: middle;
    width: 50%}
}.header .link-logo {
    display: inline-block;
}
.header .img-logo {
    width: 78px;
    min-width: 78px;
}
.header .mobile-menu {
    display: none;
}
@media (max-width:768px) {
    .header .mobile-menu {
    display: table-cell;
    vertical-align: middle;
    width: 50%;
    text-align: right;
}
}.header .button-mobile {
    display: inline-block;
    vertical-align: bottom;
    width: 30px;
    height: 30px;
    background: url(menu.svg) no-repeat 50%;
    background-size: 30px;
    cursor: pointer;
}
.header .button-mobile:focus {
    outline: none;
}
.header .button-mobile.open:after, .header .button-mobile.open:before {
    position: absolute;
    right: 20px;
    z-index: 1;
    content: "";
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
}
.header .button-mobile.open:after {
    bottom: -18px;
    border-bottom: 10px solid #fff;
}
.header .menu-header {
    display: table-cell;
    vertical-align: middle;
    width: 90%;
    font-size: 0;
    line-height: 0;
    text-align: right;
}
@media (max-width:768px) {
    .header .menu-header {
    display: block;
    width: 100%;
    height: 0;
    overflow: hidden;
    text-align: center;
    transition: all .5s ease 0ms;
}
.header .menu-header.open {
    height: 142px;
}
}.header .link-menu {
    display: inline-block;
    vertical-align: middle;
    padding-right: 20px;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 1.8px;
    font-family: montserrat-bold, sans-serif;
    color: white;
    text-decoration: underline;
    transition: all .1s ease 0ms;
}
@media (max-width:768px) {
    .header .link-menu {
    display: block;
    margin-top: 17px;
    padding: 17px 15px 0;
    border-top: 1px solid white;
}
}
.header .link-menu > img {
    margin: auto;
}
.header .link-menu:hover {
    color: var(--whiteFive);
}
.header .menu-item-divider {
    display: inline-block;
    width: 1px;
    height: 40px;
    vertical-align: middle;
    margin-right: 20px;
    background-color: var(--cocoa);
}
.partners {
    background-color: #f5f5f5;
}
.partners .container-partners {
    width: 1170px;
    margin: 0 auto;
    padding: 52px 15px 60px;
}
@media (max-width:1200px) {
    .partners .container-partners {
    width: 100%;
    margin: 0;
}
}.partners .title-partners {
    font-size: 20px;
    line-height: 30px;
    font-family: montserrat-bold, sans-serif;
    text-align: center;
    color: var(--milkChocolate);
}
@media (max-width:544px) {
    .partners .title-partners {
    font-size: 18px;
    line-height: 28px;
}
}
.partners .grid-partners {
    overflow: hidden;
    margin-top: 20px;
}
.partners .row-partners {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: -4px;
}
@media (max-width:768px) {
    .partners .row-partners {
    margin-left: 0;
}
}.partners .col-partners {
    width: 25%;
    margin-top: 20px;
    padding-left: 4px;
}
@media (max-width:768px) {
    .partners .col-partners {
    display: block;
    width: 100%;
    padding-left: 0;
}
}.partners .push {
    display: flex;
    background-color: #fff;
    cursor: pointer;
    height: 100px;
}
.partners .img-push {
    margin: auto;
}
.partners .full-push {
    display: none;
    margin-top: 20px;
    background-color: #fff;
}
.partners .full-push.show {
    display: block;
}
.partners .container-push {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    width: 25%;
    padding: 28px;
}
@media (max-width:544px) {
    .partners .container-push {
    display: block;
    width: 100%;
    padding: 28px 20px 0;
}
}.partners .container-push+.container-push {
    width: 75%;
    padding: 28px 28px 28px 0;
    text-align: left;
}
@media (max-width:544px) {
    .partners .container-push+.container-push {
    width: 100%;
    padding: 28px 20px;
}
}.partners .title-push {
    font-size: 14px;
    line-height: 18px;
    font-family: montserrat, sans-serif;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
}
.partners .arrow-push {
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 1;
    margin-left: -5px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid var(--milkChocolate)
}
@media (max-width:544px) {
    .partners .arrow-push {
    left: 50%}
}.partners .highlight-push {
    display: block;
    font-size: 14px;
    line-height: 18px;
    font-family: montserrat, sans-serif;
    font-weight: 700;
}
.partners .paragraph-push {
    margin-top: 24px;
    font-size: 14px;
    line-height: 18px;
    font-family: montserrat-regular, sans-serif;
}
.partners .paragraph-push+.paragraph-psu {
    margin-top: 16px;
}
.partners .link-push {
    color: #138ae4;
    text-decoration: underline;
}
.team {
    background-color: var(--pink);
}
.team .container-team {
    width: 1170px;
    margin: 0 auto;
    padding: 60px 15px 55px;
    overflow: hidden;
}
@media (max-width:1200px) {
    .team .container-team {
    width: 100%;
    margin: 0;
}
}.team .content-team {
    display: flex;
}
@media (max-width:768px) {
    .team .content-team {
    display: inline;
}
}
.team .img-team {
    float: left;
    width: 50%;
}
@media (max-width:768px) {
    .team .img-team {
    float: none;
    width: 100%;
    margin-right: 0;
}
}
.team .content-team {
    padding: 30px;
}
.team .content-team-img-container {
    width: 100%;
    margin: auto;
}
.team .content-team-img-container > img {
    margin: auto;
}
.team .title-team {
    font-size: 15px;
    font-family: montserrat-bold, sans-serif;
    color: white;
}
@media (max-width:768px) {
    .team .title-team {
    margin-top: 32px;
}
}
.team .subtitle-team, .paragraph-team {
    font-family: montserrat-light, sans-serif;
    font-size: 15px;
    color: white;
}
.paragraph-team {
    margin-top: 20px;
}
.team-divider-container {
    width: 100%;
}
.team-divider {
    width: 1px;
    height: 100%;
    margin-right: 30px;
    margin-left: 30px;
    background-color: var(--peachyPink);
}