body, html{
	height:100vh;
}
body {
    background: #ffffff;
    color: #515a64;
	font-family: 'Titillium Web';
    font-size: 18px;
    line-height: 1.46;
}
body.videoInPlay {
    overflow: hidden;
}
a {
    color: #00bff3;
    text-decoration: none;
	outline:none !important;
    -webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-ms-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
}
a:active, a:hover, a:focus {
    text-decoration:underline;
    color: #00a7d5;
}
 
.image-right {
    float: right;
    margin: 0 0 10px 15px;
}
.image-left {
    float: left;
    margin: 0 15px 10px 0;
}
 
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'Titillium Web', Arial;
    line-height: 1.3;
    font-weight: 600;
}
h1, .h1{
    font-size:42px;
	font-weight:700;
    text-transform: uppercase;
}
h2, .h2{
    font-size:38px;
}
h3, .h3{
    font-size:34px;
}
h4, .h4{
    font-size:30px;
}
h5, .h5{
    font-size:26px;
}
h6, .h6{
    font-size:22px;
}

.btn-savoir {
    font-size: 20px;
    font-family: 'Montserrat';
    font-weight: 700;
    padding: 19px 24px;
    text-transform: uppercase;
    text-decoration: none;
    display: inline-block;
    line-height: 27px;
}
.btn-white{
	color: #fff;
	-webkit-box-shadow: inset 0px 0px 0px 5px #fff;
	box-shadow:         inset 0px 0px 0px 5px #fff;
}
.btn-bleu{
	color: #00bff3;
	-webkit-box-shadow: inset 0px 0px 0px 5px #00bff3;
	box-shadow:         inset 0px 0px 0px 5px #00bff3;
}
.btn-savoir:hover, .btn-savoir:focus{
	color:#ffffff !important;
	text-decoration:none;
	text-shadow: none !important;
	-webkit-box-shadow: inset 0px 0px 0px 50px #00bff3!important;
	box-shadow:         inset 0px 0px 0px 50px #00bff3!important;
}
.content, .content3{
	max-width:1430px;
	margin: auto;
	padding:0 15px;
}
.content2{
	max-width:1190px;
	margin: auto;
	padding:0 15px;
}
.content4{
	max-width:1700px;
	margin: auto;
	padding:0 15px;
}
/* **************************** 
		header css
**************************** */
.video-overlay {
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	bottom:0;
    background: rgba(37, 43, 49, 0.5);
}
video.wide11 {
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    overflow: hidden;
    background-size: cover;
	object-fit:cover;
	object-position: center;
	width:100%;
	min-height: 100%;
}

#video-modal {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background: #111517;
    z-index: 100000;
    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;
    justify-content: center;
    -webkit-transition: opacity .6s ease-in-out,visibility .6s ease-in-out;
    transition: opacity .6s ease-in-out,visibility .6s ease-in-out;
}
.btn-close{
	    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    width: 50px;
    height: 50px;
    background: url(../images/sprite.png) no-repeat 9px 8px;
	cursor:pointer;
	-webkit-transition: opacity .4s;
    transition: opacity .4s;
	z-index:5;
}
.btn-close:hover{
	opacity:0.7;
}
.lance-video video{
	cursor:pointer;
	    max-width: 90vw;
    max-height: 90vh;
    -webkit-transform: scale(.6);
    transform: scale(.6);
    -webkit-transition: -webkit-transform .7s ease-in-out 0s;
    transition: -webkit-transform .7s ease-in-out 0s;
    transition: transform .7s ease-in-out 0s;
    transition: transform .7s ease-in-out 0s,-webkit-transform .7s ease-in-out 0s;
}
.yes-pop .lance-video video{
	    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform .7s ease-in-out .1s;
    transition: -webkit-transform .7s ease-in-out .1s;
    transition: transform .7s ease-in-out .1s;
    transition: transform .7s ease-in-out .1s,-webkit-transform .7s ease-in-out .1s;
}
.no-pop{
	opacity: 0;
    visibility: hidden;
}
.yes-pop{
	opacity: 1;
    visibility: visible;
}
header {
    color: #fff;
	padding:17% 0 0 0;
	position:relative;
	overflow:hidden;
}
header.page-home{
	background: url(../images/bg-home.jpg) no-repeat center center;
	background-size : cover;
	min-height:100vh;
}
header:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(37, 43, 49, 0.5);
}
header.latunisie:before {
    background: rgba(37, 43, 49, 0.25);
}
header.page-interne{
	min-height:85vh;
}
header.page-interne>img.ba-cover {
    position: absolute;
    max-width: inherit;
    min-height: 0;
    min-width: 0;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    overflow: hidden;
	z-index:-1;
}
header.page-interne>img.wide {
    width: 102% !important;
    height: auto !important;
}
header.page-interne>img.tall {
    width: auto !important;
    height: 102% !important;
}
header.page-interne.contact>img.ba-cover {
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    top: 0;
}
.logo {
    position: relative;
    border-radius: 50%;
	display:inline-block;
	margin: 5px 0 9px;
}
.logo > a > img {
    width: 60px;
	max-width: 100%;
}
.logo > a {
    position: relative;
    text-align:center;
    text-decoration: none;
    z-index: 2;
    display: block;
    min-width: 20px;
    min-height: 20px;
    border-radius: inherit;
    background: transparent;
    -webkit-transition: background-color 0.2s;
    -moz-transition: background-color 0.2s;
    transition: background-color 0.2s;
}
.logo:after {
    content:'';
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
	opacity: 0;
    border-radius: inherit;
    background-color: transparent;
    -webkit-animation: cd-pulse 2s infinite;
    -moz-animation: cd-pulse 2s infinite;
    animation: cd-pulse 2s infinite;
	
	-webkit-transition: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    transition: opacity 0.2s;
}
.logo:hover:after {
opacity: 1;
}
@-webkit-keyframes cd-pulse {
    0% {
        -webkit-transform: scale(1);
        box-shadow: inset 0 0 5px 20px rgba(255, 255, 255, 0.3);
    }
    50% {
        box-shadow: inset 0 0 1px 10px rgba(255, 255, 255, 0.2);
    }
    100% {
        -webkit-transform: scale(1.4);
        box-shadow: inset 0 0 1px 0px rgba(255, 255, 255, 0);
    }
}
@-moz-keyframes cd-pulse {
    0% {
        -moz-transform: scale(1);
        box-shadow: inset 0 0 1px 20px rgba(255, 255, 255, 0.3);
    }
    50% {
        box-shadow: inset 0 0 1px 10px rgba(255, 255, 255, 0.2);
    }
    100% {
        -moz-transform: scale(1.4);
        box-shadow: inset 0 0 1px 0px rgba(255, 255, 255, 0);
    }
}
@keyframes cd-pulse {
    0% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        box-shadow: inset 0 0 1px 20px rgba(255, 255, 255, 0.3);
    }
    50% {
        box-shadow: inset 0 0 1px 10px rgba(255, 255, 255, 0.2);
    }
    100% {
        -webkit-transform: scale(1.4);
        -moz-transform: scale(1.4);
        -ms-transform: scale(1.4);
        -o-transform: scale(1.4);
        transform: scale(1.4);
        box-shadow: inset 0 0 1px 0px rgba(255, 255, 255, 0);
    }
}

/* ******************* */
header nav#navigation {
    position: absolute;
    width: 100%;
    top: 0;
    padding: 11px 0 10px 0;
    z-index: 99;
    background: rgba(38,46,55,0.5);
}
header nav#navigation .sf-menu {
    margin: 20px auto 18px;
    display: table;
    vertical-align: top;
}

/* -- */
header nav#navigation ul.language {
    position: absolute;
    top: 24px;
    right: -5px;
	margin: 0;
}
header nav#navigation ul.language li {
    display: inline-block;
    vertical-align: top;
    margin: 0 5px;
	line-height:1;
}
header nav#navigation ul.language li a {
	display:inline-block;
    text-indent: -99999px;
    font-size: 0;
    text-decoration: none !important;
	width:26px;
	height:26px;
	line-height: 26px;
	border-radius:50%;
	background-position:center center;
	background-repeat:no-repeat;
}
header nav#navigation ul.language li a.lang_en {
	background-image:url(../images/flag-en.png);
}
header nav#navigation ul.language li a.lang_fr {
	background-image:url(../images/flag-fr.png);
}
header nav#navigation ul.language li a:hover{
	opacity:0.5;
}
/* -- */
header nav#navigation .badgeBST {
    text-align: center;
}
.badgeBST img{
	max-width:100%;
	width: 78px;
}
/* --- */
nav#navigation.sticky {
    position: fixed;
    background-color: rgba(38,46,55,0.85);
    visibility: hidden;
    opacity: 0;
    width: 100%;
    top: 0;
    z-index: 1009;
	padding: 0;
}
nav#navigation.sticky .badgeBST {
	-webkit-transform: scale(0.8);
	transform: scale(0.8);
}
nav#navigation.offset{
    -o-transform: translate3d(0, -300px, 0);
    -ms-transform: translate3d(0, -300px, 0);
    -moz-transform: translate3d(0, -300px, 0);
    -webkit-transform: translate3d(0, -300px, 0);
    transform: translate3d(0, -300px, 0);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
