/* Saisissez votre CSS personnalisé ci-dessous */

/* GLOBAL */

body {
  font-size:12px;
}
h1 {
  font-size:25px;
}
h2 {
  font-size:20px;
}
h3 {
  font-size:18px;
}
h4 {
  font-size:16px;
}
h5 {
  font-size:15px;
}
h6 {
  font-size:12px;
}
p {

}
@media screen and (min-width:768px) {
  body {
    font-size:13px;
  }
  h1 {
    font-size:30px;
  }
  h2 {
    font-size:25px;
  }
  h3 {
    font-size:20px;
  }
  h4 {
    font-size:18px;
  }
  h5 {
    font-size:16px;
  }
  h6 {
    font-size:15px;
  }
  p {
    font-size:13px;
  }
}
@media screen and (min-width:992px) {
  body {
    font-size:14px;
  }
  h1 {
    font-size:40px;
  }
  h2 {
    font-size:30px;
  }
  h3 {
    font-size:25px;
  }
  h4 {
    font-size:20px;
  }
  h5 {
    font-size:18px;
  }
  h6 {
    font-size:16px;
  }
  p {
    font-size:14px;
  }
}
@media screen and (min-width:1200px) {
  body {
    font-size:15px;
  }
  h1 {
    font-size:50px;
  }
  h2 {
    font-size:35px;
  }
  h3 {
    font-size:30px;
  }
  h4 {
    font-size:25px;
  }
  h5 {
    font-size:20px;
  }
  h6 {
    font-size:18px;
  }
  p {
    font-size:15px;
  }
}

/* HEADER */

/* HEADER  - Burger menu */
header .header-inner .show-for-small-only .flypanels-button-right,
header .header-inner .show-for-small-only .flypanels-button-left {
  height:60px;
  line-height: 60px;
}


.page header {
  z-index:5;
  width:100%;
  position:fixed;
  border-bottom: 0px;
  background-color:#e8e8e8;
}
.page.home header{
  	background:transparent;
}

