/*--------------------------------------------------------------
# Copyright (C) joomla-monster.com
# License: http://www.joomla-monster.com/license.html Joomla-Monster Proprietary Use License
# Website: http://www.joomla-monster.com
# Support: info@joomla-monster.com
---------------------------------------------------------------*/

/*********************** DEFAULT JOOMLA STYLES ***********************/

@font-face {
  font-family: segoe_ui_light;
  src: url("font/segoe_ui_light.ttf"), url("font/segoe_ui_light.eot"); /* IE9 */
}

@font-face {
  font-family: segoe_ui_sb;
  src: url("font/seguisb.ttf"), url("font/seguisb.eot"); /* IE9 */
}

/** registration & login **/

span.star,
strong.red,
.invalid {
  color: #ff0000;
}

div.registration form#member-registration fieldset dl,
div.profile form#member-profile fieldset dl,
div.profile fieldset#users-profile-core dl,
div.profile fieldset#users-profile-custom dl,
div.profile-edit form#member-profile fieldset dl,
div.remind fieldset dl,
div.reset fieldset dl {
  margin: 0;
}

div.registration form#member-registration fieldset dt,
div.profile form#member-profile fieldset dt,
div.profile fieldset#users-profile-core dt,
div.profile fieldset#users-profile-custom dt,
div.profile-edit form#member-profile fieldset dt,
div.remind fieldset dt,
div.reset fieldset dt {
  float: left;
  clear: both;
  padding: 2px;
  margin: 0;
  min-width: 250px;
  min-height: 38px;
  line-height: 38px;
}

div.registration form#member-registration fieldset dd,
div.profile form#member-profile fieldset dd,
div.profile fieldset#users-profile-core dd,
div.profile fieldset#users-profile-custom dd,
div.profile-edit form#member-profile fieldset dd,
div.remind fieldset dd,
div.reset fieldset dd {
  float: none;
  padding: 2px;
  margin: 0;
  min-height: 38px;
  line-height: 38px;
}

.registration dl dt:first-child {
  width: 100% !important;
}

div.formelm label,
div.formelm-area label {
  display: inline-block;
  min-width: 200px;
}

div.formelm img {
  vertical-align: middle;
  margin: 0 5px;
}

div.formelm-buttons {
  padding: 10px 0;
}

div.login-fields {
  padding: 5px 0;
}

fieldset.userdata {
  border: none;
  padding: 0;
  margin: 0;
}

div.registration label {
  display: inline-block;
  min-width: 200px;
}

.login-fields label#password-lbl,
.login-fields label#username-lbl {
  min-width: 100px;
  display: inline-block;
}

/** buttons &  inputs **/

input.button,
button.validate,
button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	margin: 22px 8px;
	vertical-align: middle;
	cursor: pointer;
	color: #fff;
	padding: 0 20px 0 10px;
	border: none;
	height: 33px;
	line-height: 33px;
	-webkit-transition: background 0.2s ease-in;
	-moz-transition: background 0.2s ease-in;
	-o-transition: background 0.2s ease-in;
	transition: background 0.2s ease-in;
	border-radius: 12px;

}

input.button:active,
button.validate:active,
button:active {
  position: relative;
  top: 1px;
  box-shadow: none;
  -webkit-box-shadow: none;
}

form#login-form div.logout-button input.button {
  margin: 0;
}

input,
select,
textarea {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
  color: #777777;
  margin: 2px 0;
  padding: 0 0 0 8px;
  height: 31px;
  line-height: 31px;
  vertical-align: middle;
  background: #fff;
  border: 1px solid #dddddd;
}

textarea {
  padding: 8px;
  height: auto;
  line-height: 1.5em;
}

select {
  padding: 7px;
  height: 33px;
  line-height: inherit;
}

input#modlgn-remember,
input#remember {
  margin: 0 10px 0 0;
  padding: 0;
  border: 0;
  background: none;
  height: auto;
}

#form-login-username label,
#form-login-password label {
  width: 100px;
  display: inline-block;
}

div.login-greeting {
  padding-bottom: 10px;
}

div.login button.button {
  margin: 10px 0 0;
}

.userdata input.button {
  margin: 10px 0;
}

/** page navigation **/

ul.pagenav {
  list-style-type: none;
  padding: 0;
  margin: 20px 0 0 0;
  clear: both;
  display: inline-block;
  width: 100%;
}

ul.pagenav li {
  line-height: 30px;
  padding: 0;
  margin: 0;
  background: none;
  color: #999999;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  border: 1px solid #d2d2d2;
}

ul.pagenav li a:link,
ul.pagenav li a:visited {
  display: inline-block;
  padding: 0 10px;
  border: none;
  -webkit-transition: background 0.2s ease-in;
  -moz-transition: background 0.2s ease-in;
  -o-transition: background 0.2s ease-in;
  transition: background 0.2s ease-in;
}

ul.pagenav li a:hover {
  background: #f5f5f5;
  border-radius: 5px;
  -webkit-border-radius: 5px;
}

ul.pagenav li.pagenav-prev {
  float: left;
}

ul.pagenav li.pagenav-next {
  float: right;
}

/** pagination **/

div.pagination {
  margin: 0;
  text-align: center;
  clear: both;
  display: inline-block;
  width: 100%;
}

div.pagination ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

div.pagination li {
  display: inline-block;
  line-height: 30px;
  padding: 0;
  margin: 0;
  background: none;
  color: #999999;
  border: 1px solid #d2d2d2;
  border-right: none;
}

div.pagination li:first-child {
  border-radius: 5px 0 0 5px;
  -webkit-border-radius: 5px 0 0 5px;
  padding: 0 10px;
}

div.pagination li:first-child a:hover {
  border-radius: 5px 0 0 5px;
  -webkit-border-radius: 5px 0 0 5px;
}

div.pagination li:last-child {
  border-radius: 0 5px 5px 0;
  -webkit-border-radius: 0 5px 5px 0;
  border: 1px solid #d2d2d2;
  padding: 0 10px;
}

div.pagination li:last-child a:hover {
  border-radius: 0 5px 5px 0;
  -webkit-border-radius: 0 5px 5px 0;
}

div.pagination ul li span {
  background: #f5f5f5;
  display: inline-block;
  padding: 0 10px;
}

div.pagination ul li a:link,
div.pagination ul li a:visited {
  display: inline-block;
  padding: 0 10px;
  margin: 0 -10px;
  -webkit-transition: background 0.2s ease-in;
  -moz-transition: background 0.2s ease-in;
  -o-transition: background 0.2s ease-in;
  transition: background 0.2s ease-in;
}

div.pagination ul li a.pagenav:link,
div.pagination ul li a.pagenav:visited {
  margin: 0;
}

div.pagination ul li a:hover {
  background: #f5f5f5;
  text-decoration: none;
}

div.pagination ul li.pagination-start,
div.pagination ul li.pagination-prev,
div.pagination ul li.pagination-next,
div.pagination ul li.pagination-end {
  padding: 0;
}

div.pagination ul li.pagination-start span,
div.pagination ul li.pagination-prev span,
div.pagination ul li.pagination-next span,
div.pagination ul li.pagination-end span {
  background: none;
  padding: 0 10px;
}

.pagenav {
  padding: 2px;
}

p.counter {
  text-align: center;
  margin: 0 0 10px;
}

/** content **/

div.items-leading {
  display: inline-block;
  width: 100%;
}

div.items-row {
  display: inline-block;
  width: 100%;
}

.items-leading .item-separator {
  clear: both;
  display: inline-block;
  width: 100%;
  height: 1px;
  margin: 15px 0;
}

.row-separator {
  clear: both;
  display: inline-block;
  width: 100%;
  height: 1px;
  margin: 10px 0;
}

/** newsflash **/

.newsflash .newsflash-title {
  font-size: 1em;
  clear: both;
}

.newsflash a.readmore:link,
.newsflash a.readmore:visited {
  margin: 10px 0 30px;
}

/** blog featured single **/

div.blog,
div.item-page,
div.blog-featured,
div.items-more,
ul#archive-items li.row0,
div.contact,
div.contact-category,
div.newsfeed-category,
div.categories-list,
div.category-list,
div.archive,
#jm-maincontent div.search {
  padding: 0px 0 0;
  border-top-width: 2px;
  border-top-style: solid;
}

div.blog h2,
div.item-page h2,
div.blog-featured h2,
div.items-more h3,
div.item-page h2,
ul#archive-items li.row0 h2,
div.contact h2,
div.contact-category h2,
div.newsfeed-category h2,
#jm-allpage .cont_offshore_avantages h1 {
  margin: 0 0 5px;
  font-size: 2em;
  padding: 5px 0 5px;
  text-transform: none;
}

div.blog-featured h2 a:link,
div.blog-featured h2 a:visited,
div.blog h2 a:link,
div.blog h2 a:visited,
div.item-page h2 a:link,
div.item-page h2 a:visited,
ul#archive-items li.row0 h2 a:link,
ul#archive-items li.row0 h2 a:visited {
  color: #000;
}

div.blog h1,
div.blog-featured h1,
div.item-page h1,
div.archive h1,
div.categories-list h1,
div.category-list h1,
div.search h1,
h1.componentheading {
  margin: 0 0 15px;
  font-size: 2em;
  text-align: center;
}

