body {
    overflow-x:hidden;
}

body,
html {
    width: 100%;
    height: 100%;
    scroll-behavior: smooth;
}

.content-section-a {
    padding: 50px 0;
    background-color: #f8f8f8;
}

.content-section-b {
    background-color:#fff;
}

.content-section-c {
    background-color:#f5bc40;
}

.content-section-d {
    background-color:rgb(232,234,227);
}

.btn {
    color: white;
}

.btn:hover {
    color: white;
}

.btn:active {
    color: white !important;
}

a {
    color: #7f563e;
}

h2 {
    color: #b37953;
}

.list-item-terratotem-1 {
    color: #7f563e !important;
}

.list-item-terratotem-2 {
    color: #6e3710 !important;
}

p {
    color: #7f563e;
    text-align:justify;
}

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

ul li {
    color: #7f563e;
}

.icon-btn-terratotem {
    height:20px; 
    margin-right:10px;
}

.navbar {
    color: white;
}

.nav-item a {
  color: black !important;
}

.navbar-toggler {
    border: 1px solid white;
}

.navbar-toggler:active {
    border: 1px solid white;
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255, 255, 255, 1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
}

.nav-item a {
    color:white !important;
}

.fc-white {
    color: white;
}

.fc-yellow {
    color: #f5bc40
}

.fc-brown-1 {
    color: #6e3710;
}

.photo-container-home {
    height:550px !important;
    width:400px !important;
}

.photo-side-home {
    transform: translateY(-7%);
}

#img-title-home {
    width:45%;
}

.icon-terratotem {
    height:50px;
}

.special-case-icon {
    height:45px;
    width:52px;
}

.wave {
    height: 50px;
}

#background-home{
    height:100%;
    width:100%;
    object-fit: none;
    margin-top:-24px;
    padding-top:200px;
    background-image: url("../img/background_home.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

#logo {
    width:100px;
    height:100px;
}

.tarif-row {
    padding-bottom:10px;
    padding-top:10px;
}

.tarif-col {
    border-bottom: solid rgb(177,183,161);
}

.faq-question {
    border-bottom: solid rgb(177,183,161);
    padding-bottom:10px;
}

.faq-answer {
    border-radius: 10px;
    background-color:rgb(247,204,110);
    padding:15px;
    margin-top:5px;
}

@media(max-width:960px) {

    #map {
        width:100%;
        height:360px;
        border:0;
    }

    .container-mobile {
        min-width:100%;
        width:100%;
    }

    .photo-container {
        height: 100%;
        width: 100%;
        flex: auto;
        position: relative;
        top: 0;
        transform: none;
        padding-left:0;
        padding-right:0;
    }

    .photo-side-right {
        height: 100%;
        width: 100%;
        object-fit: cover;
        object-position: center;
    }

    .photo-side-left {
        height: 100%;
        width: 100%;
        object-fit: cover;
        object-position: center;
    }
    
    .img-overlay:before {
        content: ' ';
        display: block;
        height: 60%;
    }
    
    .list-item-terratotem-2 {
        text-align:center;
    }
    
    .banner {
        margin-top:47px;
    }
    
    .btn-banner {
        font-size: 16px;
    }
}

