/*couleur
-------------
orange : #e4682a
gris :#757983
-------------*/
html{
background:#FFF;
width     :100%;
height    :100%;
}
body{
color      : #474747;
font-family: 'Open sans', sans-serif;
font-size  : 16px;
background : #FFFFFF;
width      :100%;
height     :100%;	
}


/* GLOBAL
-------------------------------------------------- */
.color0{color:#000000;}
.colorf{color:#FFFFFF;}

.color1{color:#e4682a;}
.color2{color:#474747}
.color3{color:#}
.color4{color:#}

.ombre{text-shadow: 0 1px 2px rgba(0, 0, 0, 1);}
.div-ombre{box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);}
.border-orange {
  border-color: #e4682a !important;
}

/*images background*/
.blanc-bg { background: #fff; }
.gris-bg { background: #eceff7; }
.orange-bg { background: #e4682a; }
.noir-bg { background: #000; }

/* EFFET FADEIN */
.tcc-effect {
	animation-name: fadeInOpacity;
	animation-iteration-count: 1;
	animation-timing-function: ease-in;
	animation-duration: 1s;
}
@keyframes fadeInOpacity {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
/*----------*/
 
 .bg-opacity-black-10:before {  background: rgba(0, 0, 0, 0.1); content: ""; height: 100%; left: 0; position: absolute; top: 0; width: 100%; z-index: -1; }
 .bg-opacity-black-20:before {  background: rgba(0, 0, 0, 0.2); content: ""; height: 100%; left: 0; position: absolute; top: 0; width: 100%; z-index: -1; }
 .bg-opacity-black-30:before {  background: rgba(0, 0, 0, 0.3); content: ""; height: 100%; left: 0; position: absolute; top: 0; width: 100%; z-index: -1; }
 .bg-opacity-black-40:before {  background: rgba(0, 0, 0, 0.4); content: ""; height: 100%; left: 0; position: absolute; top: 0; width: 100%; z-index: -1; }
 .bg-opacity-black-50:before {  background: rgba(0, 0, 0, 0.5); content: ""; height: 100%; left: 0; position: absolute; top: 0; width: 100%; z-index: -1; }
 .bg-opacity-black-60:before {  background: rgba(0, 0, 0, 0.6); content: ""; height: 100%; left: 0; position: absolute; top: 0; width: 100%; z-index: -1; }
 .bg-opacity-black-70:before {  background: rgba(0, 0, 0, 0.7); content: ""; height: 100%; left: 0; position: absolute; top: 0; width: 100%; z-index: 0; }
 .bg-opacity-black-80:before {  background: rgba(0, 0, 0, 0.8); content: ""; height: 100%; left: 0; position: absolute; top: 0; width: 100%; z-index: -1; }
 .bg-opacity-black-90:before {  background: rgba(0, 0, 0, 0.9); content: ""; height: 100%; left: 0; position: absolute; top: 0; width: 100%; z-index: -1; }
 .bg-opacity-white-10:before {  background: rgba(255, 255, 255, 0.1); content: ""; height: 100%; left: 0; position: absolute; top: 0; width: 100%; z-index: -1; }
 .bg-opacity-white-20:before {  background: rgba(255, 255, 255, 0.2); content: ""; height: 100%; left: 0; position: absolute; top: 0; width: 100%; z-index: -1; }
 .bg-opacity-white-30:before {  background: rgba(255, 255, 255, 0.3); content: ""; height: 100%; left: 0; position: absolute; top: 0; width: 100%; z-index: -1; }
 .bg-opacity-white-40:before {  background: rgba(255, 255, 255, 0.4); content: ""; height: 100%; left: 0; position: absolute; top: 0; width: 100%; z-index: -1; }
 .bg-opacity-white-50:before {  background: rgba(255, 255, 255, 0.5); content: ""; height: 100%; left: 0; position: absolute; top: 0; width: 100%; z-index: -1; }
 .bg-opacity-white-60:before {  background: rgba(255, 255, 255, 0.6); content: ""; height: 100%; left: 0; position: absolute; top: 0; width: 100%; z-index: -1; }
 .bg-opacity-white-70:before {  background: rgba(255, 255, 255, 0.7); content: ""; height: 100%; left: 0; position: absolute; top: 0; width: 100%; z-index: -1; }
 .bg-opacity-white-80:before {  background: rgba(255, 255, 255, 0.8); content: ""; height: 100%; left: 0; position: absolute; top: 0; width: 100%; z-index: -1; }
 .bg-opacity-white-90:before {  background: rgba(255, 255, 255, 0.9); content: ""; height: 100%; left: 0; position: absolute; top: 0; width: 100%; z-index: -1; }
 .bg-opacity-orange-20:before {  background: rgba(228, 104, 42, 0.2); content: ""; height: 100%; left: 0; position: absolute; top: 0; width: 100%; z-index: -1; }
 .bg-opacity-orange-50:before {  background: rgba(228, 104, 42, 0.5); content: ""; height: 100%; left: 0; position: absolute; top: 0; width: 100%; z-index: -1; }
 .bg-opacity-orange-70:before {  background: rgba(228, 104, 42, 0.7); content: ""; height: 100%; left: 0; position: absolute; top: 0; width: 100%; z-index: -1; }
 .bg-opacity-orange-90:before {  background: rgba(228, 104, 42, 0.9); content: ""; height: 100%; left: 0; position: absolute; top: 0; width: 100%; z-index: -1; }
 .bg-gradient:before { background: rgba(0, 0, 0, 0.8); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e4682a), color-stop(100%, #000000)); background: -webkit-linear-gradient(-315deg, #e4682a 0%, #000000 100%); background: -webkit-linear-gradient(0deg, #e4682a 0%, #000000 100%); background: linear-gradient(0deg, #e4682a 0%, #000000 100%);  opacity: 0.6; content:""; height:100%; left:0; position:absolute; top:0; width:100%; z-index: 0; }


.bg-terrassement { background: url(../tccimg/bg-terrassement.jpg); background-clip: initial; background-color: rgba(0, 0, 0, 0); background-origin: initial; background-position: center center; background-repeat: no-repeat; background-size: cover !important; position: relative; z-index: 0; background-attachment: fixed; }
*/
.bg-footer-contact { background: url(../tccimg/map-contact.png); background-clip: initial; background-color: rgba(0, 0, 0, 0); background-origin: initial; background-position: 60% 95%; background-repeat: no-repeat; position: relative; z-index: 0; }

.suite{margin-top : 111px;}

/*--------------*/
/* Form custom
-------------------------------------------------- */  
.form-control {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #e4682a;
  background-color: #e4682a;
}
/*--------------*/
/* Liens
-------------------------------------------------- */  
a.link-color0{color:#e4682a;text-decoration:none}a.link-color1:focus,  a.link-color1:hover{color:#e4682a;text-decoration:none}
a.link-color1{color:#e4682a;text-decoration:none}a.link-color1:focus,  a.link-color1:hover{color:#474747;text-decoration:none}
a.link-color2{color:#e4682a;text-decoration:none}a.link-color2:focus,  a.link-color2:hover{color:#FFF;text-decoration:none}
a.link-color3{color:#FFF;text-decoration:none}a.link-color3:focus,  a.link-color3:hover{color:#e4682a;text-decoration:none}
a.link-color4{color:#474747;text-decoration:none;} a.link-color4:focus, a.link-color4:hover{color:#474747;text-decoration:none;}
a.link-color5{color:#474747;text-decoration:none;} a.link-color5:focus, a.link-color5:hover{color:#e4682a;text-decoration:none;}

.lien-container-global a {color:#e4682a;text-decoration:none;} .lien-container-global a:focus, .lien-container-global a:hover{color:#474747;text-decoration:none;}

 
/* H1,2,3,4,5,6 slogan
-------------------------------------------------- */  
h1, h2, h3, h4, h5, h6 {
font-family: 'Roboto', sans-serif;	
line-height: 1;
}

h1{font-size: 30px;}
h2{font-size: 26px;}
h3{font-size: 22px;}
h4{font-size: 18px;}

.sizeh1{font-size: 30px;font-family: 'Roboto', sans-serif;}
.sizeh2{font-size: 26px;font-family: 'Roboto', sans-serif;}
.sizeh3{font-size: 22px;font-family: 'Roboto', sans-serif;}
.sizeh4{font-size: 18px;font-family: 'Roboto', sans-serif;}
.sizeh5{font-size: 14px;font-family: 'Roboto', sans-serif;}

p.large {
font-family: 'Roboto', sans-serif;		
font-size: 16px;
line-height: 1.4;
text-transform: uppercase;
}


.separator {
line-height: 0.5;
margin     : 10px 0;
text-align : center;
}
.separator span {
display : inline-block;
position: relative;
color   :#e4682a;
}
.separator span::before, .separator span::after {
border-bottom: 1px solid rgba(0, 0, 0, 0.5);
content      : "";
position     : absolute;
top          : 15px;
width        : 300%;
}
.separator span::before {
margin-right: 15px;
right       : 100%;
}
.separator span::after {
left       : 100%;
margin-left: 15px;
}
/*----------------------*/

/*------ HOME -------*/

			.box, .box>a {
			    background: #fff none repeat scroll 0 0;
			    border: 1px solid #d4d4d4;
				color: #474747;
			    display: inline-block;
			    width: 100%;
				text-decoration:none;
				
			}
			.box> a:hover {
			    background: #F8901C none repeat scroll 0 0;
				color: #FFF;
			    border: 1px solid #d4d4d4;
				text-decoration:none;
			    /*transition: all 0.3s ease-in-out 0s;*/
			    -webkit-transition: all .4s ease-in;
			    -moz-transition: all .4s ease-in;
			    -o-transition: all .4s ease-in;
			    transition: all .4s ease-in;	

			}
			.boxin{margin:30px 10px;}
	
			.right-line {
			  border-right: 5px #757983 solid;
			  height:2em
			}

			.top-line {
			  border-top: 5px #757983 solid;
			}

			.halved {
			  width: 50%;
			  float:left;
			}
			.btn-outline-org{
			border-color    : #e4682a;
			border-radius   :0px;  
			font-family     : 'Raleway', sans-serif;
			font-weight     : 700;
			font-size       : 15px;
			background-color: transparent;
			color           : #000;
			pointer-events	: none;
			}			
/*----------------------*/

/* 
UNDERLINE MENU HOVER
-------------------------------------------------- */
.underlined {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    overflow: hidden;
}
.underlined:before {
    content                           : "";
    position                          : absolute;
    z-index                           : -1;
    left                              : 50%;
    right                             : 50%;
    bottom                            : 35px;
    background                        : #e4682a;
    height                            : 2px;
    visibility                        : hidden;
    -webkit-transition-property       : left, right;
    transition-property               : left, right;
    -webkit-transition-duration       : 0.3s;
    transition-duration               : 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function        : ease-out;
}
.underlined:hover:before, .underlined:focus:before, .underlined:active:before {
    visibility: visible;
    left      : 10%;
    right     :10%;
}


/*
NAVBAR CUSTOM
-------------------------------------------------- */  
nav.lactive{
-webkit-transition: background 0.5s linear;
-moz-transition   : background 0.5s linear;
-ms-transition    : background 0.5s linear;
-o-transition     : background 0.5s linear;
transition        : background 0.5s linear;
background-color  : rgba(117, 121, 131, 1); 
}
.navbar-custom{
background-color: rgba(117, 121, 131, 0.6);
font-family: 'Roboto', sans-serif;
font-weight: 500;
box-shadow:0 2px 5px 0 rgba(0,0,0,0.20), 0 2px 10px 0 rgba(0,0,0,0.16)
}

.transpage{background-color  : rgba(117, 121, 131, 1); }

.navbar-custom .navbar-nav > li > a,
.navbar-custom .navbar-nav > li > a:hover,
.navbar-custom .navbar-nav > li > a:focus {
color: #e4682a;
line-height: 95px;
}

.navbar-custom .navbar-nav > li > a:hover {
color           : #FFF;
background-color: transparent;
} 
.navbar-custom .navbar-nav > .active > a,
.navbar-custom .navbar-nav > .active > a:hover,
.navbar-custom .navbar-nav > .active > a:focus {
color           : #FFF;  
background-color: transparent;
}
.navbar-custom .navbar-nav > .open > a, 
.navbar-custom .navbar-nav > .open > a:focus, 
.navbar-custom .navbar-nav > .open > a:hover{
background-color: transparent;
color           :#FFF;
}

.navbar-expand-lg .navbar-nav .nav-link{padding-right: 1em;
padding-left: 1em;}
/* 
/* 
CUSTOMIZE DROPDOWN NAVBAR
-------------------------------------------------------*/
/* Cache la fleche*/
.dropdown-toggle::after {
    display:none
}

.navbar-nav > li > .dropdown-menu{
  border-top:none;
  margin-top: 0px;
  padding-top: 0px;
}

.dropdown-menu {
background-color:#FFF;
border-radius   : 0px;
}

.dropdown-menu > a:hover,
.dropdown-menu > a:focus {
color           : #e4682a;
text-decoration : none;
background-color: transparent;
}

.dropdown-menu > .active > a, 
.dropdown-menu > .active > a:focus, 
.dropdown-menu > .active > a:hover {
background-color: #9195a1;
color           : #fff;
outline         : 0 none;
text-decoration : none;
}
.dropdown-item.active, .dropdown-item:active{background-color: #9195a1;}

/*Couleur Burger rgba*/
.custom-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(228,104,42, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}
.custom-toggler:focus {outline:0 !important;}


/* BOUTON
-------------------------------------------------- */
.btn-outline-n{
border-color    : #000;
border-radius   :0px;  
font-family     : 'Raleway', sans-serif;
font-weight     : 700;
font-size       : 15px;
background-color: transparent;
color           : #000;
transition      : all .5s;
margin-top      : 20px;
}
.btn-outline-n:hover,
.btn-outline-n:focus,
.btn-outline-n:active,
.btn-outline-n.active {
color           : #FFF;
background-color: #e4682a;
border-color    : #e4682a;
}
.btn-outline-b{
border-color    : #FFF;
border-radius   :0px;  
font-family     : 'Raleway', sans-serif;
font-weight     : 700;
font-size       : 15px;
background-color: transparent;
color           : #FFF;
transition      : all .5s;
margin-top      : 20px;
}
.btn-outline-b:hover,
.btn-outline-b:focus,
.btn-outline-b:active,
.btn-outline-b.active {
color           : #000;
background-color: #e4682a;
border-color    : #e4682a;
}
.btn-outline-call{
border-color    : #FFF;
border-radius   :0px;  
font-family     : 'Raleway', sans-serif;
font-weight     : 700;
font-size       : 15px;
background-color: transparent;
color           : #FFF;
transition      : all .5s;
margin-top      : 20px;
}
.btn-outline-call:hover,
.btn-outline-call:focus,
.btn-outline-call:active,
.btn-outline-call.active {
color           : #e4682a;
background-color: #FFF;
border-color    : #FFF;
}
.btn-outline-color{
border-color    : #e4682a;
border-radius   :0px;  
font-family     : 'Raleway', sans-serif;
font-weight     : 700;
font-size       : 15px;
background-color: transparent;
color           : #e4682a;
transition      : all .5s;
margin-top      : 20px;
}
.btn-outline-color:hover,
.btn-outline-color:focus,
.btn-outline-color:active,
.btn-outline-color.active {
color           : #FFF;
background-color: #e4682a;
border-color    : #e4682a;
}
.btn-plain-color{
border-color    : #e4682a;
border-radius   :0px;  
font-family     : 'Raleway', sans-serif;
font-weight     : 700;
font-size       : 15px;
background-color: #e4682a;
color           : #FFF;
transition      : all .5s;
margin-top      : 20px;
}
.btn-plain-color:hover,
.btn-plain-color:focus,
.btn-plain-color:active,
.btn-plain-color.active {
color           : #FFF;
background-color: #000;
border-color    : #000;
}
/*
HR
-------------------------------------------------- */
hr.dotted {
    border-top: 2px dotted #999;
    width: 50%;
}
/*
BOUTON RETOUR HAUT
-------------------------------------------------- */
#bouton_haut {
position     : fixed;
bottom       : 60px;
right        : 30px;
cursor       : pointer;
display      :none;
font-size    :28px;
border-radius: 0px;
background   : none repeat scroll 0 0 #fff;
box-shadow   : 1px 1px 4px #333;
width        :40px;
text-align   :center;
}
#bouton_haut:hover {
background-color:#e4682a;
color           :#FFF;
transition      : all 0.3s ease-in-out 0s;
}


/* 
CALL TO ACTION
-------------------------------------------------- */
.call-to-action{
background: url(../tccimg/call-to-action.jpg); background-clip: initial; background-color: rgba(0, 0, 0, 0); background-origin: initial; background-position: center center; background-repeat: no-repeat; background-size: cover !important; position: relative; z-index: 0;
padding    : 60px 0px;
}
/* 
FOOTER
-------------------------------------------------- */
.footer {
background :#000;
color      :#FAFAFA;}

.copyrightfooter{
background :#131313;}

.coordo-title{ 
display    : block;
float      : left;
font-size  : 13px;
font-weight: bold;
margin     : 0 0 5px;}

.coordo{
display    : block;
margin     : 0 0 0px 100px;}

.htopl{
font-size  : 13px;
text-align :left!important}
  
/*
RESEAUX SOCIAUX
-------------------------------------------------- */
.btn-outline-fb{
border-color    : #FFF;
border-radius   :0px;  
background-color: transparent;
color           : #FFF;
transition      : all .5s;
/*margin-top      : 20px;*/
}
.btn-outline-fb:hover,
.btn-outline-fb:focus,
.btn-outline-fb:active,
.btn-outline-fb.active {
color           : #FFF;
background-color: #3B5998;
border-color    : #3B5998;
}
.btn-outline-tw{
border-color    : #FFF;
border-radius   :0px;  
background-color: transparent;
color           : #FFF;
transition      : all .5s;
/*margin-top      : 20px;*/
}
.btn-outline-tw:hover,
.btn-outline-tw:focus,
.btn-outline-tw:active,
.btn-outline-tw.active {
color           : #FFF;
background-color: #4099FF;
border-color    : #4099FF;
}
.btn-outline-gp{
border-color    : #FFF;
border-radius   :0px;  
background-color: transparent;
color           : #FFF;
transition      : all .5s;
/*margin-top      : 20px;*/
}
.btn-outline-gp:hover,
.btn-outline-gp:focus,
.btn-outline-gp:active,
.btn-outline-gp.active {
color           : #FFF;
background-color: #d34836;
border-color    : #d34836;
}
.btn-outline-in{
border-color    : #FFF;
border-radius   :0px;  
background-color: transparent;
color           : #FFF;
transition      : all .5s;
/*margin-top      : 20px;*/
}
.btn-outline-in:hover,
.btn-outline-in:focus,
.btn-outline-in:active,
.btn-outline-in.active {
color           : #FFF;
background-color: #e4405f;
border-color    : #e4405f;
}
.btn-outline-pi{
border-color    : #FFF;
border-radius   :0px;  
background-color: transparent;
color           : #FFF;
transition      : all .5s;
/*margin-top      : 20px;*/
}
.btn-outline-pi:hover,
.btn-outline-pi:focus,
.btn-outline-pi:active,
.btn-outline-pi.active {
color           : #FFF;
background-color: #bd081c;
border-color    : #bd081c;
}
.btn-outline-mail{
border-color    : #FFF;
border-radius   :0px;  
background-color: transparent;
color           : #FFF;
transition      : all .5s;
/*margin-top      : 20px;*/
}
.btn-outline-mail:hover,
.btn-outline-mail:focus,
.btn-outline-mail:active,
.btn-outline-mail.active {
color           : #FFF;
background-color: #e4682a;
border-color    : #e4682a;
}

/*==================================================
=            Bootstrap 4 Media Queries             =
==================================================*/
/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {	}

/* Small devices (landscape phones, 576px and up) */

@media (max-width: 767.98px) {
	.underlined {bottom : 0px;}
	.carousel-caption>h1 {font-size:16px;}
	.carousel-caption>p {font-size:12px;}
	.carousel-caption {bottom:0px;padding-bottom:10px;}
	
}

/* Medium devices (tablets, 768px and up) */
@media (max-width: 991.98px) { 
    .navbar-nav {text-align:center;}
    .underlined:before {bottom: 0px;}
    .suite{margin-top: 60px;}
    .navbar-custom{background-color: #9195a1;}
    .navbar-custom .navbar-nav > li > a,
    .navbar-custom .navbar-nav > li > a:hover,
    .navbar-custom .navbar-nav > li > a:focus {line-height: 20px;}
    .dropdown-menu {
    background-color : #9195a1;
    text-align:center;
    }
    .dropdown-menu > a{
      color     : #e4682a;
    }
    .navbar-custom .navbar-nav .open .dropdown-menu > a:focus, 
    .navbar-custom .navbar-nav .open .dropdown-menu > a:hover {
    background-color: transparent;
    color           : #FFF;
    }
    .carousel{margin-top:60px;}
    .carousel-indicators{display:none;}
}


/* Large devices (desktops, 992px and up) */
@media (max-width: 1199.98px) { ... }

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) { ... }

@-webkit-viewport{width:device-width}@-moz-viewport{width:device-width}@-ms-viewport{width:device-width}@-o-viewport{width:device-width}@viewport{width:device-width}