@import url("https://fonts.googleapis.com/css?family=Comfortaa");
*,
*:before,
*:after {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

body {
  font-family: "Comfortaa", cursive;
  /*display: flex;
  flex-direction: column;
  overflow-x: hidden;
  color: #212121  ;*/
}

h1 {
  font-size: 64px;
}

h2 {
  font-size: 42px;
}

h2 span {
  font-size: 42px;
}

h3 {
  font-size: 32px;
}
h4 {
  font-size: 20px;
}

p {
  font-size: 18px;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-white {
  color: white;
}

.text-brand {
  color: #8A151B;
}


.container {
  width:80%;
  /*max-width: 1000px;*/
  margin: 0 auto;
}

.flex {
  display: flex;
}

.col {
  flex: 1;
  margin: 0 15px;
}

.col-2 {
  flex: 2;
  margin: 0 15px;
}

.col-3 {
  flex: 3;
  margin: 0 15px;
}


/* BG HERO */
.bg-hero {
  background-image: linear-gradient(to bottom, rgba(138, 21, 27,.7), transparent),url("../images/background_QRoque_Covid2.jpg"); 
  min-height: 100vh; /* hauteur minimum égale à la hauteur de l'écran */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: white;
  height:100vh;
}
.bg-hero .container {
  position: absolute; 
  top: 50%; left: 50%; 
  transform: translate(-50%, -50%);
}
.bg-hero .container h2 {
  margin-left: 20px;
}

/* background des sections */
.bg-dark {
  background-color: #212121  ; 
  z-index: 1;
}
.bg-white {
  background-color: white;
}
.bg-white .container {
  position: inherit;
}
.bg-light {
  background-color: #D5D6D2;
  z-index: 1;
}
.bg-light .container {
  position: inherit;
  z-index: 1;
}

.bg-brand {
  background-color: #F3F3F3;
}
.bg-brand .container {
  position: inherit;
  z-index: 2;
}

.angle-right-top:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  background: inherit;
  z-index: -1;
  bottom: 0;
  transform-origin: left bottom;
  transform: skewY(-5deg);
}

.angle-right-bottom:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  background: inherit;
  z-index: -1;
  bottom: 0;
  transform-origin: left bottom;
  transform: skewY(5deg);
}

.angle-left-top:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  background: inherit;
  z-index: -1;
  bottom: 0;
  transform-origin: right top;
  transform: skewY(5deg);
}

/* LES SECTIONS */	
section {
  position: relative;
}

/* RESPONSIVE */	
@media screen and (max-width: 900px) {
	.flex {
	flex-direction: column;
	}

	.order-1 {
	order: 1;
	}

	.order-2 {
	order: 2;
	}
}

@media (max-width: 600px) {
	.container {
	width:100%;
	}	
	h1 {
	font-size: 30px;
	}
	h2 {
	font-size: 24px;
	}
	h2 span {
	font-size: 22px;
	}
	h3 {
	font-size: 20px;
	}	
	h4 {
	font-size: 18px;
	}
	p {
	font-size: 12px;
	}
	#photos img {
    width:200px;
    }

}

/* bulle discussion */
#blurb-box-1 {
  position: relative;
  background-color: #D5D6D2;
  color: #212121  ;
  padding: 30px;
  border-radius: 20px;
  max-width: 400px;
  margin-top: 80px;
  margin-bottom: -100px;
}
#blurb-box-1:after {
  top: 100%;
  left: 30%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(232, 244, 247, 0);
  border-top-color: #D5D6D2;
  border-width: 30px;
  margin-left: -30px;
}
#blurb-box-1 img {
  -webkit-box-shadow: 0px 0px 20px -5px #212121  ;
  -moz-box-shadow: 0px 0px 20px -5px #212121  ;
  box-shadow: 0px 0px 20px -5px #212121  ;
  position: absolute;
  top: -120px;
  left: 7%;
  transform: rotateZ(-6deg);
  z-index: -1;
}
#blurb-box-1 a {
  position: absolute;
  top: -80px;
  right: 0;
  transform: rotateZ(6deg);
}

@media screen and (max-width: 900px) {
  #blurb-box-1 {
    margin: 0 auto;
    margin-top: 60px;
    bottom: -100px;
  }
  #blurb-box-1:after {
    left: 50%;
  }
}
@media (max-width: 480px) {
  #blurb-box-1 {
    margin-top: 0;
  }
  #blurb-box-1 img {
    /*display: none;*/
	width:80px;
	top: -60px;
  }
  #blurb-box-1 a {
    position: inherit;
    display: block;
    margin-top: -20px;
    text-align: center;
    transform: rotateZ(0deg);
  }
}