@media(min-width:960px) {
    
    #map {
        width:635px;
        height:360px;
        border:0;
    }
    
    .photo-container {
        height:700px; 
        width:600px;
    }
    
    .photo-container-left {
        position : absolute;
        left : 0;
    }
    
    .photo-container-right {
        position : absolute;
        right : 0;
    }

    .photo-side-right {
        position : absolute;
        right : 0;
        border-top-left-radius: 1000px;
        border-bottom-left-radius: 1000px;
        height: 100%;
        width: 100%;
    }
    
    .photo-side-left {
        position : absolute;
        left : 0;
        border-top-right-radius: 1000px;
        border-bottom-right-radius: 1000px;
        height: 100%;
        width: 100%;
    }

    .img-overlay:before {
        content: ' ';
        display: block;
        height: 80%;
    }
    
    .navbar-content{
        margin-left: 20px;
    }
    
    .banner {
        margin-top:-24px;
    }
    
    .btn-banner {
        font-size: 32px;
    }
    
    #img-poteau {
        transform: translateY(-15%);
    }
    
    #photo-ronde {
        transform: translateY(-14%);
    }
    
    #tb_blind {
        transform: translateY(-13%);
    }
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat/Montserrat-VariableFont_wght.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'PirataOne';
    src: url('../fonts/Pirata_One/PirataOne-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}



@font-face {
    font-family: 'Montserrat-bold';
    src: url('../fonts/Montserrat/static/Montserrat-Bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Zuume';
    src: url('../fonts/Zuume/zuume-rough-bold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
footer {
    font-family: 'Montserrat', sans-serif;
}

.font-PirataOne{
    font-family: 'PirataOne';
}

.font-zuume{
    font-family: 'Zuume';
}

.title-section-terratotem-h1 {
    color: rgb(78, 167, 46);
}

.title-section-terratotem-h1-middle {
    color: rgb(78, 167, 46);
}

.title-section-terratotem {
    color: rgb(78, 167, 46);
}

.title-section-terratotem-h4 {
    color: rgb(78, 167, 46);
}

.list-goal {
    list-style-image: url('../img/icon/list-icon-goal.jpg');
}

.content-parcours {
    margin-top : 20px;
    background-color: #f8f8f8;
}

.parcours-elem {
    margin-top : 10px;
}

.recommandations-elem {
    margin-top : 2px;
}

.tarifs-elem {
    padding-top : 10px;
    padding-bottom : 10px;
}

.text-introduction-terratotem {
    font-size : 20px;
}

.featured-box{
	background: transparent linear-gradient(to bottom, #FFF 1%, #FCFCFC 98%) repeat scroll 0px 0px;
	padding: 0px 20px 20px;
	margin: 20px 0px;
	box-sizing: border-box;
	border-width: 5px 1px 1px;
	border-style: solid; 
	border-color: #6e3710 #ECECEC #DFDFDF;
	border-radius: 8px;
	box-shadow: 0px 3px 3px 1px rgba(0, 0, 0, 0.05);
	z-index: 1;
}

.featured-box-title{
	padding-bottom: 9px;
	margin-bottom: 20px;
	border-bottom: 1px solid #333;
}

.featured-box-title>.row>.col-xs-6>h3, .featured-box-title>.row>.col-xs-9>h3{
	margin-top: 20px;
}

.featured-box-body-without-title{
	margin-top: 20px;
}

.featured-feu{
	border-color: #e74c3c #ECECEC #DFDFDF;
}


.featured-eau{
	border-color: #3498db #ECECEC #DFDFDF;
}

.featured-terre{
	border-color: #f39c12 #ECECEC #DFDFDF;
}

.featured-azur{
	border-color: #F0FFFF #ECECEC #DFDFDF;
}

.footer_a {
    color : rgba(80, 69, 54, 1.0);
}

.navbar {
    background-color: rgba(71, 40, 21, 0.6) !important;
}

.nav-link {
    color: #FFF;
}

.nav-link:hover {
    color : #FFF;
}

.nav-item { 
    height : 100%;
}

.nav-item:after {
  display:block;
  content: '';
  border-bottom: solid 3px #FFF;  
  color : #FFF;
  transform: scaleX(0);  
  transition: transform 250ms ease-in-out;
}
.nav-item:hover:after {
    color : #FFF;
    transform: scaleX(1); 
}

.accordion-button:not(.collapsed) {
    background-color: rgba(137, 143, 124, 1.0) !important;
    color: black;
}

.btn-terratotem{
    color : #FFF;
    background-color: rgba(58, 69, 37, 1.0) !important;
}

.btn-terratotem-active{
    border-color: rgba(58, 69, 37, 1.0) !important;
}

.btn-terratotem:hover{
    color : #FFF;
    background-color: rgba(137, 143, 124, 1.0) !important;
}

.btn-outline-terratotem{
    color : black;
    border-color: rgba(58, 69, 37, 1.0) !important;
}

.btn-check:checked + .btn{
    color : #FFF;
    background-color: rgba(58, 69, 37, 1.0) !important;
}

.small-round{
    border-radius: 16px;
}

.green-card{
    border-style: solid;
    border-radius: 16px;
    border-color: #76805a;
    padding: 20px;
}

.yellow-card{
    border-style: solid;
    border-radius: 16px;
    border-color: #fed545;
    padding: 20px;
}

.red-card{
    border-style: solid;
    border-radius: 16px;
    border-color: #ff0000;
    padding: 20px;
}

.photo-side-rounded-right {
    position : absolute;
    right : -50;
    border-top-left-radius: 300px;
    border-bottom-left-radius: 300px;
    border-top-right-radius: 300px;
    border-bottom-right-radius: 300px;
    height: 100%;
    width: 100%;
    transform: translateY(-12%);
}

.photo-side-rounded-left {
    position : absolute;
    left : -50;
    border-top-left-radius: 300px;
    border-bottom-left-radius: 300px;
    border-top-right-radius: 300px;
    border-bottom-right-radius: 300px;
    height: 100%;
    width: 100%;
}

.photo-side-rounded {
    position : absolute;
    right : -50;
    border-top-left-radius: 300px;
    border-bottom-left-radius: 300px;
    border-top-right-radius: 300px;
    border-bottom-right-radius: 300px;
    height: 100%;
    width: 100%;
    transform: translateY(-12%);
}

.img-wrapper {
    position: relative;
}

.img-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
}

.img-rounded{
    border-radius: 16px;
}

#flecheDown{
    position:relative;
	margin-top : -60px;
    z-index:999;
}

.rounded-circle {
    width: 70px;
    height: 70px;
    margin-top: 15px;
    padding: 14px 16px;
    border: 2px solid rgb(127,86,62);
    border-radius: 100%!important;
    font-size: 40px;
    color: rgb(127,86,62);
    background: 0 0;
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}

.rounded-circle:hover,
.rounded-circle:focus {
    outline: 0;
    color: rgb(127,86,62);
    border: 2px solid rgb(127,86,62);
    background: rgba(127,86,62,.1);
}

.rounded-circle i {
    transition-property: transform;
    transition-duration: 1s;
}

@keyframes pulse {
    0%   { transform: scale(1); }
    50%  { transform: scale(1.2); }
    100% { transform: scale(1); }
}

.btn.rounded-circle:hover i {
    animation: pulse 1.5s linear infinite;
}