nav#navigation.scrolling {
	 opacity: 1;
    visibility: visible;
    transform: translate3d(0, 0px, 0);
    -o-transform: translate3d(0, 0px, 0);
    -ms-transform: translate3d(0, 0px, 0);
    -moz-transform: translate3d(0, 0px, 0);
    -webkit-transform: translate3d(0, 0px, 0);
}

header .content, header .content2, header .content3{
    position: absolute;
    width: auto;
    left: 0;
	right:0;
    top: 50%;
	padding:0 15px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
	margin-top:50px;
}
header .content{
	text-align: center;
}
header h1{
	font-family: 'Titillium Web';
	font-weight:700;
	font-size:71px;
	margin:0;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.36);
}
header h3{
	font-family: 'Titillium Web';
	font-weight:700;
	font-size:56px;
	text-transform: uppercase;
	margin:0;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.36);
}
header h6{
	font-family: 'Open Sans';
	font-weight:400;
	font-size:18px;
	text-transform: none;
	margin:5vh 0 0;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.36);
}
header .btn-savoir{
	margin-top: 6vh;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.36);
}

header .play-icone, header .pause-icone{
	display:inline-block;
	font-size:20px;
	text-transform:uppercase;
	color:white;
	font-family: 'Montserrat';
	font-weight:700;
	margin-top:9vh;
	    cursor: pointer;
}
header .play-icone a, header .pause-icone a{
	color:white;
	text-decoration:none !important;
}
header .play-icone .ic {
    width: 42px;
    height: 42px;
    margin: 10px auto;
    background: url(../images/play-icon.png) no-repeat center;
}
header .pause-icone .ic {
    width: 42px;
    height: 42px;
    margin: 10px auto;
    background: url(../images/pause-icon.png) no-repeat center;
}
header .play-icone a:hover, header .pause-icone a:hover{
	opacity:0.7;
}
header .pause-icone{
	display:none;
}
/* --- */
.header-scroll-arrow {
    position: absolute;
    left: 50%;
	margin-left:-15px;
    bottom:5vh;
	-webkit-animation: float 5s ease-in-out infinite;
    animation: float 5s ease-in-out infinite;
    cursor: pointer;
}
.header-scroll-arrow:hover {
	opacity:0.8;
}
@keyframes float {
	0% {
		transform: translateY(0);
	}
	50% {
		transform: translateY(1.5vh);
	}
	100% {
		transform: translateY(0);
	}
}
/* -- */

.page-home #wrapper_bgndVideo2 {
    z-index: 3 !important;
}

.video-play-button {
    display: block;
    width: 42px;
    height: 42px;
    background: url(../images/sprite.png) no-repeat -6px -44px;
    cursor: pointer;
    position: relative;
    margin: 4vh auto 0;
	/*-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;*/
}
.video-play-button:hover{
	opacity:0.75;
}
.video-player-close {
    position: absolute;
    top: 120px;
    right: 0;
    width: 50px;
    height: 50px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    opacity: 0;
    background: black url(../images/sprite.png) no-repeat 9px 8px;
	z-index: 4;
    -webkit-transition: opacity ease-in 0.5s, opacity ease-out 1.5s;
	transition: opacity ease-in 0.5s, opacity ease-out 1.5s;
	cursor:pointer;
}

/* **************************** 
	main css
**************************** */
main#main{
	overflow:hidden;
}
section.secion-page{
	position:relative;
	padding:30px 0 46px;
	text-align:center;
}
section.secion-page h3{
	font-family: 'Titillium Web';
	font-weight:600;
	font-size: 33px;
	color: #00bff4;
	position:relative;
	padding-bottom:18px;
	margin-bottom:20px;
	margin-top: 10px;
	text-transform:uppercase;
}

section.secion-page h1 {
    font-family: 'Titillium Web';
    font-weight: 700;
    font-size: 71px;
    color: #1f2324;
    margin-bottom: 20px;
    text-transform: uppercase;
}
section.secion-page h2{
	font-family: 'Bebas Neue';
    font-weight: 400;
	font-size: 50px;
	color: #2a2f30;
	margin:0;
	letter-spacing: 0.02em;
    margin: 0 0 23px 0;
    padding: 0;
    line-height: 1.1;
}
section.secion-page h2:after{
	content: "";
    width: 20px;
    height: 2px;
    background: #00bff3;
	margin-top:8px;
	display: block;
	 margin-left: auto;
    margin-right: auto;
}
section.secion-page.page-dark h2{
	color:#00bff3;
}
section.secion-page.page-dark h1{
	color:#fff;
}

section.secion-page h6 {
    font-family: 'Titillium Web';
    font-weight: 600;
    font-size: 27px;
}
section.page-dark{
    background: #262e37;
    color: white;
	font-size:25px;
}
section.page-light{
    background: #ececec;
	font-size: 40px;
}
article.post-40 {
    padding: 0 4%;
}

p.vide{
line-height:0.4;
}

hr.tiret {
    width: 20px;
    border-top-width: 2px;
    border-top-color: white;
	margin-top:25px;
	margin-bottom:25px;
}
/* ************************************************  
	Services home page css
************************************************  */
section.services {
    padding: 30px 0 44px;
    text-align: center;
}
section.services h2 {
    font-family: 'Bebas Neue';
    font-weight: 400;
    font-size: 50px;
    color: #2a2f30;
    letter-spacing: 0.02em;
	margin:0 0 23px 0;
	padding:0;
	line-height: 1.1;
}
section.services h2:after{
	content:"";
	width:20px;
	height:2px;
	background:#00bff3;
	margin:8px auto 0;
	display: block;
}
section.services .content-service {
    padding: 0 24px;
}
.content-service .service {
    position: relative;
    max-width: 350px;
    margin: 0 auto;
    height: 350px;
	-webkit-perspective: 1400px;
	perspective: 1400px;
}
.content-service .service .inner-svr {
	width: 100%;
    height: 100%;
    position: relative;
    -webkit-transform-style: preserve-3d;
    -webkit-transition: all 0.4s ease-out;
    -webkit-transform-origin: 175px 175px -175px;
	
	transform-style: preserve-3d;
    transition: all 0.4s ease-out;
    transform-origin: 175px 175px -175px;
}
.content-service .service .inner-svr .face {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: visible; 
    -webkit-transform-origin: 0 0;
	
	backface-visibility: visible; 
    transform-origin: 0 0;
}
.content-service .service .inner-svr .front {
    -webkit-transform: rotateY(0deg);
	transform: rotateY(0deg);
    z-index: 2;
	 pointer-events: none;
}
.content-service .service .inner-svr .side {
	-webkit-transform: rotateY(90deg);
    transform: rotateY(90deg);
    z-index: 1;
    left: 100%;
}
.content-service .service img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.content-service .service .overlay-service {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(38,46,55,0.6);
    z-index: 1;
}
.content-service .service .overlay-color {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 2;
}
.content-service .service .bg-violet{
	 background: rgba(145,94,222,0.8);
}
.content-service .service .bg-bleu{
	 background: rgba(0,191,243,0.8);
}
.content-service .service .bg-vert{
	 background: rgba(177,208,67,0.8);
}
.content-service .service .bg-rose{
	 background: rgba(243,18,79,0.8);
}
.content-service .service .bg-marine{
	 background: rgba(38,46,55,0.8);
}
.content-service .service .bg-jaune{
	 background: rgba(255,174,0,0.8);
}
.content-service .service h4 {
    position: absolute;
    padding: 0 10px;
    top: 50%;
    z-index: 3;
    color: #fff;
    font-family: 'Bebas Neue';
    font-weight: 400;
    letter-spacing: 0.02em;
    left: 0;
    right: 0;
    font-size: 30px;
    line-height: 1.2;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.content-service .svr01, .content-service .svr02, .content-service .svr03{
	margin-bottom:30px;
}

.content-service .service:hover .inner-svr  {
    -webkit-transform: rotateY(-90deg);
	transform: rotateY(-90deg);
}

.content-service .service a.liens {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    cursor: pointer;
    z-index: 10;
    text-indent: -999999px;
    font-size: 0;
    pointer-events: painted;
}
/* ************************************************  
	Sous traitance home page css
************************************************  */
section.sous-traitance{
	background:url(../images/bx-bg.jpg) no-repeat center center fixed;
	background-size:cover;
	color:#fff;
	padding: 30px 0 44px;
	position:relative;
	z-index:1;
}
section.sous-traitance:before{
	content:"";
	position:absolute;
	width:100%;
	height:100%;
	left:0;
	top:0;
	background:rgba(38,46,55,0.8);
	z-index:-1;
}
section.sous-traitance h2 {
    font-family: 'Bebas Neue';
    font-weight: 400;
    font-size: 50px;
    color: #00bff3;
    letter-spacing: 0.02em;
	margin:0 0 23px 0;
	padding:0;
	line-height: 1.1;
}
section.sous-traitance h2:after {
    content: "";
    width: 20px;
    height: 2px;
    background: #00bff3;
    margin: 8px auto 0;
    display: block;
    position: inherit;
    left: auto;
}
section.sous-traitance h2 a{
	text-decoration: none !important;
	color: #00bff3;
}
section.sous-traitance h1 {
    font-family: 'Bebas Neue';
    font-weight: 700;
    font-size: 71px;
    color: #fff;
    margin-bottom: 50px;
    text-transform: uppercase;
}
section.sous-traitance .data-number{
	margin:10px auto 50px;
}
section.sous-traitance .data-number h5{
	font-family: 'Coolvetica Rg';
	font-weight:400;
	font-size: 25px;
	color: #ffffff;
	padding-bottom:18px;
	text-transform:uppercase;
	line-height: 1;
}
section.sous-traitance .data-number h5 span.count{
	color: #00bff3;
	font-size:132px;
}
/* ************************************************  
	Sous traitance home page css
************************************************  */
section.certification{
	padding: 30px 0 22px;
	position:relative;
	z-index:1;
	text-align:center;
}
section.certification h2 {
    font-family: 'Bebas Neue';
    font-weight: 400;
    font-size: 50px;
    color: #2a2f30;
    letter-spacing: 0.02em;
	margin:0 0 23px 0;
	padding:0;
	line-height: 1.1;
}
section.certification h2:after {
    content: "";
    width: 20px;
    height: 2px;
    background: #00bff3;
    margin: 8px auto 0;
    display: block;
    position: inherit;
    left: auto;
}
section.certification .cert-row {
    margin: 0 -5px;
}
section.certification .cert-row>.cert-col {
    width: 20%;
    float: left;
    padding: 0 5px;
	margin-bottom:22px;
}
section.certification img.logo-certifiction {
    max-width: 100%;
    filter: grayscale(1);
    -webkit-filter: grayscale(1);
	-weblkit-transition: filter 0.8s;
    transition: filter 0.8s;
}
section.certification img.logo-certifiction:hover {
    filter: grayscale(0);
    -webkit-filter: grayscale(0);
}
/* ************************************************  
	Sous traitance home page css
************************************************  */
section.zone-times{
	background:url(../images/bg-time-tunisia.jpg) no-repeat center center;
	background-size:cover;
	color:#fff;
	padding: 74px 0 110px;
	position:relative;
	z-index:1;
}
section.zone-times:before{
	content:"";
	position:absolute;
	width:100%;
	height:100%;
	left:0;
	top:0;
	background:rgba(38,46,55,0.5);
	z-index:-1;
}
section.zone-times h2 {
    font-family: 'Bebas Neue';
    font-weight: 400;
    font-size: 50px;
    color: #fff;
    letter-spacing: 0.02em;
	margin:0 0 23px 0;
	padding:0;
	line-height: 1.1;
}
section.zone-times h2:after {
    content: "";
    width: 20px;
    height: 2px;
    background: #00bff3;
    margin: 8px auto 0;
    display: block;
    position: inherit;
    left: auto;
}
section.zone-times .time{
	width:316px;
	height:316px;
	border-radius:50%;
	background:rgba(38,46,55,.71);
	-webkit-box-shadow: 0px 0px 0px 10px #00cdf2;
	box-shadow:         0px 0px 0px 10px #00cdf2;
	margin:50px auto 0;
	display:table;
	    padding: 15px;
}
section.zone-times .time h4{
	display:table-cell;
	vertical-align:middle;
	font-size:66px;
	color:white;
	letter-spacing:0.02em;
	text-transform: uppercase;
	font-family: 'Bebas Neue';
    font-weight: 400;
	line-height: 1.3;
}
section.zone-times .time h4 #clock_tunisia {
	font-size:152%;
	line-height: 1;
}
/* **************************** 
	section contact form css
**************************** */
section.page-contact{
	background:#00bff3;
	color:#fff;
}
section.page-contact h2 {
    color: #fff;
}
section.page-contact h2:after {
   background: #fff;
    margin-left: auto;
    margin-right: auto;
}
section.page-contact h6{
	font-family: 'Titillium Web';
	font-weight:700;
	font-size: 20px;
	color: #fff;
	padding:0;
	text-transform:uppercase;
	line-height: 1.5;
}

