

/*   SPACING     */

.mt-3 {
    margin-top: 30px;
}
.mt-5 {
    margin-top:50px;
}
.mt-6{
    margin-top:20px;
}
.mt-8 {
    margin-top:80px;
}
.mb-2 {
    margin-bottom:20px;
}
.mb-5 {
    margin-bottom:50px;
}
.mx-1 {margin-left:5px;margin-right:5px;}
.pt-2 {
    padding-top:20px;
}
.py-2 {
    padding-top:20px;
    padding-bottom:20px;
}
.py-4 {
    padding-top:40px;
    padding-bottom:40px;
}
.py-6 {padding-top:60px;padding-bottom:60px;}
.pb-2 {padding-bottom:20px;}
.pb-6 {padding-bottom:60px;}
.px-2 {padding-left:15px;padding-right:15px;}
.px-4 {padding-left:40px;padding-right:40px;}

/* 2. BASIC STYLES */

body {
    font-family:'lato', sans-serif; 
    font-size: 15px;
    font-weight: 200;
    line-height: 1.7857;
    letter-spacing: 0.075em;
    color: #333333;
    background-color: #fff;
    width:100vw;
    overflow-x:hidden;
}

.bg {
    width: 100%;
    height: 100%;
    background:url(../images/hero-img-2.jpg)no-repeat;
    background-size:cover;
   
}

a {
    color: #000;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

a:hover {
    color: #000;
}

a,
a:hover,
a:active,
a:focus,
button:focus {
    outline: 0;
    border: 0;
    text-decoration: none;
}

#st-preloader {
    background: #FFF;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 9999;
}

p {
    line-height: 1.5;color: #000;
}

li { 
    line-height: 1.5;color: #000;
}

