@charset "UTF-8";

@font-face {
  font-family: 'Open Sans';
  src: url(../../../includes/Open_Sans/OpenSans.ttf) format('truetype');
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  line-height: 19px;
  vertical-align: baseline;
  color: #58585a;
}

clearfix::after {
  display: block;
  content: "";
  clear: both;
}

.btn-primary:hover {
  background-color: #95c028 !important;
  border-color: #95c028 !important;
}

html {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption,
th,
td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q,
blockquote {
  quotes: none;
}

q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

html,
body {
  position: relative;
}

body {
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  color: #000000;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}

* {
  box-sizing: border-box;
}

a {
  cursor: pointer;
  text-decoration: none;
  color: #000000;
}

.menucandidat:hover {
  color: #95c028;
}

a:hover {
  text-decoration: underline;
}

a:hover * {
  text-decoration: inherit;
}

.row:before,
.row:after {
  display: table;
  content: " ";
  clear: both;
}

.section {
  display: block;
  float: none;
  margin-bottom: 50px;
}

.no-margin {
  margin: 0;
}

.container {
  width: 1300px;
  margin: auto;
  overflow: hidden;
  margin-bottom: 10px;
}

.container .container {
  width: 100%;
  overflow: visible;
}

.section_small {
  max-width: 1015px;
  margin: 0 auto 50px;
}

.see_all {
  font-size: 13px;
  text-decoration: underline;
  color: #CF596C;
}

.btn,
.form-contact input.btn {
  display: inline-block;
  width: auto;
  padding: 0 20px;
  text-align: center;
  font-size: 14px;
  background: #379BAD;
  color: #ffffff;
  height: 60px;
  border: 0;
  line-height: 60px;
  text-transform: uppercase;
}

.align-vertical {
  position: absolute;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

#navigation {
  /*-moz-box-shadow: 0 1px 3px rgba(0,0,0,.15);*/
  /*-webkit-box-shadow: 0 1px 3px rgba(0,0,0,.15);*/
  /*box-shadow: 0 1px 3px rgba(0,0,0,.15);*/
  position: relative;
  z-index: 100;
}

nav .top-bar {
  height: 44px;
  background-color: #333333;
}

nav .top-bar a {
  float: right;
  font-size: 12px;
  text-transform: uppercase;
  color: #ffffff;
  padding: 0 20px;
  line-height: 44px;
}

nav .top-bar a.active {
  background-color: #CF596C;
}

#top-header>.conteneur,
nav .content,
#footer .footer {
  width: 100%;
  margin: auto;
}

nav .content {
  min-height: 50px;
  padding: 0 20px 0 40px;
}

nav .content .logo {
  float: left;
}

nav .content .logo a,
nav .content .logo p {
  float: left;
}

nav .content .logo p {
  padding-left: 20px;
  font-size: 18px;
  color: #666666;
  font-weight: 300;
  padding-top: 43px;
}

nav .menu_content .block-menu {
  text-align: left;
  height: 50px;
}

nav .menu_content .block-menu ul {
  display: inline-block;
  line-height: 50px;
}

nav .menu_content .block-menu ul li {
  display: table-cell;
  vertical-align: middle;
  padding: 0 20px;
  text-align: center;
  line-height: 50px;
}

nav .menu_content .block-menu ul li a,
nav .menu_content .block-menu ul li label {
  text-transform: uppercase;
  font-size: 12px;
  color: #333333;
  text-decoration: none;
  cursor: pointer;
}

nav .menu_content .block-menu ul li a:hover,
nav .menu_content .block-menu ul li label:hover {
  text-decoration: none;
}

nav .menu_content .block-menu ul li a .icon,
nav .menu_content .block-menu ul li label .icon {
  display: block;
  font-size: 27px;
}

nav .menu_content .block-menu input {
  display: none;
}

nav .menu_content .block-menu input:checked~.nav-inner {
  /*@include transform(translateX(0));*/
  height: 100px;
  min-height: 100px;
  max-height: 100px;
}

nav .menu_content .block-menu input:checked~.dropdown .nav-button span.icon:before {
  content: "\e920";
}

nav .menu_content .block-menu .nav-inner {
  height: 0;
  min-height: 0;
  max-height: 0;
  background-color: #333333;
  margin: 0 0 0 -40px;
  width: 100%;
  /*@include transform(translateX(-100%) translateZ(0));*/
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

nav .menu_content .block-menu .nav-inner ul {
  margin: auto;
  text-align: center;
}

nav .menu_content .block-menu .nav-inner ul li {
  display: inline-block;
  line-height: 100px;
}

nav .menu_content .block-menu .nav-inner ul li a {
  color: #ffffff;
  font-size: 15px;
  font-weight: 600;
  position: relative;
}

nav .menu_content .block-menu .nav-inner ul li a:after {
  position: absolute;
  width: 0;
  left: 50%;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -5px;
  display: block;
  background: transparent;
  content: "";
  width: 100%;
  height: 2px;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

nav .menu_content .block-menu .nav-inner ul li a:hover {
  text-decoration: none;
}

nav .menu_content .block-menu .nav-inner ul li a:hover:after {
  background: #ffffff;
  width: 100%;
}

input:-moz-placeholder {
  color: #333333;
}

input::-moz-placeholder {
  color: #333333;
}

input:-ms-input-placeholder {
  color: #333333;
}

input::-webkit-input-placeholder {
  color: #333333;
}

input[type="submit"] {
  cursor: pointer;
  padding: 0 40px;
  text-align: center;
  color: #ffffff;
  background: #666666;
  text-transform: uppercase;
  margin-left: -4px;
  display: inline-block;
}

form .select,
form .input {
  padding: 0 5px;
  margin: 0 0 0px;
}

form .select select,
form .input select {
  cursor: pointer;
  height: 60px;
  -moz-appearance: none;
  -webkit-appearance: none;
  width: 100%;
  padding: 0 0 0 20px;
  background-image: url(../images/select.png);
  background-repeat: no-repeat;
  background-position: 96% center;
  line-height: 60px;
  border: 0;
  outline: none;
  color: #333333;
  font-size: 15px;
  text-transform: uppercase;
}

form .select input,
form .input input {
  background-color: rgba(255, 255, 255, 0.3);
  border: 0;
  border-bottom: 3px solid #ffffff;
  height: 60px;
  -moz-appearance: none;
  -webkit-appearance: none;
  width: 100%;
  padding: 0 0 0 20px;
  line-height: 60px;
  outline: none;
  color: #ffffff;
  font-size: 15px;
  text-transform: uppercase;
}

form .select input:-moz-placeholder,
form .input input:-moz-placeholder {
  color: #ffffff;
}

form .select input::-moz-placeholder,
form .input input::-moz-placeholder {
  color: #ffffff;
}

form .select input:-ms-input-placeholder,
form .input input:-ms-input-placeholder {
  color: #ffffff;
}

form .select input::-webkit-input-placeholder,
form .input input::-webkit-input-placeholder {
  color: #ffffff;
}

.nos_agences .form input {
  background-color: #ffffff;
  border: 0;
  height: 60px;
  -moz-appearance: none;
  -webkit-appearance: none;
  padding: 0 0 0 20px;
  line-height: 60px;
  outline: none;
  color: #333333;
  font-size: 15px;
}

.nos_agences .form input:-moz-placeholder {
  color: #333333;
}

.nos_agences .form input::-moz-placeholder {
  color: #333333;
}

.nos_agences .form input:-ms-input-placeholder {
  color: #333333;
}

.nos_agences .form input::-webkit-input-placeholder {
  color: #333333;
}

.nos_agences .form input[type="submit"] {
  padding: 0;
  text-align: center;
  color: #ffffff;
  border-color: #379BAD;
  border-width: 1px;
  border-style: solid;
  background: #379BAD;
  font-weight: 700;
  text-transform: uppercase;
}

.newsletter input {
  width: 240px;
}

.newsletter input[type="submit"] {
  width: 170px;
}

.form-contact .row {
  margin-bottom: 20px;
  display: table;
  width: 100%;
}

.form-contact label {
  display: table-cell;
  padding-right: 25px;
  text-align: right;
  width: 250px;
  line-height: 35px;
  font-weight: 300;
  font-size: 17px;
  vertical-align: top;
}

.form-contact input,
.form-contact textarea {
  display: table-cell;
  width: 100%;
  height: 35px;
  border: 1px solid #cccccc;
}

.form-contact textarea {
  height: 220px;
  resize: none;
}

.form-contact .btn {
  padding: 0 50px !important;
  float: right;
}

.radios ul li {
  color: #000000;
  display: inline-block;
  position: relative;
  width: 160px;
}

.radios ul li input[type=radio] {
  position: absolute;
  visibility: hidden;
  padding: 0;
  margin: 0;
}

.radios ul li label {
  display: block;
  position: relative;
  z-index: 9;
  width: 160px;
  cursor: pointer;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  padding: 0 0 0 40px;
  text-align: left;
}

.radios ul li .check {
  display: block;
  position: absolute;
  border: 1px solid #cccccc;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  height: 28px;
  width: 28px;
  top: 0;
  left: 0;
  z-index: 5;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.radios ul li .check:before {
  display: block;
  position: absolute;
  content: '';
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  height: 13px;
  width: 13px;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin: auto;
  transition: background 0.25s linear;
  -webkit-transition: background 0.25s linear;
}

.radios input[type=radio]:checked~.check {
  border: 1px solid #cccccc;
}

.radios input[type=radio]:checked~.check::before {
  background: #cccccc;
}

.actus {
  margin: 0 -15px;
}

.actus .actu {
  overflow: hidden;
}

.actus .actu img {
  width: 100%;
  height: 100%;
  margin-bottom: 25px;
}

.actus .actu span h3 {
  font-size: 20px;
  font-weight: 700;
}

.actus .actu span p.date {
  margin: 5px 0 0;
  font-size: 16px;
  font-weight: 700;
  color: #CF596C;
}

.actus .actu span p {
  font-size: 13px;
  line-height: 20px;
  margin: 20px 0;
}

.actus .actu [class^="col-"],
.actus .actu [class*=" col-"] {
  padding: 0;
}

.page-actus.not-full .content-page .contenu {
  padding-bottom: 0;
}

.page-actus.not-full .content-page .contenu .actu {
  margin-bottom: 30px;
}

.page-actus.not-full .content-page .contenu .actus .pagination {
  text-align: center;
}

.page-actus.not-full .content-page .contenu .actus .pagination a {
  font-size: 12px;
  height: 60px;
  line-height: 60px;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
}

.page-actus.not-full .content-page .contenu .actus .pagination a.prev {
  border-right: 1px solid #E9E9E9;
}

.page-actus.not-full .content-page .contenu .actus .pagination a.prev span {
  padding-right: 15px;
}

.page-actus.not-full .content-page .contenu .actus .pagination a.next {
  border-left: 1px solid #E9E9E9;
}

.page-actus.not-full .content-page .contenu .actus .pagination a.next span {
  padding-left: 15px;
}

.page-actus.not-full .content-page .contenu.detail-actu {
  max-width: 820px;
  margin: auto;
  padding-bottom: 140px;
}

.page-actus.not-full .content-page .contenu.detail-actu .date {
  text-align: center;
  margin-bottom: 15px;
  text-transform: uppercase;
  font-size: 21px;
  font-weight: 300;
}

.page-actus.not-full .content-page .contenu.detail-actu .texte {
  margin-bottom: 65px;
}

.page-actus.not-full .content-page .contenu.detail-actu .texte img {
  width: 100%;
  height: auto;
  margin-bottom: 35px;
}

.page-actus.not-full .content-page .contenu.detail-actu .texte p {
  margin-bottom: 20px;
  font-size: 20px;
}

.page-actus.not-full .content-page .contenu.detail-actu .texte p.chapeau {
  font-size: 22px;
}

.page-actus.not-full .content-page .contenu.detail-actu .bouton {
  text-align: center;
}

#footer .footer ul {
  display: inline-block;
}

#footer .footer ul li a {
  text-decoration: none;
  font-size: 14px;
  line-height: 30px;
  color: #58585a;
}

.green{
  color: #95c028;
}

#footer .footer ul li a:hover {
  text-decoration: underline;
  color: #95c028;
}

.interne h1 {
  font-size: 40px;
  font-weight: 700;
  line-height: initial;
}

.interne .section {
  margin: 0 auto;
}

.interne .title hr {
  width: 100px;
  display: block;
  height: 1px;
  border: 0;
  background-color: #ffffff;
  margin: 22px auto;
}

.interne .entete {
  padding: 0 20px;
  margin: 0;
  position: relative;
  height: 400px;
  width: 100%;
  overflow: hidden;
  display: table;
}

.interne .entete:before {
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

.interne .entete h1 {
  color: #ffffff;
}

.interne .entete img {
  position: absolute;
  min-width: 100%;
  min-height: 400px;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
}

.interne .entete .title {
  position: relative;
  z-index: 3;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  width: 100%;
}

.interne .entete .title h2 {
  font-size: 22px;
  color: #ffffff;
  text-align: center;
}

.interne .contenu-txt {
  margin-bottom: 0;
  padding: 60px 20px 100px;
}

.interne .contenu-txt h3 {
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
}

.interne .contenu-txt h4 {
  font-size: 15px;
  font-weight: 700;
}

.interne .contenu-txt p {
  margin-bottom: 40px;
  font-size: 14px;
  line-height: 1.2em;
}

.interne .contenu-txt p:last-child {
  margin-bottom: 0;
}

.interne .description-metier>div {
  padding: 0 30px;
  margin-bottom: 60px;
}

.interne .description-metier>div:not(.retour) .icon {
  display: block;
  text-align: center;
  width: 120px;
  height: 120px;
  margin: 0 auto 30px;
  background: #379BAD;
  color: #ffffff;
  line-height: 120px;
  -moz-border-radius: 120px;
  -webkit-border-radius: 120px;
  border-radius: 120px;
  font-size: 50px;
}

.interne .description-metier h3 {
  height: 45px;
  margin-bottom: 30px;
}

.interne .description-metier h4 {
  margin-bottom: 15px;
}

.interne .description-metier p {
  margin-bottom: 30px;
}

.interne .description-metier h3,
.interne .description-metier h4,
.interne .description-metier p {
  text-align: center;
}

.interne .description-metier .retour {
  clear: both;
  float: none;
  padding: 0;
  text-align: center;
  margin: 0;
}

.interne .description-metier .retour a {
  display: inline-block;
  text-align: center;
  clear: both;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
}

.interne .description-metier .retour a span.icon {
  display: inline-block;
  font-size: 11px;
  padding-right: 30px;
}

.interne .list-offres {
  background-color: #E9E9E9;
  padding: 60px 80px;
  position: relative;
}

.interne .list-offres>div>.icon-star {
  background-color: #E9E9E9;
  display: block;
  width: 120px;
  height: 120px;
  line-height: 120px;
  -moz-border-radius: 120px;
  -webkit-border-radius: 120px;
  border-radius: 120px;
  font-size: 46px;
  text-align: center;
  position: absolute;
  top: -60px;
  left: 50%;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.interne .list-offres .title {
  margin: auto;
  text-align: center;
  margin-bottom: 50px;
}

.interne .list-offres .title h2 {
  font-size: 40px;
  font-weight: 700;
}

.interne .list-offres .title hr {
  background-color: #000000;
}

.interne .list-offres .title h3 {
  font-size: 25px;
}

.interne .list-offres .section {
  margin: 0 auto;
}

.interne .list-offres .section .offre {
  padding: 0 20px;
}

.interne .list-offres .section .offre div {
  background-color: #ffffff;
  padding: 35px 40px;
  text-align: center;
}

.interne .list-offres .section .offre div .icon-star {
  font-size: 35px;
  color: #379BAD;
  margin-bottom: 35px;
  display: block;
}

.interne .list-offres .section .offre div h4 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.interne .list-offres .section .offre div .reference {
  text-transform: uppercase;
  font-weight: 300;
  font-size: 13px;
  margin-bottom: 30px;
}

.interne .list-offres .section .offre div .lieux {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 20px;
}

.interne .list-offres .section .offre div .description {
  font-size: 15px;
  margin-bottom: 30px;
}

.interne .list-offres .section .offre div a {
  padding: 0;
  width: 170px;
}

.interne.page-agence .nos_agences,
.interne.page-agence .detail-agence {
  display: table;
  width: 100%;
}

.interne.page-agence .form {
  margin: auto;
  text-align: center;
  margin-bottom: 15px;
}

.interne.page-agence .map {
  overflow: hidden;
  position: relative;
}

.interne.page-agence .map img {
  position: absolute;
  min-height: 100%;
  min-width: 100%;
  left: 50%;
  top: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.interne.page-agence .detail {
  background-color: #E9E9E9;
  padding: 30px 50px 40px;
}

.interne.page-agence .detail .title {
  margin-bottom: 35px;
}

.interne.page-agence .detail .title h1 {
  text-align: center;
}

.interne.page-agence .detail .title hr {
  background-color: #000000;
}

.interne.page-agence .detail .description {
  padding-top: 25px;
}

.interne.page-agence .detail p,
.interne.page-agence .detail a {
  font-size: 20px;
  display: block;
  font-weight: 500;
}

.interne.page-agence .detail p.adresse,
.interne.page-agence .detail a.adresse {
  font-weight: 700;
  margin-bottom: 35px;
}

.interne.page-agence .detail p.email,
.interne.page-agence .detail a.email {
  color: #379BAD;
  line-height: 30px;
}

.interne.page-agence .detail p.phone,
.interne.page-agence .detail a.phone {
  margin-bottom: 35px;
}

.interne.page-agence .detail p.phone span.icon,
.interne.page-agence .detail a.phone span.icon {
  font-size: 20px;
  padding-right: 15px;
  padding-left: 0;
}

.interne.page-agence .detail p.phone span,
.interne.page-agence .detail a.phone span {
  padding-left: 30px;
  display: inline-block;
}

.interne.page-agence .detail img {
  margin-bottom: 75px;
}

.interne.page-agence .detail .retour {
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  display: inline-block;
  padding: 0 15px;
  height: 50px;
  font-size: 11px;
  color: #379BAD;
  border: 2px solid #379BAD;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 600;
  line-height: 50px;
}

.interne.page-agence .detail .retour span {
  font-size: 11px;
  padding-right: 10px;
}

.interne.page-agence .detail .retour:hover {
  color: #ffffff;
  background-color: #379BAD;
}

.interne.page-agence .list-agences {
  padding-top: 25px;
}

.interne.page-agence .list-agences .nb-result {
  font-size: 17px;
  color: #666666;
}

.interne.page-agence .list-agences .agence {
  padding: 10px 0;
  position: relative;
  border-bottom: 1px solid #ffffff;
  width: 100%;
}

.interne.page-agence .list-agences .agence .name {
  font-size: 20px;
  font-weight: 700;
}

.interne.page-agence .list-agences .agence .adresse,
.interne.page-agence .list-agences .agence .email {
  font-size: 13px;
  line-height: 21px;
  margin: 0;
}

.interne.page-agence .list-agences .agence .email {
  text-decoration: underline;
}

.interne.page-agence .list-agences .agence .more {
  position: absolute;
  right: 10px;
  font-size: 55px;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #379BAD;
}

.interne.page-agence .list-agences .agence .more:hover {
  text-decoration: none;
}

.interne.page-agence .list-agences .pagination {
  margin: auto;
  margin-top: 20px;
  text-align: center;
}

.interne.page-agence .list-agences .pagination li {
  display: inline-block;
  margin: 0 6px;
}

.interne.page-agence .list-agences .pagination li span,
.interne.page-agence .list-agences .pagination li a {
  display: inline-block;
  padding: 0 15px;
  height: 50px;
  width: 50px;
  font-size: 11px;
  color: #379BAD;
  border: 2px solid #379BAD;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 600;
  line-height: 50px;
}

.interne.page-agence .list-agences .pagination li a {
  border: 2px solid transparent;
}

.interne.page-agence .list-agences .pagination li a:hover {
  border: 2px solid #379BAD;
}

.interne .fil-ariane {
  margin-bottom: 35px !important;
  max-width: 1140px;
  width: 100%;
  margin: auto;
}

.interne .fil-ariane ul li {
  display: inline-block;
}

.interne .fil-ariane ul li a,
.interne .fil-ariane ul li span:not(.icon) {
  text-decoration: none;
  font-size: 11px !important;
  margin-right: 10px;
}

.interne .fil-ariane ul li a .icon,
.interne .fil-ariane ul li span:not(.icon) .icon {
  font-size: 11px;
  padding-right: 10px;
}

.not-full .content-page {
  background: #E9E9E9;
  padding: 35px 80px 0;
}

.not-full .content-page .fil-ariane {
  margin-bottom: 145px;
  text-transform: uppercase;
}

.not-full .content-page .fil-ariane li {
  display: inline-block;
}

.not-full .content-page .fil-ariane li a {
  margin: 0;
}

.not-full .content-page .fil-ariane li a span {
  padding-left: 10px;
}

.not-full .content-page .vignette span {
  display: block;
  width: 180px;
  height: 180px;
  line-height: 100px;
  -moz-border-radius: 180px;
  -webkit-border-radius: 180px;
  border-radius: 180px;
  background-color: #CF596C;
  color: #ffffff;
  font-size: 50px;
  position: absolute;
  left: 50%;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 250px;
  text-align: center;
}

.not-full .content-page .contenu {
  background: #ffffff;
  padding: 70px 100px 140px;
  position: relative;
}

.not-full .content-page .contenu .title {
  margin-bottom: 40px;
}

.not-full .content-page .contenu .title h1 {
  text-align: center;
}

.not-full .content-page .contenu .title hr {
  background-color: #000000;
}

/* Bootstrap */
.alert {
  padding: 8px 35px 8px 14px;
  margin-bottom: 20px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  background-color: #fcf8e3;
  border: 1px solid #fbeed5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.alert-danger,
.alert-error {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #eed3d7;
}

.alert-danger h4,
.alert-error h4 {
  color: #b94a48;
  font-weight: bold;
}

.close {
  float: right;
  font-size: 20px;
  font-weight: bold;
  line-height: 20px;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}

.alert .close {
  position: relative;
  top: -2px;
  right: -21px;
  line-height: 20px;
}

/* Custom */
nav .top-bar a.active {
  background: #95c028;
}

.menu_principal .sp-module ul>li>a:before {
  content: "";
}

.menu_principal .sp-module ul>li>a {
  font-size: 12px;
  text-transform: uppercase;
  padding: 0 20px;
  line-height: 44px;
}

.menu_principal .sp-module ul>li {
  border-bottom: none;
  display: inline-block;
}

#s_partager_top a[role="button"] {
  display: inline-block;
}

.interne .title {
  text-align: center;
}

.interne .detail .title hr {
  background-color: #000000;
}

input[type='file'] {
  padding: 6px;
  line-height: inherit;
  width: 300px;
}

.interne .detail {
  display: inherit;
  padding-bottom: 30px;
}

.legend {
  font-size: 25px;
  margin-bottom: 10px;
  color: #95c028;
  line-height: 30px;
}

.legend i {
  color: #95c028;
}

input[type="radio"] {
  width: inherit;
  height: inherit;
  line-height: 0;
  display: none;
  padding: 0;
}

label.btn span {
  line-height: inherit;
  padding: 0;
  margin: 0;
}

.radio.btn-group label,
fieldset.radio label {
  background: #333333;
  min-width: 62px;
}

fieldset.radio label.active {
  background: #95c028;
}

label.fabrikLabel.control-label {
  margin-top: 10px;
  font-size: 13px;
  font-weight: 600;
  line-height: 25px;
}

.btn:hover {
  cursor: pointer;
}

.optionGroup {
  font-weight: bold !important;
  font-style: italic !important;
  color: black;
}

h1.police1 {
  margin-top: 20px;
  font-size: 50px;
  color: #042935 !important;
  line-height: 1.4em;
  text-align: center;
  position: relative;
  font-weight: 600 !important;
  white-space: nowrap;
}

.s_button_bloc,
.s_champ_bloc {
  display: inline-block;
}

input[type="submit"] {
  margin-left: 0;
}

.s_button_bloc input[type="submit"] {
  width: 300px;
}

#s_trouvez_un_emploi {
  text-align: center;
}

.s_recherche_avancee {
  margin: 10px auto;
  text-align: center;
}

.s_button_bloc:focus input[type="submit"],
.s_button_bloc:hover input[type="submit"] {
  background: black;
  color: white;
}

strong {
  font-weight: bold;
}

form.fabrikForm label.checkbox {
  display: inline-block;
  width: auto;
  padding: 0 20px;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  background: #333333;
  color: #ffffff;
  height: 38px;
  border: 0;
  line-height: 38px;
  text-transform: uppercase;
}

form.fabrikForm label.checkbox.active {
  background: #95c028;
}

form.fabrikForm label.checkbox input[type="checkbox"] {
  display: none;
}

form.fabrikForm tr:first {
  min-width: 150px;
}

.fabrikDataContainer .table-striped tbody>tr:nth-child(odd)>td,
.fabrikDataContainer .table-striped tbody>tr:nth-child(odd)>th {
  background-color: #f9f9f9;
}

.fabrikDataContainer .table-striped tbody>tr:nth-child(odd)>td,
.fabrikDataContainer .table-striped tbody>tr:nth-child(odd)>th {
  background-color: #f9f9f9;
}

.fabrikDataContainer .table-striped tbody>tr:nth-child(odd):hover>td {
  background-color: transparent;
}

td {
  padding: 4px 5px;
}

.pagination ul {
  display: inline-block;
  margin-bottom: 0;
  margin-left: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}

.pagination ul>li {
  display: inline;
}

.pagination ul>li:first-child>a,
.pagination ul>li:first-child>span {
  border-left-width: 1px;
}

.pagination ul>li>a,
.pagination ul>li>span {
  float: left;
  padding: 4px 12px;
  line-height: 20px;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
  border-left-width: 0;
}

.input-prepend.input-append .add-on:first-child,
.input-prepend.input-append .btn:first-child {
  margin-right: -5px;
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}

.input-append .add-on,
.input-prepend .add-on {
  display: inline-block;
  width: auto;
  height: 20px;
  min-width: 16px;
  padding: 4px 5px;
  font-size: 14px;
  font-weight: normal;
  line-height: 20px;
  text-align: center;
  text-shadow: 0 1px 0 #fff;
  background-color: #eee;
  border: 1px solid #ccc;
}

form#listform_3_com_fabrik_3 .fabrikFilterContainer {
  float: left;
  margin-right: 40px;
  padding-right: 35px;
  border-right: 2px solid white;
}

form#listform_3_com_fabrik_3 .fabrikDataContainer {
  clear: none;
}

form#listform_3_com_fabrik_3 .fabrikDataContainer div.fabrik_actions.fabrik_element div a span {
  display: none;
}