section.page-contact .form-contact{
	text-align:left;
	margin: 60px auto 20px;
	max-width:1020px;
}

.contactform_thanks {
	opacity: 0;
    padding: 30px 0;
    display: none;
    text-align: center;
}
.contactform_thanks i {
    font-size: 80px;
}
.contactform_thanks .contactform_thanks_text {
    margin-top: 25px;
    font-weight: 600;
    letter-spacing: 0.02em;
    font-size: 20px;
}

.captcha{
	position:relative;
	margin-bottom: 25px;
	padding-bottom: 10px;
}
div#recaptcha {
    display: table;
    margin: auto;
}

span#messageCheckRecaptch {
    font-size: 14px;
    color: #cd180a;
    text-align: center;
    display: table;
    margin: 0 auto;
    position: absolute;
    width: 97%;
    bottom: -12px;
}
input#f_name {
    display: none;
}
/*.grecaptcha-badge {display: none;}*/
/* ************************ 
		footer 
* ************************ */
footer{
	background: #262e37;
	color:#ffffff;
	font-size:16px;
	font-family: 'Titillium Web';
	font-weight:400;
	line-height: 30px;
}
footer a{
	color : #fff;
	text-decoration: none;
}
footer a:hover{
	color: #18c5f4;
	text-decoration:none;
}
footer a.bleu{
	color : #18c5f4;
	text-decoration: none;
}
footer a.bleu:hover{
	color: #fff;
	text-decoration:none;
}
footer span.bleu{
	color: #18c5f4;
}


footer h4{
	font-size: 25px;
	text-transform:uppercase;
	line-height:1.3;
	color:#ffffff;
	font-family: 'Titillium Web';
	margin: 0 0 19px 0;
	font-weight:600;
}
footer h6 {
    color: white;
    font-size: 20px;
    font-weight: 600;
	margin:0;
	padding:0;
}
footer hr{
	border-top-color : #2f3842;
}

footer .msg-email {
    margin-top: -10px;
	font-size: 18px;
	    margin-bottom: 10px;

}
footer .msg-email h6 {
    text-transform: uppercase;
}
footer .msg-phones h6 {
    display: inline-block;
    margin-right: 10px;
    width: 50px;
}
footer .msg-phones span.number {
    white-space: nowrap;
    color: #e154a4;
}
footer .footer1, footer .footer2{
	padding:35px 0 35px;
	border-bottom: 2px solid #2f3842;
}
footer .footer3{
	padding:40px 0 35px;
	color: #bebebe;
	line-height:1;
}
footer .footer3 img.footer-logo {
    display: inline-block;
    max-width: 100%;
    vertical-align: text-bottom;
    margin: 0 8px 0 0;
	width: 171px;
}

footer .social a {
    line-height: 1;
    font-size: 28px;
    margin-right: 2px;
    display: inline-block;
}
/* **********************************************
	page bstgroup css
*************************************************/
.bleu {
    color: #00c1f2;
}
.rose {
    color: #ea124f;
}

/* -- */
.detail-page{
	font-size:40px;
	text-align:center;
}
.detail-page h4{
	font-size:70px;
	font-weight:600;
}
.detail-page .row.equalheight > [class*="col-"]{
	min-height:720px;
}
.detail-page .photo {
    width: 100%;
    height: 100%;
    position: relative;
}
.detail-page .photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.detail-page .photo:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.detail-page .text {
    padding: 30px 6%;
    top: 50%;
    position: absolute;
	-webkit-transform: translateY(-50%);
    transform: translateY(-50%);
	    width: 100%;
}
.detail-aboutus .about01 {
    background: #00c1f2;
    color: #fff;
}
.detail-aboutus .about01 .photo:after {
    background: rgba(0,193,242,0.35);
}

.detail-aboutus .about02 {
    background: #262e37;
    color: #fff;
}
.detail-aboutus .about02 .photo:after {
    background: rgba(38,46,55,0.65);
}

.detail-aboutus .about03 {
    background: #ea124f;
    color: #fff;
}
.detail-aboutus .about03 .photo:after {
    background: rgba(234,18,79,0.29);
}

.detail-aboutus .about04 {
    background: #e8e8e8;
    color: #262e37;
}

.detail-aboutus .about04 .logos-cert {
    width: 100%;
    height: 100%;
    background: #b5ce5e;
    color: white;
    padding: 176px 7% 66px;
}
.detail-aboutus .about04 .logos-cert .cert-row {
    margin: 0 -5px;
}
.detail-aboutus .about04 .logos-cert .cert-row >.cert-col {
    width: 33.3333%;
    float: left;
    padding: 0 5px;
    margin-bottom: 110px;
}
.detail-aboutus .about04 .logos-cert .cert-row >.cert-col img.logo-certifiction {
    max-width: 100%;
}
/* **********************************************
	bst-chiffre css*/
section.bst-chiffre h1{
	margin-top:0;
}
section.bst-chiffre .data-number {
    margin: 46px auto 0;
}

/* **********************************************
	page Job css
*************************************************/
section.page-jobs h1 {
    font-weight: 600;
    font-size: 76px;
    line-height: 1;
    max-width: 1200px;
    margin: 0 auto 20px;
}

section.jobs-wapper .block_jobs a.postuler {
    text-decoration: none !important;
    margin-top: 10px;
    display: inline-block;
}
section.jobs-wapper .block_jobs a.postuler:hover{
	color:black;
}

