body{
    overflow-x:hidden;
     font-family: 'Lato', sans-serif!important;
	background: #8f7f65;
}
.col3 {
    background: #ffffff;
}
 .col3{
    height: 100vh;
     padding-top: 30px;
     padding-bottom: 50px;
}
 .col9{
height: 100%;
    padding-top: 115px;
    background-color: #8f7f65;
    min-height: 100vh;
    padding-bottom: 40px;

}
.status p{    text-align: center; color: #fff;     font-style: italic;}
.contactus{margin-top: 20px;}
.contactus input{    margin-bottom: 20px;
    height: 40px;}
.contactus textareas{}
.contactus ::-webkit-input-placeholder { /* Edge */
  color: #000!important;
  font-size:18px!important;
  font-weight:500!important
}
.submit:hover {
    border: none;
    color: #000;
    background-image: linear-gradient(#cacfd4, #f4f6f9);
    text-decoration: none;
}
.submit {
    text-align: center;
    margin: 0 auto;
    display: block;
    background-image: linear-gradient(#f4f6f9, #cacfd4);
    width: 115px;
    border-radius: 10px;
    color: #000;
    font-weight: 600;
    padding: 5px 20px;
    margin-top: 20px;
    border: none;
    text-transform: uppercase;
}
:-ms-input-placeholder { /* Internet Explorer */
  color: red;
}

::placeholder {
  color: red;
}
.status h1{    text-align: center;
    color: #fff;
    font-size: 26px;
    margin-bottom: 20px;
    text-transform: uppercase;}
 .annonce a{    position: relative;}
 .annonce a{
    color: #000;
    font-size: 16px;
    font-weight: 500;
}
 .annonce h3{    font-weight: 700;}
.logo {
    display: block;
    /* margin-top: 26px; */
    margin-bottom: 30px;
    padding-left: 30px;
   
}
 .annonce p:nth-child(2){
     margin-left: 13px;
}
 .annonce p{
    text-align: left;
    font-size: 16px;
    font-weight: 900;
    margin-bottom: 0px;
    line-height: 22px;
	color: #000;
}
 .annonce{
    padding-left: 36px;
    padding-right: 15px;
}
 .annonce li{
    list-style-type: none;
     margin-bottom: 25px;
}
.actives {
    color: #000!important;
	  font-size: 16px;
    font-weight: 600!important;
}
.menu-button-container {
  display: none;
  height: 50%;
  width: 30px;
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#menu-toggle {
  display: none;
}

.menu-button,
.menu-button::before,
.menu-button::after {
  display: block;
  background-color: #000;
  position: absolute;
  height: 4px;
  width: 30px;
  transition: transform 400ms cubic-bezier(0.23, 1, 0.32, 1);
  border-radius: 2px;
}

.menu-button::before {
  content: "";
  margin-top: -8px;
}

.menu-button::after {
  content: "";
  margin-top: 8px;
}

#menu-toggle:checked + .menu-button-container .menu-button::before {
  margin-top: 0px;
  transform: rotate(405deg);
}

#menu-toggle:checked + .menu-button-container .menu-button {
  background: rgba(255, 255, 255, 0);
}

#menu-toggle:checked + .menu-button-container .menu-button::after {
  margin-top: 0px;
  transform: rotate(-405deg);
}

@media (max-width: 700px) {
.top-nav {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  color: #FFF;
  height: 50px;
  padding: 1em;
}

.menu {
  display: flex;
  flex-direction: row;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.menu > li {
  margin: 0 1rem;
}
  .menu-button-container {
    display: flex;
	  border: 2px solid black;
    padding: 22px;
    border-radius: 4px;
  }

  .menu {
    position: absolute;
    top: 0;
    margin-top: 90px;
    left: 0;
    flex-direction: column;
    width: 100%;
    justify-content: center;
    align-items: center;
	    z-index: 999;
  }

  #menu-toggle ~ .menu li {
    height: 0;
    margin: 0;
    padding: 0;
    border: 0;
    transition: height 400ms cubic-bezier(0.23, 1, 0.32, 1); display: none;
  }

  #menu-toggle:checked ~ .menu li {
    border: 1px solid #e9ecef;
    height: auto;
    padding: 0.5em;
    transition: height 400ms cubic-bezier(0.23, 1, 0.32, 1);
    display: block;
  }

  .menu > li {
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 0.5em 0;
    width: 100%;
    color: white;
    background-color: #fff;
  }

  .menu > li:not(:last-child) {
    border-bottom: 1px solid #444;
  }
  .logo {
    display: block;
    margin-top: 26px;
    margin-bottom: 30px;
    padding-left: 10px;
    width: 86px;
}
.col3 {
    height: auto;
    padding-top: 20px;
    padding-bottom: 0px;
}
.col9 {
    margin-top: 15px;
}
}

#main {
    margin: 15px 0;
    padding-right: 60px;
    padding-left: 50px;
}

#main #faq .card {
  margin-bottom: 15px;
border-radius: 8px;
      border: 1px solid #fff;
}