form#listform_3_com_fabrik_3 .fabrikDataContainer div.fabrik_actions.fabrik_element div a {
  padding: 0 10px;
}

h2 {
  font-size: 34px;
  margin: 0 auto 30px;
  font-weight: bold;
  line-height: normal;
}

.control-group.error input,
.control-group.error select,
.control-group.error textarea {
  border-color: #95c028;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.control-group.error .checkbox,
.control-group.error .radio,
.control-group.error input,
.control-group.error select,
.control-group.error textarea {
  color: #95c028;
}

.control-group.error .checkbox,
.control-group.error input,
.control-group.error select,
.control-group.error textarea {
  border: 1px solid #95c028;
}

.control-group.error .control-label,
.control-group.error .help-block,
.control-group.error .help-inline {
  color: #95c028;
}

form input:focus,
form select:focus {
  outline: #4d90fe auto 5px;
  outline-color: #4d90fe;
  outline-style: auto;
  outline-width: 5px;
}

.deleteGroup,
.addGroup {
  display: inline-block;
  width: auto;
  padding: 0 11px;
  text-align: center;
  font-size: 30px;
  font-weight: 700;
  background: #333333;
  min-width: 38px;
  color: #ffffff;
  height: 38px;
  border: 0;
  line-height: 36px;
  text-transform: uppercase;
}

.deleteGroup:hover,
.addGroup:hover {
  text-decoration: none;
}

/* Sous-menu noir 100% sans js */
.content {
  width: 100%;
  padding: 0 !important;
}

.nav-inner.row {
  margin: 0 !important;
}

.menu.dropdown {
  padding-right: 20px;
}

/* Calendrier bootstrap formulaire modification positionnement */
.datepicker.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  background-color: #ffffff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}

/* Calendrier bootstrap formulaire modification couleurs */
.datepicker table tr td.active,
.datepicker table tr td.active:hover,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled:hover {
  background-color: #95c028;
  background-image: -moz-linear-gradient(to bottom, #95c028, #95c028);
  background-image: -ms-linear-gradient(to bottom, #95c028, #95c028);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#95c028), to(#95c028));
  background-image: -webkit-linear-gradient(to bottom, #95c028, #95c028);
  background-image: -o-linear-gradient(to bottom, #95c028, #95c028);
  background-image: linear-gradient(to bottom, #95c028, #95c028);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@couleurPrincipale', endColorstr='@couleurPrincipale', GradientType=0);
  border-color: #95c028 #95c028 #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.datepicker table tr td.active:hover,
.datepicker table tr td.active:hover:hover,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active:hover.disabled,
.datepicker table tr td.active.disabled.disabled,
.datepicker table tr td.active.disabled:hover.disabled,
.datepicker table tr td.active[disabled],
.datepicker table tr td.active:hover[disabled],
.datepicker table tr td.active.disabled[disabled],
.datepicker table tr td.active.disabled:hover[disabled] {
  background-color: #95c028;
}

.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active {
  background-color: #C61F99 \9;
}

.datepicker table tr td span.active,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled:hover {
  background-color: #95c028;
  background-image: -moz-linear-gradient(to bottom, #95c028, #95c028);
  background-image: -ms-linear-gradient(to bottom, #95c028, #95c028);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#95c028), to(#95c028));
  background-image: -webkit-linear-gradient(to bottom, #95c028, #95c028);
  background-image: -o-linear-gradient(to bottom, #95c028, #95c028);
  background-image: linear-gradient(to bottom, #95c028, #95c028);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@couleurPrincipale', endColorstr='@couleurPrincipale', GradientType=0);
  border-color: #95c028 #95c028 #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.datepicker table tr td span.active:hover,
.datepicker table tr td span.active:hover:hover,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active:hover.disabled,
.datepicker table tr td span.active.disabled.disabled,
.datepicker table tr td span.active.disabled:hover.disabled,
.datepicker table tr td span.active[disabled],
.datepicker table tr td span.active:hover[disabled],
.datepicker table tr td span.active.disabled[disabled],
.datepicker table tr td span.active.disabled:hover[disabled] {
  background-color: #95c028;
}

.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active {
  background-color: #C61F99 \9;
}

.datepicker table tr td.day:hover,
.datepicker table tr td.day.focused {
  background-color: #95c028;
  color: white;
}

/* "icone deconnexion" */
.s_deconnexion {
  cursor: pointer;
  display: block;
  font-size: 27px;
  font-stretch: normal;
  font-style: normal;
  padding-bottom: 12px;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 0px;
  text-align: center;
  width: 82px;
}

/* Boîte de sélection du nombre de résultats par page dans la liste des offres. */
div.input-prepend.input-append {
  margin-bottom: 5px;
}

div.input-prepend.input-append span.add-on {
  border: 1px solid #ccc;
  padding: 4px 12px !important;
  line-height: 21px;
  height: auto;
}

div.input-prepend.input-append select#limit3 {
  border: 1px solid #ccc;
  padding: 3px 12px 6px 12px !important;
  line-height: 20px;
  height: auto;
  width: auto;
}

div.input-prepend.input-append span.add-on:last-child {
  margin-left: -5px;
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}

/* Pagination liste des offres */
.pagination li:first-child a,
.pagination li:first-child span {
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}

.pagination li:last-child a,
.pagination li:last-child span {
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}

#s_carte_agence {
  max-width: 100%;
  width: 268px;
  height: 268px;
  border: 10px solid white;
  margin: auto;
}

#s_agence {
  text-align: center;
  margin: auto;
  margin-right: 40px;
  padding-right: 35px;
  border-right: 2px solid white;
  max-width: 466px;
  float: left;
  width: 36%;
}

#s_agence #s_agence_conteneur {
  background: #e9e9e9;
  padding: 30px;
}

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

#s_details_offre {
  display: inline-block;
  width: 57%;
}

#s_votre_agence {
  font-weight: bold;
}

select,
input[type="email"],
input[type="password"],
input[type="text"] {
  background-color: #ffffff;
  width: 100%;
  height: 38px;
  padding: 0 0 0 20px;
  line-height: 38px;
  outline: none;
  color: #495057;
  display: inline-block;
  font-size: 14px;
}

input[type="email"]:read-only {
  background-color: #e9ecef;
}

textarea {
  max-width: 300px;
  width: 100%;
}

input[type="checkbox"] {
  margin-right: 5px;
}

.btnfooter {
  border-radius: 40px;
  font-size: 11px !important;
  margin-bottom: 10px;
  background-color: #DCDCDE  !important;
  color:#58585a !important;
}

.btnfooter:hover {
  background-color: #95c028 !important;
  color:#ffffff !important;
}

.btnfooter:hover i{
  color:#ffffff !important;
}

.btn, .form-contact input.btn {
  display: inline-block;
  width: auto;
  padding: 0 20px;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  background: #95c028;
  color: #ffffff;
  height: 38px;
  border: 0;
  line-height: 38px;
  text-transform: uppercase;
}

.btn-primary.disabled,
.btn-primary:disabled {
  background: #666666;
  opacity: 1;
  border-color: #666666;
}

.btn span {
  color: #ffffff;
}

.pagination ul>.active>a,
.pagination ul>.active>span {
  background: #eee;
}

.s_liste_offres_2017 {
  display: inline-block;
  width: 57%;
}

.s_liste_offres_2017_une_offre {
  background: white;
  padding: 10px 15px 5px;
  margin-bottom: 16px;
  position: relative;
}

.s_liste_offres_2017_une_offre .job_base_offres___poste {
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.s_liste_offres_2017_une_offre .job_base_offres___ville,
.s_liste_offres_2017_une_offre .job_base_offres___texte_contrats,
.s_liste_offres_2017_une_offre .job_base_offres___date_publication {
  display: inline-block;
}

.s_liste_offres_2017_une_offre .job_base_offres___ville {
  width: 200px;
}

.s_liste_offres_2017_une_offre .job_base_offres___texte_contrats {
  width: 175px;
}

.s_liste_offres_2017_une_offre .job_base_offres___date_publication {
  width: 175px;
}

.s_liste_offres_2017_une_offre .fabrik_actions {
  position: absolute;
  right: 15px;
  top: 13px;
}

.fabrikFilterContainer {
  color: #95c028;
}

.fabrikFilterContainer {
  color: #95c028;
}

.interne #listform_3_com_fabrik_3.fabrikForm.form-search .fabrikFilterContainer input,
.interne #listform_3_com_fabrik_3.fabrikForm.form-search .fabrikFilterContainer select {
  width: 353px;
}

.interne #listform_3_com_fabrik_3.fabrikForm.form-search .fabrikFilterContainer input.pull-right.btn-info.btn.fabrik_filter_submit.button {
  width: auto !important;
}

.s_liste_offres_2017_icone {
  margin-right: 10px;
}

.s_liste_offres_2017_texte_job_base_offres___ville,
.s_liste_offres_2017_texte_job_base_offres___texte_contrats,
.s_liste_offres_2017_texte_job_base_offres___date_publication {
  position: absolute;
  top: 42px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 155px;
}

.s_page_details_offre_boutons_autres {
  margin: 40px 0 40px 0;
  padding-right: 156px;
}

.s_page_details_offre_boutons_autres>div {
  display: inline-block;
  line-height: 23px;
  border-right: 2px solid grey;
  padding: 0 30px;
}

.s_page_details_offre_boutons_autres>div:last-child {
  border-right: none;
}

.s_page_details_offre_partager {
  position: relative;
}

.s_page_details_offre_partager_icones {
  margin-top: 15px;
}

.s_page_details_offre_bouton_retour {
  color: #95c028;
  font-size: 11px;
  margin-bottom: 10px;
  display: block;
}

.interne h1 {
  /* éléments concernés : titre page détail offre */
  font-weight: 300;
}

.s_nom_agence_annuaire {
  font-weight: 400;
}

.adresse {
  font-weight: 700;
  line-height: 19px;
}

hr.s_ligne_agence {
  margin: 8px auto !important;
}

.email {
  line-height: 19px;
}

.phone {
  line-height: 19px;
}

.s_page_details_offre_bloc {
  background: white;
  padding: 20px;
}

#s_page_details_offre_bloc1 {
  margin-bottom: 20px;
  overflow: hidden;
}

#s_page_details_offre_bloc1 h1 {
  margin-bottom: 20px;
}

.s_page_details_offre_2017_une_metadonnee {
  margin-bottom: 20px;
}

#s_page_details_offre_bloc1 .s_page_details_offre_2017_une_metadonnee {
  width: 33%;
  float: left;
}

.s_page_details_offre_2017_legende {
  font-weight: 700;
}

.s_page_details_offre_2017_icone {
  float: left;
  padding: 0 10px;
}

#s_page_details_offre_bloc2 .s_page_details_offre_2017_legende {
  margin-bottom: 20px;
}

#footer .top-footer h2 {
  width: 270px;
}

#s_agence #s_logo_general_ou_specialite {
  max-width: 250px;
  margin: auto;
}

