@import url('https://fonts.googleapis.com/css?family=Montserrat:400,700|Raleway:300,500,700|Mansalva|Gentium+Book+Plus:ital,wght@0,400;0,700;1,400;1,700&display=swap');
/*============================================*/
/* Paramètres généraux
/*============================================*/
html {
	scroll-behavior: smooth;
}
body {
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
    font-size: 1.2em;
    line-height: 1.3em;
    color: #000000;
    background-color: #ffffff;
	padding: 0;
	margin: 0;
	opacity: 1;
	transition: 1s opacity;
	padding-top: 60px;
}
body.fade-out {
	opacity: 0;
	transition: none;
}
body.fade-in {
	opacity: 1;
	transition: 1s opacity;
}
video#bgvid {
  position: absolute; right: 0; bottom: 0;
  min-width: 100%;
  min-height: 100%;
  height: auto;
  width: 100%;
  z-index: -100;
  object-fit: cover;
  background-color: #d0d3e3;
  margin: 0 auto;
}
#overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .6;
}
.font-basic {
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
}

.btn.big {
    padding: 10px 30px;
    font-size: 1.2em;
    font-weight: bold;
}
.bleu {color: #2074ba;}
.rose {color: #a7485b;}
.blanc {color: #ffffff;}
.noir {color: #000000;}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
}
h1 {
    font-size: 3em;
    line-height: 1em;
    margin-top: 60px;
    margin-bottom: 30px;
}
h2 {
    font-size: 2.5em;
    line-height: 1em;
    margin-top: 60px;
    margin-bottom: 30px;
}
h3 {
    font-size: 2em;
    line-height: 1em;
    margin-top: 60px;
    margin-bottom: 30px;
}
h1 .sous-titre {
	font-size: .6em;
	line-height: 1em;
	font-weight: 400;
	margin: 0 auto;
	margin-top: 20px;
	width: 80%;
}
.blue-container {background: #2074ba;}
.blue-container * {color: white;}

.pink-container {background: #a7485b;}
.pink-container * {color: white;}

.blue-container, .pink-container {
	border-radius: 10px;
}
#home-container h1 {
	width: 100%;
    font-size: 1.7em;
    line-height: 1em;
    margin-top: 20px;
    margin-bottom: 30px;
}
#home-container #home-content {
	height: 100vh;
	padding-top: 40vh;
}
.inside h1:first-child, .inside h2:first-child, .inside h3:first-child {
	margin-top: 0;
}

#focus-container h1, #focus-container h2, #focus-container h3 {
	line-height: 1em;
	margin: 0;
}
#focus-container blockquote {
	font-size: 1.1em;
	line-height: 1.1em;
	background-image: url('../img/quote.png');
	background-repeat: no-repeat;
	background-size: 15%;
	padding-left: 17%;
	padding-top: 5%;
}

#footer-container {
	font-family: 'Raleway', sans-serif;
	font-weight: 500;
	font-size: .8em;
}

#footer-container div.entete {
	font-size: 1em;
	font-weight: 700;
	color: #a7485b;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.footer-mentions {
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-size: .7em;
	color: gray;
}
.footer-mentions a {
	color: gray;
}
a {
    color: #000000;
}
.submenu {
}
.submenu div.submenu-item {
	font-family: 'Montserrat', sans-serif;
	font-weight:300;
	font-size: .9em;
	padding: 20px 0 10px 0;
	border-bottom: silver solid 1px;
	background-color: white;

}
.submenu div.submenu-item.active {
	color: #2074ba;
	border-bottom: #a7485b solid 3px;
}
.submenu div.submenu-item.active a {
	color: #2074ba;
	font-weight: bold;
}

#footer-container div.footer-menu-item {
	margin-bottom: 10px;
}
#footer-container div.footer-menu-item a {
	font-family: 'Raleway', sans-serif;
	font-weight: 500;
	font-size: 1.5em;
	margin : 0;
	margin-bottom: 20px;
	text-decoration: none;
}
div.footer-menu-item a:hover, div.footer-menu-item.active a {
	color: #a7485b;
}

.titre-section {

}
p.big, div.big {
    font-size: 1.3em;
}
p.big.mansalva {
    font-size: 2em;
    line-height: 1em;
}
p.big strong {
    font-weight: 700;
}

#navbar {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
}