/* boutton */
.btn {
  display: inline-block;
  padding: 10px 30px;
  text-decoration: none;
  margin: 0 10px;
  transition: background 0.2s;
}
.btn:hover {
  cursor: pointer;
}
.btn-outline {
  border-style: solid;
  border-radius: 50px;
  border-width: 3px;
  color: white;
  border-color: white;
}
.btn-outline:hover {
  color: #212121  ;
  background-color: white;
}

/* AVANTAGES */
.avantages ul,li {
  /*list-style-type: none;*/
  margin-left: 10px;
}

/* FOOTER */
footer {
  background-color: #212121  ;
  width: 100%;
  color: white;
}
footer .footer-main h4 {
  color: #76bed0;
  font-size: 22px;
}
footer .footer-main h3 a {
  color: #c2e2ea;
  text-decoration: none;
  font-size: 42px;
  padding: 10px;
}
footer .footer-main h3 a:hover {
  color: white;
}
footer .footer-copyright {
  padding: 30px 0;
  background-color: #212121;
}
footer .footer-copyright h5 {
  font-size: 18px;
  font-family: "Comfortaa", cursive;
}
footer .footer-copyright p {
  font-size: 12px;
  color: #42d4ff;
}

.contact {
  max-width: 600px;
  margin: 0 auto;
  padding: 60px;
}
.contact input {
  background-color: #CACFD2;
  border: none;
  color: white;
  display: block;
  font-family: "Comfortaa", cursive;
  font-size: 14px;
  margin-bottom: 20px;
  padding: 20px;
  width: 100%;
}
.contact textarea {
  background-color: #CACFD2;
  border: none;
  color: white;
  display: block;
  font-family: "Comfortaa", cursive;
  font-size: 14px;
  margin-bottom: 20px;
  padding: 20px;
  width: 100%;
}
.contact button {
  background-color: #CEE0DF;
  border-radius: 2.5em;
  background-color: #8A151B;
  border: 2px solid #8A151B;
  color: #FFF;
  display: block;
  font-family: "Comfortaa", cursive;
  font-size: 18px;
  margin: auto;
  padding: 20px;
  transition: background 0.2s;
}
.contact button:hover {
  background-color: #FFF;
  border: 2px solid #8A151B;
  color: #8A151B;
  cursor: pointer;
}

/* NAV */
nav {
  color: white;
  font-family: "Comfortaa", cursive;
  font-size: 22px;
  font-weight: 500;
  position: fixed;
  transition: all 0.2s;
  width: 100%;
  z-index: 1000;
}

.nav {
  display: flex;
  padding: 0px 30px;
  justify-content: space-between;
  transition: background 0.2s;
}
.nav span {
  margin-top: 30px;
}

.nav-items {
  display: flex;
}
.nav-items a {
  box-sizing: border-box;
  padding: 30px 0 5px 0;
  margin: 0 30px;
  text-decoration: none;
  color: white;
  transition: padding 0.2s;
}
.nav-items a:hover {
  border-bottom: 3px solid white;
  padding-top: 25px;
}
.nav-items a:last-child {
  display: none;
}
.nav-items a:last-child:hover {
  cursor: pointer;
  border: none;
  color: white;
  background-color: #D5D6D2;
}

/*scrolling*/
.nav-scroll {
  background: #212121  ;
  color: white;
  font-size: 14px;
  transition: all 0.5s;
}
.nav-scroll span {
  margin-top: 20px;
}
.nav-scroll .nav-items a {
  padding: 20px 0;
  color: white;
  border: none;
  border-top: 3px solid transparent;
}
.nav-scroll .nav-items a:hover {
  border-color: #8A151B;
}
.nav-scroll .nav-items a.active {
  color: #8A151B;
  border-color: #8A151B;
}

/*navigation overlay*/
.nav-overlay {
  height: 100vh;
  width: 0;
  position: fixed;
  z-index: 10000;
  background-color: #212121  ;
  overflow-x: hidden;
  transition: all 0.2s;
  padding-top: 60px;
  text-align: center;
}
.nav-overlay a {
  padding: 10px;
  text-decoration: none;
  font-size: 22px;
  color: #D5D6D2;
  display: block;
  transition: 0.2s;
}
.nav-overlay a:hover {
  color: white;
}
.nav-overlay .toggle-nav {
  position: absolute;
  top: 0;
  right: 0;
  padding: 30px;
  font-size: 22px;
}
.nav-overlay .toggle-nav:hover {
  cursor: pointer;
  background-color: #CACFD2;
}

/*responsive*/
@media screen and (max-width: 900px) {
  .nav {
    padding-right: 0;
  }

  .nav-items a {
    display: none;
    padding: 0;
  }

  .nav-items a:last-child {
    display: block;
    padding: 30px;
    margin: 0;
    border-bottom: none;
  }

  .nav-scroll .nav-items a:last-child {
    padding: 20px;
  }
}