h1, h4, h5, h6 {font-family: 'Poppins', sans-serif;}
h1{font-size:2.8em;color: #fff;}
h2, h3 {font-family: 'Poppins', sans-serif;margin-top:10px;color:#245a73;}
h4 {
    line-height:25px;
}


@media (max-width: 769px) { 
h1{font-size:2.0em;color: #fff;}
#desktop {display: none;}    

 }


@media (min-width: 769px) { 

#mobile {display: none;}    

 }

.blanc {color:white;}
.cyan {color:#245A73;}
.jaune {color:#fc9f36;}
.grissection-title {color:#245a73;}

.left {text-align:left;}

input,
textarea {
    outline: none;
}

label {
    font-weight: 300;
}

.fa-envelope {
    font-size:25px;
    color:white;
}
.fa-envelope:hover {
    transform:scale(1.2);
    transition:ease 1s;
}

.accroche1 {
    font-size:2.2em;
    margin-top:20px;
}

.fond-gris {
    background-color: #8ac6bc;
   
    background-size: 5px 5px;
    background-position: 0 0, 50px 50px;;
    width:100%;
}
.fond-simulation {
    width:100%;
    background:url(../images/img-simulation.jpg)no-repeat;
    opacity:0.8;
    background-size:cover;
    background-position:center right;
}


.fond-simulation-2 {
    width:100%;
    background:url(../images/img-simulation-2.jpg)no-repeat;
    opacity:0.8;
    background-size:cover;
    background-position:center right;
}

.bloc-cyan {
    background-color:#245A73;
    padding:15px 40px;
    border-radius:20px;
}
.bloc-jaune {
    background-color:#fc9f36;
    padding:15px 40px;
    border-radius:20px;
    vertical-align:middle;
}
.bloc-gris {
    background-color:#3b3b3b;
    padding:15px 40px;
    border-radius:20px;
    vertical-align:middle;
    line-height:25px;
}
.bloc-blanc{
    background-color:#e8e8e8;
    padding:15px 20px;
    border-radius:5px;
    vertical-align:middle;
    line-height:25px;
    box-shadow:0px 0px 20px 0px rgba(159, 159, 159, 0.3);
}
.bloc-souligne{
    line-height:25px;
    padding:15px 40px;
    border-bottom:none;
  background:linear-gradient(#fc9f36,#fc9f36) bottom /* left or right or else */ no-repeat;
  background-size:30% 4px;
}
.bloc-gris {
    background-color:#3b3b3b;
    width:300px;
    height:300px;
    border-radius:30px;
    margin:0 auto;
    vertical-align:middle;
    padding-top:15px;
}
.rond-cyan {
    background-color:#245A73;
    width:300px;
    height:300px;
    border-radius:50%;
    margin:0 auto;
    padding-top:60px;
}
.rond-jaune {
    background-color:#fc9f36;
    width:300px;
    height:300px;
    border-radius:50%;
    margin:0 auto;
    padding-top:60px;
}
.cercle {
    margin:15px;
    width:180px;
    height:180px;
    border-radius:50%;
    border:solid 5px #245A73;
}


.button {
  position: relative;
  text-decoration: none;
  display: inline-block;
  border-radius: 100px;
  box-shadow: 0 2px 5px 0 rgba(3, 6, 26, 0.15);
  transition: 0.5s all ease-in-out;
}
.button:hover {
  cursor: pointer;
  background: #ffc56a;
  color: #000000;
  animation: none;
}
.button-pulse {
  animation: pulse 2s infinite 2s cubic-bezier(0.25, 0, 0, 1);
  box-shadow: 0 0 0 0 #ffffff;
}
@keyframes pulse {
  to {
    box-shadow: 0 0 0 18px rgba(255, 255, 255, 0);
  }
}


.regroupement {
    padding:50px 0;
}
.avantages {
    padding:50px 0;
}
.question {
    margin-top:50px;
}
.reponses {
    padding:40px 0 60px 0;
}


.content-arrow {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
#more-arrows {
  width: 75px;
  height: 65px;
  transform:rotate(-90deg);
}
#more-arrows:hover polygon {
  fill: #FFF;
  transition: all 0.2s ease-out;
}
#more-arrows:hover polygon.arrow-bottom {
  transform: translateY(-18px);
}
#more-arrows:hover polygon.arrow-top {
  transform: translateY(18px);
}
polygon {
  fill: #3b3b3b;
  transition: all 0.2s ease-out;
}
polygon.arrow-middle {
  opacity: 0.75;
}
polygon.arrow-top {
  opacity: 0.5;
}








.animation-texte {
	animation: fadein 4s;
}
@keyframes fadein {
  0% {color: #fff }
  100% { color: #668EFF }
}

/* 3. BUTTONS */

.btn-send {
    background-color: #383838;
    border-radius: 0;
    border: 0;
    color: #fff;
    padding: 8px 14px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.btn-send:hover {
    background-color: #000;
    color: #fff;
}

.btn-readmore {
    background-color: #383838;
    border-radius: 0;
    border: 0;
    color: #fff;
    padding: 10px 20px;
    margin-top: 20px;
    text-transform: uppercase;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.btn-readmore:hover {
    background-color: #000;
    color: #fff;
}

/* 4. HEADER */

#header .navbar {
    z-index:1;
    position:;
    margin-bottom: 0;
    border-radius: 0;
    background-color: #fff;
    width:100vw;
    box-shadow:0px 1px 20px -10px;
}

.logo {
    padding:15px 0 15px 0;
}

.titre-nav {
    transform: translateY(60%);
    text-align:right;
}

.st-navbar ul {
    margin-top: 10px;
}

.st-navbar ul li a {
    text-transform: uppercase;
    font-weight: 600;
    padding: 0;
    margin: 14px;
}

.st-navbar ul li a:hover,
.st-navbar ul li a:focus {
    background-color: transparent;
    color: #000;
}

.st-navbar .navbar-header {
    margin-top: 25px;
}

.st-navbar .navbar-toggle .icon-bar {
    background-color: #000;
}

.st-navbar .navbar-toggle {
    margin-top: 7px;
    margin-right: 25px;
    padding: 0;
    border-radius: 0;
}

#bandeau-bleu {
    width:100vw;
    background-color:#b3cbff;
    padding:60px 0 60px 0;
}

#PMCcontainerMQBL {
    background-color: rgba(255, 255, 255, 0) !important;
}



/* PRICING */

#pricing {
    position:relative;
    z-index:2;
    padding-bottom: 30px;
}

.st-pricing {
    border-radius:15px;
    padding: 0px;
    margin-top: 0px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

/* FOOTER */

#footer {
    background-color: #313131;
    padding-top: 40px;
    padding-bottom: 40px;
    color: rgba(255, 255, 255, 0.4);
}

#footer a {
    color: rgba(255, 255, 255, 0.4);
}

#footer a:hover {
    color: #fff;
}

.footer-social-icons {
    text-align: right;
}

.footer-social-icons a {
    margin: 0 5px;
    font-size: 16px;
}

.footer-social-icons span {
    margin-right: 10px;
}

.legende {
    font-size:14px;
    color:white;
    padding:15px 15px 40px 15px;
}


/* 16. SCROLL TO TOP */

.scroll-up {
    position: fixed;
    display: none;
    z-index: 999;
    bottom: 1.8em;
    right: 1.8em;
}

.scroll-up ul {
    margin: 0;
    padding: 0;
}

.scroll-up li {
    list-style: none;
    margin: 0;
    padding: 0;
}

.scroll-up a {
    background-color: #fff;
    display: block;
    width: 40px;
    height: 40px;
    text-align: center;
    color: #000;
    font-size: 20px;
    line-height: 38px;
    box-shadow: 0px 0px 6px #ccc;
}

.scroll-up a:hover,
.scroll-up a:active {
    background-color: #f5f5f5;
    color: #000;
}


.sp-container h2 {
	font-size: 25px;
	width: 100%;
	text-align: center;
	-webkit-animation: blurFadeIn .8s ease-in;
	-moz-animation: blurFadeIn .8s ease-in;
	-ms-animation: blurFadeIn .8s ease-in;
	animation: blurFadeIn .8s ease-in;
}
.sp-container h2.frame-1 {
    color:#ca1f73;
	-webkit-animation-delay: 0s;
	-moz-animation-delay: 0s;
	-ms-animation-delay: 0s;
	animation-delay: 0s;
}

@-webkit-keyframes blurFadeIn {
	0% {
		opacity: 0;
		-webkit-transform: scale(0.2);
	}
	100% {
		opacity: 1;
		-webkit-transform: scale(1);
	}
}

/* RESPONSIVE */

.section-title { padding-left: 120px;}
@media screen and (max-width: 992px) {

    p {
    line-height: 1.5;color: #000;font-weight: 400;
}

li { 
    line-height: 1.5;color: #000;font-weight: 400;
}
    #macaron {display:none;}
  .section-title {
    text-align: center;padding-left: 0px;

  }
}