#navbar {
	transition:300ms ease;
	background:transparent;
}
#navbar.scrolled {
	background:#fff;
	border-bottom: silver solid 1px;
}

.element-item div, .element-item p {
	line-height: 1.1em;
}
.element-item .row {
	padding: 10px 0;
}

.bgfocus {
	background-color: #FFF7DF;
}
.serif {
	font-family: 'Gentium Book Plus', serif;
}
/*============================================*/
/* Paramètres spécifiques
/*============================================*/
.fa-rose {
	color: #a7485b;
}
.fa-bleu {
	color: #2074ba;
}
.mansalva {
    font-family: 'Mansalva', cursive;
    font-size: 110%;
}
.visible-link {
	border-bottom: #a7485b solid 2px;
	text-decoration: none;
}
.icon::before {
  /* Set the weight for this icon style */
  font-weight: 900;
  /* Make sure icons render pixel-perfect */
  
  /* Set the Unicode value for the "fa-ghost" icon */
  
}
.visible-link.anchor::before {
    font-family: 'Font Awesome 6 Pro';
    content: '\f0c1';
    -webkit-font-smoothing: antialiased;
    font-weight: 400;
    font-style: normal;
    font-size: .8em;
    margin-right: 0.3em;
}
.visible-link.light {
    border-color: white;
    text-decoration: none;
}
a.visible-link {
	text-decoration: none;
}
a.visible-link:hover {
	color: inherit;
}
div.description, p.description {
	font-size: .9em;
	font-weight: 300;
	line-height: 1.1em;
	text-align: justify;
	margin-top: 20px;
}
div.services {
    margin: auto 50px;
    margin-bottom: 50px;
    padding: 10px 20px 5px 40px;
    z-index: 10;
    border-radius: 5px;
    background: #ffcc00;
    cursor: default;
    color: black;
/*
    background-image: url('../img/zoom-512.png');
    background-position: top 20px right 50px;
    background-repeat: no-repeat;
    background-size: 20px;
*/
}
#services-right div.services {
    margin-bottom: 30px;
}

div.services:hover {
    z-index: 80;
    -webkit-box-shadow: 0px 0px 20px 3px #666;
    -moz-box-shadow: 0px 0px 20px 3px #666;
    filter:progid:DXImageTransform.Microsoft.Glow(Color=#666,Strength=23);
    zoom:1;
    box-shadow: 0px 0px 20px 3px #666;
    background: white;
}
div.services ul {
}
div.services ul .badge {
    color: gray;
}
div.services ul li h3 {
    padding-top: 8px;
}
div.services ul .fa-li {
    left: -5em;
    width: 5em;
}
div.services ul p {
    font-size: .8em;
    line-height: 1.2em;
}
div.services ul p.intro {
    font-family: 'Mansalva', cursive;
    font-size: 1.2em;
    line-height: 1em;
}

/*============================================*/
/* Quotes
/*============================================*/
p.quote {
    height: 40vh;
    overflow: auto;
    background-image: url('https://icon-library.net/images/quote-icon-png/quote-icon-png-17.jpg');
    background-size: 40px 40px;
    background-position: top left;
    background-repeat: no-repeat;
    padding-left: 45px;
    padding-top: 10px;
    line-height: 1em;
}
.carousel-item .image-container {
    width: 120px;
    margin: 0 auto;
    margin-bottom: -50px;
}
.carousel-item .image-container img {
    border-radius: 60px;
    border: white solid 2px;
}

/*============================================*/
/* Divers
/*============================================*/
img.avatar {
	border-radius: 5%;
}
.scroll-anchor {
    height: 0;
    position: relative;
    top: -50px;
    opacity: 0.5;
}
#main-content {
    height: calc(100vh - 65px);
    overflow: auto;
}
.section {
	padding-bottom: 50px;
}
.titre-section {
    font-size: 2.5em;
    color: #a7485b;
    margin-top: 30px;
}