.fil-ariane .custom {
  background: #e9e9e9;
  padding: 5px 20px;
  display: block;
  overflow: auto;
  max-width: 1281px;
}

.fil-ariane p {
  margin-bottom: 10px;
}

.bloc_gris,
#group4,
#group10,
#group5,
#group23 {
  padding: 20px 10px;
  /*overflow: hidden;*/
  /*display: block;*/
  height: auto;
  width: auto;
  clear: both;
  margin-bottom: 20px;
  background: white;
  border: 2px solid #c3c3c3;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

#job_base_candidats___id_salaire,
#job_base_candidats___id_experience {
  width: 200px;
}

.alert-success {
  color: #3c763d !important;
  background-color: #dff0d8 !important;
  border-color: #d6e9c6 !important;
}

#details-offre .alert-success {
  max-width: 1246px;
}

h4.alert-heading {
  font-weight: bold;
  font-size: 17px;
  line-height: 22px;
}

.s_contact_pas_de_surlignement a {
  text-decoration: none;
}

#s_m_inscrire {
  cursor: pointer;
  padding: 0 40px;
  text-align: center;
  color: #ffffff;
  border-width: 1px;
  height: 38px;
  border-style: solid;
  border-color: #67101D;
  background: rgba(0, 0, 0, 0.6);
  font-weight: 700;
  text-transform: uppercase;
  margin-left: -4px;
  display: inline-block;
  line-height: 38px;
}

