@charset "UTF-8";
/* CSS Document */

/*
font-family: 'Bitter', serif;
font-family: 'Great Vibes', cursive;
font-family: 'Archivo Narrow', sans-serif;
*/

html {
	margin-left: auto;
	margin-right: auto;
}

body {
	width: 100%;
}

header {
	margin-left: auto;
	margin-right: auto;
	background-image: url(../images/img-trim.jpg);
	background-repeat: repeat-x;
}

.text-center {
    text-align: center;
}
.text-left {
    text-align: left;
}
.text-right {
    text-align: right;
}

.bg-color {
    background-color: rgba(125,175,211,1.00);
    float: left;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 40px;
}

.section-title {
    font-family: 'Archivo Narrow', sans-serif;
    font-weight: 600;
    color: rgba(0,49,86,1);
    font-size: 2em;
}

.contact-names {
    font-family: 'Archivo Narrow', sans-serif;
    font-weight: 600;
    color: rgba(255,255,255,1);
    text-decoration: none;
    font-size: 1.5em;
}

.contact-names:hover {
    color: rgba(255,255,255,0.7);
}

.contact-names small {
    font-weight: 400;
    font-size: 0.8em;
}

.tight {
	margin: 0px;
	padding: 0px;
}

.fullwidth {
	width: 100%;
	max-width: 960px;
	margin-left: auto;
	margin-right: auto;
}

.shadowdrop {
	-webkit-box-shadow: 3px 3px 3px rgba(64,64,64,1.00);
	box-shadow: 3px 3px 3px rgba(64,64,64,1.00);
	height: auto;
}

/* HEADER SECTION */

.headerbox {
	height: 140px;
	margin: 0px;
	padding: 0px;
	background-color: rgba(0,49,86,1.00);
	border-bottom: 40px solid rgba(0,67,120,1.00);
}

.logo {
	float: left;
	height: auto;
	width: 21%;
	text-align: left;
	z-index: 10;
	position: relative;
}

#screen {
	display: block;
}
		
#mobile {
	display: none;
}
		
#carousel {
	display: block;
}
		
.menu {
	z-index: 0;
	position: relative;
	width: 79%;
	float: left;
}

.menu ul {
	width: 100%;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	margin-top: 140px;
	height: 48px;
}

.menu ul li {
	float: left;
	padding-top: 11px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 11.5px;
	list-style-image: url(../images/list-off.png);
	list-style-position: inside;
	width: 19%;
	text-align: center;
	font-size: 1.38em;
	margin-right: 2px;
}

.menu ul li:hover, .menu ul li.active {
	float: left;
	list-style-image: url(../images/list-on.png);
	list-style-position: inside;
	background-color: rgba(205,205,205,0.55);
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.62);
}

.menu ul li a {
	font-family: 'Archivo Narrow', sans-serif;
	font-weight: 400;
	color: rgba(255,255,255,1.0);
	text-decoration: none;
	width: auto;
}

.menu ul li a:hover .menu ul li a.active {
	color: rgba(255,255,255,0.95);
	text-decoration: none;
	-webkit-transition: all 0.8s ease-in-out;
	-moz-transition: all 0.8s ease-in-out;
	-o-transition: all 0.8s ease-in-out;
	-ms-transition: all 0.8s ease-in-out;
	transition: all 0.8s ease-in-out;
	text-shadow: 1px 1px 1px rgba(0,0,0,1.00);
}

.menu ul .phone {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 1.5em;
	font-weight: 400;
	text-align: right;
	color: rgba(255,255,255,1.0);
	text-decoration: none;
	float: right;
	padding: 12px 0px 0px 0px;
	margin-left: 10px;
}

.menu ul .phone span {
	color: rgba(112,177,215,1.00);
	margin: 0px 3px 0px 5px;
}

/* MAIN SECTION */