/** blog layout **/

.item {
  display: block;
}

.cols-1 {
  display: block;
  float: none !important;
  margin: 0 !important;
}

.cols-2 .column-1 {
  float: left;
  width: 48%;
}

.cols-2 .column-2 {
  float: right;
  width: 48%;
}

.cols-3 .column-1,
.cols-3 .column-2,
.cols-3 .column-3 {
  float: left;
  width: 31%;
}

.cols-3 .column-2 {
  padding: 0 3%;
}

.cols-4 .column-1,
.cols-4 .column-2,
.cols-4 .column-3,
.cols-4 .column-4 {
  float: left;
  width: 23%;
}

.cols-4 .column-2 {
  padding: 0 1% 0 2%;
}

.cols-4 .column-3 {
  padding: 0 2% 0 1%;
}

.items-more {
  padding: 0 0 10px;
}

/** language **/

div.mod-languages ul li {
  background: none;
  padding: 0;
  margin-right: 4px;
}
.slash_langue {
  color: #ccc;
}
#jm-topline-mod2 {
}

/** search **/

div.search label[for="mod-search-searchword"] {
  color: #999999;
  line-height: 33px;
  display: inline-block;
  vertical-align: middle;
  padding-right: 10px;
}

div.search div.phrases-box {
  padding-bottom: 25px;
}

div.search div.phrases-box label,
div.search fieldset.only label {
  margin-right: 10px;
  vertical-align: middle;
}

div.search div.phrases-box input,
div.search fieldset.only input {
  height: auto;
  line-height: inherit;
  padding: 0;
  border: 0;
}

/** single article **/

ul.actions {
  margin: 0 0 5px;
  padding: 0;
  text-align: right;
  width: 100%;
}

ul.actions li {
  display: inline;
  background: none !important;
  margin: 0 5px;
  padding: 0;
}

.actions img {
  border: none;
}

.article-info {
  margin: 0 0 5px;
  font-size: 0.9em;
  line-height: 1.5em;
  color: #999999;
  display: inline-block;
  width: 100%;
}

.article-info-term {
  display: none;
}

.archive .article-info dd,
.article-info dd {
  margin: 3px 0;
  display: block;
}

dd.category-name {
  color: #ffffff;
  padding: 5px 10px;
  margin: 5px 0;
  display: inline-block !important;
  text-transform: uppercase;
}

dd.category-name {
  font-size: 1.1em;
}

dd.category-name a:link,
dd.category-name a:visited {
  color: #ffffff;
}

/** article categories **/

.categories-list ul {
  list-style: none;
  margin: 0;
}

dl.article-count dt,
dl.article-count dd {
  display: inline;
  margin: 0;
}

dl.article-count dt,
dl.article-count dd {
  display: inline;
  margin: 0;
}

/** archive **/

ul#archive-items .row0,
ul#archive-items .row1 {
  background: none;
  list-style: none;
}

ul#archive-items h2 a:link,
ul#archive-items h2 a:visited {
  border: none;
}

/** contact & article category list **/

table.category {
  width: 100%;
  margin: 0 0 10px;
  border-collapse: collapse;
  border-spacing: 0;
}

table.category th {
  padding: 8px;
  text-shadow: none;
  background: #eeeeee;
  color: #999999;
}

table.category th a {
  text-decoration: none;
  color: #999999;
}

table.category td {
  padding: 8px;
  border-bottom: 1px solid #dddddd;
}

/** single contact **/

.contact-email label {
  min-width: 100px;
  display: inline-block;
  padding: 0 0 5px 0;
}

form#contact-form fieldset {
  border: none;
  padding: 0;
  margin: 0;
}

form#contact-form dt,
form#contact-form dd,
form#contact-form button.button {
  margin: 10px 0 0;
}

/** details **/

.tip {
  background: #f5f5f5;
  width: 250px;
  border: 1px solid #cccccc;
  padding: 10px;
  position: relative;
  border-radius: 5px;
  -webkit-border-radius: 5px;
}

.tip:after {
  content: "";
  position: absolute;
  left: 20px;
  top: -10px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #f5f5f5;
}

.tip .tip-title {
}

p.img_caption {
  background: #d5d5d5;
  padding: 5px;
  margin: 0 0 10px;
  border-top: 1px solid #ffffff;
  text-align: center;
}

p.readmore {
  display: inline-block;
  width: 100%;
  margin: 0;
}

p.readmore a:link,
p.readmore a:visited,
a.readmore:link,
a.readmore:visited,
a.readon:link,
a.readon:visited,
.djc_readon a:link,
.djc_readon a:visited,
#dj-classifieds .djcf_items_blog .see_details_box a.see_details:link,
#dj-classifieds .djcf_items_blog .see_details_box a.see_details:visited,
.djcf_menu .newad_link_bottom a:link,
.djcf_menu .newad_link_bottom a:visited {
  font-family: Arial, Helvetica, sans-serif;
  color: #fff;
  cursor: pointer;
  padding: 7px 33px 7px 10px;
  margin: 0 40px;
  display: inline-block;
  -webkit-transition: background 0.3s ease-out 0s;
  -moz-transition: background 0.3s ease-out 0s;
  -o-transition: background 0.3s ease-out 0s;
  transition: background 0.3s ease-out 0s;
}

p.readmore a:hover,
a.readmore:hover,
a.readon:hover,
.djc_readon a:hover,
#dj-classifieds .djcf_items_blog .see_details_box a.see_details:hover,
.djcf_menu .newad_link_bottom a:hover {
  text-decoration: none;
}

/** plugin page break **/

hr.system-pagebreak {
  display: block;
  width: 100%;
  height: 1px;
  margin: 15px 0px;
  clear: both;
  height: 1px;
  border: none;
  background: #dddddd;
}

/** presentation style: pages **/

div#article-index {
  float: right;
  margin: 0 0 0 10px;
  padding: 10px 5px;
  width: 150px;
  border: 1px solid #dddddd;
  border-bottom: none;
  border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px 5px 0 0;
}

div#article-index h3 {
  font-size: 1em;
  margin-bottom: 15px;
  text-align: center;
}

div.pagenavcounter {
  clear: both;
  float: right;
  margin: 0 0 10px 10px;
  padding: 5px;
  text-align: center;
  width: 150px;
  background: #f3f3f3;
  border: 1px solid #dddddd;
  border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  -webkit-border-radius: 0 0 5px 5px;
}

/** presentation style: sliders **/

.pane-sliders div.panel {
  margin-bottom: 1px;
}

.pane-sliders div.panel h3.title {
  margin: 0;
  text-align: center;
  cursor: pointer;
  background: #f3f3f3;
  font-size: 1.2em;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -webkit-transition: background 0.2s ease-in;
  -moz-transition: background 0.2s ease-in;
  -o-transition: background 0.2s ease-in;
  transition: background 0.2s ease-in;
}

.pane-sliders div.panel h3.title:hover {
  background: #d2d2d2;
}

.pane-sliders div.panel h3.title a:link,
.pane-sliders div.panel h3.title a:visited {
  padding: 8px;
  display: block;
}

.pane-sliders div.panel h3.title.pane-toggler-down a:link,
.pane-sliders div.panel h3.title.pane-toggler-down a:visited {
  color: #ffffff;
}

.pane-sliders div.panel h3.title:hover a:hover {
  text-decoration: none;
}

.pane-sliders div.pane-down {
  padding: 10px !important;
}

/** presentation style: tabs **/

dl.tabs {
  display: inline-block;
  padding: 10px 0 0;
  margin: 0;
}

dl.tabs dt.tabs {
  float: left;
  padding: 5px 15px 6px;
  margin: 0 5px -1px 0;
  background: #fff;
  border-right: solid 1px #d2d2d2;
  border-left: solid 1px #d2d2d2;
  border-top: solid 1px #d2d2d2;
  border-bottom: none;
  border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px 5px 0 0;
}

dl.tabs dt.tabs.closed {
  padding: 5px 15px;
  border-right: solid 1px #ffffff;
  border-left: solid 1px #ffffff;
  border-top: solid 1px #ffffff;
  -webkit-transition: background 0.2s ease-in;
  -moz-transition: background 0.2s ease-in;
  -o-transition: background 0.2s ease-in;
  transition: background 0.2s ease-in;
}

dl.tabs dt.tabs.closed:hover {
  padding: 5px 15px;
  background: #d2d2d2;
  border-right: solid 1px #d2d2d2;
  border-left: solid 1px #d2d2d2;
  border-top: solid 1px #d2d2d2;
}

dl.tabs dt.tabs h3 {
  font-size: 1.2em;
  margin: 0;
}

dl.tabs dt.tabs h3 a:hover {
  text-decoration: none;
}

dl.tabs dt.tabs.open h3 a:link,
dl.tabs dt.tabs.open h3 a:visited {
  color: #999999;
}

dl.tabs dt.tabs.closed h3 a:link,
dl.tabs dt.tabs.closed h3 a:visited {
  display: block;
}

dd.tabs {
  clear: both;
  background: #fff;
  margin: 0;
  padding: 10px;
  border: solid 1px #d2d2d2;
  border-radius: 0 5px 5px 5px;
  -webkit-border-radius: 0 5px 5px 5px;
}