.page-template .content-container#content-container {
    padding-top: 30px;
    padding-bottom: 30px;
}
@media screen and (min-width:768px) {
  .page-template .content-container#content-container {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media screen and (min-width:992px) {
  .page-template .content-container#content-container {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media screen and (min-width:1200px) {
  .page-template .content-container#content-container {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

/* HEADER  - Logo */
header .header-inner .icon-menu {
  color:#1b3f6d;
}
header .header-inner .wpcrt-logo {
  padding-top:5px;
  padding-bottom:5px;
}
header .header-inner .wpcrt-logo a {
  display: inline-block;
}
header .header-inner .wpcrt-logo img {
  width: auto;
  max-height:50px;
}
header .header-inner.is-stuck .wpcrt-logo img {
  width:auto;
  max-height:40px;
}
header .header-inner.is-stuck {
  margin-bottom:30px;
}
@media screen and (min-width:768px) {
  header .header-inner .wpcrt-logo {
    padding-top:10px;
    padding-bottom:10px;
  }
  header .header-inner .wpcrt-logo img {
    max-height:60px;
  }
}
@media screen and (min-width:992px) {
  header .header-inner .wpcrt-logo img {
    max-height:70px;
  }

}
@media screen and (min-width:1200px) {
  header .header-inner .wpcrt-logo img {
    max-height:80px;
  }
}

/* HEADER  - Navigation-main */
header .header-inner .navigation-main .top-bar {
  display: flex;
  justify-content:flex-end;
}
header .header-inner .navigation-main .menu > li {
  padding:0px;
  height: 60px;
  line-height: 60px;
}
header .header-inner .navigation-main .menu > li + li{
  padding-left:30px;
}
@media screen and (min-width:768px) {
  header .header-inner .navigation-main .menu li {
    height: 80px;
    line-height: 80px;
  }
}
@media screen and (min-width:992px) {
  header .header-inner .navigation-main .menu > li {
    height: 90px;
    line-height: 90px;
  }

}
@media screen and (min-width:1200px) {
  header .header-inner .navigation-main .menu > li {
    height: 100px;
    line-height: 100px;
  }
}
header .header-inner.is-stuck .navigation-main .menu > li {
  height: 60px;
  line-height: 60px;
}

header .header-inner .navigation-main .menu li.menu-item > a {
  padding:0px;
  color:#1b3f6d;
  font-weight: 600;
}
header .header-inner .navigation-main .menu li.is-dropdown-submenu-parent > a{
  padding-right:20px;
}
header .header-inner .navigation-main .menu.dropdown > li.is-dropdown-submenu-parent > a::after {
  margin-top: -2px;
  border-width: 4px 4px 0;
  border-color: #1b3f6d transparent transparent;
}
header .header-inner .navigation-main .menu.dropdown > li > .is-dropdown-submenu {
  top:75px;
  left: 15px;
}
header .header-inner.is-stuck .navigation-main .menu.dropdown > li > .is-dropdown-submenu {
  top:55px;
  left: 15px;
  padding:0px;
}
header .header-inner .navigation-main .menu.dropdown > li > .is-dropdown-submenu li + li {
  padding-left:0px;
}
header .header-inner .navigation-main .menu.dropdown > li > .is-dropdown-submenu li a{
  padding:10px 15px;
}
header .header-inner .navigation-main .search-nav {
  display:none;
}




/* Homepage - Services */
.home .banner {
  height:300px;
  width:100%;
  top:0px;
  left:0px;
  width:100%;
  z-index:0;
  position:absolute;
  text-align:center;
  padding-top:140px;
  background:#e8e8e8 url(https://toituredeladrier.be/wp-content/uploads/2018/03/banner5.jpg) no-repeat center center / cover;
  
}
.home .banner h1 {color: white;}
.home .banner + section {
  margin-top:224px;
}
@media screen and (min-width:768px) {
  .home .banner {
    height:350px;
    padding-top:160px;
  }
  .home .banner + section {
    margin-top:244px;
  }
}
@media screen and (min-width:992px) {
  .home .banner {
    height:400px;
    padding-top:180px;
  }
  .home .banner + section {
    margin-top:288px;
  }
}
@media screen and (min-width:1200px) {
  .home .banner {
    height:450px;
    padding-top:200px;
  }
  .home .banner + section {
    margin-top:318px;
  }
}
.home .banner .banner-items {
  left:0px;
  right:0px;
  width:100%;
  bottom:30px;
  flex-direction:row;
  position:absolute;
  text-align:center;
  font-weight:bold;
  justify-content:center;
  -webkit-justify-content:center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
}
.home .banner .banner-items .item{
  margin:15px;
  padding:10px;
  width:150px;
  font-weight:bold;
  color:#1b3f6d;
  display: flex;
  letter-spacing: 1px;
  align-items:center;
  justify-content:center;
  text-transform: uppercase;
  background-color:rgba(250,250,250,0.8);
}
@media screen and (min-width:768px) {
  .home .banner .banner-items .item{
    width:200px;
    padding:15px;
  }
}
@media screen and (min-width:992px) {
  .home .banner .banner-items .item{
    width:250px;
    padding:20px;
  }
}
@media screen and (min-width:1200px) {
  .home .banner .banner-items .item{
    width:250px;
    padding:20px;
  }
}

.home .button {
  border-radius:20px;
    min-width:200px;
  color:white;
  font-weight:bold;
    padding: 15px 15px 12px;
    background-color:#1b3f6d;
    transition: all 0.5s ease 0s;
}
.home .button:hover {
  transform:scale(1.05);
}
.home .section-about .button,
.home .section-devis .button {
  margin-top:30px;
}
.home .section-about,
.home .section-services,
.home .section-devis{
  padding:15px;
}
@media screen and (min-width:768px) {
  .home .section-about,
  .home .section-services,
  .home .section-devis{
    padding:20px 15px;
  }
}
@media screen and (min-width:992px) {
  .home .section-about,
  .home .section-services,
  .home .section-devis{
    padding:40px 15px;
  }
}
@media screen and (min-width:1200px) {
  .home .section-about,
  .home .section-services,
  .home .section-devis{
    padding:60px 15px;
  }
}
.home .section-services {
  position:relative;
}
.home .section-services:before {
  content:"";
  left:-600px;
  right:-600px;
  top:0px;
  bottom:0px;
  z-index:-1;
  position:absolute;
  width:calc(100% + 1200px);
  background-color:#1b3f6d;
}
.home .section-services h2{
  color:white;
}
.home .services {
  display:flex;
  display: -webkit-box;
  margin-top:30px;
  flex-direction:row;
  flex-wrap :wrap;
  justify-content:space-between;
  align-items:center;
  font-weight:bold;
  position:relative;
  display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
}

.home .services .services-item {
  color:#353535;
  width:100%;height:auto;flex-direction:column;display:flex;background-color:white;padding:20px;text-align:center;align-items:center;margin:15px;
  transition:all 0.5s;
}

.home .services .services-item:hover {
  transform:scale(1.1);
}

.home .services .services-item a {
  color:#0e7cb1;
  margin-top:5px;
  font-size:0.7em;
} 
.home .services .services-item span {
  width:100%;
  display:block;
}
.home .services .services-item img {
  max-width: 80px;
  margin:0px auto 10px;
  max-height:50px;
} 
.home section p {
  margin-bottom:10px;
}

@media screen and (min-width:768px) {
  .home .services .services-item {
    width:23%;height:200px;
  }
}
@media screen and (min-width:992px) {
  .home .services {
    flex-wrap:nowrap;
  }
  .home section .actions{
    display:flex;
    flex-direction:row;
  }
  .home section .actions .button + .button{
    margin-left:30px;
  }
}
@media screen and (min-width:1200px) {
}
.slick-slide {
  
}
.slick-slide img {
  width:100%;
}
.wpcrt-header-container {
  background-color:#e8e8e8;
}
.wpcrt-inner-header,
.wpcrt-inner-header.has-post-thumbnail {
  padding:120px 0px 60px;
}
.wpcrt-inner-header {
  background:#e8e8e8 !important;
}
.wpcrt-go-to-top-container {
    background-color: #1b3f6d;
}
/* Contact page */
.wpcrt-inner-header  {
  background-color:#e8e8e8;
}
.wpcrt-inner-header  h1,
.wpcrt-inner-header.has-post-thumbnail h1 {
  color:#1b3f6d;
  font-weight:bold;
  max-width:500px;
  margin:0 auto;
  position:relative;
  text-shadow:none;
}
.form {
}
.form .form-row {
  display:flex;
  flex-direction:row;
  justify-content:space-between;
}
.form .form-col {
  width:48%;
}
.form .form-group {
  width:100%;
}
.form label {
    font-size: 1rem;
  font-weight:bold;
}
.form label span {
  color:#1b3f6d;
  display:block;
  padding-bottom:5px;
}
.form .form-group .button {
    border-radius:20px;
    min-width:250px;
    padding: 12px 15px 10px;
    background-color:#1b3f6d;
    transition: all 0.5s ease 0s;
}
.form .form-group .button:hover {
  transform:scale(1.05);
}
.form .form-group.form-group-submit {
  text-align:center;
    margin-top:30px;
}
.form label input{
  border-radius:0px;
  box-shadow:none;
}
.form label input:focus{
  box-shadow:none;
    border:1px solid #1b3f6d;
}
.form label textarea{
    height:220px;
  box-shadow:none;
}
.form label textarea:focus{
    box-shadow:none;
    border:1px solid #1b3f6d;
}
.form label select{
  box-shadow:none;
}
.form label select:focus{
    box-shadow:none;
    border:1px solid #1b3f6d;
}


@media screen and (min-width:992px) {
    .services-page {
      display:flex;
      flex-direction:row;
    }
  .services-page .content p{
    margin-bottom:15px;
  }
  .services-page .visu {
    margin-left:30px;
    max-width:40%;
  }
}


.page-template footer {
   margin-top: 0px;
}



.footer-top-area {
  background-color:#e8e8e8;
}
.footer-top-area .wpcrt-theme-icon img {
  max-width:25px;
}