section.jobs-wapper{
	color:#262e37;
	font-size:35px;
	text-align:left;
	padding: 0 0 25px !important;
}
section.jobs-wapper h3{
	font-size:50px;
	margin:0 0 22px 0;
	padding:0;
}
section.jobs-wapper .block_detaille {
    margin: 0 auto 45px;
	/*display: flex;
    flex-wrap: wrap;*/
	    clear: both;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
section.jobs-wapper .detaille_txt {
    /*flex-direction: column;*/
	float:right;
    width: calc(100% - 230px);
}
section.jobs-wapper .icon_detaille {
    width: 163px;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: contain;
    /*flex-direction: column;*/
	float:left;
    margin: 15px 56px 0 0;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
/* ****** icon de block jobs ********** */
section.jobs-wapper .icon_community_managers{
	background-image:url(../images/icon-communty-manager.png);
	height: 124px;
}
section.jobs-wapper .icon_manager_sea{
	background-image:url(../images/icon-account-manager.png);
	height: 129px;
}
section.jobs-wapper .icon_ux_designer{
	background-image:url(../images/icon-ux-designer.png);
	height: 105px;
}
section.jobs-wapper .icon_web_designer{
	background-image:url(../images/icon-web-designer.png);
	height: 107px;
}
section.jobs-wapper .icon_web_developer{
	background-image:url(../images/icin-senior-wD.png);
	height: 149px;
}

/* **************** */
section.jobs-wapper .block_detaille:hover {
    -moz-transform: translateY(-10px);
	-webkit-transform: translateY(-10px);
	-o-transform: translateY(-10px);
	-ms-transform: translateY(-10px);
	transform: translateY(-10px);
	
}
section.jobs-wapper .block_detaille:hover .icon_detaille{
	-webkit-animation: headShake 10s infinite;
    -moz-animation: headShake 10s infinite;
    animation: headShake 10s infinite;
}

section.jobs-wapper .block_detaille a.postuler {
    text-decoration: none !important;
    border-bottom: 1px solid;
    line-height: 1.1;
    display: inline-block;
	color: #00bff3 !important;
}
section.jobs-wapper .block_detaille a.postuler:hover{
	border-bottom-color: transparent;
}
/* *********************************** */
.no-margin{
	margin:0 !important;
}
.no-padding{
	padding:0 !important;
}

.row.equalheight {
  /*   display: -webkit-box;
    display: -webkit-flex;
    display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;*/
}
.row.equalheight > [class*="col-"] {
   /*-webkit-flex-direction: column;
        flex-direction: column;*/
}
/* **********************************************
	services page css
*************************************************/
body.page-services{
	background:#e8e8e8;
}
.detail-services .serv {
    position: relative;
	width: 100%;
	overflow:hidden;
}
.detail-services .serv01, .detail-services .serv03, .detail-services .serv05, .detail-services .serv06 {
    height: 50%;
}
.detail-services .serv02, .detail-services .serv04{
	height: 100%;
}

.detail-services .serv .imgService {
    width: 100%;
    height: 100%;
    position: relative;
}
.detail-services .serv .imgService img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: grayscale(1);
    -webkit-filter: grayscale(1);
    -weblkit-transition: filter 0.8s, transform 1s;
    transition: filter 0.8s, transform 1s;
}
.detail-services .serv .imgService:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
	opacity:0.75;
}
.detail-services .serv01 .imgService:after {
	background:#915ede;
}
.detail-services .serv02 .imgService:after {
	background:#00c1f2;
}
.detail-services .serv03 .imgService:after {
	background:#b1d043;
}
.detail-services .serv04 .imgService:after {
	background:#ea124f;
}
.detail-services .serv05 .imgService:after {
	background:#262e37;
}
.detail-services .serv06 .imgService:after {
	background:#ffae00;
}

.detail-services .serv h4 {
    position: absolute;
    padding: 0 10px;
    top: 50%;
    z-index: 3;
    color: #fff;
    font-family: 'Titillium Web', Arial;
    font-weight: 600;
    left: 0;
    right: 0;
    font-size: 76px;
    line-height: 1;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
	text-transform:uppercase;
}
.detail-services .serv h4 small{
	font-size:0.8em;
	color:white;
	font-family: 'Titillium Web', Arial;
    font-weight: 600;
	 line-height: 0.8;
}
.detail-services .serv a.liens {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    cursor: pointer;
    z-index: 10;
    text-indent: -999999px;
    font-size: 0;
}
.detail-services .serv:hover .imgService img {
    filter: grayscale(0);
    -webkit-filter: grayscale(0);
	-webkit-transform:scale(1.1);
	transform:scale(1.1);
}
/* **********************************************
	services01 page css
*************************************************/
section.theme-violet h2:after {
    background: #915ede;
}
section.theme-vert h2:after {
    background: #b1d043;
}
section.theme-rose h2:after {
    background: #ea124f;
}
section.theme-marine h2:after {
    background: #262e37;
}
section.theme-jaune h2:after {
    background: #ffae00;
}
section.page-sous-services h1 {
    font-weight: 600;
    font-size: 76px;
    color: #262e37;
    margin-bottom: 10px;
	line-height:1;
}
section.page-sous-services h5{
	color:#262e37;
	font-size:40px;
	font-weight:400;
	margin-left:auto;
	margin-right:auto;
	max-width:1250px;
}
section.page-sous-services h5.slogan{
	font-weight:600;
	text-transform:uppercase;
}

section.page-sous-services .lesicons {
    margin: 80px auto;
}
section.page-sous-services .lesicons h6 {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 25px;
    color: #262e37;
	line-height: 1.1;
}
section.page-sous-services .lesicons .services_icon{
	width:156px;
	height:140px;
	margin:0 auto;
	background-repeat:no-repeat;
	background-position:center bottom;
	background-size:contain !important;
}
section.page-service01 .lesicons .services_b1 .services_icon{
	background-image:url(../images/lesservices/icon-design.png);
}
section.page-service01 .lesicons .services_b2 .services_icon{
	background-image:url(../images/lesservices/icon-developer.png);
}
section.page-service01 .lesicons .services_b3 .services_icon{
	background-image:url(../images/lesservices/icon-inter-design.png);
}
section.page-service01 .lesicons .services_b4 .services_icon{
	background-image:url(../images/lesservices/icon-wordpress.png);
}
section.page-service01 .lesicons .services_b5 .services_icon{
	background-image:url(../images/lesservices/icon-qa.png);
}
section.page-service01 .lesicons .services_b6 .services_icon{
	background-image:url(../images/lesservices/icon-php.png);
}
section.page-service01 .lesicons .services_b7 .services_icon{
	background-image:url(../images/lesservices/icon-graphic.png);
}
section.page-service01 .lesicons .services_b8 .services_icon{
	background-image:url(../images/lesservices/icon-data-lab.png);
}
/* -- */
section.page-service02 .lesicons .services_b1 .services_icon{
	background-image:url(../images/lesservices/icon-ui-design.png);
}
section.page-service02 .lesicons .services_b2 .services_icon{
	background-image:url(../images/lesservices/icon-jquery.png);
}
section.page-service02 .lesicons .services_b3 .services_icon{
	background-image:url(../images/lesservices/icon-word-ecommerce.png);
}
section.page-service02 .lesicons .services_b4 .services_icon{
	background-image:url(../images/lesservices/icon-word-resp.png);
}
section.page-service02 .lesicons .services_b5 .services_icon{
	background-image:url(../images/lesservices/icon-htm5-web.png);
}
section.page-service02 .lesicons .services_b6 .services_icon{
	background-image:url(../images/lesservices/icon-program.png);
}
section.page-service02 .lesicons .services_b7 .services_icon{
	background-image:url(../images/lesservices/icon-landing.png);
}
section.page-service02 .lesicons .services_b8 .services_icon{
	background-image:url(../images/lesservices/icon-virtaul.png);
}
/* -- */
/* -- */
section.page-service03 .lesicons .services_b1 .services_icon{
	background-image:url(../images/lesservices/icon-flite-banners.png);
}
section.page-service03 .lesicons .services_b2 .services_icon{
	background-image:url(../images/lesservices/icon-mobile-banner.png);
}
section.page-service03 .lesicons .services_b3 .services_icon{
	background-image:url(../images/lesservices/icon-email-marketing.png);
}
section.page-service03 .lesicons .services_b4 .services_icon{
	background-image:url(../images/lesservices/icon-compaign.png);
}
section.page-service03 .lesicons .services_b5 .services_icon{
	background-image:url(../images/lesservices/icon-video-ads.png);
}
section.page-service03 .lesicons .services_b6 .services_icon{
	background-image:url(../images/lesservices/icon-social-ads.png);
}
section.page-service03 .lesicons .services_b7 .services_icon{
	background-image:url(../images/lesservices/icon-search-ads.png);
}
section.page-service03 .lesicons .services_b8 .services_icon{
	background-image:url(../images/lesservices/icon-html5-2.png);
}
/* -- */
section.page-service04 .lesicons .services_b1 .services_icon{
	background-image:url(../images/lesservices/icon-vectorization.png);
}
section.page-service04 .lesicons .services_b2 .services_icon{
	background-image:url(../images/lesservices/icon-template.png);
}
section.page-service04 .lesicons .services_b3 .services_icon{
	background-image:url(../images/lesservices/icon-onfographics.png);
}
section.page-service04 .lesicons .services_b4 .services_icon{
	background-image:url(../images/lesservices/icon-photo-proc.png);
}
section.page-service04 .lesicons .services_b5 .services_icon{
	background-image:url(../images/lesservices/icon-social-media-assets.png);
}
section.page-service04 .lesicons .services_b6 .services_icon{
	background-image:url(../images/lesservices/icon-logo-design.png);
}
section.page-service04 .lesicons .services_b7 .services_icon{
	background-image:url(../images/lesservices/icon-design-2.png);
}
section.page-service04 .lesicons .services_b8 .services_icon{
	background-image:url(../images/lesservices/icon-high-volume.png);
}
/*----*/
/* -- */
section.page-service05 .lesicons .services_b1 .services_icon{
	background-image:url(../images/lesservices/icon-images.png);
}
section.page-service05 .lesicons .services_b2 .services_icon{
	background-image:url(../images/lesservices/icon-regional-web.png);
}
section.page-service05 .lesicons .services_b3 .services_icon{
	background-image:url(../images/lesservices/icon-banner.png);
}
section.page-service05 .lesicons .services_b4 .services_icon{
	background-image:url(../images/lesservices/icon-pdf.png);
}
section.page-service05 .lesicons .services_b5 .services_icon{
	background-image:url(../images/lesservices/icon-social-assets.png);
}
section.page-service05 .lesicons .services_b6 .services_icon{
	background-image:url(../images/lesservices/icon-mobile-apps.png);
}
section.page-service05 .lesicons .services_b7 .services_icon{
	background-image:url(../images/lesservices/icon-online-compaign.png);
}
section.page-service05 .lesicons .services_b8 .services_icon{
	background-image:url(../images/lesservices/icon-blogs.png);
}
/*----*/
/* -- */
section.page-service06 .lesicons .services_b1 .services_icon{
	background-image:url(../images/lesservices/icon-collection.png);
}
section.page-service06 .lesicons .services_b2 .services_icon{
	background-image:url(../images/lesservices/icon-categorization.png);
}
section.page-service06 .lesicons .services_b3 .services_icon{
	background-image:url(../images/lesservices/icon-ob-detection.png);
}
section.page-service06 .lesicons .services_b4 .services_icon{
	background-image:url(../images/lesservices/icon-semantic.png);
}
section.page-service06 .lesicons .services_b5 .services_icon{
	background-image:url(../images/lesservices/icon-texte.png);
}
section.page-service06 .lesicons .services_b6 .services_icon{
	background-image:url(../images/lesservices/icon-transcription.png);
}
/*----*/
section.page-sous-services .services_b1, section.page-sous-services .services_b2, section.page-sous-services .services_b3, section.page-sous-services .services_b4{
	margin-bottom:90px
}