/********** Unpublished **********/

.system-unpublished {
  background: transparent;
}

/********** System Messages **********/

#system-message {
  margin: 0 0 10px;
  padding: 0;
  text-shadow: none;
}

#system-message dt {
  display: none;
}

#system-message dd {
  margin: 0;
  text-indent: 0px;
}

#system-message dd ul {
  margin: 0 0 10px 0;
  padding: 10px;
  list-style: none;
  text-align: center;
}

/********** System Standard Messages **********/

#system-message dt.message {
  display: none;
}

#system-message dd.message ul {
  background: #c4e2fd;
  color: #206db5;
  text-align: center;
  margin: 0 0 10px 0;
  padding: 10px;
  border-top: 1px solid #4597e3;
  border-bottom: 1px solid #4597e3;
}

/********** System Error Messages **********/

#system-message dt.error {
  display: none;
}

#system-message dd.error ul {
  color: #fff;
  background: #f76c6d;
  text-align: center;
  margin: 0 0 10px 0;
  padding: 10px;
  border-top: 1px solid #ff0000;
  border-bottom: 1px solid #ff0000;
}

#system-message dd.error ul li {
  background: none;
  text-align: center;
  margin: 0;
  padding: 0;
}

/********** System Notice Messages **********/

#system-message dt.notice {
  display: none;
}

#system-message dd.notice ul {
  background: #c4e2fd;
  color: #206db5;
  text-align: center;
  margin: 0 0 10px 0;
  padding: 10px;
  border-top: 1px solid #4597e3;
  border-bottom: 1px solid #4597e3;
}

#system-message ul li {
  background: none;
  text-align: center;
  margin: 0;
  padding: 0;
}
.item-page button.foxbutton span {
  color: #ffffff !important;
}

jm-block span {
  background: none repeat scroll 0 0 #640032;
  display: block;
  position: absolute;
  top: -10px;
  left: 0;
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  font-size: 18px;
  color: #ffffff;
}

.jm-module.gray a {
  margin: 0 0 -7px;
  color: #ffffff !important;
}
.jm-block span {
  background: none repeat scroll 0 0 #c4c4c4;
  font-size: 12px;
  margin-top: 6px;
}
.jm-block .last {
  background: none repeat scroll 0 0 #2e2e2e;
  font-size: 12px;
}

.item-page h3 {
  /*border-bottom: 2px solid #640032;
color: #333333;
margin: 10px 0 15px;
padding: 0px 0px 0px;*/
}

.bord_hw {
  border-top: 2px solid #640032;
}

.jm-block {
  line-height: 27px;
  border: none !important;
  padding: 0 0 0 60px !important;
}
.not_bor {
  border: none !important;
  margin: 0px !important;
}
.item-page ul {
  margin-bottom: 7px;
}
.item-page li {
  margin-top: 5px;
  /*padding-bottom: 5px;*/
  padding-left: 15px;
  font-size: 15px;
  margin-left: 15px;
  line-height: 25px;
}
.no_bor_p p {
  border: none !important;
  padding: 0 0 0 0px !important;
}
body {
  color: #333 !important;
}

.dp2-section {
  margin-bottom: 32px;
  position: relative;
  width: 952px;
}
.dp2-section .spacer1 {
  overflow: hidden;
  padding: 43px 61px 0 27px;
  width: 228px;
}
.dp2-section h1.dp2-title,
.dp2-section h4.dp2-title {
  background-position: 0 -60px;
  background-repeat: repeat-x;
  border-bottom: 1px solid #e1e0e0;
  color: #000000;
  font-size: 14px;
  letter-spacing: normal;
  margin: 0;
  padding: 0 9px 0 18px;
  text-shadow: 0 1px 0 #ffffff;
}
.dp2-section h1.infc-title,
.dp2-section h4.infc-title {
  background-position: 0 -60px;
  background-repeat: repeat-x;
  border-bottom: 1px solid #e1e0e0;
  color: #ca261d;
  font-size: 14px;
  letter-spacing: normal;
  margin: 0;
  padding: 6px 11px 10px;
  text-align: center;
  text-shadow: 0 1px 0 #ffffff;
}
.dp5-section {
  margin-bottom: 32px;
  margin-left: -3px;
  margin-right: 41px;
  position: relative;
  width: 288px;
}
.dp5-section .spacer1 {
  overflow: hidden;
  padding: 43px 61px 0 27px;
  width: 228px;
}
.dp5-section h1.dp5-title,
.dp5-section h4.dp5-title {
  background-position: 0 -60px;
  background-repeat: repeat-x;
  border-bottom: 1px solid #e1e0e0;
  color: #008a99;
  font-size: 14px;
  letter-spacing: normal;
  margin: 0;
  padding: 0 9px 0 18px;
  text-align: center;
  text-shadow: 0 1px 0 #ffffff;
}
.dp4-section {
  margin-bottom: 32px;
  padding-right: 20px;
  position: relative;
  width: 230px;
}
.dp4-section .spacer1 {
  overflow: hidden;
  padding: 43px 61px 0 27px;
  width: 228px;
}
.dp4-section h1.dp4-title,
.dp4-section h4.dp4-title {
  background-position: 0 -60px;
  background-repeat: repeat-x;
  border-bottom: 1px solid #e1e0e0;
  color: #640032;
  font-size: 14px;
  letter-spacing: normal;
  margin: 0;
  padding: 0 9px 0 18px;
  text-align: center;
  text-shadow: 0 1px 0 #ffffff;
}
.left-top,
.right-top,
.middle-top,
.left-top-with-title,
.right-top-with-title,
.middle-top-with-title,
.left-bottom,
.right-bottom,
.middle-bottom,
h1.dp-title,
h4.dp-title,
h2.dp-title,
h4.dp2-title,
h1.dp2-title,
h1.infc-title,
h1.dp3-title,
h4.dp3-title,
h1.dp4-title,
h4.dp4-title,
h1.dp5-title,
h4.dp5-title,
.left-bottom-with-footer,
.right-bottom-with-footer,
.middle-bottom-with-footer {
  background: url("../../../images/modules/section.png") no-repeat scroll 0 0
    transparent;
}
.content-left,
.content-right,
.vertical-separator,
.horizontal-separator {
  background: url("../../../images/modules/separator.png") repeat-y scroll 0 0
    transparent;
}
.left-top {
  background-position: 0 0;
  background-repeat: no-repeat;
}
.right-top {
  background-position: 100% -20px;
  background-repeat: no-repeat;
  padding: 0 8px;
}
.middle-top {
  background-position: 0 -10px;
  background-repeat: repeat-x;
  height: 8px;
}
.left-top-with-title {
  background-position: 0 -30px;
  background-repeat: no-repeat;
}
.right-top-with-title {
  background-position: 100% -50px;
  background-repeat: no-repeat;
  padding: 0 8px;
}
.middle-top-with-title {
  background-position: 0 -40px;
  background-repeat: repeat-x;
  height: 8px;
}
.left-bottom {
  background-position: 0 -132px;
  background-repeat: no-repeat;
}
.right-bottom {
  background-position: 100% -152px;
  background-repeat: no-repeat;
  padding: 0 8px;
}
.middle-bottom {
  background-position: 0 -142px;
  background-repeat: repeat-x;
  height: 8px;
}
.left-bottom-with-footer {
  background-position: 0 -160px;
  background-repeat: no-repeat;
}
.right-bottom-with-footer {
  background-position: 100% -180px;
  background-repeat: no-repeat;
  padding: 0 8px;
}
.middle-bottom-with-footer {
  background-position: 0 -170px;
  background-repeat: repeat-x;
  height: 10px;
}
.content-left {
  background-position: 0 0;
  background-repeat: repeat-y;
}
.content-right {
  background-position: 100% 0;
  background-repeat: repeat-y;
  padding: 0 1px;
}
.content {
  background: none repeat scroll 0 0 #ffffff;
}
.vertical-separator {
  background-position: right center;
  background-repeat: repeat-y;
}
.horizontal-separator {
  background-repeat: repeat-x;
  height: 1px;
  margin: 0;
}
.product-centered {
  text-align: center;
}
.product-centered .product-thumbnail {
  height: 120px;
  margin: 0 0 8px;
  padding: 0;
}
.product-centered .product-thumbnail a {
  text-decoration: none;
}
.product-name {
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: top;
  white-space: nowrap;
  width: 225px;
}
.box-centered {
  text-align: justify;
}
.box-centered .box-name {
  font-size: 20px;
  margin: -36px 0 25px -5px;
  padding: 0;
}
.box-centered .box-name a {
  text-decoration: none;
}
.box-name {
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: top;
  white-space: nowrap;
  width: 225px;
}
.box-centered a:link,
.box-centered a:visited,
.box-link a:link,
.box-link a:visited {
  text-decoration: none;
}
.clear,
br.clear {
  clear: both;
}
.mws-float-left,
span.mws-float-left {
  float: left;
  margin: 0;
}
.mws-float-right,
span.mws-float-right {
  float: right;
  margin: 0;
}
.text_qui-somme-nous {
  font-size: 13px;
  overflow: hidden;
  padding: 2px 10px 0;
  width: 256px;
}
.text_notre-production {
  font-size: 13px;
  overflow: hidden;
  padding: 2px 10px 0;
  width: 200px;
}