@media screen and (max-width: 900px) {
  .showcase .description {
    padding: 15px 15px;
  }
  .showcase .description.text-right {
    text-align: left;
  }
}
.shape {
  position: absolute;
  z-index: 0;
}

#shape-circle-1 {
  left: -100px;
  bottom: -100px;
  background-color: #CEE0DF;
  height: 50vh;
  width: 50vh;
  border-radius: 50vh;
}

#shape-circle-2 {
  top: -150px;
  right: -150px;
  background-color: #CEE0DF;
  height: 90vh;
  width: 90vh;
  border-radius: 80vh;
}

#shape-circle-3 {
  right: -100px;
  bottom: -100px;
  background-color: #CEE0DF;
  height: 70vh;
  width: 70vh;
  border-radius: 50vh;
}

#shape-circle-4 {
  left: -150px;
  top: -150px;
  background-color: #CEE0DF;
  height: 90vh;
  width: 90vh;
  border-radius: 90vh;
}

#shape-circle-5 {
  right: -400px;
  top: 450px;
  background-color: #CEE0DF;
  height: 65vh;
  width: 65vh;
  border-radius: 90vh;
}

#shape-circle-6 {
  left: 5%;
  bottom: 30%;
  background-color: #CEE0DF;
  height: 40vh;
  width: 40vh;
  border-radius: 90vh;
}

@media (max-width: 600px) {
  .shape {
    display: none;
  }
}

/* PHOTOS */
#photos h2 {
  font-size: 63px;
}


.padding-v-md {
  padding: 60px 0px;
}

.padding-v-lg {
  padding: 120px 0px;
}

.padding-md {
  padding: 20px 0px;
}

.padding-sm {
  padding: 15px 0px;
}

.height-min-full {
  min-height: 100%;
}

.d-block {
  display: block;
}

.m-auto {
  margin: 0 auto;
}


/*other*/
.planContainer {
  display: flex;
  flex-wrap: wrap;
  margin: 1em;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
}

.plan {
  background: white;
  width: 22em;
  box-sizing: border-box;
  text-align: center;
  margin: 1em;
  margin-bottom: 1em;
}
.plan .titleContainer {
  background-color: #F3F3F3;
  padding: 1em;
}
.plan .titleContainer .title {
  font-size: 1.45em;
  text-transform: uppercase;
  color: #8A151B;
  font-weight: 700;
}
.plan .infoContainer {
  padding: 0.5em;
  color: #2d3b48;
  box-sizing: border-box;
}
.plan .infoContainer .price {
  font-size: 1.35em;
  padding: 0.5em 0;
  font-weight: 600;
  margin-top: 0;
  display: inline-block;
  width: 90%;
}
.plan .infoContainer .price p {
  font-size: 5em;
  display: inline-block;
  margin: 0;
}
.plan .infoContainer .price span {
  font-size: 1.0125em;
  display: inline-block;
}
.plan .infoContainer .desc {
  padding-bottom: 1em;
  border-bottom: 2px solid #F3F3F3;
  margin: 0 auto;
  width: 90%;
}
.plan .infoContainer .desc em {
  font-size: 1em;
  font-weight: 500;
}
.plan .infoContainer .features {
  font-size: 1em;
  list-style: none;
  padding-left: 0;
}
.plan .infoContainer .features li {
  padding: 0.5em;
}
.plan .infoContainer .selectPlan {
  background-color: #8A151B;
  padding: 20px;
  border: 2px solid #8A151B;
  border-radius: 2.5em;
  cursor: pointer;
  transition: all 0.25s;
  margin: 1em auto;
  box-sizing: border-box;
  max-width: 70%;
  display: block;
  text-decoration: none;
  color:#FFF;
}
.plan .infoContainer .selectPlan:hover {
  background-color: #FFF;
  border: 2px solid #8A151B;
  color: #8A151B;
}

@media screen and (max-width: 25em) {
  .planContainer {
    margin: 0;
  }
  .planContainer .plan {
    width: 100%;
    margin: 1em 0;
  }
}

.icon {
 border: 3px solid;
 height: 100px;
 width: 100px;
 -moz-border-radius:50px;
 -webkit-border-radius: 50px;
 display: table-cell;
 vertical-align:middle;
 text-align: center;
 font-size:50px;
}

.language .select {
  cursor: pointer
}
.language .select + div {
  display: none
}

.goog-te-banner-frame.skiptranslate {
    display: none !important;
    } 
body {
    top: 0px !important; 
    }
.goog-tooltip {
    display: none !important;
}
.goog-tooltip:hover {
    display: none !important;
}
.goog-text-highlight {
    background-color: transparent !important;
    border: none !important; 
    box-shadow: none !important;
}

#google_translate_element { display: none; }