.detail-sous-serv ul{
	text-align:left;
	list-style: none;
	padding: 0;
	margin: 0;
}
.detail-sous-serv ul li{
    position: relative;
    padding-left: 54px;
	margin-bottom:60px;
}
.detail-sous-serv ul li:last-child{
	margin-bottom:0;
}
.detail-sous-serv ul li:before {
	content:"";
	width:40px;
	height:40px;
    position: absolute;
    left: 0;
	top:6px;
    color: #fff;
    line-height: 1.8;
	background:url(../images/puce01.png) no-repeat left center;
	background-size:contain;
}
.detail-sous-serv .sous-serv01{
	background: #b5ce5e;
    color: #fff;
}
.detail-sous-serv .sous-serv01 .photo:after {
    background: rgba(181,206,94,0.25);
}

.detail-sous-serv .sous-serv02{
	background: #262e37;
    color: #fff;
}
.detail-sous-serv .sous-serv02.row.equalheight > [class*="col-"] {
    min-height: 800px !important;
}
.lang-fr .detail-sous-serv .sous-serv02.row.equalheight > [class*="col-"] {
    min-height: 900px !important;
}
.detail-sous-serv .sous-serv02 .photo:after {
    background: rgba(38,46,55,0.65);
}

.detail-sous-serv .sous-serv03{
	background: #ea124f;
    color: #fff;
}
.detail-sous-serv .sous-serv03 .photo:after {
    background: rgba(234,18,79,0.29);
}