.bt-cs .bt-inner .bt-title {
  color: #333333 !important;
}

.img_cadre {
  background: none repeat scroll 0 0 #ffffff;
  border: 1px solid #dfdfdf;
  border-radius: 5px 5px 5px 5px;
  box-shadow: 0 5px 15px -10px #000000;
  padding: 3px;
}
.top-bg .customgray a,
.top-bg h3 a {
  color: #333 !important;
}
.top-bg .customgray a:hover,
.top-bg h3 a:hover {
  text-decoration: none !important;
}
.first_h3_page {
  margin: 0 !important;
  border-top: none !important;
}
.texte_p_ref {
  width: 45%;
  float: left;
  text-align: justify;
}
.references_q {
  float: right;
  width: 48%;
}

/*******image rotators *******/

.dj-image-hover {
  width: 150px;
  float: left;
  height: 97px;
  margin-left: 2px;
  margin-bottom: 12px;
}
.view {
  display: inline-block;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
  max-width: 100%;
}
.view-first img {
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.view img {
  display: block;
  position: relative;
  background: none repeat scroll 0 0 #ffffff;
  border: 1px solid #dfdfdf;
  box-shadow: 0 5px 15px -10px #000000;
  padding: 3px;
}

.view-first img {
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
/*
.view-first .mask {
   background-color: rgba(76,76,76,0.9);
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   -webkit-transform: translate(460px, -100px) rotate(180deg);
   -moz-transform: translate(460px, -100px) rotate(180deg);
   -o-transform: translate(460px, -100px) rotate(180deg);
   -ms-transform: translate(460px, -100px) rotate(180deg);
   transform: translate(460px, -100px) rotate(180deg);
   -webkit-transition: all 0.2s 0.4s ease-in-out;
   -moz-transition: all 0.2s 0.4s ease-in-out;
   -o-transition: all 0.2s 0.4s ease-in-out;
   -ms-transition: all 0.2s 0.4s ease-in-out;
   transition: all 0.2s 0.4s ease-in-out;
}*/

.view-first h2 {
  -webkit-transform: translateY(-100px);
  -moz-transform: translateY(-100px);
  -o-transform: translateY(-100px);
  -ms-transform: translateY(-100px);
  transform: translateY(-100px);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.view-first p {
  -webkit-transform: translateX(300px) rotate(90deg);
  -moz-transform: translateX(300px) rotate(90deg);
  -o-transform: translateX(300px) rotate(90deg);
  -ms-transform: translateX(300px) rotate(90deg);
  transform: translateX(300px) rotate(90deg);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.view-first a.info {
  -webkit-transform: translateY(-200px);
  -moz-transform: translateY(-200px);
  -o-transform: translateY(-200px);
  -ms-transform: translateY(-200px);
  transform: translateY(-200px);
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
/*
.view-first:hover .mask {
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
   filter: alpha(opacity=100);
   opacity: 1;
   -webkit-transition-delay: 0s;
   -moz-transition-delay: 0s;
   -o-transition-delay: 0s;
   -ms-transition-delay: 0s;
   transition-delay: 0s;
   -webkit-transform: translate(0px, 0px);
   -moz-transform: translate(0px, 0px);
   -o-transform: translate(0px, 0px);
   -ms-transform: translate(0px, 0px);
   transform: translate(0px, 0px);
}*/

.view-first:hover h2 {
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -o-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transition-delay: 0.5s;
  -moz-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  -ms-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

.view-first:hover p {
  -webkit-transform: translateX(0px) rotate(0deg);
  -moz-transform: translateX(0px) rotate(0deg);
  -o-transform: translateX(0px) rotate(0deg);
  -ms-transform: translateX(0px) rotate(0deg);
  transform: translateX(0px) rotate(0deg);
  -webkit-transition-delay: 0.4s;
  -moz-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
  -ms-transition-delay: 0.4s;
  transition-delay: 0.4s;
}

.view-first:hover a.info {
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -o-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transition-delay: 0.3s;
  -moz-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  -ms-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.dj-image-hover {
  width: 150px;
  float: left;
  height: 97px;
  margin-left: 2px;
  margin-bottom: 12px;
}

.view {
  display: inline-block;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
  max-width: 100%;
}

.view .mask,
.view .content {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
}

.view img {
  display: block;
  position: relative;
  background: none repeat scroll 0 0 #ffffff;
  border: 1px solid #dfdfdf;
  box-shadow: 0 5px 15px -10px #000000;
  padding: 3px;
}

.view h2 {
  text-align: center;
  position: relative;
  font-size: 15px !important ;
  padding: 2px !important;
  background: rgba(255, 255, 255, 0.7);
  margin: 10px 0 0 0 !important;
}

.view p {
  position: relative;
  text-align: center;
  font-size: 11px !important ;
  color: #fff !important ;
  padding: 0px 0px 0px 0px !important;
  margin: 4px 0px 4px 0px !important;
}

.view a.readmore:link,
.view a.readmore:visited {
  float: none;
  font-size: 11px !important;
  display: block;
  width: 40%;
  margin: auto;
}

/************ contact *****/
.formulaire_f {
  width: 100%;
}
.information_contact {
  width: 100%;
  line-height: 22px;
  margin-top: 32px;
  display: table;
  margin-bottom: 25px;
}
.map_img img {
  border: 1px solid #ccc;
  padding: 4px;
}
.information_contact p {
  line-height: 22px !important;
}

button.foxbutton {
  padding: 3px 30px 3px 30px !important;
}

.item-page {
  border: none !important;
}
.bord_hw {
  border-top: none !important;
  border-bottom: 2px solid #640032 !important;
}
.page_home h2 {
  border-top: none !important;
}

/******* offre de site web ********/

.price {
  width: 135px;
  position: absolute;
  right: 0px;
  top: 7px;
  text-align: center;
  font-size: 22px;
  font-family: "Calibri";
  font-style: italic;
}

.contact_q {
  position: absolute;
  bottom: 11px;
  width: 135px;
  right: 0;
  text-align: center;
  line-height: 14px;
  height: 20px;
  font-size: 12px;
}

.contact_q a {
  color: #fff;
  background: url("../../../images/modules/offre_siteweb/info_pack.png")
    no-repeat;
  padding-left: 31px;
  padding-top: 7px;
  padding-bottom: 7px;
  font-family: "Calibri";
  font-style: italic;
}

.icon-website {
  width: 60px;
  height: 65px;
  position: absolute;
  top: 15px;
  left: 10px;
}

.ico_dyn {
  background: url("../../../images/modules/offre_siteweb/tech.png") no-repeat;
}
.ico_pro {
  background: url("../../../images/modules/offre_siteweb/pouce.png") no-repeat;
}
.ico_ecom {
  background: url("../../../images/modules/offre_siteweb/argent1.png") no-repeat;
}
.titre_pr {
  width: 50%;
  left: 83px;
  position: absolute;
  top: 24px;
  font-size: 24px;
  color: #4e4d4d !important;
  font-family: "Myriad Pro";
  font-style: italic;
}
.moins_police_price {
  font-size: 12px;
}
.moins_police_description {
  font-size: 11px;
  font-family: arial;
  font-style: normal;
  line-height: 15px;
  padding-top: 8px;
}
.red_phone {
  color: #fff;
}

div.item-page h3,
div.item-page h1 {
  padding: 0px 0 20px;
  font-size: 27px;
  font-family: "Raleway";
  color: #222;
  text-align: center;
  margin-bottom: 0px;
  line-height: 37px;
}

.article_contenu_texte {
  width: 90%;
  display: table;
  background: #fff;
  padding: 0px;
  text-align: justify;
  font-size: 16px;
  line-height: 32px;
  margin: auto;
}

.fl_right_article_texte {
  float: right;
  width: 40%;
  margin-right: 100px;
}
.fl_right_article_texte h4 {
  font-size: 38px;
  padding-bottom: 10px;
}

.fl_right_article_texte p {
  font-size: 17px;
  line-height: 34px;
}
.fl_left_article_texte {
  float: left;
  width: 45%;
  overflow: hidden;
}

#jm-header .slider-container li img {
  float: left;
  width: auto !important;
}

@media print {
  body {
    background-color: #ffffff !important;
  }
  #jm-bottompage {
    display: none !important;
    visibility: hidden !important;
  }
  #jm-toppage-right {
    display: none !important;
    visibility: hidden !important;
  }
  #lg-bottom-bottom {
    display: none !important;
    visibility: hidden !important;
  }
  #jm-footer {
    display: none !important;
    visibility: hidden !important;
  }
}

@media (max-device-width: 960px) {
  .texte_p_ref {
    width: 100%;
  }

  .references_q {
    width: 100%;
  }
}

@media screen and (max-width: 1024px) {
  #headerimg2 {
    opacity: 0.5;
  }

  #lg-bottom-bottom .custom {
    top: 33px;
    left: 7%;
    width: 500px;
    height: 245px;
  }

  #jm-toppage-in,
  .container_page {
    width: 94%;
  }

  #content_top_log .moduletablegray {
    margin-left: 0px;
  }

  #jm-header .slide-desc-text {
    font-size: 16px;
    line-height: 28px;
  }

  .texte_p_ref {
    width: 100%;
  }

  .references_q {
    width: 100%;
  }

  #jm-header .slide-desc {
    left: 58% !important;
    top: 50px !important;
    width: 38% !important;
  }

  .foxcontainer div:nth-child(4) {
    width: 100%;
    float: none;
    margin-top: 0px;
  }

  .foxcontainer div {
    width: 100%;
    float: none;
  }
}