.logo a img {
  display: block;
  max-height: 50px;
}

/********** bouton menu header **********/
.et_header_style_left #et-top-navigation nav>ul>li>a {
  padding-bottom: 33px;
  font-weight: bold;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
  font-size: 15px;
  color: #282828;
  display: block;
  position: relative;
  transition: all 0.4s ease-in-out;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

#top-menu li.current-menu-item>a {
  color: #1d99c4;
}

#top-menu-nav>ul>li>a:hover {
  opacity: 0.7;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

/********** bouton connexion header **********/
.btn-cv-ami a {
  background-color: rgba(255, 0, 0, 0.72);
  color: #fff;
  padding: 12px 15px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  font-weight: bold;
  font-style: normal;
  text-transform: none;
  text-decoration: none;
}

.btn-cv-ami a:hover {
  opacity: 0.7;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

/********** Texte top header (tel + email) **********/
#et-info-phone,
#et-info-email {
  font-size: 16px;
  position: relative;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: 600;
  text-align: left;
  line-height: 1em;
}

#et-info-phone {
  margin-right: 15px;
}

/********** Titre header (h1) **********/
.et_pb_text_0 h1 {
  font-weight: 500;
  font-size: 42px;
  color: #ffffff;
  line-height: 1em;
  text-align: center;
}

