.hidden-ecran{
	width: 0px;
	height: 0px;
	display: none;
	/*position: absolute;*/

	font-size: 0px !important;
}

.hidden-ecran-form{
	width: 0px;
	height: 0px;
	/*display: none;*/
	position: absolute;
	color: transparent;
	opacity: 0;
	font-size: 8px;
}


h2 {
	font-size: 25px;
}
.pageSearch {
	padding:50px;
	background: #f2f6fd url(../images/banner/int-searchbg.jpg) no-repeat center;
	background-size: cover;
	position: relative;
	border-radius: 20px;
	/* margin-top: 30px; */
}

.header-style-3 .header-nav .nav > li .sub-menu li{
	list-style-type: none;
}
.main-bar li .langue{
	text-transform: uppercase;
	text-decoration: underline;
}
.site-button{
    padding: 10px 20px;
}

.pageSearch .searchform{ margin: 0 auto;}
.pageSearch a.btn {
	background: #5e2dfa;
	color: #fff;
	padding: 13px 15px;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 600;
	border-radius: 0;
	display: block;
}
.pageSearch a.btn i {
	font-weight: 400;
	font-size: 16px;
	margin-right: 5px;
}
.pageSearch a.btn:hover {
	background: #666;
}

@media screen and (max-width: 1024px) {
  .pageSearch a.btn {
    margin-bottom: 15px
  }
}
.jobreqbtn a.btn-job-alert-disabled {
    color: #999!important;
    border: 1px solid #999;
    cursor: default;
    background: none;
}
.jobreqbtn a {
  display: block;
  padding: 10px 20px;
  text-align: left;
  margin-bottom: 10px;
  background: #5e2dfa;
  color: #fff;
}
.wt-bnr-inr{
	height: 250px;
}


