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

/*** HEADER ***/

header .bottom-header {
	background-color: #070d1b !important;
	/* background:url(../images/header.png) center center; */
	background-size:cover;
	background-position: center top;
}

header .bottom-header a {
    color:#FFF;
	-webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;	
}

header .bottom-header a:hover {
    color:#6a85b9;
	
}

header .bottom-header {
    padding: 20px 0 20px 0;
}

header .bottom-header .logo img {
	border: 4px solid #CCC;	
	border-right-color: #b9b8b8;
    border-bottom-color: #b9b8b8;
}

i.myIcon {
	color: #899ec5 !important;
		
}


.bottom-header .right-side {
	padding-top: 10px;	
}

.short-banner a {
	color:#f3f3f3;
    width: 150px;
    line-height: 50px;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    text-align: center;
    border: 2px solid #f3f3f3;
}

/*** SLIDER ***/

#banner a.thePhone {
    color: #fff;
	letter-spacing: 4px;
	font-size: 24px;
    font-weight: 500;
    transition: all .3s ease-in-out !important;
}

#banner a.thePhone:hover { 
    color: #3c7fff;
}

#banner h1, #banner h2 {
	color: #fff;
	font-weight: 700;
	font-size: 48px;
	letter-spacing: 4px;
	line-height: 58px;
		
}

#banner h5 {
	letter-spacing: 2px;
	font-size: 22px;
	text-align: center !important;
		
}


/*** PAGE HEADER ***/

.inner-banner h1 {
    font-size: 42px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 20px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    padding: 15px 30px;
    text-transform: uppercase;
    display: inline-block;
	float: none;
}

.inner-banner span.subTit { 
	color: #FFF;
	font-size: 20px;
	line-height: 1.2;	
	display: block;
	font-style: italic;
	max-width: 600px;
	margin-left: auto;
	margin-right: auto;
}


.inner-banner.back02 {
    background: url(../images/2020/cover/5.jpg) no-repeat center;
    background-size: cover;
}

.inner-banner.back03 {
    background: url(../images/2020/cover/3.jpg) no-repeat center;
    background-size: cover;
}


.inner-banner.back04 {
    background: url(../images/h04.jpg) no-repeat center;
    background-size: cover;
}

.inner-banner.back05 {
    background: url(../images/2021/entete-commercial.jpg) no-repeat center;
    background-size: cover;
}

.inner-banner.back06 {
    background: url(../images/h06.jpg) no-repeat center;
    background-size: cover;
}

.inner-banner.back07 {
    background: url(../images/h07.jpg) no-repeat center;
    background-size: cover;
}

.inner-banner.back08 {
    background: url(../images/2020/cover/1.jpg) no-repeat center;
    background-size: cover;
}

.inner-banner.back09 {
    background: url(../images/h09.jpg) no-repeat center;
    background-size: cover;
}

.pageTitle {
    text-transform: uppercase;
    color: #fff;
    position: relative;
    line-height: 28px;
    padding-left: 25px;
    font-size: 38px;
    letter-spacing: 0.5px;
	font-weight: 700;
}

.pageTitle:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 5px;
    height: 100%;
	background: #02318c;
}

/*** TYPO ***/

h1, h2, h3, h4, h5, h6 {
    text-transform:uppercase;
}

h1 span, h2 span, h3 span, h4 span, h5 span, h6 span {
	color: #00318e;
}

.theme-manage-area h1 {
    margin-top:4px;
}

.constrict {
	display:block;
	position:relative;
	max-width:900px;
	margin-left:auto;
	margin-right:auto;	
}

.textArea p {
	margin-top:20px;	
}

.textArea h2:first-child {
    margin-bottom:10px !important;
}