/********** Sous Titre header (h2) **********/
.et_pb_text_1 h2 {
  font-weight: 500;
  font-size: 26px;
  color: #ffffff;
  text-align: center;
  padding-bottom: 10px;
}

/********** Footer  **********/
#main-footer {
  background-color: #3c3d41;
}

/********** Footer Titre  **********/
.footer-widget h4.title {
  font-weight: 500;
  color: #666;
  font-size: 18px;
  text-transform: uppercase;
  line-height: 1em;
  padding-bottom: 10px;
}

/********** Footer Lien  **********/
#footer-widgets .footer-widget li a {
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
}

/********** Footer Copyright  **********/
#footer-bottom .container #footer-info {
  text-align: center;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}

#top-header {
  background-color: #333232;
  font-size: 12px;
  height: 45px;
}

#top-header a {
  color: #fff;
}

.icone-top-header {
  width: 20px;
  position: absolute;
  top: -5px;
  margin-right: 5px;
  left: 20px;
}

.content-header svg {
  position: absolute;
  right: 0;
  top: -4px;
}

.button-top-header {
  color: white;
  font-weight: 700;
}

#top-header>.container {
  position: relative;
}

#et-info {
  float: right;
}

.content-header {
  display: inline-block;
  position: relative;
  padding-right: 21px;
}

.content-header.last-top-header {
  padding-right: 0;
}

a.button-top-header:hover {
  text-decoration: none;
}

.block-menu>div {
  display: inline-block;
}

nav .menu_content .block-menu ul li a,
nav .menu_content .block-menu ul li span,
.block-menu * {
  text-transform: uppercase;
  color: #465161;
  font-size: 12px;
  font-weight: 300 !important;
  letter-spacing: 0.5px;
}

nav .menu_content .block-menu ul li a:hover,
nav .menu_content .block-menu ul li span:hover,
.block-menu *:hover {
  color: #8a95a8;
}

nav .menu_content {
  height: 50px;
}

#navigation {
  background: white;
}

#conteneur_ligne_vie img {
  width: 85px;
}

#conteneur_ligne_vie {
  padding-top: 15px;
  padding-bottom: 55px;
  text-align: center;
}

#s_toggle_menu {
  display: none;
}

#s_trouvez_un_emploi h2 {
  font-size: 26px;
  font-style: normal;
  font-weight: 600;
}

.decoration_titre_accueil {
  width: 360px;
  height: 1px;
  border-bottom: 2px dotted #042935;
  margin: auto;
  margin-bottom: 50px;
  margin-top: 20px;
}

.s_button_bloc .btn-recherche {
  display: inline-block;
  width: auto;
  padding: 0 20px;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  background: #95c028;
  color: #ffffff;
  height: 38px;
  border: 0;
  line-height: 38px;
  text-transform: uppercase;
}

#listform_3_com_fabrik_3 .fabrikListFilterCheckbox .row-fluid {
  float: left;
  padding-right: 2px;
}

pre {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

/* Add a right margin to each icon */
.fa {
  margin-left: -12px;
  margin-right: 8px;
}

svg {
  fill: currentColor;
}

.pull-left {
  float: left;
}

.pull-right {
  float: right;
}

#top-header i {
  font-size: 25px;
  color: white;
  -webkit-transition: color 0.15s ease-in-out;
  -moz-transition: color 0.15s ease-in-out;
  transition: color 0.15s ease-in-out;
}

#top-header i:hover {
  text-decoration: none;
  color: #95c028;
}

#et-secondary-menu {
  padding-top: 8px;
  padding-left: 20px;
}

.made_with .texte_accompagnement {
  color: #a7b0be !important;
  font-size: 13px;
}

.made_with .texte_accompagnement_principal {
  color: white;
  font-size: 13px;
}

.made_with .heart {
  margin: 0 5px 0 5px;
}

.made_with .heart i:before {
  color: #95c028 !important;
}

.made_with .heart:hover i:before {
  color: #95c028 !important;
}

.bi{
  color: #95c028 !important;
}

.bi-calendar-x{
  color: #58585a !important;
}

.couleur_client {
  color: #95c028;
}

.page-item.active .page-link {
  color: white !important;
}

a.page-link {
  color: #95c028 !important;
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle,
.page-item.active .page-link {
  background-color: #95c028;
  border-color: #95c028;
}

.vw_listedesoffresdetails #vw_listedesoffresdetails_partie_gauche {
  padding: 20px;
  width: 310px;
  float: left;
  margin-right: 40px;
  background: #f0f0f0;
}

.vw_listedesoffresdetails b {
  border-bottom: 2px solid #e4e4e4;
  display: inline-block;
  font-weight: bold;
}

.vw_listedesoffresdetails .une_metadonnee {
  padding-bottom: 10px;
}

.vw_listedesoffresdetails .une_metadonnee i {
  padding: 0 5px 0 0;
}

.vw_listedesoffresdetails h1 {
  padding: 0 0 20px 0;
}

textarea,
select,
input {
  border: 1px solid #ced4da;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

/*.btn:hover,
.btn-primary:hover {
    color: #fff;
    background-color: @couleurPrincipale;
    border-color: @couleurPrincipale;
}*/
.table td,
.table th {
  vertical-align: middle;
}

.s_well {
  padding: 20px;
  background: #f0f0f0;
}

#inscription .btn-group,
#form_2 .btn-group {
  display: block;
}

#inscription .btn-group .btn,
#form_2 .btn-group .btn {
  line-height: 26px;
}

#inscription .btn-group .btn+.btn,
#form_2 .btn-group .btn+.btn {
  margin-left: -3px;
}

.s_candidature_spontanee a i {
  font-size: 50px;
}

.blocrechercheemploi>form {
  width: 100%;
}

#job_base_candidats___date_de_naissance .input-group {
  max-width: 300px;
  width: 100%;
}

.spinneur {
  color: white;
  margin-left: -10px;
  margin-right: 8px;
}

#s_module_recherche_bouton_reset {
  text-align: right;
}

#s_module_recherche_bouton_reset .btn:hover {
  background: #95c028;
}

#s_module_recherche_bouton_rechercher .btn:hover {
  background: #95c028;
}

#s_bonjour_vous_etes {
  display: block;
  line-height: 45px;
  margin-right: 100px;
  height: 45px;
  background: #95c028;
  font-size: 14px;
  padding: 0 10px;
  position: relative;
  border-right: 1px solid #95c028;
}

#s_bonjour_vous_etes:hover {
  cursor: pointer;
  background: #95c028;
}

#s_bonjour_vous_etes .s_libelle,
#s_bonjour_vous_etes .s_libelle_mobile {
  color: white;
}

#s_bonjour_vous_etes .s_libelle i,
#s_bonjour_vous_etes .s_libelle_mobile i {
  font-size: 13px;
}

#s_bonjour_vous_etes .s_options {
  display: none;
  z-index: 9999;
  position: absolute;
  background: #f1f1f1;
  width: 161px;
  left: 0;
  top: 43px;
}

#s_bonjour_vous_etes .s_options a {
  color: #555555;
  display: block;
  line-height: 35px;
  padding: 0 10px;
}

#s_bonjour_vous_etes .s_options a:hover {
  background: #ddd;
  text-decoration: none;
}

#top-header .s_icone_mail {
  float: right;
  display: block;
}

#s_toggle_menu i {
  font-size: 35px;
}

#top-header .s_icone_mail {
  margin-top: 5px;
  margin-right: 8px;
}

#formulaire_de_recherche select {
  display: inline-block;
}

.conteneur_cgv label,
.conteneur_contact_client label,
.conteneur_consent_cv label {
  display: inline;
}

.btn-success:not(:disabled):not(.disabled).active,
.btn-success:not(:disabled):not(.disabled):active,
.show>.btn-success.dropdown-toggle {
  background-color: #95c028;
  border-color: #95c028;
}

#onglets_candidats_conteneur {
  background: #95c028;
}

#onglets_candidat {
  width: 100%;
  text-align: center;
  display: inline-block;
}

#onglets_candidat li {
  text-transform: uppercase;
  color: white;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.5px;
  padding: 0 10px;
  display: inline-block;
  line-height: 80px;
}

#onglets_candidat li a {
  color: white;
}

.plg-databasejoin td {
  padding: 4px 5px;
}

.plg-databasejoin td select {
  margin: 0;
}

#onglets_candidats_grand_titre {
  background: #95c028;
}

#onglets_candidats_grand_titre #onglets_candidats_grand_titre_bloc1 {
  max-width: 1300px;
  margin: auto;
  color: white;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 20px;
}

#onglets_candidats_grand_titre #onglets_candidats_grand_titre_bloc1 span {
  color: white;
  font-weight: bold;
}

#left .custom,
#left #onglets_candidat_menu_gauche {
  background: white;
  border: 2px solid #c3c3c3;
  margin-top: 20px;
  margin-bottom: 20px;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  padding: 30px 0;
}

#left .custom {
  padding: 30px 20px;
}

#left #onglets_candidat_menu_gauche li {
  width: 100%;
}

#left #onglets_candidat_menu_gauche li a {
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  display: inline-block;
}

#left #onglets_candidat_menu_gauche li.current a,
#left #onglets_candidat_menu_gauche li a:hover {
  background: #d2e0e0;
  text-decoration: none;
}

#left #onglets_candidat_menu_gauche li a span {
  margin-left: 5px;
  line-height: 20px;
}

#left #onglets_candidat_menu_gauche li a img {
  width: 20px;
}

#left i {
  font-size: 28px;
  color: black;
}

#left .mod_vwencartprofil1 i,
#left .mod_vwencartprofil2 i {
  font-size: 20px;
  float: left;
}

#left i.fas.fa-phone {
  -moz-transform: matrix(-1, 0, 0, 1, 0, 0);
  -webkit-transform: matrix(-1, 0, 0, 1, 0, 0);
  -o-transform: matrix(-1, 0, 0, 1, 0, 0);
  font-size: 16px;
}