.main-content {
	background-color: rgba(255,255,255,1.0);
	height: auto;
	min-height: 500px;
	z-index: 0;
	margin: -48px 0px 0px 0px;
	padding-top: 57px;
	padding-right: 12px;
	padding-left: 12px;
	padding-bottom: 5px;
	background-image: url(../images/img-bkg-tcc.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

.offset_bkg {
	background-position: 6% 0%;
}

/* SERVICES */

.main-content #service-section {
	padding: 0px 50px 15px 50px;
	width: 95%;
}

.main-content #service-section .service-grid {
	padding: 15px;
	float: left;
	width: 35%;
}

.main-content #service-section .service-grid .service-box {
	background-color: rgba(255,255,255,1.0);
	padding: 5px;
	width: 100%;
	height: 435px;
	-webkit-box-shadow: 3px 3px 6px rgba(0,0,0,0.67);
	box-shadow: 3px 3px 6px rgba(0,0,0,0.67);
}

.main-content #service-section .service-grid .service-box p {
	color: rgba(70,141,192,1.00);
	font-family: 'Archivo Narrow', sans-serif;
	font-size: 1.85em;
	margin-left: 5px;
	line-height: 0em;
	font-weight: 400;
	text-decoration: none;
	float: left;
}

.main-content #service-section .service-grid .service-box p span {
	color: rgba(74,74,74,1.00);
	font-size: 0.75em;
	line-height: 1.3em;
	float: left;
	text-align: justify;
	padding-right: 3px;
	padding-top: 15px;
}

.main-content #service-section .service-grid .service-box img {
	width: 100%;
	height: auto;
}

.main-content #service-section .service-grid .service-box img:hover {
	opacity: 0.65;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.main-content #service-section .service-list {
	padding: 5px;
	width: 50%;
	height: 450px;
	float: left;
}

.main-content #service-section .service-list p {
	color: rgba(0,48,84,1.00);
	font-family: 'Archivo Narrow', sans-serif;
	font-size: 2em;
	margin-top: 71px;
	margin-right: 45px;
	margin-left: 40px;
	margin-bottom: 0px;
	line-height: 1.4em;
	font-weight: 400;
	text-decoration: none;
	float: left;
	width: auto;
}

/* HISTORIQUE */

.main-content #historique-section .historique-text {
	color: rgba(30,30,30,0.8);
	text-align: justify;
	font-family: 'Archivo Narrow', sans-serif;
	font-size: 1.2em;
	font-weight: 400;
	background-color: rgba(255,255,255,0.00);
	padding-top: 15px;
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 15px;
	float: left;
	width: 55%;
}

.main-content #historique-section .historique-text p.title {
	font-family: 'Great Vibes', cursive;
	font-size: 2em;
	color: rgba(0,69,120,1.00);
	margin-top: 2px;
}

.main-content #historique-section .historique-text li {
	font-family: 'Archivo Narrow', sans-serif;
	font-size: 1em;
	font-weight: 400;
	list-style: square;
	list-style-position: inside;
	margin-bottom: 8px;
}

.slider_reducer {
	width: 70%;
	margin: 0 auto;
}

.slider_reducer2 {
	width: 80%;
	margin: 0 auto;
}

.main-content #historique-section .flexslider li {
	list-style: none;
}

.main-content #historique-section .historique-grid .picture-box {
	background-color: rgba(255,255,255,1.0);
	padding: 5px;
	width: 38%;
	float: right;
	height: auto;
	-webkit-box-shadow: 3px 3px 6px rgba(0,0,0,0.67);
	box-shadow: 3px 3px 6px rgba(0,0,0,0.67);
	margin-bottom: 25px;
}

.main-content #historique-section .historique-grid .picture-box p {
	color: rgba(70,141,192,1.00);
	font-family: 'Archivo Narrow', sans-serif;
	font-size: 2em;
	margin-left: 5px;
	line-height: 0em;
	font-weight: 400;
	text-decoration: none;
}

.main-content #historique-section .historique-grid .picture-box a.phone {
	color: rgba(30,30,30,1.00);
	font-family: 'Archivo Narrow', sans-serif;
	font-size: 1em;
	line-height: 0.7em;
	margin-left: 0px;
	font-weight: 400;
	text-decoration: none;
}