ul.skillslist{margin-bottom: 0 !important;}
ul.skillslist li:before{display: none;}
ul.skillslist li{display: inline-block; padding: 0 !important;}
ul.skillslist li a{display: inline-block; background: #eee; color: #555; padding: 10px 20px; margin: 5px 10px 5px 0; border-radius: 45px; font-weight: 600; font-size: 14px;}
ul.skillslist li a:hover{text-decoration: none; background:#17d27c; color: #fff;}

.twm-employer-list-style1 .twm-job-title{
	font-size: 20px;
	color: #1593ec;
}

span.help-block{
	color: red;
}

.menu-company img{
	width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 1px solid #ddd;
    padding: 3px;
}

.menu-company a.twm-nav-sign-up{
	padding: 5px 15px !important;
}

form label{
	font-size: 16px;
    padding: 5px 0px;
    color: #1b95eb;
    font-weight: bold;
}

.site-bg-blue-02{
	background-color: #c4def6;
}






/* The switch - the box around the slider */



.switchbox {
	padding:25px;
	text-align: center;
	border-bottom: 1px solid #ddd;
}
.switchbox .txtlbl {
	font-size: 16px;
	font-weight: 700;
	margin-bottom:10px;
	
}
.switchbox .txtlbl i {
	font-size: 14px;
	font-weight: 400;
	color: #666
}
.switchbox strong {
	font-size: 12px;
	display: block;
	margin-top: 10px;
}
.switch {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 56px;
	height: 20px;
	padding: 3px;
	background-color: white;
	border-radius: 18px;
	box-shadow: inset 0 -1px white, inset 0 1px 1px rgba(0, 0, 0, 0.05);
	cursor: pointer;
	background-image: -webkit-linear-gradient(top, #eeeeee, white 25px);
	background-image: -moz-linear-gradient(top, #eeeeee, white 25px);
	background-image: -o-linear-gradient(top, #eeeeee, white 25px);
	background-image: linear-gradient(to bottom, #eeeeee, white 25px);
}
.switch-input {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
}
.switch-label {
	position: relative;
	display: block;
	height: inherit;
	font-size: 10px !important;
	text-transform: uppercase;
	background: #eceeef;
	border-radius: inherit;
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.12), inset 0 0 2px rgba(0, 0, 0, 0.15);
	-webkit-transition: 0.15s ease-out;
	-moz-transition: 0.15s ease-out;
	-o-transition: 0.15s ease-out;
	transition: 0.15s ease-out;
	-webkit-transition-property: opacity background;
	-moz-transition-property: opacity background;
	-o-transition-property: opacity background;
	transition-property: opacity background;
}
.switch-label:before, .switch-label:after {
	position: absolute;
	top: 50%;
	margin-top: -.5em;
	line-height: 1;
	-webkit-transition: inherit;
	-moz-transition: inherit;
	-o-transition: inherit;
	transition: inherit;
}
.switch-label:before {
	content: attr(data-off);
	right: 10px;
	color: #aaa;
	text-shadow: 0 1px rgba(255, 255, 255, 0.5);
}
.switch-label:after {
	content: attr(data-on);
	left: 10px;
	color: white;
	text-shadow: 0 1px rgba(0, 0, 0, 0.2);
	opacity: 0;
}
.switch-input:checked ~ .switch-label {
	background: #47a8d8;
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15), inset 0 0 3px rgba(0, 0, 0, 0.2);
}
.switch-input:checked ~ .switch-label:before {
	opacity: 0;
}
.switch-input:checked ~ .switch-label:after {
	opacity: 1;
}
.switch-handle {
	position: absolute;
	top: 4px;
	left: 4px;
	width: 18px;
	height: 18px;
	background: white;
	border-radius: 10px;
	box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
	background-image: -webkit-linear-gradient(top, white 40%, #f0f0f0);
	background-image: -moz-linear-gradient(top, white 40%, #f0f0f0);
	background-image: -o-linear-gradient(top, white 40%, #f0f0f0);
	background-image: linear-gradient(to bottom, white 40%, #f0f0f0);
	-webkit-transition: left 0.15s ease-out;
	-moz-transition: left 0.15s ease-out;
	-o-transition: left 0.15s ease-out;
	transition: left 0.15s ease-out;
}
.switch-handle:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -6px;
	width: 12px;
	height: 12px;
	background: #f9f9f9;
	border-radius: 6px;
	box-shadow: inset 0 1px rgba(0, 0, 0, 0.02);
	background-image: -webkit-linear-gradient(top, #eeeeee, white);
	background-image: -moz-linear-gradient(top, #eeeeee, white);
	background-image: -o-linear-gradient(top, #eeeeee, white);
	background-image: linear-gradient(to bottom, #eeeeee, white);
}
.switch-input:checked ~ .switch-handle {
	left: 33px;
	box-shadow: -1px 1px 5px rgba(0, 0, 0, 0.2);
}
.switch-green > .switch-input:checked ~ .switch-label {
	background: #4fb845;
}
/*
.twm-s-map-iframe,
.twm-s-info{
	box-shadow: 0px 0px 25px rgb(56 152 226 / 30%);
}
	*/

.form-check label {
	font-size: 16px;
    color: #00355a;
	padding: 0px;
	font-weight: 400;
}

.description-list li div {
    background-color: #1967d2;
    color: #fff;
    line-height: 26px;
    position: absolute;
    left: 0px;
    top: 0px;
    text-align: center;
    font-size: 22px;
    width: 28px;
    height: 28px;
    line-height: 28px;
    border-radius: 50%;
}
.description-list li div.feather-check:before {
	padding-left: 3px;
}
.img-padding{
	padding: 20px 0px;
}

.cadre-01{
	border-bottom: 2px solid #1593ec;
	margin-bottom: 25px;
}
.cadre-01 p{
	text-align: justify;
}

.cadre-01 .block-img{
	text-align: center;
}

.header-style-3 .header-nav .nav > li .sub-menu{
	width: 270px;
}
.twm-explore-content-2 .twm-explore-media-wrap2 .twm-media{
	position: absolute;
    width: 420px;
    right: -150px;
    bottom: -50px;
}
@media (max-width: 768px) {
.twm-explore-content-2 .twm-explore-media-wrap2 .twm-media,
.twm-explore-content-2 .twm-explore-media-wrap2:after{
	display: none;
}
}
@media (max-width: 1024px) {
.twm-explore-content-2 .twm-explore-media-wrap2 .twm-media{
	bottom: 20px;
}
}

.form-control{
	background-color: #eef8ff;
    border: 1px solid #5b95eb;
	width: 100%;
    height: 45px;
    padding: 10px;
    border-radius: 5px;
}

.twm-w-process-steps-2 .twm-w-pro-top:hover{
    box-shadow: 0px 0px 51px rgb(0 0 0 / 70%);
}

.job-categories-block-2 .twm-content a{
	font-size: 16px;
    font-weight: bold;
}

.site-bg-gray.bg-img-01{
	background-image: url('../images/bg-01.jpg');
	background-size: cover;
    background-repeat: no-repeat;
	background-attachment: fixed;

}

.site-bg-gray.bg-img-02{
	background-image: url('../images/bg-01.jpg');
	background-size: cover;
    background-repeat: no-repeat;
	background-attachment: fixed;

}

.twm-w-process-steps-2 .twm-w-pro-top h2.twm-title{
    font-size: 20px;
}

.description-list.light li{
	font-weight: 400;
}
.twm-how-it-work-1-area{
max-width: 1200px;
}
.site-bg-primary.twm-how-it-work-1-area{
	background-color: #1593ec;
}

.twm-step-section-4 ul li .twm-step-content h3.twm-title{
	font-size: 18px;
}
.twm-how-it-work-1-area{
	margin: 10px auto;
    border-radius: 30px;
    padding: 40px;
}
.texte-white{
	color: #FFF;
}

@media (max-width: 768px) {
.twm-how-it-work-1-area{
	padding: 10px;
}
}

.company-detail .twm-employer-self-top .twm-media{
	width: auto;
    height: 100px;
}
.titre-home .section-head.center.wt-small-separator-outer h2{
	color: #fff;
    font-size: 35px;
    text-shadow: 2px 2px #1756ff;
}

.twm-bnr-search-bar input::placeholder {
	color: #ddd;
	opacity: 0.3;
}
.twm-bnr-search-bar label{
	margin-top: 0px;
}


.nos-articles a{
	color: #03a9f4;
}