.tableau_de_bord_bloc>div {
  border: 2px solid #c3c3c3;
  padding: 10px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  padding: 30px 0;
}

.tableau_de_bord_bloc .tableau_de_bord_bloc_image {
  text-align: center;
  /*padding: 20px;*/
}

.tableau_de_bord_bloc .tableau_de_bord_bloc_titre {
  text-align: center;
  /*padding-bottom: 20px;*/
  font-weight: bold;
  color: black;
}

.tableau_de_bord_bloc .tableau_de_bord_bloc_description {
  text-align: center;
  /*padding-bottom: 10px;*/
  color: black;
}

.tableau_de_bord_bloc .tableau_de_bord_bloc_image img {
  max-width: 100%;
}

#tableau-de-bord .container .content,
#mes-candidatures .container .content,
#mes-alertes .container .content,
#mon-espace-interimaire .container .content,
#mon-compte .container .content {
  margin-top: 15px;
}

#tableau-de-bord .content-page.page_avec_onglets_candidats_grand_titre,
#mes-candidatures .content-page.page_avec_onglets_candidats_grand_titre,
#mes-alertes .content-page.page_avec_onglets_candidats_grand_titre,
#mon-espace-interimaire .content-page.page_avec_onglets_candidats_grand_titre,
#mon-compte .content-page.page_avec_onglets_candidats_grand_titre,
#mes-documents .content-page.page_avec_onglets_candidats_grand_titre {
  margin-top: 75px;
}

.page_avec_onglets_candidats_grand_titre {
  margin-top: 25px !important;
}

.mod_vwencartprofil1 {
  font-size: 12px;
}

.mod_vwencartprofil2 {
  font-size: 12px;
}

.mod_vwencartprofil1 a,
.mod_vwencartprofil2 a,
.mod_vwencartprofil2 a[mailto] {
  color: #95c028;
}

.mod_vwencartprofil2_nom_agence {
  font-weight: bold;
}

#left .mod_vwencartprofil1_modifier_mon_profil {
  text-align: center;
}

.mod_vwencartprofil2_nom_agence {
  margin-bottom: 5px;
}

#s_alertes_bouton_creer_lalerte {
  text-align: center;
}

.petit_bouton_rond {
  padding: 0px 5px !important;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}

.vw_emploionglet3_alerte_action {
  position: relative;
}

.sous_titre_mes_requetes_sauvegardees {
  font-size: 18px;
  font-weight: bold;
}

.tableau_de_bord_bloc>div:hover {
  background: #efefef;
}

.tableau_de_bord_bloc>div:hover a {
  text-decoration: none;
}

.btn-black {
  color: #ffffff;
  background: #666666;
}

.btn-color {
  color: #ffffff !important;
  background: #95c028 !important;
}

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

html.page_plus_petite_que_lecran {
  height: 100%;
}

html.page_plus_petite_que_lecran body {
  min-height: 100%;
}

#mon-compte .s_multiselect {
  height: auto !important;
}

.clair {
  color: white;
}

#statistiques_espace_candidat>#container {
  margin: auto;
}

#left .left {
  max-width: 260px;
  margin: auto;
}

#s_visualiser_cv {
  background-color: white;
  border: 2px solid #95c028;
  width: 50px;
  height: 42px;
  padding: 0;
}

#s_visualiser_cv img {
  width: 25px;
  display: block;
  margin-top: 6px;
  margin-left: 10px;
}

#s_modifier_cv {
  background-color: hsl(0, 0%, 100%);
  border: 2px solid #95c028;
  width: 50px;
  height: 42px;
  padding: 0;
}

#s_modifier_cv i {
  font-size: 16px;
  color: #95c028;
}

nav .logo img {
  margin: auto;
}

.taille_icone {
  height: 20px;
  width: 20px;
  float: left;
}

.mod_vwencartprofil1 .mod_vwencartprofil1_avec_icone p,
.mod_vwencartprofil2 .mod_vwencartprofil1_avec_icone p {
  line-height: 20px;
}

.mod_vwencartprofil2 .mod_vwencartprofil2_adresse p {
  line-height: 16px;
}

.mod_vwencartprofil2 .mod_vwencartprofil2_votre_agence {
  text-align: center;
}

.mod_vwencartprofil2 .mod_vwencartprofil2_image {
  text-align: center;
}

.mod_vwencartprofil2 .mod_vwencartprofil2_nom_agence {
  text-align: center;
}

.tableau_de_bord_bloc .tableau_de_bord_bloc_image {
  width: 70px;
  margin: auto;
  text-align: center;
}

.blocrechercheemploi,
.vw_listedesoffresdetails {
  max-width: 100%;
  margin: auto;
  margin-top: 50px;
}

#s_bonjour_vous_etes .s_libelle_mobile {
  display: none;
}

#s_bonjour_vous_etes .s_libelle_mobile img {
  margin-top: 5px;
}

.offer_video a {
  text-decoration: none;
}

.offer_video a i {
  color: #26c4ec;
  transition-duration: 1s;
}

.offer_video a i:hover {
  transform: rotate(360deg);
}

.s_clearfix {
  width: 100%;
  clear: both;
  position: inherit;
  display: block;
}

.petite_corbeille_alertes img {
  width: 20px;
}

.s_button_reset {
  margin: 0 !important;
  padding: 9px 12px !important;
}

.s_button_reset:hover {
  cursor: pointer;
}

.s_button_reset img {
  width: 15px;
}

.petite_corbeille_alertes:hover {
  cursor: pointer;
}

.menu_inscription_arrondi,
.menu_deconnexion_arrondi {
  text-transform: uppercase;
  font-weight: bold;
  background: white;
  padding: 9px;
  border-radius: 25px;
  border: 1px solid black;
}

.menu_connexion_arrondi,
.menu_mon_compte_arrondi {
  text-transform: uppercase;
  font-weight: bold;
  background: #95c028;
  padding: 9px;
  border-radius: 25px;
  border: 1px solid #95c028;
  color: white !important;
}

.menu_connexion_arrondi i,
.menu_mon_compte_arrondi i {
  color: white;
}

#s_menu_principal_2018_mobile .nav li:hover>a.menu_connexion_arrondi,
#s_menu_principal_2018_mobile .nav li:hover>a.menu_mon_compte_arrondi {
  opacity: 1;
  background-color: #95c028;
}

.fstElement {
  /*    max-width: 300px!important;
        width: 100%!important;*/
  border: 1px solid #ced4da;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.fstElement * {
  font-size: 15px !important;
}

.fstMultipleMode .fstControls {
  width: 100%;
}

.fstQueryInput {
  width: 100% !important;
}

.fstChoiceItem {
  border-color: #95c028;
  background-color: #95c028;
}

.fstResultItem.fstSelected {
  color: #fff;
  background-color: #95c028;
  border-color: #f14b52;
}

.fstResultItem.fstFocused {
  color: #fff;
  background-color: #95c028;
  border-color: #f14b52;
}

/* bloc de recherche pour fond coloré */
/*.blocrechercheemploi{
    #s_module_recherche > h2{
        text-align: center;
    }
    #s_module_recherche > .s_formulaire_champs{
        background: @couleurPrincipale;
        padding: 30px;
        border-radius: 78px;
    }
    .btn{
        background:white!important;
        color:@couleurPrincipale!important;
    }
    input,
    input:focus,
    select,
    select:focus{
        background: none!important;
        color: white!important;
        border: none!important;
        box-shadow:none!important;
        -webkit-appearance: unset!important;
        outline:none;
        margin: 0;
        padding: 0;
        border-radius: inherit;
        border-bottom: 1px solid white!important;
    }
    #s_module_recherche_bouton_rechercher input:focus{
        background: white!important;
        color:@couleurPrincipale!important;
    }
    #s_module_recherche_bouton_reset span,
    #s_module_recherche_bouton_rechercher .btn{
        border-radius: 22px;
    }
    input::-webkit-input-placeholder{  Chrome/Opera/Safari 
        color:white;
    }
    input::-moz-placeholder{  Firefox 19+ 
        color:white;
        opacity: 1;  Firefox 
    }
    input:-ms-input-placeholder{  IE 10+ 
        color:white;
    }
    input:-moz-placeholder{  Firefox 18- 
        color:white;
    }
    input::placeholder{
        color:white;
    }
    option{
        color:black!important;
    }
    .s_icone_wrapper{
        position: relative;
        padding-left: 25px;
    }
    img{
        max-width: 20px;
        position: absolute;
        left: 0;
        top: 8px;
    }
}*/
/* Sous menus */
nav .menu_content .block-menu ul li a,
nav .menu_content .block-menu ul li span {
  position: relative;
}

nav .menu_content .block-menu .nav>li>ul {
  display: none;
  position: absolute;
  top: 50px;
}

/*nav .menu_content .block-menu .nav .parent ul{
    background: white;
    width: 265px;
    height: auto;
    padding: 20px 0;
}
*/
nav .menu_content .block-menu .nav .parent ul li {
  /*width: 265px;*/
  text-align: left;
  display: block;
  line-height: 30px;
}

nav .menu_content .block-menu .nav .parent ul li:hover a,
nav .menu_content .block-menu .nav .parent ul li:hover span {
  color: #95c028;
}

nav .menu_content .block-menu .nav .parent ul li:hover a:after,
nav .menu_content .block-menu .nav .parent ul li:hover span:after {
  width: 100%;
}

nav .menu_content .block-menu .nav .parent ul li a:after,
nav .menu_content .block-menu .nav .parent ul li span:after {
  background-color: #95c028;
  bottom: 0;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  width: 0;
  -webkit-transition: width 0.4s cubic-bezier(0.6, 0, 0.26, 0.99);
  -moz-transition: width 0.4s cubic-bezier(0.6, 0, 0.26, 0.99);
  transition: width 0.4s cubic-bezier(0.6, 0, 0.26, 0.99);
}

/*
nav .menu_content .block-menu .nav > li > a:first-child:before,
nav .menu_content .block-menu .nav > li > span:first-child:before {
    content: "";
    position: absolute;
    left: 50%;
    right: 50%;
    top: 25px;
    background: #dc1014;
    height: 2px;
    -webkit-transition-property: left, right;
    transition-property: left, right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
nav .menu_content .block-menu .nav li:hover > a:before,
nav .menu_content .block-menu .nav li:hover > span:before {
    left:0!important;
    right:0!important;
}
*/
.gm-style-iw.gm-style-iw-c a.btn.btn-black {
  height: 38px;
  line-height: 31px;
}

