/**
* Theme Name: Techland Child
* Description: This is a child theme of Techland, generated by Merlin WP.
* Author: <a href="http://ninetheme.com/about">Ninetheme</a>
* Template: techland
* Version: 1.8.2
*/

/************************************************************************************************************************** Header */
body header.top-bar--light.is-expanded .top-bar__collapse,body header.top-bar--light.is-sticky {
    /*background-color: #485ec6;*/
    /*background-color: #2d3a49;*/
}
body header#top-bar .custom-btn--medium {
    min-height: 40px;
    padding-top: 10px;
    padding-bottom: 10px;
}
body header#top-bar{
    background-color: #fff;
    top: 0 !important;
}
body header#top-bar{
    position: fixed;
}
@media (min-width: 1200px){
	header#top-bar {
	    padding: 8px 0;
	}
}
.header_dolibarr_logo {
    /*text-align: center;*/
    /*margin-top: 30px;*/
}
.header_dolibarr_logo img {
    height: 84px;
    background-color: #fff;
    border-radius: 15px;
    padding: 5px;
    margin-bottom: 9px;
}
.header_dolibarr_logo .dolibarr img {
    padding: 18px;
}

/************************************************************************************************************************** Slider */
@media only screen and (min-width:1024px) {
	body .start-screen--full-height .start-screen__content__item {
	    /*min-height: 80vh;*/
	}
}
body #home .custom-btn.custom-btn--style-1:before, .custom-btn.custom-btn--style-3:before {
    /*background: linear-gradient( 90deg ,#2fb76b 0,#8ac84b 100%);*/
}



/************************************************************************************************************************** Footer */
body .footer__item{
	margin: 0;
}
body .footer--s6 .footer__line--first {
    padding-top: 10px;
    padding-bottom: 10px;
}
body .footer__item.footer__copyright {
    margin-top: 6px;
    margin-bottom: 3px;
}
body .footer__item .s-btns li {
    margin-top: 0px;
    margin-left: 10px;
}

/************************************************************************************************************************** Home */
.tilt-effect-boxes .tilt-effect .__item {
    border-radius: 20px;
}
.tilt-effect-boxes.left .tilt-effect:first-child .__item {
    border: 1px solid #0e74a1;
}
.tilt-effect-boxes.left .tilt-effect:last-child .__item {
    border: 1px solid #5bb05d;
}
.tilt-effect-boxes.right .tilt-effect:first-child .__item {
    border: 1px solid #5bb05d;
}
.tilt-effect-boxes.right .tilt-effect:last-child .__item {
    border: 1px solid #0e74a1;
}
body .videoinhomepage {
    padding-top: 60px;
    padding-bottom: 140px;
    margin-bottom: -120px;
}
body .fonctionnalitesicons .services--s3 .svgicon.__ico{
    text-align: center;
}
body .fonctionnalitesicons h4.__title {
    font-size: 1.6rem;
    text-align: center;
}
body form .textfield--dark::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
  opacity: 1; /* Firefox */
}

body form .textfield--dark:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #fff;
}

body form .textfield--dark::-ms-input-placeholder { /* Microsoft Edge */
  color: #fff;
}