@media screen and (max-width: 800px) {
  .item-page .slider-container ul li:nth-child(1) h3.slide-title {
    color: #fff !important;
  }
  .link_read_more a.link_page_h {
    width: 58% !important;
    font-size: 14px !important;
    line-height: 18px !important;
    padding: 5px 30px 5px 2px !important;
  }

  .item-page .slider-container ul li h3.slide-title {
    margin-top: 0px;
    font-size: 44px !important;
    left: 10% !important;
    letter-spacing: 3px;
  }

  .texte_p_ref {
    width: 100%;
  }

  #lg-bottom-bottom .custom {
    width: 445px;
    height: 190px;
    top: 35px;
    left: 5%;
    padding: 2px 10px;
  }

  #lg-bottom-bottom .custom h5 {
    font-size: 20px;
    line-height: 30px;
    padding-bottom: 5px;
  }

  .foxcontainer div:nth-child(4) {
    width: 100%;
    float: none;
    margin-top: 0px;
  }

  .foxcontainer div {
    width: 100%;
    float: none;
  }

  .fl_t_f {
    float: left;
    width: 100%;
  }

  .references_q {
    width: 100%;
  }

  .fl_right_article_texte {
    float: right;
    width: 94%;
    margin-right: 10px;
  }

  #jm-bottompage-in {
    width: 100%;
    margin: auto;
  }
  .formulaire_contact_fl {
    width: 90% !important;
    float: none;
    margin: auto;
  }
  .map_contact_fl {
    float: none;
    width: 90%;
    margin: auto;
    height: 350px;
    overflow: hidden;
  }

  #jm-footer-page {
    width: 90%;
    margin: auto;
  }
  .cont_tab_one,
  .cont_tab_two,
  .cont_tab_three,
  .cont_tab_reseau {
    float: none;
    text-align: center;
    padding-bottom: 10px;
    margin: 0px;
  }

  .copyright_logigroup,
  .logo_logigroup {
    float: none;
    text-align: center;
    padding-bottom: 10px;
  }

  .logigroup_footer {
    padding-top: 10px;
  }

  #jm-toppage-left {
    margin-bottom: 0px !important;
    width: 165px !important;
    margin-top: 2px;
  }

  #jm-toppage-right {
    width: auto !important;
  }
  .djslider .slide-desc-text .slide-text,
  .djslider .slide-desc-text .slide-text p {
    white-space: normal !important;
    line-height: 25px;
    font-size: 16px;
    padding-bottom: 5px;
  }
  #jm-header .slide-desc {
    left: 3% !important;
    top: 260px !important;
    width: 97% !important;
  }

  #header {
    width: 98%;
  }
  #firstline {
    font-size: 40px;
    top: 0px;
  }

  #secondline {
    font-size: 26px;
    top: 110px;
  }

  .pictured {
    top: 216px;
    width: 507px;
  }

  .item-page .jm-slider1 .djslider .navigation-container {
    top: 33% !important;
  }

  #jm-toppage-in {
    width: 94%;
    display: table;
  }

  /****ipad****/

  #rt-content-top {
    overflow: hidden;
    width: 90%;
    margin: auto;
    padding-bottom: 20px;
  }

  .feature-item {
    height: 190px;
  }

  #rt-content-top .rt-grid-4 {
    float: left;
    width: 27%;
    margin-left: 50px;
  }

  .roktabs-wrapper .light .active-arrows {
    width: 185px !important;
  }

  .min-title-v {
    /* color: black !important; */
    font-family: "myriad pro" !important;
    font-size: 18px !important;
    padding-bottom: 2px !important;
    line-height: 27px !important;
  }

  .item-page .slide-desc-text .slide-text {
    position: absolute;
    width: 40% !important;
    left: 10%;
    top: 90px;
  }

  .fl_left_article_texte {
    float: none;
    width: 80%;
    overflow: hidden;
    margin: 10px auto 0px;
  }

  .point_detail_open_erp li {
    width: 95%;
  }

  .roktabs-wrapper .light .roktabs-container-tr {
    width: 480px !important;
  }

  .roktabs-wrapper .light .roktabs-container-inner {
    width: 485px !important;
  }

  .roktabs-wrapper .light .roktabs-container-wrapper div {
    width: 470px !important;
  }

  .detail_etude_cas {
    float: none;
    width: 43%;
    margin: auto;
  }

  .img_etude_cas {
    float: none;
    width: 100%;
    text-align: center;
  }

  .contenu_etude_cas {
    width: 100%;
  }

  .realisation_clients_logos .client_logo {
    /* padding: 0 0px; */
  }
  .realisation_clients_logos .client_logo a img {
    width: 80%;
  }
  .realisation_clients_logos {
    width: 100%;
  }

  .realisation_clients_logos .client_logo a {
    width: 145px;
    height: 135px;
  }

  .lien_neo_recrut a span {
    /*width:180px;*/
    width: 90%;
  }

  .menu_content ul.offshore_pad li a {
    padding-left: 55px !important;
    padding-right: 55px !important;
  }

  #content_top_log .moduletablegray {
    margin-left: 0px;
  }
  .pack_site_web {
    min-height: 162px;
  }
  .expertise_w {
    width: 100%;
  }
  .expertise_w .domaine_fl {
    width: 100px;
    /* margin-left:45px;*/
  }

  .menu_content ul.offshore_pad li a {
    padding-left: 55px !important;
    padding-right: 55px !important;
  }

  .img_flt_r {
    width: 38%;
  }

  .txt_flt_l {
    width: 56%;
  }

  .menu_content ul.log_pad li a {
    padding-left: 27px !important;
    padding-right: 27px !important;
  }

  .log .domaine_fl {
    margin-left: 60px !important;
    width: 120px;
  }

  .menu_content ul.ed_pad li a {
    padding-left: 21px !important;
    padding-right: 21px !important;
  }

  .switch_position_fl .img_savoir_faire,
  .img_savoir_faire {
    float: none;
    text-align: center;
    width: 100%;
  }

  .detail_savoir_faire,
  .switch_position_fl .detail_savoir_faire {
    float: none;
    margin: auto;
    width: 92%;
    text-align: justify;
    padding: 0px 5px 20px;
  }

  .dedie_cont {
    width: 345px;

    margin-top: 30px;
    margin-left: 28px;
  }

  .cont_option_prix {
    /* width: 100%; */
  }

  .form_essai_gratuit {
    width: 95%;
  }
  .img_essai_gratuit {
    float: left;
    width: 90%;
    text-align: center;
  }

  .menu_content ul.erp_pad li a {
    padding-left: 22px !important;
    padding-right: 22px !important;
  }

  .client_logo {
    width: 18.5%;
  }

  /*.container_page{
 width:750px;
}*/

  .customgray h3.jm-title {
    color: #777;
  }

  #jm-header .slider-container li img {
    float: none;
    width: 46% !important;
    margin: auto;
  }
}

@media screen and (max-width: 600px) {
  .pack_site_web {
    width: 45%;
  }

  #lg-bottom-bottom .custom {
    width: 350px;
    height: 175px;
    top: 8px;
    left: 3%;
    padding: 2px 10px;
  }

  #lg-bottom-bottom .custom .c_adresse_p {
    padding: 0px 0 0 25px;
    line-height: 22px;
  }

  .location_map {
    clear: both;
    padding-top: 15px;
  }

  #lg-bottom-bottom .custom h5 {
    font-size: 15px;
    line-height: 30px;
    padding-bottom: 0px;
  }

  .c_tel_mail {
    width: 48%;
  }

  .fl_t_f {
    float: left;
    width: 100%;
  }

  .article_templates {
    width: 96%;
    float: none;
    margin: auto;
  }

  .menu_templates {
    width: 100%;
    display: table;
    height: auto;
    float: none;
  }

  .lien_neo_recrut a {
    margin-top: 10px;
    float: none !important;
  }

  .menu_content ul.log_pad li a {
    padding-left: 10px !important;
    padding-right: 10px !important;
    font-size: 16px !important;
  }

  .expertise_w .domaine_fl {
    width: 130px;
  }

  .menu_content ul.offshore_pad li a {
    padding-left: 25px !important;
    padding-right: 25px !important;
  }

  .realisation_clients_logos .client_logo a {
    width: 145px;
    height: 90px;
  }

  .menu_content ul.ed_pad li a {
    font-size: 16px !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
  }

  .client_logo {
    width: 100px;
  }

  /*.container_page {
width: 565px;
}*/

  .menu_content ul.erp_pad li a {
    padding-left: 6px !important;
    padding-right: 6px !important;
    font-size: 17px !important;
  }

  .roktabs-wrapper .light .roktabs-container-tr {
    width: 305px !important;
    float: right;
  }

  .roktabs-wrapper .light .roktabs-container-wrapper div {
    width: 295px !important;
  }

  .roktabs-wrapper .light .roktabs-container-inner {
    width: 310px !important;
  }

  .desc-white-sl p {
    line-height: 21px !important;
    font-size: 14px !important;
  }

  .item-page .slide-desc-text .slide-text {
    top: 45px;
  }

  .min-title-v {
    font-size: 18px !important;
  }

  .item-page .slide-desc-text .slide-title {
    font-size: 19px !important;
    margin-top: -5px !important;
  }

  #content_top_log .moduletablegray {
    margin-left: 0px;
  }

  .pictured {
    top: 157px;
    width: 340px;
    font-size: 17px;
  }

  #secondline {
    font-size: 22px;
    top: 110px;
  }

  #firstline span {
    font-size: 90px;
  }

  .foxcontainer div:nth-child(4) {
    width: 100%;
    float: none;
    margin-top: 0px;
  }

  .foxcontainer div {
    width: 100%;
    float: none;
  }
}