#offres_similaires_titre {
  font-size: 25px;
  margin-bottom: 10px;
}

#bloc_offres_similaires>div {
  padding: 20px;
  background: #f0f0f0;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}

#bloc_offres_similaires>div>div> :last-child {
  margin-bottom: 0;
}

#bloc_offres_similaires .une_offre_similaire {
  max-width: 400px;
  margin-bottom: 10px;
}

#bloc_offres_similaires .une_offre_similaire>div {
  padding: 10px;
}

#bloc_offres_similaires .offre_similaire_poste {
  font-size: 17px;
  line-height: 35px;
}

#bloc_offres_similaires .offre_similaire_lien {
  text-align: center;
}

#kmb-container .chat-bubble {
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}

#dropContainer {
  width: 100%;
  border: 3px dashed #BBBBBB;
  text-align: center;
}

#dropContainer p {
  line-height: 30px !important;
}

#choixfichier {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}

.cadre_animation,
.upload__canvas {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.cadre_animation {
  z-index: 999999;
  background-color: rgba(237, 28, 36, 0.8);
  background-image: radial-gradient(ellipse at 50% 120%, #95c028 10%, rgba(237, 28, 36, 0) 40%);
  background-position: 0 300px;
  background-repeat: no-repeat;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
}

.cadre_animation:after {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.upload--active {
  background-position: 0 0;
  opacity: 1;
  visibility: visible;
  transition-property: opacity;
}

.upload__canvas {
  z-index: -1;
}

.upload__icon {
  position: relative;
  left: calc(50% - 40px);
  top: calc(50% - 40px);
  width: 80px;
  height: 80px;
  padding: 15px;
  border-radius: 100%;
  background-color: #EBF2EA;
}

.upload__icon path {
  fill: rgba(237, 28, 36, 0.8);
}

#lingway .well,
#s_lingway .well {
  max-width: 700px;
  text-align: center;
}

#lingway input[type='file'],
#s_lingway input[type='file'] {
  width: inherit;
  max-width: 320px;
}

#s_container_dropContainer {
  margin: auto;
  max-width: 600px;
  width: 100%;
}

.ajout_offre input,
.ajout_offre textarea,
.ajout_offre .fstElement,
.ajout_offre select {
  width: 100%;
  max-width: 100%;
}

.ajout_offre #date_debut_mission input {
  height: 38px;
  line-height: 38px;
  padding-left: 10px;
}

#s_boutons_actions {
  margin-top: 20px;
  margin-bottom: 20px;
}

.ajout_offre .error {
  color: #95c028;
}

.slimField {
  width: 80px;
}

.wideField {
  width: 245px;
}

#locationField {
  height: 20px;
  margin-bottom: 2px;
}

#mytable_length select {
  width: auto;
}

#mytable_filter input {
  line-height: 38px;
  height: 38px;
  margin-bottom: 10px;
}

table#mytable {
  margin-top: 10px;
}

.toggle_offre_icone,
.actions a {
  padding: 0 6px;
  line-height: 22px;
  height: 22px;
}

.action_toggle_publication {
  float: right;
}

.actions i {
  color: white;
  line-height: 22px;
}

.btn-success {
  background-color: #28a745;
  border-color: #28a745;
}

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}

.offre-image {
  width: auto;
  height: auto;
  max-width: 95px;
  max-height: 70px;
  display: block;
}

.card-img-wrapper {
  border-radius: 6px;
  min-width: 130px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.card-img-wrapper>a {
  height: auto;
}

.card-img-wrapper>a:before {
  content: '';
  display: block;
  padding-top: 0%;
}

.content-wrapper {
  flex: 2;
  margin-top: 5px;
}

.flex-break {
  flex-basis: 100%;
  height: 0;
}

.card-content-infos {
  margin: 20px 0 5px 0;
}

.card-content-infos span {
  margin: 0 5px 0 5px;
  font-size: 13px;
}

.card-content-infos span,
.card-content-infos i:not(.fa-play-circle) {
  color: #58585a !important;
}

.offre-title>a {
  font-style: normal;
  font-weight: 800;
  font-size: 18px;
  color: #35424b;
}

.secteur-alias {
  color: #58585a !important;
}

.actions-container {
  text-align: center;
  align-items: center;
  align-content: center;
  display: inline-block;
  margin: auto;
}

.actions-container>a i {
  color: #35424b;
  margin: 6px;
}

.actions-container a:hover {
  text-decoration: none;
}

.actions-container a:hover .action-label,
.actions-container a:hover i {
  cursor: pointer;
  color: #95c028;
  transition: all 0.2s;
}

.action-label {
  font-weight: bold;
  font-size: 12px;
  line-height: 34px;
  letter-spacing: 0px;
  margin-right: 15px;
  color: #35424b;
}

/*.action-label, .actions-container > a i {
    margin-top: 25px;
}*/
.action-image {
  margin: 0 5px 0 0;
  width: 20px;
  height: auto;
}

.addToAlertes {
  color: #95c028;
  font-size: 18px;
  cursor: pointer;
}

.addToAlertes :hover {
  text-decoration: none;
}

.goToAlertes {
  text-decoration: none !important;
}

.goToAlertes :hover {
  text-decoration: none !important;
  color: #95c028 !important;
}

/*SHAKER*/
@keyframes wiggle {
  2% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }

  4% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }

  6% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }

  8% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }

  10% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }

  12% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }

  14% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }

  16% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }

  18% {
    -webkit-transform: translateX(1px) rotate(0);
    transform: translateX(1px) rotate(0);
  }

  20% {
    -webkit-transform: translateX(-1px) rotate(0);
    transform: translateX(-1px) rotate(0);
  }
}

.label-strong {
  display: inline-block;
  font-size: 17px;
  font-weight: 550;
  /*color: @couleurPrincipale !important;*/
}

.wiggle {
  animation: wiggle 4s infinite;
}

.label-strong u:hover {
  animation: none;
  color: #95c028 !important;
}

.advancedQuery {
  display: none !important;
}

.advancedQueryLabel {
  color: #95c028 !important;
  margin-left: 5px;
}

.advancedQueryLabel:hover {
  text-decoration: none;
  color: #95c028;
}

.search-mobile {
  display: none;
}

.locate-symbol {
  color: #95c028;
  font-size: 20px;
  position: absolute;
  top: 10px;
  right: 55px;
}

.locate-symbol:hover {
  cursor: pointer;
}

.recherche-avancee {
  float: left !important;
}

.addToAlertes {
  color: #95c028;
  font-size: 18px;
  cursor: pointer;
}

.addToAlertes :hover {
  text-decoration: none;
}

.fa-play-circle {
  color: #95c028;
}

.play-btn:hover {
  text-decoration: none;
}

.btn-circle-social {
  margin-right: 0.3em !important;
  width: 2em;
  height: 2em;
  padding: 6px 0px;
  border-radius: 50%;
  text-align: center;
  font-size: 13px;
  line-height: 2;
}

.btn-social-header {
  align-self: center;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  background-color: #95c028;
  transition: all 0.2s ease-in-out;
}

.btn-social-header i {
  color: white;
  font-size: 12px;
}

.btn-social-header i:hover {
  text-decoration: none;
}

.btn-social-header:hover {
  transform: translateY(-4px);
}

.btn-social-link:hover {
  text-decoration: none;
}

/*.s_onglet_contenu > .pjc {
    height: 1000px;
}*/
.onglet-pjc {
  border: 2px solid #c3c3c3;
  border-radius: 10px;
  padding: 20px 20px;
  height: auto;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.onglet-pjc hr {
  color: #c3c3c3;
  width: 100%;
  size: 1px;
}

.onglet-title {
  justify-content: center;
}

.partie-btn-pjc {
  text-align: right;
  margin-bottom: 10px;
}

.btn-pjc {
  background-color: white;
  border: 2px solid #37434e;
  width: 32px;
  height: 28px;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 5px 5px;
}

.btn-pjc img {
  width: 20px;
}

.btn-pjc i {
  font-size: 14px;
}

.btn-pjc-validate {
  background-color: green !important;
}

.btn-pjc-validate i {
  color: white !important;
}

.btn-pjc-decline {
  background-color: red !important;
}

.btn-pjc-decline i {
  color: white !important;
}

@keyframes pulse-animation {
  0% {
    box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.2);
  }

  70% {
    box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
  }

  100% {
    box-shadow: 0 0 0 20px rgba(0, 0, 0, 0);
  }
}

.highcharts-figure,
.highcharts-data-table table {
  max-width: 600px;
  margin: 0 auto;
}

.highcharts-data-table table {
  font-family: "Open Sans", sans-serif;
  border-collapse: collapse;
  border: 1px solid #EBEBEB;
  margin: 10px auto;
  text-align: center;
  width: 100%;
  max-width: 500px;
}

.highcharts-data-table caption {
  padding: 1em 0;
  font-size: 1.2em;
  color: #555;
}

.highcharts-data-table th {
  font-weight: 600;
  padding: 0.5em;
}

.highcharts-data-table td,
.highcharts-data-table th,
.highcharts-data-table caption {
  padding: 0.5em;
}

.highcharts-data-table thead tr,
.highcharts-data-table tr:nth-child(even) {
  background: #f8f8f8;
}

.highcharts-data-table tr:hover {
  background: #f1f7ff;
}

.highcharts-credits {
  display: none;
}

.smsauth-card {
  border: #95c028 2px solid;
  border-radius: 8px;
  padding: 20px;
  background-color: rgba(237, 28, 36, 0.1);
  font-size: 10px;
}

.btn-resend {
  border: #95c028 1px solid !important;
  background-color: white !important;
  color: #95c028 !important;
}

/* Waiting animation */
.loader-overlay {
  background-color: rgba(255, 255, 255, 0.8);
  position: absolute;
  z-index: 3;
  visibility: hidden;
  width: 100%;
  height: 100%;
}