.main-content #historique-section .historique-grid .picture-box p span {
	color: rgba(74,74,74,1.00);
	font-size: 0.6em;
	line-height: 3em;
}

.main-content #historique-section .historique-grid .picture-box img {
	width: 100%;
	height: auto;
}

.main-content #historique-section .historique-grid .picture-box img:hover {
	opacity: 0.65;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

/* FOOTER SECTION */

footer {
	height: auto;
	width: 100%;
	position: relative;
	float: left;
	border-top: 4px solid rgba(125,175,211,1.00);
	background-color: rgba(0,49,86,1.00);
}

.footerbox {
	z-index: 6;
	position: relative;
	height: 200px;
	width: 100%;
	margin-top: 5px;
	margin-right: 3px;
	margin-left: 3px;
	margin-bottom: 3px;
	padding: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	float: left;
	border-bottom-left-radius: 18px;
	border-bottom-right-radius: 18px;
}

.footerbox ul {
	padding: 0px;
	margin: 0px;
}

.footerbox ul li, .footerbox ul li a {
	color: rgba(255,255,255,0.8);
	list-style: none;
	list-style-position: inside;
	font-family: 'Archivo Narrow', sans-serif;
	font-size: 1.2em;
	line-height: 1.4em;
	font-weight: 400;
	padding-left: 4px;
	text-decoration: none;
}

.footerbox ul li a:hover {
	color: rgba(255,255,255,1.0);
	-webkit-transition: all 0.8s ease-in-out;
	-moz-transition: all 0.8s ease-in-out;
	-o-transition: all 0.8s ease-in-out;
	-ms-transition: all 0.8s ease-in-out;
	transition: all 0.8s ease-in-out;
	text-shadow: 1px 1px 1px rgba(0,0,0,1.00);
}

.footerbox ul li.title {
	color: rgba(255,255,255,1.0);
	font-size: 1.4em;
	font-weight: 700;
	margin-bottom: 6px;
	margin-top: 11px;
}

.footerbox ul li.phone, .footerbox ul li a.phone {
	font-family: 'Roboto Condensed', sans-serif;
	color: rgba(255,255,255,1.0);
	font-size: 1.35em;
	font-weight: 400;
	line-height: 1.4em;
	margin-bottom: 6px;
	text-decoration: none;
	float: left;
	width: 100%;
}

.footerbox ul li.phone span, .footerbox ul li a.phone span {
	color: rgba(125,175,211,1.00);
	font-size: 0.9em;
	font-weight: 400;
}

.footerbox .box {
	width: 90%;
	padding-top: 0px;
	padding-right: 6px;
	padding-left: 6px;
	padding-bottom: 10px;
	background-color: rgba(255,255,255,0.1);
	height: 100%;
	border-top-left-radius: 18px;
	border-top-right-radius: 18px;
	float: left;
}

.footerbox .box p {
	color: rgba(255,255,255,0.9);
	font-size: 1.13em;
	line-height: 1.7em;
	list-style: square;
	list-style-position: inside;
	font-family: 'Archivo Narrow', sans-serif;
	font-weight: 700;
	margin-left: 4px;
}

.footerbox .box ul {
	padding: 0px;
	margin: 0px;
}

.footerbox .box ul li {
	color: rgba(177,177,177,0.9);
	font-size: 1.18em;
	line-height: 1.7em;
	list-style: square;
	list-style-position: inside;
	font-family: 'Archivo Narrow', sans-serif;
	font-weight: 400;
}

.footerbox .box ul li a {
	color: rgba(177,177,177,1.00);
	line-height: 1.7em;
	list-style: square;
	list-style-position: inside;
	text-decoration: none;
	font-family: 'Archivo Narrow', sans-serif;
	font-weight: 400;
}

.footerbox .box ul li a:hover {
	color: rgba(225,225,225,1.00);
	text-decoration: underline;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

.footerbox .last-child {
	border-right: 0px solid rgba(255,255,255,0.0);
}