/* ---- */
.sliderService .owl-work{
	margin-top:60px;
	text-align:center;
	    margin-bottom: 30px;
}
.sliderService .owl-work .owl-item>div {
    white-space: nowrap;
    width: 100%;
    display: table;
    padding: 0 5%;
}
.sliderService .owl-work .owl-item>div span {
    display: table-cell;
    vertical-align: bottom;
    text-align: center;
    padding: 0 35px;
}
.sliderService .owl-work .owl-item>div img {
    display: inline-block;
    width: auto;
    max-width: 100%;
    vertical-align: bottom;
}
.sliderService .owl-work .owl-nav {
    position: absolute;
    top: 50%;
	-webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
    font-size: 56px;
    line-height: 1;
}
.sliderService .owl-work .owl-nav button.owl-prev {
    position: absolute;
    left: 2%;
	color:#00bff3;
	-webkit-transition: all .4s ease;
    transition: all .4s ease;
}
.sliderService .owl-work .owl-nav button.owl-prev:after {
    content: "\f053";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

.sliderService .owl-work .owl-nav button.owl-next {
    position: absolute;
    right: 2%;
	color:#00bff3;
	-webkit-transition: all .4s ease;
    transition: all .4s ease;
}
.sliderService .owl-work .owl-nav button.owl-next:after {
    content: "\f054";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}
.sliderService .owl-work .owl-nav button>span{
	display:none;
}
.sliderService .owl-work .owl-nav button.owl-prev:hover, .sliderService .owl-work .owl-nav button.owl-next:hover{
	color:#262e37 !important;
}

section.theme-vert .sliderService .owl-work .owl-nav button.owl-next, section.theme-vert .sliderService .owl-work .owl-nav button.owl-prev{
    color: #b1d043;
}
section.theme-rose .sliderService .owl-work .owl-nav button.owl-next, section.theme-rose .sliderService .owl-work .owl-nav button.owl-prev{
    color: #ea124f;
}

/* -- */
section.page-service06 .lesicons {
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
}
section.page-service06 .lesicons h5 {
    text-transform: none;
}
section.page-service06 .detaildata .detaildata_block{
	margin:0 auto 30px;
	display:block;
	max-width:420px;
}
section.page-service06 .detaildata .detaildata_block img{
	width:100%;
	height:auto;
	border-radius: 8px;
}
section.page-service06 .detaildata h6 {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 25px;
    color: #262e37;
    line-height: 1.1;
	padding:0;
	margin:12px 0 15px;
}
/* **********************************************
	Outsourcing css
*************************************************/
section.theme-ciel h2:after {
    background: #03cec2;
}
section.page-outsourcing .lesicons .services_b1 .services_icon{
	background-image:url(../images/soustraitance/icon-design.png);
}
section.page-outsourcing .lesicons .services_b2 .services_icon{
	background-image:url(../images/soustraitance/icon-developer.png);
}
section.page-outsourcing .lesicons .services_b3 .services_icon{
	background-image:url(../images/soustraitance/icon-inter-design.png);
}
section.page-outsourcing .lesicons .services_b4 .services_icon{
	background-image:url(../images/soustraitance/icon-wordpress.png);
}
section.page-outsourcing .lesicons .services_b5 .services_icon{
	background-image:url(../images/soustraitance/icon-qa.png);
}
section.page-outsourcing .lesicons .services_b6 .services_icon{
	background-image:url(../images/soustraitance/icon-php.png);
}
section.page-outsourcing .lesicons .services_b7 .services_icon{
	background-image:url(../images/soustraitance/icon-graphic.png);
}
section.page-outsourcing .lesicons .services_b8 .services_icon{
	background-image:url(../images/soustraitance/icon-data-lab.png);
}

.detail-sous-trait .sous-trait01{
	background: #de3974;
    color: #fff;
}
.detail-sous-trait .sous-trait01 .photo:after {
    background: rgba(222,57,94,0.35);
}

.detail-sous-trait .sous-trait02{
	background: #03cec2;
    color: #fff;
}
.detail-sous-trait .sous-trait02.row.equalheight > [class*="col-"] {
    min-height: 800px !important;
}
.lang-fr .detail-sous-trait .sous-trait02.row.equalheight > [class*="col-"] {
    min-height: 900px !important;
}
.detail-sous-trait .sous-trait02 .photo:after {
    background: rgba(3,206,194,0.35);
}

.detail-sous-trait .sous-trait03{
	background: #adc707;
    color: #fff;
}
.detail-sous-trait .sous-trait03 .photo:after {
    background: rgba(173,199,7,0.29);
}
/* **********************************************
	page why tunisie css
*************************************************/
.detail-latunisie .latunisie01{
	background:#00c1f2;
	color:white;
}
.detail-latunisie .latunisie02{
	background:#e8e8e8;
}
.detail-latunisie .latunisie03{
	background:#ea124f;
	color:white;
}
.detail-latunisie h4{
	margin-bottom:34px;
	text-transform:uppercase;
}

/* **********************************************
	page contact css
*************************************************/
.page-bstcontact .coordonnees {
    padding-top: 20px;
}
.page-bstcontact .contacts-info-img {
    width: 100%;
    max-width: 160px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.page-bstcontact .contacts-info-img a{
}
.page-bstcontact .contacts-info-img img{
	height:auto;
	width:100%;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-webkit-filter: grayscale(0) blur(0);
	filter: grayscale(0) blur(0);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.page-bstcontact .contacts-info-img a:hover img {
	-webkit-filter: grayscale(50%) blur(1px);
	filter: grayscale(50%) blur(1px);
}

.page-bstcontact .contacts-info-address {
    padding: 36px 0 0;
}

.maps{
	min-height: 542px;
    position: relative;
}
.maps #mapTunis, .maps #mapSfax{
	height:100%;
	width:100%;
	min-height: 542px;
	position:absolute !important;
	left:0;
	bottom:0;
	right:0;
	left:0;
}
.maps #mapSfax{
	z-index: -1;
}

section.page-contact.page-white {
    background: white;
    color: #1f2324;
}
section.page-contact.page-white h2, section.page-contact.page-white h6{
	color: #00bff3;
}
section.page-contact.page-white h2:after {
    background: #00bff3;
}


/* **********************************************
	responsive css
*************************************************/
@media only screen and (max-width : 1479px) {
	.detail-services .serv h4{
		font-size: 66px;
	}
	
	.detail-sous-serv ul li{
		margin-bottom: 38px;
	}
	.detail-page h4 {
		font-size: 62px;
	}
}
@media only screen and (max-width : 1359px) {
	header nav#navigation .sf-menu{
		/*margin-right:0;*/
	}
	#navigation .sf-menu li{
		margin: 0 10px;
	}
	/* -- */
	section.page-light {
		font-size: 36px;
	}
	.detail-page .text{
		padding: 30px 5%;
	}
	.detail-page h4 {
		font-size: 60px;
		line-height: 1.14;
	}
	.detail-page {
		font-size: 36px;
	}
	/*--*/
	.detail-services .serv h4 {
		font-size: 58px;
	}
	/* -- */
	section.jobs-wapper h3 {
		font-size: 44px;
		margin: 0 0 18px 0;
		padding: 0;
	}
	section.jobs-wapper{
		font-size: 30px;
	}
	section.jobs-wapper .icon_detaille{
		margin: 15px 40px 0 0;
	}
	section.jobs-wapper .icon_detaille{
		margin: 15px 40px 0 0;
	}
	section.jobs-wapper .detaille_txt {
		width: calc(100% - 214px);
	}
}
@media only screen and (max-width : 1199px) {
	.logo{
		margin-right: -10px;
	}
	/* navigation */
	header nav#navigation .sf-menu{
		/*margin-right: -30px;*/
	}
	#navigation .sf-menu li {
		margin: 0 3px;
	}
	#navigation .sf-menu a{
		padding: 8px;
	}
	header nav#navigation ul.language{
		right: -8px;
	}
	header nav#navigation ul.language li{
		margin: 0 2px;
	}
	/* h1 et h3 header */
	header h1{
		font-size: 64px;
	}
	header h3{
		font-size: 49px;
	}
	/* -- */
	section.services .content-service {
		padding: 0 10px;
	}
	section.services .content2 {
		max-width: 992px;
	}
	.content-service .service{
		max-width: 294px;
		height: 294px;
	}
	.content-service .service .inner-svr{
		-webkit-transform-origin: 147px 147px -147px;
		transform-origin: 147px 147px -147px;
	}
	
	/* main */
	section.secion-page h1{
		font-size: 61px;
	}
	
	/* sous traitance home page */
	section.sous-traitance .data-number h5{
		font-size: 22px;
	}
	section.sous-traitance .data-number h5 span.count{
		font-size: 116px;
	}
	
	/* footer */
	footer h4 {
    	font-size: 24px;
	}
	
	/* bouton */
	.btn-savoir{
		font-size: 20px;
	}
	
	/* page interne */
	section.page-light {
		font-size: 30px;
	}
	.detail-page {
		font-size: 30px;
	}
	.detail-page .text {
		padding: 25px;
	}
	.detail-page h4 {
		font-size: 50px;
	}
	.detail-page .row.equalheight > [class*="col-"] {
		min-height: 600px;
	}
	/* -- */
	.detail-services .serv h4 {
		font-size: 50px;
	}
	
	/* -- */
	section.page-sous-services .lesicons h6, section.page-service06 .detaildata h6{
		font-size: 23px;
	}
	section.page-sous-services h5{
		font-size: 37px;
	}
	.detail-sous-serv .sous-serv02.row.equalheight > [class*="col-"], .detail-sous-trait .sous-trait02.row.equalheight > [class*="col-"] {
		min-height: 760px !important;
	}
	.lang-fr .detail-sous-serv .sous-serv02.row.equalheight > [class*="col-"], .lang-fr .detail-sous-trait .sous-trait02.row.equalheight > [class*="col-"] {
		min-height: 860px !important;
	}
	/* -- */
	.sliderService .owl-work .owl-nav button.owl-prev{
		left: 1%;
	}
	.sliderService .owl-work .owl-nav button.owl-next{
		right: 1%;
	}
	.sliderService .owl-work .owl-nav{
		font-size: 48px;
	}
	.sliderService .owl-work .owl-item > div{
		padding: 0 4%;
	}
	.sliderService .owl-work .owl-item > div span{
		padding: 0 25px;
	}
	
	section.page-service06 .lesicons{
		font-size: 18px;
	}
	
	
	section.page-dark {
		font-size: 22px;
	}
}
@media only screen and (max-width : 991px) {
	/*navigation */
	body:not(.menu-active)>.navbar-header {
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		z-index: 33333;
		-webkit-transition: all 0.65s ease;
		  -moz-transition: all 0.65s ease;
		  -o-transition: all 0.65s ease;
		  -ms-transition: all 0.65s ease;
		  transition: all 0.65s ease;
	}

	.navbar-header:before {
	  opacity: 0.7;
	  position:absolute;
	  z-index: 0;
	  background-color: #262e37;
	  height: 70px;
	  left: 0;
	  right:0;
	  top: 0;
	  width:100%;
	  -webkit-transition: all 0.65s ease;
	  -moz-transition: all 0.65s ease;
	  -o-transition: all 0.65s ease;
	  -ms-transition: all 0.65s ease;
	  transition: all 0.65s ease;
	  -webkit-transition: background-color 0 linear;
	  -moz-transition: background-color 0 linear;
	  -o-transition: background-color 0 linear;
	  -ms-transition: background-color 0 linear;
	  transition: background-color 0 linear; 
	}
	body.menu-active>.navbar-header:before{
		opacity: 0;
	}
	body.ba-hide-sticky-menu:not(.menu-active)>.navbar-header  {
	  -webkit-transform: translate(0, -100px);
	  -moz-transform: translate(0, -100px);
	  -o-transform: translate(0, -100px);
	  -ms-transform: translate(0, -100px);
	  transform: translate(0, -100px);
	  -webkit-transition: all 0.65s ease;
	  -moz-transition: all 0.65s ease;
	  -o-transition: all 0.65s ease;
	  -ms-transition: all 0.65s ease;
	  transition: all 0.65s ease; 
	 }
	
	/* h1 et h3 header */
	header .content, header .content2, header .content3{
		margin-top:20px;
	}
	header h1{
		font-size: 55px;
	}
	header h3{
		font-size: 40px;
	}
	header .btn-savoir {
    	margin-top: 30px;
	}
	.btn-savoir {
		line-height: 24px;
		font-size: 17px;
		padding: 17px 20px;
	}
	header h6 {
		font-size: 17px;
		margin: 3vh 0 0;
	}
	header .play-icone, header .pause-icone{
		font-size: 18px;
		margin-top: 6vh;
	}
	.header-scroll-arrow{
		bottom: 2.8vh;
		
	}
	section.services h2{
		font-size: 42px;
	}
	section.services .content2 {
		max-width: 680px;
	}
	.content-service .svr01, .content-service .svr02, .content-service .svr03, .content-service .svr04 {
		margin-bottom: 25px;
	}
	/* main */
	section.secion-page{
		padding: 30px 0;
	}
	section.secion-page h2 {
		font-size: 42px;
	}
	section.secion-page h1{
		font-size: 51px;
	}
	/* sous traitance home page */
	section.sous-traitance .data-number {
		margin: 10px auto 30px;
	}
	section.sous-traitance .data-number h5{
		font-size: 20px;
	}
	section.sous-traitance .data-number h5 span.count{
		font-size: 100px;
	}
	/* time home */
	section.zone-times{
		padding: 64px 0 90px;
	}
	section.zone-times .time {
    	width: 290px;
    	height: 290px;
	}
	section.zone-times .time h4{
		font-size: 58px;
	}
	/* section contact */
	section.page-contact .form-contact{
		margin: 30px auto 20px;
	}
	section.page-contact h6{
		font-size: 17px;
	}
	.input-field button.submit{
		font-size: 17px !important;
	}
	/* footer */
	footer h4 {
		font-size: 22px;
		margin: 0 0 15px 0;
	}
	footer h6{
		font-size: 18px;
	}
	footer .msg-email {
		margin-top: 0;
		font-size: 1em;
	}
	footer .footer3 img.footer-logo {
		display: block;
		margin: 0 0 8px 0;
	}
	
	/* -- */
	section.page-light {
		font-size: 24px;
	}
	.detail-page {
		font-size: 24px;
	}
	.detail-page .text {
		padding: 15px;
	}
	.detail-page h4 {
		font-size: 36px;
	}
	.detail-page .row.equalheight > [class*="col-"] {
		min-height: 500px;
	}
	/*-- */
	.detail-aboutus .about04 .logos-cert .cert-row > .cert-col{
		margin-bottom: 50px;
	}
	/* -- */
	.detail-services .serv h4 {
		font-size: 38px;
	}
	/* -- */
	.detail-latunisie h4 {
    margin-bottom: 20px;
	}
	
	/* -- */
	section.page-sous-services h5 {
		font-size: 32px;
	}
	section.page-sous-services .lesicons {
		margin: 50px auto;
	}
	section.page-sous-services .services_b1, section.page-sous-services .services_b2,
	section.page-sous-services .services_b3, section.page-sous-services .services_b4,
	section.page-sous-services .services_b5, section.page-sous-services .services_b6 {
		margin-bottom: 60px;
	}
	
	.detail-sous-serv ul li {
		margin-bottom: 30px;
	}
	.detail-sous-serv .sous-serv02.row.equalheight > [class*="col-"], .detail-sous-trait .sous-trait02.row.equalheight > [class*="col-"] {
		min-height: 610px !important;
	}
	.lang-fr .detail-sous-serv .sous-serv02.row.equalheight > [class*="col-"], .lang-fr .detail-sous-trait .sous-trait02.row.equalheight > [class*="col-"]  {
		min-height: 710px !important;
	}
	section.page-sous-services .lesicons h6, section.page-service06 .detaildata h6 {
		font-size: 21px;
	}
	/* -- */
	.sliderService .owl-work .owl-nav button.owl-prev{
		left: 0;
	}
	.sliderService .owl-work .owl-nav button.owl-next{
		right: 0;
	}
	.sliderService .owl-work .owl-nav{
		font-size: 36px;
	}
	.sliderService .owl-work .owl-item > div{
		padding: 0 28px;
	}
	.sliderService .owl-work .owl-item > div span{
		padding: 0 15px;
	}
	
	section.page-service06 .lesicons {
		font-size: 16px;
	}
	
	/* --- */
	section.jobs-wapper .icon_detaille{
		width: 162px;
	}
	section.jobs-wapper .detaille_txt {
		width: calc(100% - 202px);
	}
	section.jobs-wapper h3 {
		font-size: 38px;
		margin: 0 0 12px 0;
		padding: 0;
	}
	section.jobs-wapper {
		font-size: 25px;
	}
	
	section.page-dark {
		font-size: 20px;
	}
}
@media only screen and (max-width : 767px) {
	/* h1 et h3 header */
	header h1{
		font-size: 42px;
	}
	header h3{
		font-size: 32px;
	}
	header h6 {
		font-size: 16px;
		line-height: 1.4;
		margin: 2vh 0 0;
	}
	header .btn-savoir {
    	margin-top: 20px;
	}
	header .play-icone, header .pause-icone{
		font-size: 17px;
		margin-top: 4vh;
	}
	.header-scroll-arrow {
		bottom: 2.4vh;
	}
	/* service home page */
	section.services h2 {
		font-size: 34px;
	}
	.content-service .svr01, .content-service .svr02, .content-service .svr03, .content-service .svr04, .content-service .svr05 {
		margin-bottom: 15px;
	}
	.content-service .service h4{
		font-size: 26px;
	}
	/* main */
	section.secion-page h2 {
		font-size: 32px;
	}
	section.secion-page h1{
		font-size: 44px;
		margin-bottom: 10px;
	}
	/* sous traitance home page*/
	section.sous-traitance .data-number {
		margin: 20px auto 20px;
	}
	section.sous-traitance .data-number h5{
		font-size: 18px;
	}
	section.sous-traitance .data-number h5 span.count{
		font-size: 90px;
	}
	/* -- */
	section.certification .cert-row > .cert-col{
		width: 25%;
	}
	/* -- */
	section.zone-times .time {
		width: 250px;
		height: 250px;
	}
	section.zone-times .time h4 {
		font-size: 50px;
	}
	/* section contact */
	section.page-contact h6 {
		font-size: 16px;
	}
	section.page-contact .form-contact{
		margin: 20px auto 20px;
	}
	.input-field label{
		font-size: 17px !important;
	}
	input:not([type]), input[type="text"], input[type="password"], input[type="email"], input[type="url"], input[type="time"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="tel"], input[type="number"], input[type="search"], textarea.materialize-textarea{
		font-size: 17px !important;
	}
	/* footer */
	footer{
		line-height: 27px;
	}
	footer h4 {
    	font-size: 20px;
		margin: 0 0 10px 0;
	}
	footer .footer1, footer .footer2 {
    	padding: 25px 0 25px;
	}
	footer h6 {
		font-size: 17px;
	}
	footer hr {
		margin-top: 15px;
		margin-bottom: 15px;
	}
	footer .social {
		margin-top: 25px;
	}
	
	/* bouton */
	.btn-savoir{
		font-size: 17px;
		padding: 12px 15px;
		border-width: 4px;
	}
	h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6{
		line-height: 1.12;
	}
	
	/* ************************** */
	.row.equalheight {
		display: block;
		/*flex-wrap: initial;*/
	}
	section.page-light, .detail-page {
		font-size: 20px;
	}
	.detail-page .row.equalheight {
		min-height: inherit;
	}
	.row.equalheight > [class*="col-"] {
		/*flex-direction:inherit ;*/
		min-height: inherit !important;
		min-height: auto !important;
		height: inherit !important;
		height: auto !important;
	}
	.detail-sous-serv .sous-serv02.row.equalheight > [class*="col-"], .detail-sous-trait .sous-trait02.row.equalheight > [class*="col-"] {
		min-height: inherit !important;
		min-height: auto !important;
		height: inherit !important;
		height: auto !important;
	}
	.lang-fr .detail-sous-serv .sous-serv02.row.equalheight > [class*="col-"], .lang-fr .detail-sous-trait .sous-trait02.row.equalheight > [class*="col-"]  {
		min-height: inherit !important;
		min-height: auto !important;
		height: inherit !important;
		height: auto !important;
	}
	.detail-page .photo{
		height: auto;
		max-height: 500px;
	}
	.detail-page .photo img{
		max-height: 500px;
	}
	.detail-page .text {
		padding: 15px;
		top: inherit;
		position: relative;
		-webkit-transform: translateY(0);
		transform: translateY(0);
		width: 100%;
	}
	.detail-aboutus .about04 .logos-cert{
		padding: 40px 15px 25px;
	}
	.detail-aboutus .about04 .logos-cert .cert-row > .cert-col {
		margin-bottom: 20px;
	}
	.detail-page h4 {
		font-size: 30px;
	}
	/*---*/
	.detail-services .serv h4 {
		font-size: 34px;
	}
	.detail-services .serv01, .detail-services .serv03, .detail-services .serv05, .detail-services .serv06 {
		height: auto;
	}
	.detail-services .serv02, .detail-services .serv04 {
		height: auto;
		max-height: 500px;
	}
	.detail-services .serv01, .detail-services .serv03, .detail-services .serv05, .detail-services .serv06 {
		height: auto;
		max-height: 250px;
	}
	/* page contact */
	.page-bstcontact .coordonnees {
		padding-top: 15px;
	}
	.page-bstcontact .contacts-info-address {
		padding: 16px 0 0;
	}
	.page-bstcontact .contacts-info-1 {
		padding-bottom: 10px;
		margin-bottom: 20px;
		border-bottom: 1px solid rgba(255,255,255,0.24);
	}
	.maps, .maps #mapTunis, .maps #mapSfax{
		min-height: 422px;
	}
	
	/* -- */
	section.page-sous-services h5 {
		font-size: 24px;
	}
	section.page-sous-services .lesicons h6, section.page-service06 .detaildata h6 {
		font-size: 20px;
	}
	.detail-sous-serv ul li::before{
		width: 30px;
		height: 30px;
		top:2px;
	}
	.detail-sous-serv ul li {
		margin-bottom: 20px;
		padding-left: 44px;
	}
	
	/* -- */
	.sliderService .owl-work {
		margin-top: 30px;
		margin-bottom: 10px;
	}
	.sliderService .owl-work .owl-nav{
		font-size: 28px;
	}
	.sliderService .owl-work .owl-item > div{
		padding: 0 20px;
	}
	.sliderService .owl-work .owl-item > div span{
		padding: 0 10px;
	}
	
	section.page-service06 .lesicons {
		font-size: 15px;
	}
	section.page-service06 .services_b1, section.page-service06 .services_b2, section.page-service06 .services_b3, section.page-service06 .services_b4, section.page-service06 .services_b5 {
		margin-bottom: 25px;
	}
	section.page-service06 .services_b6{
		margin-bottom: 25px;
	}
	
	/* -- */
	section.page-jobs h1 {
		font-size: 36px;
	}
	section.jobs-wapper .icon_detaille {
		width: 122px;
		margin: 15px 20px 0 0;
	}
	section.jobs-wapper .detaille_txt {
		width: calc(100% - 142px);
	}
	section.jobs-wapper {
		font-size: 18px;
	}
	section.jobs-wapper h3 {
		font-size: 28px;
		margin: 0 0 10px 0;
		padding: 0;
	}
	section.jobs-wapper .block_detaille{
		margin: 0 auto 35px;
	}
	
	section.page-dark {
		font-size: 18px;
	}
}
@media only screen and (max-width : 620px) {
	.sliderService .owl-work .owl-item > div span {
		display: block;
		vertical-align: middle;
		margin: 0 auto 15px;
		max-width: 86%;
	}
	.sliderService .owl-work {
		margin-top: 25px;
		margin-bottom: 0;
	}
}
@media only screen and (max-width : 480px) {
	body{
		font-size: 16px;
	}
	/* nav */
	body > .overlay ul{
		font-size: 20px;
		margin: 56px auto 30px;
	}
	body > .overlay ul li{
		margin: 5px 0;
	}
	body > .overlay ul li a{
		padding: 6px 0;
	}
	body > .navbar-header > .logo{
		width: 50px;
	}
	body > .navbar-header > .badgeBST {
		left: 72px;
		width: 36px;
	}
	.navbar-header::before{
		height: 66px;
	}
	/* header */
	header h1 {
		font-size: 29px;
	}
	header h3 {
		font-size: 25px;
		margin-top: 6px;
	}
	header h6 {
		font-size: 15px;
	}
	header .btn-savoir {
    	margin-top: 15px;
	}
	.header-scroll-arrow{
		bottom:2vh;
	}
	/* service home page */
	section.services h2 {
		font-size: 30px;
	}
	.content-service .service {
		max-width: 250px;
		height: 250px;
	}
	
	/* main */
	section.secion-page h1{
		font-size: 34px;
	}
	section.secion-page h2 {
		font-size: 28px;
	}
	
	/* sous traitance home page*/
	section.sous-traitance .data-number {
		margin: 15px auto 15px;
	}
	section.sous-traitance .data-number h5{
		font-size: 17px;
	}
	section.sous-traitance .data-number h5 span.count{
		font-size: 80px;
	}
	/* -- */
	section.certification .cert-row > .cert-col {
		width: 33.3333%;
	}
	/*-- */
	section.zone-times .time {
		width: 210px;
		height: 210px;
		margin: 40px auto 0;
		padding: 10px;
		-webkit-box-shadow: 0px 0px 0px 7px #00cdf2;
		box-shadow: 0px 0px 0px 7px #00cdf2;
	}
	section.zone-times .time h4 {
		font-size: 40px;
	}
	/* section contact */
	section.page-contact h6{
		font-size: 15px;
	}
	section.page-contact .form-contact{
		margin: 15px auto 15px;
	}
	.input-field label {
		font-size: 16px !important;
	}
	input:not([type]), input[type="text"], input[type="password"], input[type="email"], input[type="url"], input[type="time"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="tel"], input[type="number"], input[type="search"], textarea.materialize-textarea {
		font-size: 16px !important;
	}
	.input-field button.submit {
		font-size: 16px !important;
		padding: 12px 25px;
	}
	div#recaptcha {
		display: table;
		transform: scale(0.7);
		transform-origin: left center;
	}
	.captcha {
		width: 212px;
		margin-left: auto;
		margin-right:auto;
		height: 77px;
	}
	span#messageCheckRecaptch {
		font-size: 13px;
		width: 100%;
	}
	/* footer */
	footer{
		line-height: 24px;
		font-size: 15px;
	}
	footer .footer1, footer .footer2 {
    	padding: 25px 0 25px;
	}
	footer hr {
		margin-top: 15px;
		margin-bottom: 15px;
	}
	footer .footer3 {
		padding: 20px 0 18px;
	}
	
	/* bouton */
	.btn-savoir{
		font-size: 15px;
		padding: 11px 15px;
		border-width: 3px;
	}

	/* page contact */
	.page-bstcontact .contacts-info-img{
		max-width: 140px;
	}
	.maps, .maps #mapTunis, .maps #mapSfax {
   		 min-height: 312px;
	}
	
	footer .col-xxs-12 {
		width: 100%;
		float: none;
		left: 0;
		right: 0;
	}
	footer .footer-social-link{
		margin: 0 0 20px;
	}
	
	/* -- */
	section.page-light, .detail-page {
		font-size: 18px;
	}
	.detail-page h4, .detail-services .serv h4 {
		font-size: 26px;
	}
	
	/* -- */
	section.page-sous-services .lesicons .col-xxs-12 {
		float: none;
		width: 100%;
	}
	section.page-sous-services h5 {
		font-size: 20px;
		line-height: 1.3;
	}
	section.page-sous-services .lesicons {
		margin: 20px auto;
	}
	section.page-sous-services .lesicons h6, section.page-service06 .detaildata h6 {
		font-size: 18px;
	}
	section.page-sous-services .services_b1, section.page-sous-services .services_b2,
	section.page-sous-services .services_b3, section.page-sous-services .services_b4,
	section.page-sous-services .services_b5, section.page-sous-services .services_b6,
	section.page-sous-services .services_b7 {
		margin-bottom: 25px;
	}
	.detail-sous-serv ul li::before {
		width: 27px;
		height: 27px;
		top: 0px;
	}
	.detail-sous-serv ul li {
		margin-bottom: 15px;
		padding-left: 40px;
	}
	
	.sliderService .owl-work .owl-item > div span {
		max-width: 92%;
	}
	
	section.page-service06 .lesicons {
		font-size: 14px;
	}
	/*
	----
	*/
	section.jobs-wapper .block_detaille{
		display: block;
		/*flex-wrap: inherit;*/
	}
	section.jobs-wapper .icon_detaille {
		width: 122px;
		margin: 15px 0 10px 0;
		display: table;
		/*flex-direction: inherit;*/
		float:none !important;
	}
	section.jobs-wapper .detaille_txt {
		width: 100%;
		/*flex-direction: inherit;*/
		float:none !important;
	}
	section.jobs-wapper .icon_detaille {
		width: 122px;
		margin: 0 auto 10px;
		display: table;
	}
	section.jobs-wapper {
		font-size: 16px;
		text-align: center;
	}
	section.jobs-wapper .icon_community_managers{
		height: 96px;
	}
	section.jobs-wapper .icon_manager_sea{
		height: 94px;
	}
	section.jobs-wapper .icon_ux_designer{
		height: 84px;
	}
	section.jobs-wapper .icon_web_designer{
		height: 82px;
	}
	section.jobs-wapper .icon_web_developer{
		height: 112px;
	}
	section.jobs-wapper .block_detaille {
		margin: 0 auto 25px;
	}
	section.page-jobs h1 {
		font-size: 30px;
	}
	section.jobs-wapper h3 {
		font-size: 22px;
		margin: 0 0 10px 0;
		padding: 0;
	}
	
	section.page-dark {
		font-size: 16px;
	}
	
}