@media screen and (max-width: 480px) {
  /*.page_home div.jm-allpage-space {
  width: 100%;
  overflow: hidden;
}*/
  .fl_left_article_texte {
    width: 100%;
  }

  #jm-bottompage .foxcontainer div:nth-child(4) {
    margin-top: -225px;
    overflow: hidden;
  }

  .feature-item {
    height: auto;
  }

  #rt-content-top .rt-grid-4.rt-omega {
    margin-left: auto;
    float: none;
  }

  #rt-content-top .rt-grid-4.rt-alpha {
    margin-left: auto;
  }

  #rt-content-top {
    overflow: hidden;
    width: 90%;
    margin: auto;
  }

  #rt-content-top .rt-grid-4 {
    float: none;
    width: 80%;
    margin: auto;
  }

  .item-page .jm-slider1 .navigation-container .prev-button,
  .item-page .jm-slider1 .navigation-container .next-button {
    width: 17% !important;
  }

  .fl_right_article_texte h2 {
    font-size: 25px !important;
  }

  .item-page .slider-container ul li:nth-child(1) h3.slide-title {
    color: #fff !important;
  }

  .link_read_more a.link_page_h {
    /*margin-top: 3px;
padding: 2px 20px 3px 0px;
font-size: 12px !important;
width: 77% !important;
line-height: 13px;*/
    display: none;
  }

  .item-page .slider-container ul li h3.slide-title {
    top: -6px;
    position: absolute;
    left: 10px !important;
    font-size: 22px !important;
    letter-spacing: 0px;
  }

  .item-page .slider-container ul li:nth-child(1) .desc-white-sl .min-title-v {
    color: #fff !important;
    /* display: none; */
  }
  .item-page .slider-container .min-title-v {
    font-size: 14px !important;
    line-height: 25px !important;
    /* margin-top: -24px; */
  }

  .item-page .slide-desc-text .slide-text {
    display: block !important;
    width: 50% !important;
    top: 40px;
    left: 11px;
  }

  .foxcontainer div:nth-child(4) {
    width: 100%;
    float: none;
    margin-top: 0px;
  }

  .foxcontainer div {
    width: 100%;
    float: none;
  }

  .accueil-conseil-services-informatique #lg-bottom-bottom {
    min-height: 294px;
  }
  #lg-bottom-bottom .custom {
    top: 108px;
    left: 0%;
    width: 93%;
    padding: 5px 10px;
  }

  .c_tel_mail {
    font-size: 12px;
    width: 48%;
  }

  #lg-bottom-bottom .custom .c_adresse_p {
    font-size: 12px;
    padding-right: 0px;
    line-height: 20px;
  }

  #lg-bottom-bottom .custom h5 {
    font-size: 16px;
    line-height: 20px;
    padding-bottom: 5px;
  }

  .fl_t_f {
    float: left;
    width: 100%;
  }

  .item-page .slide-desc-text .slide-text p {
    display: none;
  }

  .item-page .slide-desc-text .slide-title {
    font-size: 12px !important;
  }

  .texte_p_ref {
    width: 100%;
  }

  .references_q {
    width: 100%;
  }

  .fl_right_article_texte {
    float: left;
    width: 94%;
    margin-right: 10px;
    margin-left: 10px;
  }

  #jm-bottompage-in {
    width: 100%;
    margin: auto;
  }
  .formulaire_contact_fl {
    width: 90%;
    float: left;
    margin-left: 22px;
  }
  .map_contact_fl {
    float: left;
    width: 90%;
    margin-left: 26px;
    height: 350px;
    overflow: hidden;
  }

  #jm-footer-page {
    width: 90%;
    margin: auto;
  }
  .cont_tab_one,
  .cont_tab_two,
  .cont_tab_three,
  .cont_tab_reseau {
    float: none;
    text-align: center;
    padding-bottom: 10px;
    margin: 0px;
  }

  .copyright_logigroup,
  .logo_logigroup {
    float: none;
    text-align: center;
    padding-bottom: 10px;
  }

  .logigroup_footer {
    padding-top: 10px;
  }

  #jm-toppage-left {
    margin-bottom: 0px !important;
    width: auto !important;
  }

  #jm-toppage-right {
    width: auto !important;
    float: none !important;
    margin: auto;
  }
  .djslider .slide-desc-text .slide-text,
  .djslider .slide-desc-text .slide-text p {
    white-space: normal !important;
    font-size: 13px;
    line-height: 23px;
  }
  #jm-header .slide-desc {
    left: 3% !important;
    top: 240px !important;
    width: 90% !important;
  }

  #header {
    width: 98%;
  }
  #firstline {
    font-size: 25px;
    top: -45px;
  }

  #secondline {
    font-size: 17px;
    top: 22px;
    text-align: center;
    width: 85%;
    line-height: 26px;
  }

  .pictured {
    top: 125px;
    width: 255px;
  }

  .item-page .jm-slider1 .djslider .navigation-container {
    top: 16% !important;
  }

  #jm-toppage-in {
    width: 100%;
    margin: 0px 10px 0px;
  }
  #jm-header .slide-desc-text .slide-title {
    font-size: 17px;
    padding-bottom: 0px;
  }

  .fl_right_article_texte h4 {
    font-size: 27px;
  }

  .menu_content ul.log_pad li a,
  .menu_content ul.offshore_pad li a,
  .menu_content ul.erp_pad li a,
  .menu_content ul.ed_pad li a {
    display: block;
    width: 94%;
    text-align: center;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .menu_content ul.menu li {
    float: none;
    width: 96%;
    margin: auto;
  }
  .container_page {
    width: 94%;
    margin: auto;
    padding: 0px 0px;
  }
  .c_page_content {
    width: 100%;
  }

  .bg_detail_content {
    /*background: #f1f1f1;*/
    padding: 10px 10px;
    display: table;
    width: 93.6%;
  }

  .customgray h3.jm-title {
    color: #676464;
  }

  .headerimg {
    background-position: 100% 85%;
  }

  .lien_neo_recrut {
    /*width:200px;*/
  }

  .lien_neo_recrut a {
    margin-top: 5px;
  }

  .c_page_content h1 {
    font-size: 22px !important;
  }

  .formulaire_f,
  .information_contact {
    float: none;
    width: 100%;
  }

  .domaine_fl {
    margin-left: 0px !important;
  }

  #redirection_ancre {
    margin-top: 0;
    margin-left: 0;
    width: 280px;
    height: 51px;
  }

  .realisation_clients_logos {
    width: 80%;
    margin: auto;
  }

  .realisation_clients_logos .client_logo {
    width: 200px;
    margin: 0px auto 0px !important;
    float: none;
  }

  .client_logo {
    margin-left: 3px;
    margin-bottom: 5px;
  }

  .detail_savoir_faire {
    float: none !important;
    margin-left: auto !important;
    margin-right: auto !important;
    width: 92%;
    padding: 0px 5px 0;
  }

  .flt_txt_l {
    float: none;
    width: 90%;
    margin: auto;
  }

  .custom_cnt h3.jm-title {
    font-size: 18px !important;
  }

  .title_etude_cas h3 {
    font-size: 18px !important;
    line-height: 31px !important;
  }

  .detail_etude_cas {
    float: right;
    padding: 0 20px 10px;
    font-size: 15px;
    width: 90%;
  }

  .contenu_etude_cas {
    width: 93.5%;
    min-height: 475px;
    margin: auto;
  }

  fieldset {
    margin-left: 10px;
  }

  #headerimgs {
    opacity: 0.5;
  }

  .pictured {
    font-size: 15px;
  }

  .pictured a {
    margin: 20px auto 0px;
    padding: 3px 16px 7px 0px;
    background-position: 97% 59%;
  }

  #firstline {
    text-align: center;
    width: 100%;
  }

  #headertxt {
    top: 80px;
  }

  .item-page h1 {
    text-align: center !important;
  }

  .pictured span {
    background: url("../../../images/modules/puce.png") no-repeat 0px 14px;
    padding-left: 22px;
    line-height: 27px;
    padding-top: 8px;
  }

  div.item-page h3 {
    font-size: 19px;
    letter-spacing: 3px;
  }

  .menu_content li a {
    margin: auto !important;
  }

  #firstline span {
    font-family: Euphemia, "segoe_ui_sb";
    font-size: 69px;
  }

  #content_top_log .moduletablegray {
    margin-left: 0px;
  }

  #jm-header .slider-container li img {
    width: auto !important;
  }

  .form_essai_gratuit {
    padding-left: 5px;
    width: 94%;
  }

  .form_essai_gratuit .foxbutton {
    width: 98%;
    padding: 9px 1px 45px !important;
    border-radius: 5px;
    line-height: 22px !important;
    margin-right: 0px !important;
  }

  .pack_site_web {
    width: 90%;
  }
  .client_logo {
    width: 82px;
  }

  .img_essai_gratuit {
    float: none;
    width: 100%;
    text-align: center;
  }

  .roktabs-wrapper .light .roktabs-container-tr {
    width: 300px !important;
  }

  .roktabs-wrapper .light .roktabs-container-inner {
    width: 297px !important;
  }

  .roktabs-wrapper .light .roktabs-container-wrapper div {
    width: 289px !important;
  }

  .bg_fonctionalite {
    background: #e3e3e3 !important;
  }

  .point_detail_open_erp li {
    width: 95%;
  }

  .roktabs-wrapper .light .roktabs-container-wrapper div.wrapper {
    padding: 5px;
  }

  #content_top_log_center .customgray h3.jm-title a {
    color: #777;
  }

  .fl_left_article_texte {
    float: none;
    width: 90%;
    overflow: hidden;
    margin: 15px auto 0px;
  }

  .menu_templates {
    width: 100%;
    display: table;
    height: auto;
    float: none;
  }

  .menu_templates ul.menu li {
    width: 100%;
    float: none;
  }
  .menu_templates ul.menu li a {
    text-align: center;
  }

  .article_templates {
    width: 96%;
    float: none;
    margin: auto;
  }
}