.blueTwo {  color: #01318d; }

/*** SPACERS ***/

.spacer70 {
	display:block;
	width:100%;
	height:70px;	
}

.spacer50 {
	display:block;
	width:100%;
	height:50px;	
}

.spacer30 {
	display:block;
	width:100%;
	height:30px;	
}

.spacer20 {
	display:block;
	width:100%;
	height:20px;	
}

/*** Service Boxes ***/

.theme-manage-area .content a.hvr-bounce-to-right {
    display: inline-block;
    background: #00318e;
    color: #fff;
    width: 130px;
    line-height: 38px;
    margin: 5px 0 0 4px;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
}

.theme-manage-area .content {
	text-align:center;
	margin-bottom:30px;
}

.theme-manage-area .content .ContentInner {
	background: #fbfcfc;
    border-left: 1px solid #efeff1;	
	border-right: 1px solid #efeff1;	
	border-bottom: 1px solid #efeff1;	
	padding:0 20px 20px 25px;
}

.theme-manage-area .content h5 {
    margin: 20px 0 15px 0;
	font-size:18px;
	line-height:24px;
	font-weight:500;
	min-height:60px;
}

/*** ICONBOX ***/

.iconBox {
	display:block;
	padding:20px 20px;
	text-align:center;	
}

.iconBox i {
	font-size:50px;
	margin-bottom:20px;	
	color:#00318e;
}

.iconBox h3 {
	text-transform:uppercase;
	font-size:20px;	
	font-weight:700;
	line-height:24px;
}

/*** CONTENT ***/

.feature-work.bg-image .hvr-bounce-to-right-two:before {
    background: #00318e;
}

.imageHolder {
	display:block;
	width:100%;
	padding:10px;
	background:#efefef;
	border:1px solid #dedede;	
}

.image-padding-shadow {
    border: 18px solid #fff;
    box-shadow: 0 19px 38px rgba(0,0,0,0.10), 0 15px 12px rgba(0,0,0,0.02);
}

.backgroundImage {
	padding:50px 0;	
	color: #d4d4d4;
}

.backgroundImage h2 {
	color:#FFF;
	margin-bottom:10px;	
	font-size: 26px;
}

.backgroundImage .double-line {
    background: #3c7fff none repeat scroll 0 0;
	margin-bottom: 20px;
}

.backgroundImage .double-line:after {
    background: #3c7fff none repeat scroll 0 0;
}

.backgroundImage p {
	margin-bottom: 20px;	
}

.smallDivider {
	display:block;
    background: #00318e;
    height: 2px;
    width: 90px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:15px;
}

.theme-title span {
	color:#00318e;
}

/* double-line
--------------*/

.double-line {
    background: #01318d none repeat scroll 0 0;
    height: 2px;
    margin-bottom: 3px;
    position: relative;
    width: 99px;
}
.double-line:after {
    background: #01318d none repeat scroll 0 0;
    content: "";
    display: block;
	height: 2px;
    left: 0;
    position: absolute;
    top: 5px;
    width: 59px;
}

.theme-title .double-line, .text-center .double-line {
    width: 101px;
    margin: auto;
}
.theme-title .double-line:after, .text-center .double-line:after {
    width: 66px;
    margin: auto;
    right: 0;
}

.theme-title h2, .theme-title h1 {
	margin-bottom: 10px;	
    font-size: 32px;	
}

.bigNumber {
	display: block;
	position: relative;
	margin-top: 20px;
	font-size: 20px;
	color: #00318e;	
}
.bigNumber i {
	padding: 0 6px 0 10px;	
}

.bigNumber a {
	font-size: 26px;	
}

.textArea a.service-button {
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 15px;
    width: 200px;
    line-height: 55px;
    text-align: center;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
	margin-top: 20px;
}

.textArea a.service-button:hover {
    color: #fff;
}

.my-banner {
    display: block;
	position: relative;
    background: rgb(28, 44, 74);
    padding: 20px 0;
	color: #FFF;
	text-align: center;
}

.my-banner h2 {
	color: #FFF;	
	font-weight: 200;
}

.my-banner a {
	color: #3c7fff;	
	font-weight: bold;
}


.InSpection {
	display: block;
	position: relative;
	width: 100%;
	margin-top: 20px;
		
}

.InSpection .theIcon {
    width: 64px;
    height: 72px;
    color: #FFF;
    background: #01318d;
    padding: 13px;
    float: left;
    margin-right: 10px;
    position: relative;
    display: block;
    border-radius: 8px;
}

.InSpection .theIcon, .InSpection .theText {
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.InSpection:hover .theIcon, .InSpection:hover .theText {
	background: #222;
}

.InSpection .theIcon i {
	font-size: 43px;	
}

.InSpection .theText {
	display: table-cell;
	width: 80%;	
	height: auto;
	color: #FFF;
	background: #01318d;
    padding: 8px 16px;	
	border-radius: 8px;
}

.theText p {
    margin-top: 0px;
}

.textArea h2 {
	font-size: 26px;
	margin-top: 20px;
	margin-bottom: 10px;	
}


/*** BACKGROUNDS ***/
.bg-color h2 span {
    color: #e6371f !important;
}

.backgroundImage {
	position: relative;
	display: block;
	width: 100%;
}


.backgroundImage:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
	background: rgba(25, 25, 25, 0.85);
}


.bg-color.bg-image {
	background:url(../images/bg03.jpg) center center no-repeat;
	background-attachment:fixed ;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: fixed;
}

.bg-color.bg-image2 {
	background:url(../images/bg04.jpg) center center no-repeat !important;
	background-attachment:fixed !important;
    -webkit-box-shadow: inset -1px -1px 152px 0px rgba(0,0,0,0.95);
    -moz-box-shadow: inset -1px -1px 152px 0px rgba(0,0,0,0.95);
    box-shadow: inset -1px -1px 152px 0px rgba(0,0,0,0.95);	
	-webkit-background-size: cover !important;
	-moz-background-size: cover !important;
	-o-background-size: cover !important;
	background-size: cover !important;
	background-repeat: no-repeat !important;
	background-position: center center !important;
	background-attachment: fixed !important;
}


.extraPad70 {
	padding-top:100px !important;
	padding-bottom:100px !important;	
}

/*** INDEX ***/

.theme-manage-area a {
	color:#000;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;		
}

.theme-manage-area a:hover {
	color:#00318e;	
}

.theme-manage-area .content h5 {
	text-align:center;	
}

.feature-work .Submit {
	display:block;
	width:200px;
	margin-left:auto;
	margin-right:auto;	
	margin-top:50px;
}

.feature-work .Submit a {
	color:#f3f3f3;
    width: 100%;
    line-height: 50px;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    text-align: center;
    border: 2px solid #f3f3f3;
}

/*** Gallery ***/

figcaption h5 {
	font-size: 18px !important;
	line-height: 24px !important;	
}


/*** MyList ***/

.listTitle {
    font-size: 15px;
    line-height: 1.6em;
	font-weight:700;
	margin-bottom:15px;
	display:block;
	color: #ec9656;
}

.superList {
	list-style: none !important;
	margin-left: 0px !important;
	padding-left: 0px !important;
	margin-bottom: 0;
	font-size: 17px;
	display:block;
	margin-bottom:15px;
}

.superList {
	list-style: none !important;
	margin-left: 0px !important;
	padding-left: 0px !important;
	margin-bottom: 0;
	font-size: 17px;
	display:block;
	margin-bottom:15px;
}

.superList.horizon {
	list-style: none !important;
	padding-left: 0px !important;
	font-size: 17px;
	display:block;
	text-align:center;
    width: 450px;
	margin-top:15px;
	margin-bottom:15px;
	margin-left:auto !important;
	margin-right:auto !important;
}

.superList li {
	margin-bottom: 10px !important;
	border-bottom: none !important;
}

.superList.horizon li {
	margin-bottom: 10px !important;
	border-bottom: none !important;
	float:left;
	margin-right:12px;
}

.superList li i {
    font-size: 22px;
    float: left;
    padding-right: 17px;
    margin-top: 0px;
    color: #3c7fff;
}

.theme-manage-area .superList li i {
    color: #02318c;
}

.superList li p {
	margin-top:0px !important;
	margin-bottom:12px !important;
}

.superList li ul {
	list-style:none !important;
	margin-top:18px !important;
}

.superList li ul li i {
    font-size: 16px;
    float: left;
    padding-right: 14px;
    margin-top: 2px;
    color: #6eb43f;
}

.superList li ul li {
	margin-bottom: 8px !important;
    margin-left: 33px !important;
    clear: both;
}

.superList span {
display: table-cell;
}

/*** GALLERY ***/

figcaption h5 {
    text-transform: none;
}


/*** SUPPLIERS ***/

.our-partners2 {
	background: #efefef;	
	padding-top: 50px;
}

.mb0 {
	margin-bottom:0 !important;	
}

.mb30 { margin-bottom: 30px !important;	}

.simpleItem {	
	position: relative;
	display: block;	
	margin-bottom: 30px;
	padding: 0 15px;
	box-sizing: border-box;
}

.simpleItem img {
	width: 100%;
	height: auto;
	display: block;
}


/*** CONTACT PAGE ***/

.ContactInfos {
	width:100%;
	display:block;
	position:relative;
	padding:70px 0 50px 0;	
}

.ContactItem {
	display:block;
	margin-bottom:20px;	
}

.ContactInfos h3 {
	margin-bottom:10px;	
}

.ContactInfos a {
    color: #585858;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;	
}

.ContactInfos a:hover {
    color: #00318e;
}

.ContactInfos span {
    color: #585858;	
}


.IconHold {
	width:60px;
	float:left;	
}

.IconHold i {
	font-size:48px;
	color:#00318e;	
}

.ContactContent {
	display:table-cell;	
}

.bRight {
	border-right:1px solid #CCC;	
}

.mapinfo h4 {
    color: #00318e;
    margin-bottom: 8px;
}

.mapinfo h6 {
    margin-bottom: 8px;
}

.mapinfo a {
    display: inline-block;
    background: #00318e;
    color: #fff;
    width: 130px;
    line-height: 38px;
    margin: 5px 0 0 4px;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;	
	backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;	
}

.mapinfo a {
    color: #000;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.mapinfo a {
    color: #f3f3f3;
    width: 200px;
    line-height: 50px;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    text-align: center;
    border: 2px solid #f3f3f3;
}

.mapinfo a:before {
    background: #222;
}
/*** BASELINE ***/

.baseLine {
	display: block;
	width: 100%;
	position: relative;
	padding: 50px 0 100px 0;
	background-color: #fafafa;	
	/* background: url(../images/baseback.jpg); */
	margin-bottom: -53px;
	background-size: cover;
}


.baseLine h2 {
	margin-bottom: 10px;	
}

.baseLine .inner {
    display: block;
    text-align: center;
    padding: 30px;
    background: #FFF;
    overflow: hidden;
    box-shadow: 0 19px 38px rgba(0,0,0,0.10), 0 15px 12px rgba(0,0,0,0.02);
    position: relative;
    border-top: 4px solid #01318d;
    border-bottom: 4px solid #01318d;
}

.baseLine a.service-button {
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 15px;
    width: 200px;
    line-height: 55px;
    text-align: center;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    margin-top: 20px;
}

.baseLine .double-line {
    width: 101px;
    margin: auto;
	margin-bottom: 20px;
}

.baseLine .bigNumber a {
	color: #000;	
}

.baseLine .bigNumber a:hover {
	color: #00318e;	
}

.baseLine .double-line:after {
    width: 66px;
    margin: auto;
    right: 0;
}

.bigButton {width: 310px !important}

/*** newsletter ***/
.newsletter .text p {
    color: #fafafa
}

.newsletter .text a {
    color: #fafafa;
	text-decoration: underline;
}

/*** FOOTER ***/
.newsletter .text h2 {
	color: #7eb1f3;	
}

.newsletter .text a {
	color: #FFF;	
}

.newsletter .text a:hover {
	color: #7eb1f3;	
}


.p-color-bg {
    background: #00318e;
}

.newsletter .Submit a {
	color:#f3f3f3;
    width: 150px;
    line-height: 50px;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    text-align: center;
    border: 2px solid #f3f3f3;
}

.newsletter .Submit {
	float:right;
	margin-right:50px;	
	padding-top:3px;
}

footer h4 {
    text-transform:uppercase;
}

footer .footer-link ul.superList {
	width:100%;
	float:left;
}

footer .footer-address ul li span:before {
color: #3c7fff;	
}

.footer-logo img.rbq {
	display: block;
	width: 270px;
	max-width: 100%;
	margin-bottom: 10px;
}

.footer-logo img.rbq2 {
	display: block;
	width: 270px;
	float:left;
	max-width: 100%;
	margin-bottom: 10px;
}

.theRBQ {
	color: #cbd1da;	
	display: block;
	position: relative;
	margin-bottom: 10px; 
}

.footer-address a {
	color:#cbd1da;	
}

.footer-address a:hover {
	color:#3c7fff;	
}

.bottom-footer p span {
    color: #3c7fff;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
}

.smallLogo1 {
	max-width: 151px !important;
	display: block;
	float: left;
	height: auto;
	padding-right: 10px !important;	
	padding-top: 3px;
	padding-bottom: 3px;	
}

.smallLogo2 {
	max-width: 194px !important;
	display: block;
	float: left;
	height: auto;
	padding-bottom: 10px !important;	
}

/*** RESPONSE ***/



@media (max-width: 1200px)  {
header .bottom-header .single-content p {
  color:#f1f1f1;
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
}
.theme-manage-area .content {
    width: 100%;
}
.theme-manage-area figure {
    height: 260px;
}
}
@media (max-width: 1199px)  {
.newsletter {
    margin-bottom: -58px;
}
}

@media (max-width: 1199px) and (min-width: 300px) {
.bg-image-Custom {
    background-size: cover !important;
    background-attachment: scroll !important;
    background-position: center center !important;
}

}

@media (max-width: 991px)  {
	.bottom-header .right-side {
	padding-top:0px !important;	
	float: none !important;	
	}
	
	.tparrows {display: none !important}	
	.hideOnPhone { display: none !important; }


.newsletter {
	text-align:center !important;	
	margin-bottom: 0px;
}

.newsletter .Submit {
	float:none;
	margin-right:0px;	
	padding-top:10px;
}

.newsletter .text {
    padding-left: 0px;
}

.newsletter .text i {
    display:none;
}

.newsletter .text h2 {
    font-weight: 900;
    font-size: 30px;
    margin: -4px 0 2px 0;
}

.footer-logo {margin-top: 20px; float: none !important}

.bRight {
	border-right:none !important;	
}

.ContactItem {
	margin-bottom:30px;	
}

.image-padding-shadow {
	width:98%;	
}

.pageTitle {
    text-transform: uppercase;
    color: #fff;
    position: relative;
    line-height: 32px;
    padding-left: 25px;
    font-size: 28px;
    letter-spacing: 0.5px;
    font-weight: 700;
}

.mTop {margin-top:40px !important}
.mBot {margin-bottom:50px !important; margin-top:-30px !important}
footer .opacity {
    padding: 50px 0 0 0;
}
}

@media (min-width: 768px) and (max-width: 992px)  {

.checkOff {display:none !important }

}

@media (max-width: 991px) and (min-width: 768px) {
.main-menu .nav>li>a {
    font-size: 15px !important;
}
}

@media (max-width: 767px)  {
.pushTop {margin-top:30px;}
.tparrows {display:none !important}
.tp-arr-allwrapper {display:none !important}
.mTopSM {margin-top:30px !important}
header .bottom-header {
    background-position-x: 20%;
}
.newsletter .p-color-bg:before,.newsletter .p-color-bg:after {
    display: none !important;
}

}

@media (max-width: 656px)  {
header .top-header ul li {
    line-height: 20px;
}
}

@media (max-width: 480px)  {
	
.superList.horizon {
	list-style: none !important;
	padding-left: 0px !important;
	font-size: 17px;
	display:block;
	text-align:center !important;
    width: 135px;
	margin-top:15px;
	margin-bottom:15px;
	margin-left:auto;
	margin-right:auto;
}

.superList.horizon li {
	margin-bottom: 10px !important;
	border-bottom: none !important;
	float:none;
	margin-right:12px;
	text-align:center !important;
}	

.newsletter .text h2 {
    font-weight: 900;
    font-size: 24px;
    margin: -4px 0 10px 0;
}	
footer .footer-link ul.superList {
	width:100%;
	float:none;
	margin-bottom:0 !important;
}
.inner-banner.extraBig .opacity, .inner-banner.extraBig .opacity {
	padding: 120px 0 120px 0;
}

.baseLine h2 {
    font-size: 24px;
}

.inner-banner h1 {
    font-size: 24px;
}

.bigButton {
    width: 100% !important;
}

.fixButton { font-size: 14px !important; line-height: 22px !important }

.baseLine .inner {
    display: block;
    text-align: center;
    padding: 20px 10px;
    background: #FFF;
    overflow: hidden;
    box-shadow: 0 19px 38px rgba(0,0,0,0.10), 0 15px 12px rgba(0,0,0,0.02);
    position: relative;
    border-top: 4px solid #01318d;
    border-bottom: 4px solid #01318d;
}

}

@media (max-width: 412px)  {

.newsletter .text h2 {
    font-weight: 900;
    font-size: 20px;
    margin: -4px 0 10px 0;
}	

}
@media (max-width: 384px)  {
.newsletter .p-color-bg:before, .newsletter .p-color-bg:after  {display:none !important}

.tp-rightarrow {display:none !important}

.bigNumber a {
    font-size: 18px;
}	
}