@media (max-width:299px){
	section.sous-traitance .data-number h5 span.count {
		font-size: 60px;
	}
	section.sous-traitance .data-number h5 {
		font-size: 16px;
	}
	.btn-savoir {
    	font-size: 14px;
    	padding: 9px 12px;
	}
	header h1 {
		font-size: 28px;
	}
	header h3 {
		font-size: 20px;
		margin-top: 4px;
	}
	
	.logo > a > img {
    	width: 40px;
	}
	body > .navbar-header > .badgeBST {
		left: 58px;
		width: 30px;
	}
	body > .navbar-header > .toggle-button{
		width: 42px;
    	height: 32px;
		top: 14px;
	}
	body > .navbar-header > .toggle-button .bar + .bar {
		margin-top: 5px;
	}
	body>.navbar-header:before{
		height: 54px;
	}
	body > .navbar-header > .toggle-active .bottom {
		-moz-transform: translateY(-7px) translateX(0) rotate(-45deg) scale(0.7) !important;
		-webkit-transform: translateY(-7px) translateX(0) rotate(-45deg) scale(0.7) !important;
		-o-transform: translateY(-7px) translateX(0) rotate(-45deg) scale(0.7) !important;
		-ms-transform: translateY(-7px) translateX(0) rotate(-45deg) scale(0.7) !important;
		transform: translateY(-7px) translateX(0) rotate(-45deg) scale(0.7) !important;
	}
	body > .overlay ul{
		font-size: 18px;
		margin: 50px auto 20px;
	}
	body > .overlay ul li{
		margin: 4px 0;
	}
	
	section.secion-page h2 {
		font-size: 22px;
	}
	section.secion-page h1 {
		font-size: 28px;
	}
	

	.maps, .maps #mapTunis, .maps #mapSfax {
		min-height: 290px;
	}
	
	/* page reference */
	main#references .content{
		padding:0 15px 15px;
	}
	
}
@media (max-width:280px) and (max-height:250px){
	body > .overlay ul{
		font-size: 16px;
	}
	body > .overlay ul li{
		margin: 2px 0;
	}
	header .btn-savoir {
		margin-top: 12px;
	}
	.responsive-slider .slides ul li .slide-body .caption.header h2 {
    	font-size: 21px;
	}
	.slides ul li .slide-body {
    	min-height: 290px !important;
	}
	.responsive-slider .slides ul li .slide-body .da-link {
		padding: 4px 10px;
		font-size: 15px;
	}
	.responsive-slider .slides ul li .slide-body .caption.sub{
		bottom: 50px;
	}
	a.arrow-bottom {
		bottom: 0;
	}
	
	header.page-interne {
		min-height: 90%;
	}
	
	hr.tiret{
		margin-top:15px;
		margin-bottom:15px;
	}
}