#main #faq .card .card-header {
  border: 0;
  border-radius: 2px;
  padding: 0;     background: transparent;
}
.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 1px;
    padding: 10px;
    color: #fff;
	    padding-top: 0px;
		    font-style: italic;
}
#main #faq .card .card-header .btn-header-link {
  color: #fff;
  display: block;
  text-align: left;
  background: transparent;
  padding: 10px;
}
.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: transparent;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
}
#main #faq .card .card-header {
  
    margin-bottom: 0px;
}
#main #faq .card .card-header .btn-header-link:after {
content: "\f0d8"; 
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  float: right;
  
    font-size: 28px;
    margin-top: -10px;

}

#main #faq .card .card-header .btn-header-link.collapsed {
 background-color: transparent;
    color: #fff;
    /* border: 1px solid #fff; */
}

#main #faq .card .card-header .btn-header-link.collapsed:after {
    content: "\f0d7";
}

#main #faq .card .collapsing {
  background: transparent;
  line-height: 30px;
}

#main #faq .card .collapse {
  border: 0;
}

#main #faq .card .collapse.show {
  background: transparent;
  line-height: 30px;
  color: #222;
}
.btn.focus, .btn:focus {
    outline: 0;
    box-shadow: none;
}

 @media screen and (max-width: 768px) {
#main {
    margin: 15px 0;
    padding-right: 15px;
    padding-left: 15px;
}
.annonce p {
    text-align: left;
    font-size: 16px;
    font-weight: 900;
    margin-bottom: 0px;
    line-height: 22px;
    color: #000;
    padding-left: 20px;
}
.annonce h3 {
    font-weight: 700;
    color: #000;
    padding-left: 20px;
}
.col9 {
    height: 100%;
    padding-top: 55px;
    min-height: 100%;
    padding-bottom: 40px;
}
.menu-button-container {
    margin-right: 20px;
}
 .top-nav {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  color: #FFF;
  height: 50px;
  padding: 1em;
}

.menu {
  display: flex;
  flex-direction: row;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.menu > li {
  margin: 0 1rem;
}
  .menu-button-container {
    display: flex;
	  border: 2px solid black;
    padding: 22px;
    border-radius: 4px;
  }

  .menu {
    position: absolute;
    top: 0;
    margin-top: 90px;
    left: 0;
    flex-direction: column;
    width: 100%;
    justify-content: center;
    align-items: center;
	    z-index: 999;
  }

  #menu-toggle ~ .menu li {
    height: 0;
    margin: 0;
    padding: 0;
    border: 0;
    transition: height 400ms cubic-bezier(0.23, 1, 0.32, 1); display: none;
  }

  #menu-toggle:checked ~ .menu li {
    border: 1px solid #e9ecef;
    height: auto;
    padding: 0.5em;
    transition: height 400ms cubic-bezier(0.23, 1, 0.32, 1);
    display: block;
  }

  .menu > li {
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 0.5em 0;
    width: 100%;
    color: white;
    background-color: #fff;
  }

  .menu > li:not(:last-child) {
    border-bottom: 1px solid #444;
  }
  .logo {
    display: block;
    margin-top: 26px;
    margin-bottom: 30px;
    padding-left: 10px;
    width: 86px;
}
}
 @media only screen and (min-width: 698px) and (max-width: 991px) {
	 #main {
    margin: 15px 0;
    padding-right: 15px;
    padding-left: 15px;
}
.annonce p {
    text-align: left;
    font-size: 16px;
    font-weight: 900;
    margin-bottom: 0px;
    line-height: 22px;
    color: #000;
    padding-left: 20px;
}
.annonce h3 {
    font-weight: 700;
    color: #000;
    padding-left: 20px;
}
.col9 {
    height: 100%;
    padding-top: 55px;
 
    min-height: 100%;
    padding-bottom: 40px;
}
.menu-button-container {
    margin-right: 20px;
}
	 .top-nav {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  color: #FFF;
  height: 50px;
  padding: 1em;
}

.menu {
  display: flex;
  flex-direction: row;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.menu > li {
  margin: 0 1rem;
}
  .menu-button-container {
    display: flex;
	  border: 2px solid black;
    padding: 22px;
    border-radius: 4px;
  }

  .menu {
    position: absolute;
    top: 0;
    margin-top: 90px;
    left: 0;
    flex-direction: column;
    width: 100%;
    justify-content: center;
    align-items: center;
	    z-index: 999;
  }

  #menu-toggle ~ .menu li {
    height: 0;
    margin: 0;
    padding: 0;
    border: 0;
    transition: height 400ms cubic-bezier(0.23, 1, 0.32, 1); display: none;
  }

  #menu-toggle:checked ~ .menu li {
    border: 1px solid #e9ecef;
    height: auto;
    padding: 0.5em;
    transition: height 400ms cubic-bezier(0.23, 1, 0.32, 1);
    display: block;
  }

  .menu > li {
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 0.5em 0;
    width: 100%;
    color: white;
    background-color: #fff;
  }

  .menu > li:not(:last-child) {
    border-bottom: 1px solid #444;
  }
  .logo {
    display: block;
    margin-top: 26px;
    margin-bottom: 30px;
    padding-left: 10px;
    width: 86px;
}
.col3 {
    height: auto;
    padding-top: 20px;
    padding-bottom: 0px;
}
.col9 {
    margin-top: 15px;
}
 }