.preloader-2 {
  position: absolute;
  height: 160px;
  width: 160px;
  top: 50%;
  left: 50%;
  margin-top: -80px;
  margin-left: -80px;
  display: none;
  z-index: 4;
}

.preloader-2 p {
  font-size: 16px;
}

.preloader-2 .line {
  width: 1px;
  height: 15px;
  /*background: #fff;*/
  margin: 0 1px;
  display: inline-block;
  background: #95c028;
  animation: opacity-2 1000ms infinite ease-in-out;
}

.preloader-2 .line-1 {
  animation-delay: 800ms;
}

.preloader-2 .line-2 {
  animation-delay: 600ms;
}

.preloader-2 .line-3 {
  animation-delay: 400ms;
}

.preloader-2 .line-4 {
  animation-delay: 200ms;
}

.preloader-2 .line-6 {
  animation-delay: 200ms;
}

.preloader-2 .line-7 {
  animation-delay: 400ms;
}

.preloader-2 .line-8 {
  animation-delay: 600ms;
}

.preloader-2 .line-9 {
  animation-delay: 800ms;
}

@keyframes opacity-2 {
  0% {
    opacity: 1;
    height: 18px;
  }

  50% {
    opacity: 0;
    height: 15px;
  }

  100% {
    opacity: 1;
    height: 18px;
  }
}

#sectionTable {
  overflow-x: scroll;
}

.btn-pjc:disabled:hover {
  background-color: transparent !important;
}

.onMobile {
  display: none;
}

.pwd-relative {
  position: relative;
  width: 100%;
}

.p-viewer {
  z-index: 1;
  position: absolute;
  top: 30%;
  right: 10px;
}

#dynamic-header {
  font-family: "Open Sans", "sérif";
}

#dynamic-header .overlay {
  background-color: rgba(0, 0, 0, 0.4);
  position: absolute;
  z-index: 3;
  visibility: hidden;
  width: 100%;
  height: 100%;
}

#dynamic-header .sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  background-color: #15222b;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
  font-family: "Open Sans", "sérif";
}

#dynamic-header .sidenav ul:not(.nav-child)>li>a {
  font-size: 16px;
  font-weight: 700;
  line-height: 30px;
  text-transform: uppercase;
  letter-spacing: 0.32px;
  display: inline-block;
}

#dynamic-header .sidenav ul:not(.nav-child) li {
  width: 100%;
}

#dynamic-header .sidenav .nav-child {
  display: none;
  padding-left: 30px;
}

#dynamic-header .sidenav .nav-child a {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.32px;
}

#dynamic-header .sidenav a {
  padding: 15px 8px 15px 32px;
  text-decoration: none;
  color: white;
  display: block;
  transition: 0.3s;
}

#dynamic-header .sidenav a:hover {
  color: #f1f1f1;
}

#dynamic-header .sidenav .closebtn {
  position: absolute;
  margin-top: -10px;
  right: 0;
  font-size: 36px;
  /*margin-left: 50px;*/
}

#dynamic-header #logo-mobile-sidenav {
  height: 53px;
}

#dynamic-header .desktop-header .nav-child {
  background: #fff !important;
  padding: 10px !important;
  box-shadow: rgba(99, 99, 99, 0.2) 7px 7px 7px 1px;
}

#dynamic-header .desktop-header .nav-child a {
  font-family: "Open Sans" !important;
  font-style: normal !important;
  font-weight: 400 !important;
  font-size: 12px !important;
  line-height: 40px !important;
  text-transform: none !important;
  color: #333333 !important;
}

#dynamic-header .desktop-header #s_menu_principal_2018 ul:not(.nav-child) .deeper>a:after {
  content: ">";
  display: inline-block;
  transform: rotate(90deg);
  font-family: "Open Sans" !important;
  font-weight: bold;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left: 8px;
  line-height: normal;
}

#dynamic-header .desktop-header .block-menu .parent:hover>a:after {
  transform: rotate(-90deg) !important;
  transition: 0.4s;
}

#dynamic-header .desktop-header .logo-container {
  text-align: center;
}

#dynamic-header .desktop-header .logo-container #logo {
  height: 90px;
}

#dynamic-header .desktop-header nav .menu_content {
  height: 50px;
}

#dynamic-header .desktop-header #s_menu_principal_2018 {
  margin-left: 15px;
}

#dynamic-header .desktop-header #s_menu_principal_2018_mobile {
  border-top: 3px solid #95c028;
  padding: 5%;
  display: none;
  width: 100%;
}

#dynamic-header .desktop-header #s_menu_principal_2018_mobile .nav {
  display: block;
}

#dynamic-header .desktop-header #s_menu_principal_2018_mobile .nav li span,
#dynamic-header .desktop-header #s_menu_principal_2018_mobile .nav li a {
  display: block;
  padding: 10px 5%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.03);
  color: #95c028;
  font-weight: 600;
}

#dynamic-header .desktop-header #s_menu_principal_2018_mobile .nav li.parent>span,
#dynamic-header .desktop-header #s_menu_principal_2018_mobile .nav li.parent>a {
  font-weight: 700;
}

#dynamic-header .desktop-header #s_menu_principal_2018_mobile .nav li.parent ul {
  padding-left: 20px;
}

#dynamic-header .desktop-header #s_menu_principal_2018_mobile .nav li:hover>span,
#dynamic-header .desktop-header #s_menu_principal_2018_mobile .nav li:hover>a {
  opacity: 0.7;
  background-color: rgba(0, 0, 0, 0.03);
  text-decoration: none;
}

.offre-card:hover {
  transform: scale(1.02);
  transition: all 0.2s;
  text-decoration: none;
}

.offre-card:hover a,
.offre-card:hover p {
  text-decoration: none;
}

.offre-card {
  box-shadow: rgba(99, 99, 99, 0.2) 7px 7px 7px 1px;
  /* border: 1px #2b2e34 solid; */
  border-radius: 8px;
  min-height: 95px;
  min-width: 351px;
  margin-bottom: 20px;
  display: flex;
  flex-wrap: wrap;
}

.offre-card a,
.offre-card p {
  text-decoration: none;
}

.offre-card .partie-haute {
  display: flex;
  min-height: 140px;
}

.offre-card .partie-haute .gauche {
  display: flex;
  flex-wrap: wrap;
  max-width: 50%;
}

.offre-card .partie-haute .gauche .secteur-icone {
  width: 100%;
}

.offre-card .partie-haute .gauche .label-poste {
  font-weight: 700;
  font-size: 20px;
  line-height: 27.24px;
  text-transform: uppercase;
}

.offre-card .partie-basse {
  margin-top: 25px;
  display: flex;
  border-top: 1px solid #E5E5E5;
  flex-wrap: wrap;
  flex-direction: column;
  width: 100%;
}

.offre-card .partie-basse .ville {
  margin-top: 25px;
}

.offre-card .partie-basse .ville p {
  font-weight: 400;
  font-size: 16px;
  line-height: 21.79px;
}

.offre-card .partie-basse .postuler {
  margin-top: 25px;
}

.offre-card .partie-basse .postuler a {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  line-height: 19.07px;
  color: #95c028;
}

#dynamic-footer {
  font-family: "Open Sans" !important;
  font-style: normal !important;
}

#dynamic-footer .footer .footer-title {
  font-size: 20px;
  color: white;
}

#dynamic-footer .footer {
  padding: 55px 0px 0px 0px;
  max-width: 1300px;
}

#dynamic-footer .footer .footer-content .nav {
  display: inline-block;
  text-align: left;
  margin-top: 35px;
}

#dynamic-footer .footer .footer-content .nav li {
  color: white;
}

#dynamic-footer .footer .socials {
  margin-top: 25px;
  text-align: center;
}

#dynamic-footer .footer .socials svg {
  margin-left: 5px;
  fill: #ff403a;
}

#dynamic-footer .footer .footer-under {
  border-top: 1px solid #9D9D9C;
}

#dynamic-footer .footer .footer-under div {
  padding-top: 25px;
}

#dynamic-footer .footer .footer-under a {
  margin-right: 30px;
  color: #95c028;
  font-size: 12px;
}

#dynamic-footer .footer .footer-under .baseline-logo-footer {
  text-align: right !important;
}

#dynamic-footer .under-footer {
  background: #C4C4C4;
  text-align: center;
  padding: 15px 0;
}

.baseline-logo-footer path {
  fill: #ff403a !important;
}


#dynamic-footer .under-footer a:hover {
  text-decoration: none;
}

#dynamic-footer .under-footer img {
  height: 70px;
}

.search-inputs select {
  font-size: 14px;
}

.accord_alertes {
  margin-top: 15px;
}

.mysvg {
  text-align: center;
}

.alignright {
  display: grid;
  align-items: center;
}

.alignleft {
  display: grid;
  align-items: flex-end;
}

#profilemploiright {
  padding-left: 40px;
}

/* login form */

.form-signin {
  width: 100%;
  margin: 0 auto;
}

.form-signin .checkbox {
  font-weight: 400;
}

.form-signin .form-control {
  position: relative;
  box-sizing: border-box;
  height: auto;
  padding: 10px;
  font-size: 16px;
}

.form-signin .form-control:focus {
  z-index: 2;
}

.form-signin input[type="email"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.conteneur_chart_profil_completion text {
  /* à changer si besoin de modifier la taille de la police du pourcentage */
  font-size: 5rem;
  font-weight: 400;
  line-height: 16rem;
}

.conteneur_chart_profil_completion a:hover {
  text-decoration: none !important;
}

.conteneur_chart_profil_completion #donut {
  margin: 0 auto;
}

.conteneur_chart_profil_completion path.color1 {
  fill: #c3c3c3;
}

.mod_vwencartprofil1_modifier_mon_profil strong {
  font-weight: bold;
  color: #95c028;
}

#form-login-username,
#form-login-password {
  padding-right: 120px;
  max-width: 500px;
  display: flex;
}

.loginpassword{
  display: flex;
  flex: 1;
}

.sosseparator{
  font-weight: 700;
  line-height: 30px;
  text-transform: uppercase;
  letter-spacing: 0.32px;
  padding: 15px 8px 15px 32px;
  color: white;
  cursor: pointer;
}