body {
  /*background: aliceblue;*/
  background-image: url("/src/img/fond/FOND-DE-PAGE-1.jpg");
}

@font-face {
    font-family: MorrisRoman;
    src: url("/src/font/MorrisRomanBlackAlt_0.otf") format("opentype");
}
.top-section {
	margin: -50px auto;
	width: 40%;
	background: url("/src/img/fond/Encarts/2.png") no-repeat center bottom; 
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
	padding-bottom: 2%;
}

.gtco-testimonials {
  position: relative;
  margin-top: 30px;
}
.gtco-testimonials h2 {
  font-size: 80px;
  text-align: center;
  color: #6D301D;
  margin-top: 40px;
  }
.gtco-testimonials .owl-stage-outer {
  padding: 30px 0;
}
.gtco-testimonials .owl-nav {
  display: none;
}
.gtco-testimonials .owl-dots {
  text-align: center;
}
.gtco-testimonials .owl-dots span {
  position: relative;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  display: block;
  background: #fff;
  border: 2px solid #6D301D;
  margin: 0 5px;
}
.gtco-testimonials .owl-dots .active {
  box-shadow: none;
}
.gtco-testimonials .owl-dots .active span {
  background: #000000;
  box-shadow: none;
  height: 12px;
  width: 12px;
  margin-bottom: -1px;
}
.gtco-testimonials .card {
  background: rgba(0,0,0,0);
  /*box-shadow: 0 8px 30px 0px #c9dff0;*/
  margin: 0 20px;
  padding: 0 10px;
  border-radius: 20px;
  border: 0;
}

.gtco-testimonials .card .card-body {
	background: url("/src/img/fond/Encarts/1.png") no-repeat center top fixed; 
        -webkit-background-size: 100% 100%;
        -moz-background-size: 100% 100%;
        -o-background-size: 100% 100%;
        background-size: 100% 100%;	
	z-index: 90;
}

.gtco-testimonials .card .card-img-top {
  max-width: 300px;
  /*border-radius: 50%;
  box-shadow: 0 8px 20px -4px #95abbb;*/
  margin: 10px auto -50px auto;
  width: 300px;
  height: 300px;
  z-index: 100;
}
.gtco-testimonials .card h5 {
  color: #6D301D;
  font-size: 21px;
  line-height: 1.3;
  padding-top:2%;
  font-family: 'MorrisRoman';
}
.gtco-testimonials .card h5 span {
  font-size: 18px;
  color: #666666;
}
.gtco-testimonials .card p {
  font-size: 18px;
  color: #555;
}
.gtco-testimonials .active {
  opacity: 0.8;
  transition: all 0.3s;
}

.gtco-testimonials .active .card-text{
  color: #6D301D;
  font-family: 'MorrisRoman';
  font-size: 18px;
  line-height: 1.1;
  margin: 0px 10% 10% 10%;
}

.gtco-testimonials .center {
  opacity: 1;
}
.gtco-testimonials .center h5 {
  font-size: 24px;
}
.gtco-testimonials .center h5 span {
  font-size: 20px;
}
.gtco-testimonials .center .card-img-top {
  max-width: 100%;
  height: 400px;
  width: 400px;
}

@media (max-width: 767px) {
  .gtco-testimonials {
    margin-top: 20px;
  }
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
  outline: 0;
}
.owl-carousel button.owl-dot {
  outline: 0;
}