a {
  text-decoration: inherit !important;
}

a:hover {
  text-decoration: none !important;
  color: inherit !important;
}

hr.little {
    height: 5px;
    background: #525BB9;
    border-color: #525BB9;
    color: #525BB9;
    width: 50px;
}

button.cta {
	background: #525BB9;
    border: 2px solid #525BB9;
    padding: 15px;
    border-radius: 28px;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    display: block;
    margin: auto;
}

button.cta.hp {
  background: #77CB64;
  border-color: #77CB64;
}

button.cta.hp2 {
    margin: inherit;
    background: #77CB64;
    border-color: #77CB64;
  }
  

button.cta.reverse {
    margin: inherit;
    background: #525BB9;
    border-color: #525BB9;    
}


header.hp {
	position: fixed;
    width: 100%;
    background: #fff;
    padding: 15px;
    z-index: 999;
    box-shadow: 0 0 10px rgba(0, 0, 0, .05);
    top: 0;
}

header a {
    font-size: inherit!important;
    color: inherit!important;
}

header.hp aside img {
  height: 60px;
  margin-right: 20px;
}

.inline {
  display: inline-block;
  vertical-align: middle;
}

header.hp .inline.right {
  float: right;
  margin-top: 15px;
}

header.hp .inline span {
  cursor: pointer;
  margin-right: 1.3rem;
  line-height: 2rem;
}

.borderMarker {
    position: relative;
}

.borderMarker::after {
    content: "";
    position: absolute;
    z-index: -1;
    top: 85%;
    left: -0.1px;
    right: -0.1px;
    bottom: 0;
    transition: top .1s ease-in-out;
    background-color: #525BB980;
}

.borderMarker:hover::after {
    top: 0;
}

.container {
  margin-top: inherit;
}

section {
	padding: 60px 0px;
	min-height: 70vh;
}

section.inherit {
    min-height: inherit;
}

section.small {
	padding: 20px;
	min-height: inherit;
}

ul {
    list-style: none;
}

.menu-responsive {
    display: none;
}

nav.menu-phone {
    background: #fff;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 150vw;
    z-index: 9999;
    opacity: 1;
    width: 100%;
    transition: all 400ms ease-in-out;
    background-color: #fff;
}

nav.menu-phone .close-menu {
    width: 100%;
    height: 60px;
}

nav.menu-phone .close-menu  img{
    float: right;
    width: 30px;
    margin-right: 10px;
    margin-top: 10px;
    cursor: pointer;
}

nav.menu-phone ul {
    width: 90%;
    margin: auto;
    padding: inherit;
}

nav.menu-phone ul li {
    padding: 10px;
    border-bottom: 1px solid #ccc;
}

.anim-menu {
    left: 0 !important;
    width: 100% !important;
    opacity: 1 !important;
}

@media screen and (max-width: 640px) {
    section {
      min-height: 50vh;
    }
    .responsive {
        display: none !important;
    }

    .menu-responsive {
        display: block;
        width: 30px;
        position: absolute;
        right: 15px;
        top: 10px;
    }

    .menu-responsive img {
        cursor: pointer;
    }
    
}

h1, h2, h3, div {
    font-family: Futura, "Trebuchet MS", Arial, sans-serif;
}

span, p, li, a {
    font-family: 'Wes FY', sans-serif;
}

h2 {
	text-align: center;
	font-weight: 900;
	margin-bottom: 30px;
	padding: 10px;
    font-size: 24px;
}

h3 {
	font-size: 2.6em;
	line-height: 1.3em;
	font-weight: 200;
    text-align: center;
}

.responsive-img-show {
    display: none;
}

@media screen and (max-width: 770px) {
    h1 {
		font-size: 40px !important;
	}
    .responsive-img-show {
        display: block;
    }
    .responsive-img-hide {
        display: none;
    }
}

@media screen and (max-width: 640px) {
    section {
		min-height: 50vh;
	}
	p {
		font-size: 16px !important;;
    }
    span.wrap {
        font-size: 24px !important;
    }
	h2 {
		font-size: 23px !important;;
    }
    
    h3 {
        font-size: 23px !important;
    }

}

p {
	font-size: 19px;
	line-height: 1.6;
	text-align: center;
	margin-top: 20px;
	font-weight: 400;
    letter-spacing: 0.03em;
    color: #4a4a4a;
}

.bloc-1 {
    background-image: url("https://s3-eu-west-1.amazonaws.com/hellovitali.fr/images/bg-2.jpg");
    background-repeat:no-repeat;
    background-size: cover;
    background-position: bottom;
}

.bloc-1 h1 {
		font-family: Futura, "Trebuchet MS", Arial, sans-serif; 
    	font-weight: 900;
    	padding: 1.2rem 2.5rem;
    	color: #fff;
    	letter-spacing: 0.8px;
		font-size: 70px;
		text-align: center;
	}
	
.bloc-1	h2 {
		text-align: center;
		color: #fff;
		padding: 1.2rem 2.5rem 4rem;
		max-width: 95vw;
		font-weight: 500;
        letter-spacing: 1px;
        margin: auto;
}


.bloc-2, .bloc-3, .bloc-4, .bloc-5 {
    background: #fff;
}

.bloc-2 img, .bloc-3 img, .bloc-4 img, .bloc-5 img {
    height: 350px;
    margin: auto;
    display: block;
}

.bloc-2 h3, .bloc-4 h3 {
    color: #525BB9;
}

.bloc-3 h3 {
    color: #77CB64;
}

.bloc-2 h3, .bloc-3 h3, .bloc-4 h3, .bloc-5 h3 {
    text-align: left;
    font-size: 2.6em;
    font-weight: bold;
}

.bloc-2 p, .bloc-3 p, .bloc-4 p, .bloc-5 p {
    text-align: left;
    font-size: 1.5rem;
    color: #4a4a4A;
    font-weight: 300;
}

.bloc-5 {
	background: #525BB9;
  min-height: inherit;
}

.bloc-5 img {
  height: 200px;
  margin: auto;
  display: block;
}

.bloc-5	h3 {
		color: #fff;
		font-weight: 300;
		font-size: 2rem;
	}

  .bloc-5	span, a, p  {
		font-weight: bold;
		font-size: 2.6rem;
		color: #fff;
	}


footer {
    width: 100%;
    padding: 20px;
    background: #525BB9;
    color: #fff;
}

footer a {
    font-size: inherit;
}

footer p {
    color: #fff;
    font-size: 17px;
    text-align: center;
}

footer  span {
  cursor: pointer;
  color: #fff;
  line-height: 2rem;
}

footer .left {
  text-align: left;
}

footer .left p {
  text-align: left;
}


/* RESPONSIVE MOBILE */

@media screen and (max-width: 600px) {
    header.hp {
        padding: 5px;
        height: 50px;;
    }

    header.hp aside img {height: 50px;}

    .bloc-1 h1 {
        font-size: 32px !important;
        padding: 1.2rem 0.5rem;
    }
    .bloc-1 h2 {
        font-size: 20px !important;
        padding: 1.2rem 0.5rem 3rem;
    }

    .bloc-2 h3, .bloc-3 h3, .bloc-4 h3 {
        text-align: center;
    }
    
    .bloc-2 p, .bloc-3 p, .bloc-4 p {
      text-align: center;
    }

    .bloc-2 img, .bloc-3 img, .bloc-4 img {
        height: 200px;
        margin-top: 15px;
    }

    .bloc-5 img  {
        height: 170px;;
    }

    button.cta.reverse, button.cta.hp2{
        margin: auto;
    }

    .partner .inline-partner {
        width: 100px;
    }
}