div.fullwidth {
    width: 100%;
    background: white;
}
div.fullwidth.low {
    background-color: #ffcc00;
    color: white;
}
div.fullwidth.medium {
    background-color: #7ab143;
    color: white;
}
div.fullheight {
    min-height: 100vh;
}
div.fullwidth.alone {
    min-height: calc(100vh - 290px);
}
div.footer {
	width: 100%;
	background: #7ab143;
}
.fullwidth.alternate {
	background: #5e7e93;
}
#welcome {
	background: transparent;
	text-align: center;
}
#welcome h1 {
	font-size: 4em;
	line-height: 1em;
}
#welcome h2 {
    font-family: 'Raleway', sans-serif;
    font-weight: 300;
	font-size: 2em;
	line-height: 1em;
}
#welcome .vibre {
    color: #7ab143;
    text-shadow: 1px 1px 3px rgba(0,0,0,0.8);
}


/*============================================*/
/* Subscription PopUp
/*============================================*/
#list-builder {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #333;
    filter: alpha(opacity=80);
    opacity: 0.8;
    display: none;
}

#popup-box {
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: #ffffff;
    width: 90%;
    max-width: 600px;
    padding: 30px;
    border: 10px solid #FFFFFF;
    display: none;
}

#popup-close {
    position: absolute;
    top: 10px;
    right: -20px;
    cursor: pointer;
    width: 40px;
    color: gray;
}

#popup-box h1 {
    margin: 0;
    color: #a7485b;
}

#popup-box form {
    margin-bottom: 0px;
}


/*============================================*/
/* Parallax
/*============================================*/
.parallax h1, .parallax h2 {
    text-shadow: 1px 1px 5px rgba(33, 33, 33, 1);
}
.parallax h1 {
    margin: 0;
    text-transform: uppercase;
    color: white;
}
.parallax h2 {
    text-transform: none;
    font-weight: 100;
    color: white;
    text-shadow: 1px 1px 5px rgba(33, 33, 33, 1);
}

/*============================================*/
/* Text Rotator
/*============================================*/
.ityped {
}

.ityped-cursor {
    font-size: .5rem;
    opacity: 1;
    -webkit-animation: itypedblink 0.3s infinite;
    -moz-animation: blink 0.3s infinite;
    animation: blink 0.3s infinite;
    animation-direction: alternate;
    font-weight: normal;
    color: darkred;
}
@keyframes itypedblink {
    100% {
        opacity: 0;
    }
}
@-webkit-keyframes itypedblink {
    100% {
        opacity: 0;
    }
}
@-moz-keyframes itypedblink {
    100% {
        opacity: 0;
    }
}

/*======================================*/
/* Sliding Modal
/*======================================*/
.animate-bottom {
  position: relative;
  animation: animatebottom 0.4s;
}

@keyframes animatebottom {
  from {
    bottom: -300px;
    opacity: 0;
  }

  to {
    bottom: 0;
    opacity: 1;
  }
}

/* --- Tablette horizontale ------------------------------ */
@media screen and (max-width: 1200px) {
	#home-container #home-content {
		padding-top: 25vh;
	}
}

/* --- Tablette verticale ------------------------------ */
@media screen and (max-width: 1023px) {
    video#bgvid {
        margin-right: -70%;
    }
	#home-container #home-content {
		padding-top: 25vh;
	}
}

/* --- Mobile horizontal ------------------------------ */
@media screen and (max-width: 991px) {
    body {
        font-size: .9rem;
        line-height: 1.5;
    }
    video#bgvid {
        margin-right: 0%;
    }
    div.services {
        margin: 0;
        padding: 0;
        padding-left: 30px;
        padding-right: 10px;
        z-index: 10;
        border-radius: 5px;
        background: white;
        cursor: default;
    }
    .grow {
        transition: all 0.1s ease;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
    .grow:hover {
        transition: all 0.3s ease;
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }
    #home-container #home-content {
    	padding-top: 0;
    }


}


/* --- Mobile vertical ------------------------------ */
@media screen and (max-width: 420px) {
    video#bgvid {
    }
    h1 {
        font-size: 2.1em;
        line-height: 1em;
        margin-top: 60px;
        margin-bottom: 30px;
    }
    h2 {
        font-size: 1.8em;
        line-height: 1em;
        margin-top: 60px;
        margin-bottom: 30px;
    }
    #home-container #home-content {
    	padding-top: 20vh;
    }
    #home-container h1 {
    	width: 100%;
    }

    #container-discuss {
    	margin: 0 auto;
    	width: 90%;
    }

    #navbarSupportedContent {
    	padding: 20px;
		background: white;
		border: gray solid 1px;
    }
}