div.foxcontainer select,
div.foxcontainer input[type="text"] {
  height: 32px !important;
}

.item-page .control-group input,
.control-group textarea {
  box-shadow: none;
  border-radius: 0px !important;
  padding: 2px 5px !important;
}

.t_fed {
  display: table;
  width: 100%;
}

.t_fed_one,
.t_fed_two {
  width: 100%;
  float: right;
  margin-left: 2%;
  padding: 10px 1%;
  background-color: rgb(234, 234, 234);
  border-radius: 5px;
  box-shadow: 0px 0px 5px #ccc;
  height: auto;
  display: table;
  margin-bottom: 20px;
}

.t_fed .t_fed_two p,
.t_fed .t_fed_one p {
  padding-bottom: 5px;
  text-align: center;
}

.t_fed .t_fed_two ul li,
.t_fed .t_fed_one ul li {
  padding-bottom: 0px;
  background: url("../../../../images/modules/assets/li_sous_menu_mobile_hov_v.png")
    no-repeat scroll 0 10px transparent;
  line-height: 22px;
}

.t_fed a {
  color: #333 !important;
}

ul.lf_log {
  float: left;
  width: 140px;
}

.lg_log {
  float: right;
  width: 40%;
  padding: 10px 5px;
  border-radius: 5px;
  margin-top: 20px;
  margin-right: 10px;
}

.log_techn {
  float: left;
  width: 50%;
  text-align: center;
  padding: 5px 0px;
}

.clear_article_fl {
  clear: both;
}

.img_cent_wd {
  width: 85%;
  text-align: center;
  margin: auto;
}

.img_cent_wd img {
  max-width: 100%;
}

.steps_bi_process {
  width: 100%;
  display: table;
  margin: 20px auto 10px;
}

.steps_bi_process div {
  float: left;
  padding: 5px 0px;
  line-height: 26px;
  text-align: center;
  font-size: 12px;
  color: #fff;
  height: 30px;
}

.step1_bi_process {
  width: 20%;
  background: #898989;
}

.step2_bi_process {
  width: 20%;
  background: #737373;
  margin-left: 0;
  /* line-height: 25px !important; */
}
.step3_bi_process {
  width: 20%;
  background: #5b5b5b;
  margin-left: 0;
  /* line-height: 25px !important; */
}

.step4_bi_process {
  width: 20%;
  background: #454545;
  margin-left: 0;
}

.step5_bi_process {
  width: 20%;
  background: #2f2f2f;
  margin-left: 0;
}

.flt_v_process_bi {
  float: right;
  margin-top: 11px;
  /* margin-bottom: 35px; */
  height: 100%;
  width: 40%;
  margin-left: 25px;
}

.lg_log.tech_ut {
  margin-right: 0px;
  margin-left: 20px;
}

ul.nav.menu.menu_bi_l li.divider {
  display: none;
}

.lg_log.tech_ut.dev_t {
  margin-left: 40px;
  width: 25%;
}

.lg_log.tech_ut.dev_t img {
  width: auto;
  max-height: 333px;
}

.lg_log.tech_ut.dev_t.p_lg {
  width: 35%;
}

.center_method_dev_log {
  width: 100%;
  margin: auto;
  display: table;
  height: auto;
  padding: 15px 0px 10px;
}

.center_method_dev_log_l1 {
  width: 49.2%;
  float: left;
  /* background: rgba(204, 204, 204, 0.21);*/
  background: #fff !important;
  padding: 10px 0px 20px;
  border-radius: 3px;
}

.center_method_dev_log_l2 {
  width: 49.2%;
  float: right;
  /*background: rgba(204, 204, 204, 0.21);*/
  background: #fff !important;
  padding: 10px 0px 20px;
  border-radius: 3px;
}

div.item-page .center_method_dev_log h3 {
  text-align: center !important;
  padding: 0px 10px 20px !important;
  font-size: 19px !important;
}

.center_method_dev_log p {
  text-align: center;
  padding: 0px 20px;
}

.center_method_dev_log p img {
  width: 90%;
}

div.item-page .bg_detail_content.dev_logi.dev_logi_title h2 {
  padding: 0px 0px 20px;
  font-size: 34px !important;
  text-align: center;
  color: #222;
  font-family: Euphemia, "segoe_ui_sb";
}

div.item-page .bg_detail_content.dev_logi.dev_logi_title h3 {
  font-size: 24px;
  padding-top: 7px;
  color: #333 !important;
  text-align: left;
  letter-spacing: 0px;
}

#system-message {
  display: none;
}

.formulaire_f .foxcontainergray .control-group {
  margin-bottom: 15px !important;
}

.bg_detail_content_a h5 {
  font-size: 24px;
  /*padding-top: /*1020px;*/
  color: #333;
}

#sidr-main .sidr-inner ul li {
  background: none;
}

#navigation-toggle {
  color: #fff;
  background: transparent !important;
}

div#jm-footer .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
	flex-wrap: wrap;
}

div#jm-poweredby {
    float: left;
    width: 33.33%;
}

div#legal-notice {
    width: 33.33%;
    text-align: center;
}

div#legal-notice a {
  display: block;    
  margin: 5px 0;
  color: #fff;
}

.jm-switcherLanguage a {
  color: #fff !important;
  display: block;
}

.jm-switcherLanguage div.mod-languages ul.lang-inline li.lang-active {
  display: none;
}

.jm-switcherLanguage div.mod-languages ul {
  padding-left: 32px;
  padding-top: 5px;
  height: 26px;
  float: right;
  position: relative;
}

.jm-switcherLanguage div.mod-languages ul:before {
  width: 25px;
  height: 25px;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 4px;
  background-image: url(img/logigroup_sprite.png);
  background-position: -93px -818px;
}

.tbl_services_dev .container {
  width: 100%;
}

/** Page contact **/

.information_contact .adresse {
  width: 33.333%;
  padding: 35px 0px 40px;
  background: url(../../../images/modules/assets/pin.png) no-repeat top center;
  text-align: center;
  float: left;
}

.information_contact .email {
  width: 33.333%;
  padding: 35px 0px 20px;
  background: url(../../../images/modules/assets/mail.png) no-repeat top center;
  text-align: center;
  float: left;
}

.information_contact .phone {
  width: 33.333%;
  padding: 35px 0px 20px;
  background: url(../../../images/modules/assets/phone.png) no-repeat top center;
  text-align: center;
  float: left;
}

.information_contact .email a {
  color: #5c0028;
}

.information_contact .email a:hover {
  color: #333;
  text-decoration: none;
}

.formulaire_f .fox-container .controls input[type="text"]:hover,
.formulaire_f .fox-container .controls input[type="text"]:focus,
.formulaire_f .fox-container .controls textarea,
.formulaire_f .fox-container .controls textarea {
  background-color: transparent !important;
}
/*
.formulaire_f .fox-container .fox-item:nth-child(2),
.formulaire_f .fox-container .fox-item:nth-child(3),
.formulaire_f .fox-container .fox-item:nth-child(4),
.formulaire_f .fox-container .fox-item:nth-child(5),
.formulaire_f .fox-container .fox-item:nth-child(6){
  width: 40% !important; 
  float: left !important; 
  padding-right: 10%;
}
*/

.formulaire_f .fox-container .controls input[type="text"] {
  width: 100% !important;
  display: table;
  height: 40px !important;
  padding: 5px 15px !important;
  border: 1px solid #e8e8e8 !important;
}

.formulaire_f .fox-container .controls textarea {
  border: 1px solid #e8e8e8 !important;
  padding: 5px 15px !important;
}

.formulaire_f .fox-container .controls .btn {
  margin-top: 0px;
}

#sidr-main .sidr-inner ul li ul li ul li {
  padding-left: 15px;
  font-size: 13px;
}

#sidr-main .sidr-inner ul li ul {
  display: none;
}

.sidr-class-current > a {
  background: transparent;
  /*color: #262626 !important;*/
}

#sidr-main .sidr-inner li.sidr-class-has-sub.sidr-class-parent.closedArrowMenu {
  background: url("../../../images/modules/assets/arrow_close.png") no-repeat
    95% 50%;
}

#sidr-main .sidr-inner li.sidr-class-has-sub.sidr-class-parent.openArrowMenu {
  background: url("../../../images/modules/assets/arrow_open.png") no-repeat 95%
    21px;
}

#sidr-main
  .sidr-inner
  ul
  li
  ul
  li.sidr-class-has-sub.sidr-class-parent.closedArrowMenu {
  background: url(../../../images/modules/assets/arrow_close.png) no-repeat 95%
    18px;
}

.cont_offshore_avantages.cont_notpad_bi.pageContact {
  width: 100%;
  max-width: 1050px;
  padding: 0 70px 30px;
  margin: 36px auto 0;
  background-color: #fff;
}

.cont_offshore_avantages h2 {
  text-align: center;
  font-size: 36px;
  padding-bottom: 0px;
  color: #333333;
}

.application-form.cont_offshore_avantages.cont_notpad_bi {
  width: 100%;
  max-width: 999px;
  margin: auto;
}

.application-form.cont_offshore_avantages.cont_notpad_bi .control-group {
  padding-bottom: 15px;
}

.application-form.cont_offshore_avantages.cont_notpad_bi
  .control-group
  .control-label {
  text-align: left;
}

.application-form.cont_offshore_avantages.cont_notpad_bi .control-group input {
  padding-left: 5% !important;
  width: 95%;
}

.application-form.cont_offshore_avantages.cont_notpad_bi .control-group select {
  width: 50%;
}

.application-form.cont_offshore_avantages.cont_notpad_bi .form-actions {
  width: 100%;
  text-align: center;
}

.application-form.cont_offshore_avantages.cont_notpad_bi
  .form-actions
  input.btn.btn-primary.validate {
  margin: 10px 0px 10px;
}

.cont_offshore_avantages.cont_notpad_bi .contentdescription p {
  text-align: center;
}

.cont_offshore_avantages.cont_notpad_bi .contentdescription {
  padding-bottom: 20px;
}

.cont_offshore_avantages.cont_notpad_bi .tableoffers a {
  color: #b8236e;
}
p.dsp_desktop_sh {
  min-height: 166px;
  background-image: url(img/contact-bg.png);
  background-size: cover;
  background-position: center;
}
form.tableoffers {
  overflow: auto;
}
/* width */
form.tableoffers::-webkit-scrollbar {
  height: 5px;
}

/* Track */
form.tableoffers::-webkit-scrollbar-track {
  background: #a3a3a3;
}

/* Handle */
form.tableoffers::-webkit-scrollbar-thumb {
  background: #a95d7e;
}

/* Handle on hover */
form.tableoffers::-webkit-scrollbar-thumb:hover {
  background: #6c133d;
}

.right-item {
  float: right;
  width: 30%;
}

.discription.left-item {
  width: 70%;
  float: left;
}

.mobile-device.logigroup-creation {
  max-width: 194px;
  width: 100%;
  margin: 0 auto;
  height: 390px;
  position: relative;
}

.mobile-device.logigroup-creation > div:nth-child(1) {
  height: 100%;
  width: 100%;
}

.mobile-device.logigroup-creation > div:nth-child(1):before {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  background-image: url(img/iphone1.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 9;
}

.logigroup-creation .djslider-loader-default {
  height: 100%;
  width: 100%;
}

.logigroup-creation .djslider-loader-default .djslider-default {
  height: 374px !important;
  width: 170px !important;
  margin-top: 9px;
}

.logigroup-creation
  .djslider-loader-default
  .djslider-default
  ul.djslider-in
  > li {
  width: 170px !important;
  height: 374px !important;
}
.ipad-device.logigroup-creation-ipad {
  max-width: 385px;
  width: 100%;
  margin: 0 auto;
  height: 535px;
  position: relative;
  left: 40px;
}
.ipad-device.logigroup-creation-ipad > div:nth-child(1) {
  height: 100%;
  width: 100%;
}
.ipad-device.logigroup-creation-ipad > div:nth-child(1):before {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  background-image: url(img/ipad.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  z-index: 9;
}
.logigroup-creation-ipad .djslider-loader-default {
  height: 100%;
  width: 100%;
}

.logigroup-creation-ipad .djslider-loader-default .djslider-default {
  height: 530px !important;
  width: 343px !important;
  margin-top: 9px;
}

.logigroup-creation-ipad
  .djslider-loader-default
  .djslider-default
  ul.djslider-in
  > li {
  width: 343px !important;
  height: 530px !important;
}

.fox-item-attachments {
  margin-left: 10px;
}

div#js-meganav
  ul.megamenu.level0
  li.megacss.first.haschild
  .childcontent
  .childcontent-inner-wrap
  .childcontent-inner
  .megacol.column2
  > ul.megamenu
  > li
  > .group
  > .group-content
  > ul.megamenu
  > li:nth-child(1)
  > .group
  > .group-content
  > .megamenu
  > li:nth-child(3) {
  max-width: 80%;
}

.formulaire-next-step .container_page {
  margin: 0;
  width: 100%;
  padding-bottom: 0;
}

.contact form.fox-form .fox-row .fox-column .fox-item .chzn-container {
  width: 100% !important;
}

.contact
  div#jm-main
  form.fox-form
  .fox-row
  .fox-column
  .fox-item
  .chzn-container
  a {
  height: 40px;
  line-height: 40px;
  border-radius: 0;
  display: block;
  background-color: #fff;
  background-image: none;
  border-color: #e8e8e8;
  box-shadow: none;
  padding: 0 15px;
}

.contact
  div#jm-main
  form.fox-form
  .fox-row
  .fox-column
  .fox-item
  .chzn-container
  a
  > div {
  top: 50%;
  transform: translateY(-50%);
  height: 26px;
}

.contact
  div#jm-main
  form.fox-form
  .fox-row
  .fox-column
  .fox-item
  .chzn-container
  .chzn-drop {
  border-color: #e8e8e8;
  box-shadow: none;
}

.gm-style .gm-style-iw-c {
  left: -5px;
}

.gm-style .gm-style-iw-t::after {
  left: -5px;
}

.formulaire-next-step .jm-allpage-space {
  height: auto;
}

div#fox-container-m262 .fox-form input[type="number"] {
  border-radius: 4px;
  color: #555555;
  background-color: #ffffff;
}
div#fox-container-m262 input[type="number"] {
  background-color: #ffffff;
  border: 1px solid #aaaaaa;
  transition: border linear 0.2s, box-shadow linear 0.2s;
}
div#fox-container-m262 input[type="number"] {
  max-width: 100%;
}
div#fox-container-m262 input[type="number"] {
  height: 28px;
  line-height: 28px;
}
div#fox-container-m262 input[type="number"] {
  margin: 0;
  padding: 4px 5px;
}
.formulaire_f .fox-container .controls input[type="number"] {
  width: 100% !important;
  display: table;
  height: 40px !important;
  padding: 5px 15px !important;
  border: 1px solid #e8e8e8 !important;
}
.formulaire_f .controls input[type="number"] {
  position: relative;
}
.formulaire_f .controls input[type="number"]:focus {
  outline: none;
  box-shadow: none !important;
}
.application-form.cont_offshore_avantages.cont_notpad_bi .control-group {
  /*float:left;*/
  width: 100%;
  margin: 0 auto;
  display: inline-block;
}
.application-form.cont_offshore_avantages.cont_notpad_bi
  .control-group:nth-child(1) {
  float: unset;
}
.application-form.cont_offshore_avantages.cont_notpad_bi
  .control-group
  .chzn-container {
  width: 100% !important;
}
.application-form.cont_offshore_avantages.cont_notpad_bi
  .control-group
  .chzn-container
  a {
  width: 95% !important;
  padding-left: 5%;
}
.application-form.cont_offshore_avantages.cont_notpad_bi
  fieldset
  .control-group
  .control-label {
  text-align: left;

  float: left;
  width: 20%;
  margin: 10px 0;
}
.controls {
  float: right;
  width: 80%;
  margin: 10px 0;
}
.application-form.cont_offshore_avantages.cont_notpad_bi .form-actions {
  display: inline-block;
}
.application-form.cont_offshore_avantages.cont_notpad_bi fieldset {
  width: 60%;
  margin: 0 auto;
}

.candidature-spontanee div#jm-header .cont_header_entreprise h3 {
  padding: 65px 0 0px;
  font-size: 27px;
  color: #fff;
  letter-spacing: 2px;
  text-align: left;
  font-family: "Raleway";
  text-transform: uppercase;
}
.candidature-spontanee #jm-header {
  padding-top: 0px !important;
}
.candidature-spontanee
  .application-form.cont_offshore_avantages.cont_notpad_bi
  h1 {
  display: none;
}
@media screen and (max-width: 414px)
{
  div#jm-footer 
  {
      font-size: 8pt;
  }
}