/*
* Theme Name: ParticulierEmploi
* Author: GaÃ«lle Rauffet
* Description: ThÃ¨me pour le nouveau site particulieremploi.fr
*/
/** --- = @section NORMALIZE ---
 *
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/**
 * Remove default margin.
 */
body {
  margin: 0;
}
/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}
/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}
/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}
/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}
/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}
/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}
/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}
/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}
/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: inherit;
}
/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}
/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}
/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}
/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/** --- = @section TYPOGRAPHY --- */
html {
  height: 100%;
  font-family: 'PT Sans', Verdana, sans-serif;
  font-size: 1em;
  /* 16px for most browsers */
}
body {
  height: 100%;
  font-size: 1em;
  line-height: 1.5;
  color: #5c6c7d;
}
p {
  margin: 0;
  padding: 5px 0;
}
a {
  font-family: 'PT Sans', Verdana, sans-serif;
  text-decoration: none;
  color: #5c6c7d;
}
#cookieChoiceDismiss {
    color: #fff;
}
.content-link {
  color: #368bbe;
}
h1,
h2,
h3 {
  margin: 0;
  padding: 10px 0;
  font-weight: normal;
  color: #495765;
}
h1 {
  font-size: 2.25em;
}
h2 {
  font-size: 1.875em;
}
h3 {
  font-size: 1.5em;
}
img {
  vertical-align: middle;
  padding-right: 10px;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-bold,
strong {
  font-weight: bold;
}
.text-italic {
  font-style: italic;
}
.text-upper {
  text-transform: uppercase;
}
.text-underlined {
  text-decoration: underline;
}
.text-smaller {
  font-size: 0.875em;
}
.text-taller {
  font-size: 1.125em;
}
.text-main-color {
  color: #EE7F01;
}
.wrap-clear {
  clear: both;
}
.a-right {
    text-align: right;
}
.content-list li {
  margin: 20px 0;
}
.error-msg {
    color : #cc0a0a;
}
.bar_call_buttons {
    margin: 10px 0;
    text-align: center;
}
.call_button {
    display: inline-block;
    border: none;
    padding: 10px 20px;
    font-weight: bold;
    color: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #495765;
}
.section-header {
    text-align: center;
    background-color: #fff;
    padding-bottom: 15px;
    margin-bottom: 10px;
}
.section-header .title {
    font-family: 'PT Serif', serif;
    font-size: 2.5em;
    text-align: center;
}
.section-header .subtitle {
    color: #438bbe;
    font-weight: bold;
    text-transform: uppercase;
}
.section-text-content {
    background-color: #fff;
    padding: 15px 10px;
    margin-bottom: 10px;
}
   
/**** 404 page ****/
.error404 section {
    background-color: #f6f9fa;
}
.error404 section p {
    padding: 50px 10px;
    font-size: 2em;
}
.error404 section a {
    display: inline-block;
    padding: 10px 15px;
    margin-bottom: 25px;
    font-size: 1.25em;
    background-color: #EE7F01;
    color: #fff;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}

/******* @subsection Main *****/
/** liste d'articles **/
.list-post-cat {
  text-transform: uppercase;
  color: #EE7F01;
  font-size: 0.8125em;
  font-weight: bold;
  padding: 5px 0;
}
.list-post-title {
  font-size: 1.25em;
  color: #495765;
  padding: 5px 0;
}
.list-post-separator {
  display: inline-block;
  height: 2px;
  width: 20%;
  border-bottom: 2px solid #e5e7e9;
}
.list-post-text {
  padding: 5px 0;
}
/*** article **/
article h1 {
  font-size: 1.875em;
}
article a {
  color: #368bbe;
}
.article-excerpt {
  font-size: 1.25em;
  color: #495765;
}
.aplat-exemple {
  padding: 10px;
  margin: 10px 0;
  background-color: #FEF4E9;
}
/*** cesu **/
.bloc-page-cesu {
  margin-bottom: 25px;
  background-color: #fff;
}
.bloc-page-cesu h1 {
  font-size: 1.875em;
}
.bloc-cesu-info {
  padding: 10px 10px 20px 10px;
}
.cesu-question {
  margin-top: 25px;
  padding: 20px 0 10px 0;
  font-size: 1.25em;
  font-weight: bold;
  color: #495765;
  border-top: 1px solid #ccc;
}
.cesu-form .msg-error-valid {
  color: #fff;
  background-color: #FA9B87;
}
.infos-calcul-simu {
  padding: 10px 20px;
  margin-bottom: 25px;
  color: #fff;
  background-color: #00A8BA;
}
.infos-calcul-simu h1 {
  color: #fff;
  font-size: 1.875em;
}
.recap-simu {
  padding: 10px 20px;
}
.title-recap-simu {
  color: #00A8BA;
  font-size: 1.75em;
}
.main-simu-data {
  border-left: 2px solid #00A8BA;
  padding: 10px 0 10px 10px;
  background-color: #F0F7F7;
}
.main-simu-data p {
  padding: 0;
}
.simu-value {
  color: #00A8BA;
  font-weight: bold;
}
.simu-infos {
  margin: 25px 0;
}
.simu-infos > p {
  text-transform: uppercase;
  font-weight: bold;
}
.simu-infos ul {
  margin: 0;
  padding: 0 0 0 25px;
}
.simu-infos ul li {
  padding-left: 10px;
}
.detail-simu-data {
  position: relative;
  display: table;
  table-layout: fixed;
  width: 100%;
}
.simu-table-highlighted {
  color: #00A8BA;
  font-weight: bold;
}
.detail-simu-data div {
  display: table-row;
}
.row-pair {
  background-color: #F0F7F7;
}
.label-column,
.value-column {
  display: table-cell;
}
.label-column {
  padding-left: 10px;
  width: 60%;
}
.value-column {
  padding-right: 10px;
  width: 20%;
  text-align: right;
}
.cesu-points {
  padding-top: 25px;
}
.show-cesu-section {
  color: #5c6c7d;
  background: url("images/pictos/btn-subnav-plus.png") no-repeat right center;
}
.hide-cesu-section {
  color: #EE7F01;
  background: url("images/pictos/btn-subnav-moins.png") no-repeat right center;
}
.content-section-cesu {
  display: none;
}
.no-js .content-section-cesu {
  display: block;
}
.no-js .show-cesu-section {
  background: url("images/pictos/minus-sign.png") no-repeat right center;
}
.title-section-cesu {
  padding: 25px 0;
  width: 100%;
  border-top: solid 1px rgba(208, 213, 218, 0.5);
}
.title-section-cesu p,
.title-section-cesu span {
  display: inline-block;
  vertical-align: top;
}
.title-section-cesu p {
  padding: 0 10px;
  width: 80%;
  font-weight: bold;
}
.cesu-section-number {
  color: #EE7F01;
}
.content-section-cesu {
  padding: 15px 25px 25px 0;
}
.highlighted-text {
  padding-left: 15px;
  margin: 15px 5px 15px 0;
  border-left: 2px solid #EE7F01;
}
.content-section-cesu ul {
  margin: 0;
  padding: 10px 5px 10px 50px;
}
.content-section-cesu a {
  color: #368bbe;
}
/***  offre essentiels **/
.section-content-title {
  font-size: 3em;
  text-align: center;
  color: #EE7F01;
}
.essentiels-tpl2 .section-content-title {
   margin-top: 20px;
   font-size: 2.375em;
   color: #495765;
}
.section-content-separator {
  width: 10%;
  margin: 10px auto;
  height: 2px;
  background-color: #EE7F01;
}
.text-teaser {
  margin: 10px 0;
  text-align: center;
  font-size: 1.25em;

}
.essentiels-tpl2 .text-teaser {
    color: #ee7f01;
    font-weight: bold;
}
.aplat-intro {
  position: relative;
  height: 88px;
  line-height: 88px;
  font-size: 1.75em;
  text-align: center;
  color: #fff;
}
.essentiels-tpl2 .aplat-intro {
  background-color: #EE7F01;
}
.aplat-intro.aplat-essentiel {
  background: #EE7F01 url("images/pictos/tarif-12.png") no-repeat right top;
}
.aplat-intro.aplat-consultation {
  background: #EE7F01 url("images/pictos/tarif-68.png") no-repeat right top;
}
.sous-aplat-intro {
  padding: 10px 0;
  text-align: center;
  color: #ffffff;
  opacity: 0.79;
  background-color: #ef7d00;
}
.aplat-highlight {
  display: inline-block;
  position: absolute;
  top: 25px;
  right: 0px;
  width: 80px;
  color: #fff;
  background-color: #EC7600;
  transform: rotate(45deg);
}
.bloc-list {
  display: inline-block;
  vertical-align: top;
  width: 48%;
  margin-right: 2%;
}
.bloc-list-1-3 {
    display: inline-block;
    vertical-align: top;
    width: 30%;
}
.bloc-list-1-3-middle {
    width: 38%;
}
.bloc-list-1-3 .bloc-list {
    margin: 0 auto;
    width: 100%;
    margin-right:0;
}
.bloc-list-1-3-first .bloc-list {
    width: 90%;
}


.bloc-list > ul {
  padding-left: 5px;
  list-style-type: none;
}
.bloc-list > ul > li {
  font-size: 1.125em;
  padding: 10px 10px 10px 50px;
  background: url("images/pictos/offre-list-style.png") no-repeat left 10px;
}
.essentiels-tpl2 .bloc-list > ul > li {
  background: url("images/les-essentiels/icon-check-offre.png") no-repeat left 10px;
}
.bloc-list > ul > li > ul {
  padding: 15px 50px 15px 15px;
  font-size: 0.875em;
  list-style-type: disc;
}
.bloc-list > ul > li > ul > li {
   padding: 5px 0;
}
.bloc-adhesion {
  margin: 20px 0;
  text-align: center;
}
.bloc-adhesion a {
  display: inline-block;
  margin: 0 auto;
  padding: 10px 15px;
  border: 2px solid #5C6C7D;
  font-size: 1.375em;
  color: #fff;
  background-color: #5C6C7D;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
}
.bloc-adhesion a:hover {
  border-color: #ef7d00;
  background-color: #ef7d00;
}
.bloc-presentation {
  margin-bottom: 10px;
}
.bloc-presentation ul {
  list-style-type: none;
  padding: 0;
}
.bloc-presentation > div {
  display: inline-block;
  vertical-align: top;
  margin: 10px 0;
}
.bloc-presentation-aplat {
  background-color: #FEF7F0;
}
.bloc-presentation .bloc-summary {
  padding: 0 2% 0 0;
  width: 20%;
  color: #EE7F01;
  font-size: 1.25em;
  font-weight: bold;
}
.bloc-presentation-aplat .bloc-summary {
  text-transform: uppercase;
  font-size: 0.875em;
}
.bloc-summary img {
  width: 100%;
  max-width: 100%;
}
.bloc-presentation .bloc-text {
  padding: 0 0 0 2%;
  width: 75%;
  border-left: 1px solid #EE7F01;
}
.bloc-text .offre-encart {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 28%;
  padding: 0 2%;
  height: 350px;
}
.offre-encart .offre-encart-text {
  position: absolute;
  display: inline-block;
  top: 25%;
  left: 25%;
  padding-top: 75px;
  font-size: 1.125em;
  text-align: center;
  font-weight: bold;
}
.offre-encart .btn-souscrire {
  position: absolute;
  display: inline-block;
  padding: 10px 25px;
  bottom: 25px;
  left: 25%;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  background-color: transparent;
}
.offre-encart.offre-garde {
  background-color: #FBEAF2;
  background-image: url("images/pictos/corner-enfant.png");
  background-repeat: no-repeat;
}
.offre-encart.offre-garde .offre-encart-text {
  color: #CF0E5C;
  background: url("images/pictos/icon-juridique-enfant.png") no-repeat center top;
}
.offre-encart.offre-garde .btn-souscrire {
  border: 1px solid #CF0E5C;
  color: #CF0E5C;
}
.offre-encart.offre-garde .btn-souscrire:hover {
  color: #fff;
  background-color: #CF0E5C;
}
.offre-encart.offre-employe {
  margin: 0 1%;
  background-color: #F0F7E7;
  background-image: url("images/pictos/corner-employe-familial.png");
  background-repeat: no-repeat;
}
.offre-encart.offre-employe .offre-encart-text {
  color: #76B72A;
  background: url("images/pictos/icon-juridique-employe-familial.png") no-repeat center top;
}
.offre-encart.offre-employe .btn-souscrire {
  border: 1px solid #76B72A;
  color: #76B72A;
}
.offre-encart.offre-employe .btn-souscrire:hover {
  color: #fff;
  background-color: #76B72A;
}
.offre-encart.offre-assistant {
  background-color: #E6F8F9;
  background-image: url("images/pictos/corner-assistant-vie.png");
  background-repeat: no-repeat;
}
.offre-encart.offre-assistant .offre-encart-text {
  color: #00B2BA;
  background: url("images/pictos/icon-juridique-assisatnt-vie.png") no-repeat center top;
}
.offre-encart.offre-assistant .btn-souscrire {
  border: 1px solid #00B2BA;
  color: #00B2BA;
}
.offre-encart.offre-assistant .btn-souscrire:hover {
  color: #fff;
  background-color: #00B2BA;
}
/** v2 */
.bloc-presentation .formule-encart {
  position: relative;
  display: inline-block;
  width: 25%;
  vertical-align: top;

}
.bloc-presentation .formule-encart .wrapper {
    width: 219px;
    margin: 0 auto;

}
.bloc-presentation .formule-encart img {
    max-width: 100%;
    padding: 0;
}
.bloc-presentation .formule-encart-desc {
    position: relative;
    padding-bottom: 15px;
    background-color: #ee7f01;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}
.bloc-presentation .formule-encart-desc p {
    text-align: center;
    color: #fff;
    font-size: 1.25em;
}
.bloc-presentation .formule-encart-desc .btn-souscrire {
  display: inline-block;
  padding: 5px 20px;
  text-align: center;
  color: #fff;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  border: 1px solid #fff;
  background-color: transparent;
  box-sizing: border-box;
}
.bloc-presentation .formule-encart .btn-souscrire:hover {
    color: #ee7f01;
    background-color: #fff;
}
/** */
.bloc-contact-offre > div {
  display: inline-block;
  vertical-align: top;
  padding: 10px 20px 10px 55px;
  width: 41.5%;
}
.bloc-contact-offre > div > span {
  font-size: 1.125em;
}
/** v2 pages essentiels */
.bloc-contacter .wrapper {
    display: inline-block;
    vertical-align: top;
    width:50%;
}
.bloc-contacter .wrapper > div {
    padding: 10px 20px 10px 55px;
}
.bloc-contacter .wrapper > div > span {
    font-size: 1.125em;
}
/****/
.bloc-contact-offre .contact-postal, .bloc-contacter .contact-postal {
  background: url("images/pictos/offre-contact-postal.png") no-repeat left top;
}
.bloc-contact-offre .contact-tel, .bloc-contacter .contact-tel{
  background: url("images/pictos/offre-contact-tel.png") no-repeat left top;
}
.essentiels-tpl2 .top-link a {
    font-weight: bold;
}
.essentiels-tpl2 .top-link a:hover {
    color: #3e84b7;
}
.essentiels-formule .bloc-page-offre {
   margin-bottom: 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.essentiels-formule .inter-bloc {
    width: 100%;
    height:25px;
    margin-bottom: 15px;
    background: transparent url("images/les-essentiels/picto-bottom-arrow-w.png") no-repeat center top;
}
.head-formule {
    margin: 25px 0;
}
.head-formule > img {
    float: left;
}
.head-formule > h1.section-content-title {
    margin: 0;
    text-align: left;
    color: #ee7f01;
    line-height: 1.05;
}
.summary-formule {
    display: table;
    table-layout: fixed;
    margin-bottom: 15px;
}
.summary-formule .wrapper {
    display: table-cell;
    vertical-align: top;
}
.summary-formule .wrapper.small {
    width: 30%;
}
.summary-formule .wrapper > div, .summary-formule .wrapper > p {
    padding: 0 10px;
}
.summary-formule .wrapper > div {
    float: left;
    font-family: 'PT Serif', serif;
    font-size: 1.625em;
    color: #ef7d00;
    font-weight: bold;
}
.summary-formule .wrapper > p {
    border-left: 2px solid #ef7d00;
    font-size: 1.125em;
    color: #495765;
    overflow: hidden;
}
.bloc-formule {
    display: table;
    width: 100%;
    margin: 0 auto;
    table-layout: fixed;
    box-sizing: border-box;
}
.bloc-formule-alone {
    width: 50%;
}
.bloc-formule .bloc-wrapper-offre, .bloc-formule .bloc-inter-offre {
    display: table-cell;
    vertical-align: top;
}
.bloc-formule .bloc-offre {
  width: 100%;
  padding-bottom: 25px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 2px 4px 0 rgba(134, 147, 163, 0.18);
}
.bloc-formule .bloc-inter-offre {
  width: 2%;
}
.aplat-intro-offre {
  height:200px;
  color: #fff;
  background-color: #ef7d00;
  text-align: center;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.aplat-intro-offre > p {
 font-size: 1.75em;
}
.aplat-intro-offre .intro-offre-sep {
    width: 5%;
    height: 3px;
    background-color: #f89932;
    margin: 0 auto;
}
.aplat-intro-offre .market-formule {
    position: relative;
}
.market-formule img {
    position: absolute;
    top: 20px;
    left: 100px;
}
.market-formule-small img {
    left: 15px;
}
.market-formule > p {
    font-size: 1.375em;;
}
.market-formule .high-text {
    font-size: 1.5em;
}
.sous-bloc-aplat {
 width: 100%;
    height:25px;
    margin-bottom: 15px;
    background: transparent url("images/les-essentiels/picto-bottom-arrow-o.png") no-repeat center -5px;
}

.bloc-offre .bloc-page-wrap {
    padding: 0 25px 0 15px;
}
.desc-formule {
   /* min-height: 120px;
    line-height: 120px;*/
    margin-bottom: 25px;
    padding-left: 10px;
    font-size: 1.125em;
    border-left: 2px solid #ef7d00;
}
.desc-formule > p {
    display: inline-block;
    vertical-align: middle;
    line-height: 1.25;
}
.desc-formule > .smaller-box {
    width: 95%;
}
.text-formule {
    color: #ef7d00;
    font-style: italic;
    font-weight: bold;
    text-align: center;
}
.aplat-option {
  height : 100px;
  line-height: 100px;
  margin : 15px 0;
  font-size: 1.125em;
  font-weight: bold;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;

}
.aplat-option > div {
    display:inline-block;
    vertical-align:middle;
    padding: 0 10px;
    line-height: 1.11 ;
}
.aplat-option-choosen {
    font-size: 1.125em;
    font-weight: bold;
    color: #495765;
    background-color: #e2ecef;
}
.aplat-option-included {
    color: #fff;
    background-color: #ef7d00;
}
.aplat-option-included img {
    float: left;
    margin-bottom: 20px;
}
/* décoché */
.bloc-offre input[type="radio"]+label:before {
    display:block;
    float: left;
    margin: 0 15px 20px 0;
}
/* coché */
.bloc-offre input[type="radio"]:checked+label:before {
    background-color: #ef7d00;
    width:12px;
    height: 12px;
    border: 5px solid #F1B36E;
}
.bloc-offre .aplat-option-selected {
    color: #fff;
    background-color: #ef7d00;
}
.bloc-offre .submit-button {
    margin-top: 40px;
    text-align: center;
}
.bloc-offre input[type="submit"] {
    vertical-align: top;
    border: none;
    padding: 5px 25px;
    font-size: 1.25em;
    font-weight: bold;
    color: #fff;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    background-color: #495765;
}
.bloc-offre input[type="submit"]:hover {
    background-color: #ef7d00
}
.nb-formule {
    margin: 25px 0;
    font-size: 0.875em;
    line-height: 1.57;
    text-align: center;
    color: #848484;
}

/****** @subsection aside ****/
.sidebar-title {
  font-size: 1.25em;
  font-weight: bold;
  padding-top: 10px;
}
.title-separator,
.section-title-separator {
  display: inline-block;
  height: 5px;
  width: 20%;
  border-bottom: 2px solid #EE7F01;
}
.section-title-separator {
  width: 10%;
  margin-bottom: 5px;
}
/*.widget-separator {
    height: 20px;
    width: 100%;
    //background-color: rgb(246,249,250);
    margin: 15px 0;
}*/
.sidebar-title .twitter-title,
.sidebar-title .embedded-iframe {
  display: inline-block;
  vertical-align: middle;
  width: 50%;
}
.sidebar-title .embedded-iframe {
  text-align: right;
}
/***** @subsection logos partenaires *****/
.bloc-partenaires {
  padding: 25px 0;
  background-color: #fff;
}
.bloc-logos-partenaires {
  padding: 20px 0;
  width: 100%;
  text-align: center;
  box-sizing: border-box;
}
a.bloc-logo {
  display: inline-block;
  margin: 0 0%;
  width: 16.66666667%;
  height: 80px;
  vertical-align: middle;
}
/* correctif inline-block */
.ie7 a.bloc-logo {
  display: inline;
}
a.bloc-logo img {
  display: inline-block;
  width: 100%;
  max-width: 100%;
  vertical-align: middle;
}
.bloc-logo-fepem {
  background: url("images/logos/logo-fepem-n&b.png") no-repeat center top;
}
.bloc-logo-fepem:hover {
  background: url("images/logos/logo-fepem-couleur.png") no-repeat center top;
}
.bloc-logo-ircem {
  background: url("images/logos/logo-ircem-n&b.png") no-repeat center top;
}
.bloc-logo-ircem:hover {
  background: url("images/logos/logo-ircem-couleur.png") no-repeat center top;
}
.bloc-logo-iperia {
  background: url("images/logos/logo-iperia-n&b.png") no-repeat center top;
}
.bloc-logo-iperia:hover {
  background: url("images/logos/logo-iperia-couleur.png") no-repeat center top;
}
.bloc-logo-fedmand {
  background: url("images/logos/logo-federation-mandataires-n&b.png") no-repeat center top;
}
.bloc-logo-fedmand:hover {
  background: url("images/logos/logo-federation-mandataires-couleur.png") no-repeat center top;
}
.bloc-logo-poleemp {
  background: url("images/logos/logo-pole-emploi-n&b.png") no-repeat center top;
}
.bloc-logo-poleemp:hover {
  background: url("images/logos/logo-pole-emploi-couleur.png") no-repeat center top;
}
.bloc-logo-netpar {
  background: url("images/logos/logo-net-particulier-n&b.png") no-repeat center top;
}
.bloc-logo-netpar:hover {
  background: url("images/logos/logo-net-particulier-couleur.png") no-repeat center top;
}
/******* @subsection footer *****/
.sub-footer {
  font-size: 0.875em;
  text-align: center;
  padding: 25px 0;
}
.sub-footer a,
.sub-footer span {
  display: inline-block;
  color: #8693a3;
}
.sub-footer a.inside::before,
.sub-footer span.inside::before {
  content: '\2022';
  padding: 0 5px;
}
.top-footer {
  padding-bottom: 50px;
}
.top-footer > p {
  padding-left: 2%;
  font-size: 0.875em;
  color: rgba(255, 255, 255, 0.4);
  font-weight: bold;
  text-transform: uppercase;
}
.widget-footer-container {
  display: inline-block;
  width: 30%;
  vertical-align: top;
}
.widget-footer-container-first {
  padding-left: 2%;
}
.widget-footer-container-middle {
  padding: 0 2%;
}
.widget-footer-container-last {
  padding-right: 2%;
}
.bottom-footer .widget-footer-container-first {
  width: 45%;
  padding-left: 2%;
}
.bottom-footer .widget-footer-container-middle {
  width: 22%;
  padding: 0 4%;
}
.bottom-footer .widget-footer-container-last {
  width: 18%;
  padding-right: 2%;
}
.widget-footer-container .menu {
  list-style-type: none;
  padding: 0;
  margin: 0;
  font-size: 0.875em;
}
.widget-footer-container .menu a {
  color: rgba(255, 255, 255, 0.8);
  font-size: 1em;
}
.footer-title {
  margin-top: 25px;
  font-size: 0.875em;
  text-transform: uppercase;
  font-weight: bold;
}
.footer-title-separator {
  margin: 15px 0;
  width: 10%;
  height: 5px;
  border-bottom: solid 2px rgba(255, 255, 255, 0.4);
}
.bottom-footer {
  padding-top: 25px;
  border-top: solid 1px rgba(255, 255, 255, 0.4);
}
.social-links img {
  margin-right: 10px;
}
/** --- = @section LAYOUT --- */
* {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/***** conteneurs *****/
.container {
  position: relative;
  width: 1280px;
  height: 100%;
  margin: 0 auto;
  box-sizing: border-box;
}
/* header */
header {
  position: relative;
  background-color: #fff;
}
.colored-back-page .container,
.colored-back-page header {
  width: 100%;
}
.colored-back-page main {
  background-color: #f6f9fa;
}
/******** contenus **********/
.content-central-column {
  margin: 0 auto;
  width: 960px;
  box-sizing: border-box;
}
.site-branding,
footer,
main,
.bloc-magazine,
.bloc-recherche,
.bloc-relations,
.bloc-relais {
  position: relative;
  width: 100%;
  box-sizing: border-box;
}
.site-branding {
  padding-top: 10px;
}
.bloc-magazine,
.bloc-relais {
  background-color: #f6f9fa;
  padding: 25px 0;
}
.main-footer {
  background-color: #438bbe;
  padding: 50px 0;
  color: rgba(255, 255, 255, 0.8);
}
/*********** gabarits ********/
article,
aside,
.page section,
.category section {
  position: relative;
  display: inline-block;
  vertical-align: top;
}
article {
  width: 62%;
  margin-right: 2%;
  padding: 10px 2%;
  background-color: #fff;
  text-align: justify;
}
.article-more-content {
  margin-top: 25px;
}
.page section,
.category section {
  width: 66%;
  margin-right: 2%;
}
aside {
  position: relative;
  width: 32%;
}
/*.sidebar-widget-article {
  margin-bottom: 25px;
  padding-top: 10px;
  background-color: #fff;
  box-sizing: border-box;
}*/
.single section,
.page section,
.category section {
  padding-bottom: 50px;
}
.page-template-default .container,
.page-template-default header,
.page-template-default section,
.page-template-carte-relais .container,
.page-template-carte-relais header,
.page-template-carte-relais section,
.page-template-mini-carte-relais .container,
.page-template-mini-carte-relais header,
.page-template-mini-carte-relais section,
.page-template-essentiels-offre .container,
.page-template-essentiels-offre header,
.page-template-essentiels-offre section,
.page-template-glossary.category .container,
.page-template-glossary.category header,
.page-template-glossary.category section {
  width: 100%;
  margin: 0 auto;
}
.page-template-carte-relais section .content-central-column,
.page-template-mini-carte-relais section .content-central-column{
  width: 90%;
  margin: 0 auto;
}
.page-cesu main {
  padding-top: 25px;
}
/****** responsive embeded video *******/
.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    margin-bottom: 25px;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    height: auto;
}
.embed-container iframe,
.embed-container object ,
.embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/** --- = @section ELEMENT --- */
/************* @subsection Header ***********/
.header-section {
  position: relative;
  display: inline-block;
  margin-bottom: 20px;
  box-sizing: border-box;
  vertical-align: middle;
  /*white-space: nowrap;
    overflow: hidden;*/
}
.logo-section {
  width: 40%;
}
.logo-section a {
  display: block;
  width: 100%;
}
.logo-section a img {
  max-width: 100%;
}
.links-section {
  width: 60%;
  text-align: right;
}
.buttons-section {
  width: 60%;
  text-align: right;
}
.header-button {
  display: inline-block;
  position: relative;
  vertical-align: top;
  width: 50%;
  height: 80px;
  line-height: 80px;
  box-sizing: border-box;
  text-transform: uppercase;
  text-align: right;
}
.header-button a {
  display: inline-block;
  vertical-align: middle;
  padding: 10px 10px 10px 55px;
  width: 90%;
  line-height: 1.5;
  font-size: 0.875em;
  font-weight: bold;
  text-align: left;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  box-sizing: border-box;
}
.espace-relation a {
    background: #F1F3F5 url("images/pictos/btn-mise-en-relation.png") no-repeat 5px center;
}
.espace-pe a {
  color: #fff;
  background: #EE7F01 url("images/pictos/btn-compte.png") no-repeat 5px center;
}
.user-menu-section {
  display: inline-block;
  position: relative;
  vertical-align: top;
  width: 50%;
  height: 80px;
  line-height: 80px;
  box-sizing: border-box;
}
.banner {
    width: 100%;
    margin-bottom: 20px;
    text-align: center;
}
.banner a {
    display: inline-block;
}
.banner a img {
    max-width: 100%;
}
/************ @subsection Main *********/
.js .alert-no-js {
  display: none;
}
.info-date {
  position: absolute;
  bottom: 10px;
  padding-left: 25px;
  color: #8693a3;
  background: url("images/pictos/picto-date.png") no-repeat left center;
}
.breadcrumb {
  padding: 15px 0;
}
.breadcrumb img {
    vertical-align: baseline;
    padding: 0;
}
.breadcrumb_part {
    display: inline-block;
    vertical-align: baseline;
}
.breadcrumb_part a.img_link {
    display: inline-block;
    vertical-align: middle;
}

a.common-button {
  display: inline-block;
  margin: 10px 0;
  border: none;
  padding: 10px 20px;
  font-weight: bold;
  color: #fff;
  background-color: #495765;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.full-img {
  width: 100%;
  max-width: 100%;
}
.page-column-demi {
  display: inline-block;
  vertical-align: top;
  width: 46%;
  padding: 10px 2%;
}
.page-column-highlight {
  background-color: #f6f9fa;
}
.section-title {
  font-weight: bold;
  font-size: 1.25em;
  /* 20px*/
}
.compte-buttons {
  margin-top: 25px;
  text-align: center;
}
.compte-buttons a {
  display: inline-block;
  vertical-align: top;
  line-height: 1.2;
  width: 35%;
  margin: 5px 10px;
  padding: 10px 15px;
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 0.875em;
  text-transform: uppercase;
  letter-spacing: 1px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.compte-buttons .button-ins-sal {
  background-color: #438BBE;
}
.compte-buttons .button-ins-emp {
  background-color: #EE7F01;
}
/**********************
* Home page
*/
.highlighted-post {
  position: relative;
  height: 350px;
  background-color: #fff;
  box-sizing: border-box;
}
.highlighted-post-img,
.highlighted-post-content {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 50%;
  height: 100%;
}
.highlighted-post-content .wrap {
  padding: 1% 5% 10% 5%;
}
.highlighted-post-img img {
  max-width: 100%;
  width: 100%;
}
.highlighted-post .highlighted-post-content:hover {
  color: white;
  background-color: #EE7F01;
  border-color: #EE7F01;
}
.highlighted-post .highlighted-post-content:hover div {
  color: #fff;
}
/* articles autres catÃ©gories */
.list-home-post {
  margin-top: 10px;
}
.home-post {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 47.5%;
  height: 178px;
  background-color: #fff;
  box-sizing: border-box;
}
.right-gutter {
  margin-right: 5%;
}
.home-post-img,
.home-post-content {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  height: 100%;
}
.home-post-content .wrap {
  padding: 1% 5%;
}
.home-post .home-post-content:hover {
  color: white;
  background-color: #EE7F01;
  border-color: #EE7F01;
}
.home-post .home-post-content:hover div {
  color: #fff;
}
/* texte de l'image au-dessus de l'image */
.highlighted-post .tag-image {
  position: absolute;
  bottom: 25px;
  left: 0px;
  padding: 5px 10px;
  background-color: rgba(255, 255, 255, 0.5);
  color: #000;
  z-index: 1;
}
.home-posts {
  clear: both;
}
.relais-infos {
  height: 267px;
  margin-top: 10px;
}
.relais-infos h2 {
  padding: 0;
  font-size: 1.1875em;
  font-weight: bold;
}
.relais-card {
  float: left;
}
.relais-content {
  overflow: hidden;
}
.relais-content .relais-content-column {
  vertical-align: top;
  display: inline-block;
  width: 50%;
}
.relais-content-column .wrap-relais-content {
  padding: 0 10px;
}
.relais-content-column p {
  padding-left: 35px;
}
.relais-pcard {
  display: inline-block;
  background: url("images/pictos/picto-carte.png") no-repeat left 5px;
}
.relais-accueil {
  background: url("images/pictos/picto-accueil-physique-relais.png") no-repeat left 5px;
}
.relais-tel {
  background: url("images/pictos/picto-telephone.png") no-repeat left 5px;
}
.relais-email {
  background: url("images/pictos/picto-adresse.png") no-repeat left 5px;
  color: #0089c1;
}
.bloc-relations h2 {
  font-size: 2.25em;
  color: #5c6c7d;
  text-align: center;
}
/************************
* Page article
*/
.article-toolbar {
  height: 50px;
  line-height: 50px;
}
.article-features,
.article-social-links,
.article-date {
  float: left;
  overflow: hidden;
  width: 50%;
}
.article-date {
  width: 45%;
  background: url("images/pictos/picto-date.png") no-repeat 5px center;
  padding-left: 5%;
}
.article-social-links {
  text-align: right;
}
.article-social-links div {
  display: inline-block;
  height: 100%;
  padding: 0 5px;
}
.article-social-links div img {
  display: inline-block;
  vertical-align: middle;
}
.article-features img {
  display: inline-block;
  vertical-align: middle;
  padding-right: 5px;
  cursor: pointer;
}
.main-img-article {
  width: 100%;
  max-width: 100%;
  height: auto;
}
.bloc-author {
  margin-top: 15px;
  padding-top: 24px;
  border-top: solid 1px rgba(151, 151, 151, 0.28);
}
.bloc-author img {
  float: left;
  vertical-align: middle;
}
.bloc-author div {
  overflow: hidden;
  padding: 0 20px;
}
.bloc-author p {
  padding: 0;
}
/************************
* Page liste d'articles
*/
.bloc-article {
  position: relative;
  background-color: #fff;
  margin-bottom: 25px;
}
.archive .large-article {
  height: 305px;
}
.large-article,
.category .large-article {
  clear: both;
  height: 205px;
}
.normal-article {
  float: left;
  overflow: hidden;
  width: 47.5%;
}
.normal-article.first-inside-article {
  margin-right: 5%;
}
.bloc-article-content {
  display: block;
}
.bloc-article-img img {
  width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: 100%;
}
.archive .normal-article .bloc-article-content,
.archive .normal-article .bloc-article-img {
  height: 305px;
  width: 100%;
}
.normal-article .bloc-article-content,
.normal-article .bloc-article-img,
.category .normal-article .bloc-article-content,
.category .normal-article .bloc-article-img {
  height: 205px;
  width: 100%;
}
.large-article .bloc-article-content,
.large-article .bloc-article-img {
  width: 50%;
  height: 100%;
  overflow: hidden;
}
.bloc-ensemble-gauche .large-article .bloc-article-img {
  float: left;
}
.bloc-ensemble-droit .large-article .bloc-article-img {
  float: right;
}
.bloc-article-content-wrap {
  padding: 10px;
}
.bloc-article-content:hover {
  color: white;
  background-color: #EE7F01;
  border-color: #EE7F01;
}
.bloc-article-content:hover div {
  color: #fff;
}
.pagination {
  clear: both;
  padding: 50px 0;
  text-align: center;
}
.pagination a,
.pagination span {
  margin: 0 10px;
  color: #8693a3;
}
.pagination .current {
  color: #495765;
  font-weight: bold;
}
/*******************
* Page Le réseau (où nous trouver)
* et page des relais
************************/
/* cartes */
.card-legend {
  margin: 10px 0;
  text-align: center;
}
.card-legend div {
  display: inline-block;
  margin: 0 10px;
}
.card-title {
    margin: 5px 0;
    font-size: 1.5em;
    font-weight: bold;
    text-align: center;
}
.button-infowindow {
    padding: 5px 10px;
    color: #fff;
    background-color: #EE7F01;
    border: 1px solid #0089c1;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
#card-map {
  height: 1250px;
  width: auto;
}
.no-js #card-map {
  display: none;
}
.button-link {
    display: inline-block;
    padding: 5px 15px;
    background-color: #E3004F;
    border-radius: 5px;
    color: #fff;
}
/* page des relais */
.zone-relais,
.zone-pointrelais {
  display: inline-block;
  padding: 10px 0 10px 0;
  width: 48%;
  vertical-align: top;
}
.zone-relais {
  padding-right: 4%;
}
.bloc-detail-relais {
  margin-bottom: 24px;
}
.bloc-detail-pointrelais {
  margin: 10px 0;
}
.relais-section-title {
  font-size: 1.25em;
  color: #495765;
  font-weight: bold;
}
.contact-relais {
  margin: 10px 0;
  height: 70px;
}
.contact-relais div {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.infos-relais div {
  padding: 5px 0 5px 35px;
}
.bloc-detail-relais .card-relais {
  text-align: center;
}
.bloc-detail-relais .card-relais img {
  padding: 10px 0;
  max-width: 100%;
}
.bloc-detail-pointrelais .title {
  font-weight: bold;
  color: #495765;
}
.pointrelais-email a {
  color: #0089c1;
}
/*************
* Page Liste d'événements
**************************/
.event-container {
    padding: 10px;
    margin-bottom: 25px;
    background-color: #ECEFF2;
    border: 1px solid #efecec;
    border-radius: 2px;
    
}
.multiple-events-container {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-left: -10px;
}
.multiple-events-container .event-container {
    width: calc(50% - 10px);
    margin-left: 10px;
    background-color: #fff;
}

.one-event-container.event-container {
    display: flex;
}
.one-event-container .first-bloc,
.one-event-container .second-bloc {
    width: 50%;
}

.event-date {
    color: #438bbe;
    font-weight: bold;
}
.event-type {
    padding: 5px 0;
    font-size: 0.875em;
    color: #438bbe;
    text-transform: uppercase;
}
.event-infos {
    display: flex;
}
.event-title {
    padding: 0;
    font-weight: bold;
    color: #EE7F01;
    text-transform: uppercase;
}
.event-desc-sep {
    width: 25%;
    height:2px;
    background-color: #EE7F01;
}
.event-content {
    margin-bottom: 15px;
}

.event-actions {
    display: flex;
    margin: 10px -10px;
    justify-content: center;
}
.event-actions a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0 10px;
    padding: 5px 0;
    width: 50%;
    font-size: 0.875em;
    line-height: 1.25;
    text-align: center;
    border: 1px solid #EE7F01;
    border-radius: 5px;
}
.event-actions a.small {
    width: 25%;
}
.event-actions a.medium {
    width: 37.5%;
}
.event-actions a:hover {
    background-color: #EE7F01;
    color: #fff;
}



/**********
* Page volet social et CESU 10 points
*/
.bloc-cesu-oneblock {
  padding: 10px 15px 25px 20px;
}
.volet-cesu-separator {
  margin: 10px 0;
  height: 1px;
  width: 100%;
  background-color: rgba(208, 213, 218, 0.5);
}
.volet-cesu-title {
  margin: 10px 0 20px 0;
  padding-left: 20px;
  font-size: 1.25em;
}
.volet-cesu-sal .volet-cesu-title {
  border-left: 2px solid #438BBE;
}
.volet-cesu-emp .volet-cesu-title {
  border-left: 2px solid #EE7F01;
}
.volet-cesu-step {
  padding: 10px 0 10px 25px;
}
.volet-cesu-step p {
  padding: 0;
}
.step-number {
  display: inline-block;
  vertical-align: top;
  margin: 2px 10px 0 0;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  color: #fff;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.volet-cesu-sal .step-number {
  background-color: #438BBE;
}
.volet-cesu-emp .step-number {
  background-color: #EE7F01;
}
.step-desc {
  display: inline-block;
  width: 85%;
  vertical-align: top;
}
.step-desc p:first-child {
  font-size: 0.875em;
  text-transform: uppercase;
  font-style: italic;
}
.cesu-table {
  position: relative;
  display: table;
  table-layout: fixed;
  width: 100%;
}
.cesu-row {
  display: table-row;
}
.cesu-cell {
  display: table-cell;
  width: 45%;
  padding: 15px 2%;
}
.cesu-sep-cell {
  width: 2%;
}
.first-cesu-block {
  margin-right: 2%;
  background-color: #ECF9FA;
  color: #368088;
}
.second-cesu-block {
  background-color: #FAF5EA;
  color: #94876C;
}
/*******
* Page rÃ©sultat recherche wp
*/
.search_results .bloc-res-search {
  margin-top: 15px;
  padding: 10px;
  margin-bottom: 15px;
  background-color: #fff;
}
.search-results .search-count {
  font-size: 1.25em;
}
.search_results .bloc_display_post {
  border-bottom: solid 1px rgba(208, 213, 218, 0.5);
  padding: 15px 0;
}
.search_results .post-content {
  color: #5898C6;
}

/****
* Page des offre Les Essentiels, Page du glossaire
*/
.wrap-image {
  width: 100%;
  height: 320px;
  background-image: linear-gradient(to bottom, #f1f6f7, #dfeaed);
}
.header-img {
  height: 320px;
  background: transparent url("images/visuel-header-offre-fepem.png") no-repeat center top;
}
.essentiels-tpl2 .top-link {
    margin: 0 auto;
    width: 960px;
    height:100px;
    line-height: 100px;
}
.section-content {
  margin-top: -50px;
}
.essentiels-tpl2 .section-content {
    margin-top: -230px;
}
.bloc-page-offre,
.bloc-page-glossaire {
  margin-bottom: 25px;
  background-color: #fff;
}
.essentiels-tpl2 .bloc-page-offre {
    box-shadow: 0 2px 4px 0 rgba(134, 147, 163, 0.07);
}
.bloc-page-wrap {
  position: relative;
  padding: 10px;
}
.bloc-page-wrap .logo {
    position: absolute;
    top: 5px;
    right: 5px;
}
.glossary-entry {
  margin: 10px 0;
}
.glossary-entry h2 {
  font-weight: bold;
  font-size: 1.125em;
}

/*****************
* Widgets
*/
.widget {
  margin-bottom: 25px;
  background-color: #fff;
  box-sizing: border-box;
}
.widget > div {
  padding: 0 10px 10px 10px;
  box-sizing: border-box;
}
.widget img {
  max-width: 100%;
}
.widget_button {
	display: inline-block;
    color: #fff;
    background-color: #EE7F01;
    outline: 0;
    border: 1px solid #EE7F01;
    border-radius: 5px;
    padding: 5px 10px;
	margin: 10px 0;
}
.widget .textwidget {
    margin-bottom: -25px;
}
.widget .tagcloud {
  padding: 0px 10px 15px 10px;
}
.tagcloud a {
  display: inline-block;
  margin: 10px 5px;
  padding: 5px;
  border: 1px solid #d7dee3;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  color: #419bf9;
}
.wpp-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.wpp-list li {
  padding: 5px;
  border-bottom: 1px solid #d7dee3;
}
.wpp-cat a {
  font-size: 0.875em;
  text-transform: uppercase;
  color: #EE7F01;
  font-weight: bold;
}
.wpp-title a {
  color: #368bbe;
}
.wpp-date {
  padding-top: 10px;
  font-size: 0.875em;
  color: #8693a3;
}
.related-post-title {
  font-size: 1.25em;
}
.bawmrp {
  background-color: #fff;
  padding: 10px;
}
.bawmrp h3 {
  display: none;
}
.bawmrp ul {
  margin: 0 15px;
  padding: 0;
}
.bawmrp ul li,
.bawmrp ul li a {
  color: #368bbe;
}
.widget-title-separator {
  margin: 15px 0;
  width: 20%;
  height: 5px;
  border-bottom: 2px solid #00A8BA;
}
.widget-sal .widget-title-separator,
.widget-partenaire .widget-title-separator {
  border-bottom: 2px solid #438BBE;
}
.bloc-offre-link {
  display: block;
  padding: 40px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  background: #EE7F01 url("images/pictos/fleche-bas.png") no-repeat center top;
}
.bloc-part-link {
  display: block;
  padding: 30px 10px;
  text-align: center;
  color: #fff;
  background: #438BBE url("images/pictos/fleche-bas.png") no-repeat center top;
}
.sidebar-title-search {
  margin-right: 10px;
}
.widget-search-sal .sidebar-title-search {
  background: url("images/pictos/picto-widget-recherche-sal.png") no-repeat right top;
}
.widget-search-emp .sidebar-title-search {
  background: url("images/pictos/picto-widget-recherche-emp.png") no-repeat right top;
}
.sidebar-title-search p {
  padding: 0;
  width: 60%;
}
.widget-search-sal .title-separator {
  border-color: #438BBE;
}
.widget-search-emp .title-separator {
  border-color: #EE7F01;
}
.bloc-recherche-sidebar {
  padding: 20px 10px;
  color: #fff;
  background: #fff url("images/pictos/fleche-bas.png") no-repeat center top;
}
.bloc-recherche-sidebar-emp {
  background-color: #EE7F01;
}
.bloc-recherche-sidebar-sal {
  background-color: #438BBE;
}
.widget-infos-cesu ul {
  padding-left: 25px;
}
.link-volet-cesu {
  display: block;
  margin-top: 10px;
  width: 100%;
  font-size: 0.875em;
  text-align: right;
  font-weight: bold;
  box-sizing: border-box;
}

.widget_magazine {
    background: #EE7F01 url("images/pictos/fleche-bas.png") no-repeat center top;
    color: #fff;
    padding-bottom: 25px;
}
.widget_magazine .sidebar-title {
    padding-top: 25px;
}
.widget_magazine .title-separator {
    border-color: rgba(255,255,255,0.5);
}
.widget_magazine ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.widget_magazine a {
    color: #fff;
}
.widget_magazine a:hover {
    color: #424858;
}
.widget_magazine .widget-content {
    font-weight: bold;
}

/*************** @subsection Main Menu ****************/
nav.main-menu {
  position: relative;
  border-top: 1px solid rgba(208, 213, 218, 0.5);
}
nav.main-menu li {
  list-style: none;
}
nav.main-menu .menu-res-icon,
nav.main-menu .menu-res-title {
  display: none;
}
nav.main-menu .menu-res-icon span {
  display: inline-block;
  margin: 20px 0;
  padding: 0 !important;
  width: 35px;
  height: 20px;
  background: url("images/pictos/responsive-menu.png") no-repeat right center;
  cursor: pointer;
}
.main-dropdown {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  width: 94%;
  height: 100%;
  text-align: center;
}
nav.main-menu .search-menu {
  display: inline-block;
  vertical-align: top;
  margin: 20px 0;
  height: 20px;
  width: 40px;
  background: url("images/pictos/navbar-btn-recherche.png") no-repeat 95% center;
  border-left: solid 1px rgba(208, 213, 218, 0.5);
  cursor: pointer;
}
.main-dropdown > li {
  display: inline-block;
  border: none;
  margin: 0;
  padding: 0 10px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  font-size: 1em;
  zoom: 1;
  font-weight: bold;
  text-transform: uppercase;
}
.main-dropdown a {
  color: #5C6C7D;
  display: inline-block;
  cursor: pointer;
  font-size: 1em;
  line-height: 1.125;
  width: 100%;
}
nav.main-menu .sub-menu li {
  width: 100%;
  font-size: 1em;
  text-transform: none;
  text-align: left;
  box-sizing: border-box;
}
nav.main-menu .sub-menu > li {
  padding-left: 50px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
nav.main-menu .sub-menu li li {
  height: 30px;
  line-height: 30px;
  font-weight: normal;
}
nav.main-menu .main-dropdown > li > .sub-menu {
  display: none;
  position: absolute;
  z-index: 10;
  padding: 0;
  width: 100%;
  background-color: #fff;
  box-sizing: border-box;
}
nav.main-menu li > .sub-menu ul {
  display: none;
  position: relative;
  top: 0;
  left: 0;
  padding: 0 0 0 10px;
  width: 100%;
  box-sizing: border-box;
}
@media only screen and (min-width: 980px) {
  nav.main-menu li:hover > .sub-menu {
    display: block;
    font-size: 1em ;
    top: 100%;
    left: 0;
    -moz-box-shadow: inset 0px 2px 0px 0px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: inset 0px 2px 0px 0px rgba(0, 0, 0, 0.2);
    -o-box-shadow: inset 0px 2px 0px 0px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0px 2px 0px 0px rgba(0, 0, 0, 0.2);
  }
}
.show-subsub-menu {
  background: url("images/pictos/btn-subnav-plus.png") no-repeat 25px center;
}
.hide-subsub-menu {
  background: rgba(0, 0, 0, 0.05) url("images/pictos/btn-subnav-moins.png") no-repeat 25px 20px;
}
nav.main-menu li > .sub-menu ul li:hover {
  font-weight: bold;
}
.overlay-menu {
  position: fixed;
  width: 100%;
  height: 100%;
  visibility: hidden;
  top: 0;
  left: 0;
  z-index: 5;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.show-menu ~ .overlay-menu {
  opacity: 1;
  visibility: visible;
  background: rgba(0, 0, 0, 0.8);
}
/*********** @subsection Menus internes de la relation **********/
.bloc-relations {
  padding: 25px 0;
}
.menu_relation_title {
  margin-top: 20px;
  padding: 10px 0;
  font-size: 1.625em;
  color: #fff;
  text-align: center;
}
.menu_relation_pe {
  background-color: #ee7f01;
}
.menu_relation_spe {
  background-color: #438bbe;
}
.menu_relation {
  position: relative;
  display: inline-block;
  line-height: 205px;
  width: 100%;
}
.menu_relation li {
  list-style: none;
}
.menu_relation > ul {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
}
.menu_relation > ul > li {
  position: static;
  display: inline-block;
  vertical-align: top;
  margin: 0;
  border: none;
  padding: 0;
  width: 20%;
  height: 100%;
  color: #fff;
  text-align: center;
  zoom: 1;
}
.menu_relation .item-content {
  display: inline-block;
  vertical-align: middle;
  line-height: 1.5;
  width: 100%;
}
.menu_relation .item-content a {
  display: inline-block;
  color: #fff;
}
.item-content .relation_step {
  display: inline-block;
  width: 20%;
  font-size: 1.625em;
  font-weight: bold;
  border-bottom: 2px solid #fff;
  margin-bottom: 10px;
}
.item-content .relation_title {
  font-size: 1.125em;
}
.item-content .submenu_button {
  display: inline-block;
  margin: 20px 0;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 1.5em;
  font-weight: 700;
  -moz-border-radius: 40px;
  -webkit-border-radius: 40px;
  border-radius: 40px;
  border: 1px solid rgba(255, 255, 255, 0.38);
}
.menu_relation .sub-menu {
  display: none;
  position: absolute;
  margin: 0;
  padding: 10px;
  top: 100%;
  width: 45%;
  line-height: 1.5;
  color: #73818F;
  -moz-box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.2);
  background-color: #fff;
  z-index: 1;
}
.menu_relation .sub-menu li {
  position: relative;
  display: block;
  text-align: left;
  text-transform: none;
}
.menu_relation .sub-menu a {
  display: inline;
  color: #73818F;
}
.menu_relation .item:hover .sub-menu {
  display: block;
}
.menu_relation .item:hover .sub-menu::before {
  content: '';
  display: block;
  background: url("images/pictos/fleche-haut.png") no-repeat 65px top;
  height: 18px;
  margin-top: -18px;
  top: 0px;
}
.menu_relation .item:hover .submenu_button {
  -moz-box-shadow: 0px 0px 20px 5px rgba(255, 255, 255, 0.4);
  -webkit-box-shadow: 0px 0px 20px 5px rgba(255, 255, 255, 0.4);
  -o-box-shadow: 0px 0px 20px 5px rgba(255, 255, 255, 0.4);
  box-shadow: 0px 0px 20px 5px rgba(255, 255, 255, 0.4);
  border: 1px solid rgba(255, 255, 255, 0.4);
}
.menu_pe li.item:nth-child(9) {
  background-color: #ffecd6;
}
.menu_pe li.item:nth-child(8) {
  background-color: #ffe0bc;
}
.menu_pe li.item:nth-child(7) {
  background-color: #ffd4a3;
}
.menu_pe li.item:nth-child(6) {
  background-color: #ffc889;
}
.menu_pe li.item:nth-child(5) {
  background-color: #febc70;
}
.menu_pe li.item:nth-child(4) {
  background-color: #feb057;
}
.menu_pe li.item:nth-child(3) {
  background-color: #fea43d;
}
.menu_pe li.item:nth-child(2) {
  background-color: #fe9824;
}
.menu_pe li.item:nth-child(1) {
  background-color: #ee7f01;
}
.menu_spe li.item:nth-child(1) {
  background-color: #438bbe;
}
.menu_spe li.item:nth-child(2) {
  background-color: #69a2cb;
}
.menu_spe li.item:nth-child(3) {
  background-color: #7caed2;
}
.menu_spe li.item:nth-child(4) {
  background-color: #8fbad8;
}
.menu_spe li.item:nth-child(5) {
  background-color: #a2c5df;
}
.menu_spe li.item:nth-child(6) {
  background-color: #b5d1e5;
}
.menu_spe li.item:nth-child(7) {
  background-color: #c8ddec;
}
.menu_spe li.item:nth-child(8) {
  background-color: #dbe9f2;
}
.menu_spe li.item:nth-child(9) {
  background-color: #eef4f9;
}
.menu_pe .sub-menu span {
  font-weight: 700;
  color: #ee7f01;
}
.menu_spe .sub-menu span {
  font-weight: 700;
  color: #438bbe;
}
/*********** @subsection Menu categories **********/
.category_menu {
  position: relative;
  height: 50px;
  line-height: 50px;
  margin-bottom: 10px;
}
.category_menu ul {
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%;
  text-align: center;
  box-sizing: border-box;
}
.category_menu li {
  display: inline-block;
  list-style: none;
  padding: 0 15px;
}
.category_menu li:hover {
  border-bottom: 2px solid #5c6c7d;
}
.category_menu li a {
  font-size: 0.875em;
  font-weight: bold;
  color: #5c6c7d;
  text-transform: uppercase;
}
/******* @subsection Menu utilisateur connectÃ© ***/
.user-menu-section ul {
  vertical-align: middle;
  padding: 0px;
  margin: 0;
  line-height: 1.5;
  width: 90%;
  box-sizing: border-box;
}
.user-menu-section > ul {
  display: inline-block;
  font-size: 1.125em;
}
.user-menu-section > ul > li {
  padding-left: 50px;
  background: url("images/pictos/btn-mise-en-relation.png") no-repeat left center;
}
.user-menu-section li {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.user-menu-section ul li ul {
  position: absolute;
  display: none;
  left: 0;
  width: 100%;
  z-index: 25;
  background-color: #5c6c7d;
}
.user-menu-section ul li:hover ul {
  display: block;
}
.user-menu-section ul li ul li {
  padding: 5px 0;
  border-bottom: 1px solid #fff;
}
.user-menu-section ul li ul li a {
  color: #fff;
}
/*********** @subsection Menu du glossaire **********/
.nav-glossaire {
  list-style-type: none;
  margin: 0 0 25px 0;
  padding: 0;
  height: 40px;
  width: 100%;
}
.nav-glossaire li {
  float: left;
  height: 40px;
  line-height: 40px;
  width: 40px;
  text-align: center;
  background-color: #5c6c7d;
  border-right: 1px solid #fff;
}
.nav-glossaire li a {
  color: #fff;
}
.nav-glossaire li:hover {
  background-color: #384c60;
}
.nav-glossaire .current-menu-item {
  background-color: #ee7f01;
}
/*************** @subsection Forms ****************/
/********** blocs mise en forme formulaire ***/
.bloc-field-form {
  width: 90%;
  margin: 10px;
}
.bloc-field-inline {
  display: inline-block;
  vertical-align: top;
  width: 48%;
}
.bloc-field-form .field-label {
  display: block;
  margin: 10px 0 5px 0;
  font-weight: bold;
}
.bloc-field-form .field-label-inline {
  display: inline-block;
  vertical-align: middle;
  /*margin: 10px 0 5px 0;*/
  font-weight: bold;
}
.bloc-field-form .field-value-inline {
  display: inline-block;
  vertical-align: top;
  width: 40%;
}
.bloc-field-form .field-value-readonly {
  padding: 5px 10px;
  width: 50%;
  color: #5c6c7d;
  font-weight: bold;
  background-color: rgba(208, 213, 218, 0.5);
  opacity: 0.5;
}
/********** champs de formulaire ******/
/**** select **/
.select-style {
  width: 90%;
  border: 1px solid #ccc;
  overflow: hidden;
  background: #fafafa url("images/pictos/triangle-down-select.png") no-repeat 95% 50%;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.select-style select {
  padding: 8px;
  width: 120%;
  border: none;
  font-size: 1em;
  color: #5c6c7d;
  box-shadow: none;
  background: transparent;
  background-image: none;
  -webkit-appearance: none;
}
.select-style select option {
  width: 50%;
}
.select-style select:focus {
  outline: none;
  border: none;
}
/***** input text **/
.input-style {
  padding: 8px;
  margin-right: 10px;
  border: 1px solid #ccc;
  color: #5c6c7d;
  font-size: 1em;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  box-sizing: border-box;
}
.bloc-field-form .input-style {
  width: 60%;
}
.bloc-field-form .bloc-field-inline .input-style {
  width: 80%;
}
.bloc-field-form .input-style.input-mini {
  width: 50%;
}
.input-style:focus {
  background-color: #F3FAFB;
  border: 0.5px solid #BDD1DD;
  outline: none;
}
.bloc-field-form textarea {
  border: 1px solid rgba(208, 213, 218, 0.5);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
textarea:focus {
  background-color: #F3FAFB;
  border: 0.5px solid #BDD1DD;
  outline: none;
}
/**** input radio ****/
input[type="radio"]:not(:checked),
input[type="radio"]:checked {
  display: none;
}
input[type="radio"] + label {
  display: inline-block;
  margin: 2px;
}
/* dÃ©cochÃ© */
input[type="radio"] + label:before {
  content: "";
  display: inline-block;
  margin-right: 5px;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  background-color: #fff;
  border: 1px solid #fff;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
/* cochÃ© */
input[type="radio"]:checked + label:before {
  background-color: #5c6c7d;
  width: 12px;
  height: 12px;
  border: 5px solid #fff;
}
/***** checkbox **/
/* checkbox classique masquÃ©e */
input[type="checkbox"]:not(:checked),
input[type="checkbox"]:checked {
  position: absolute;
  left: -9999px;
}
/* affichage + label */
input[type="checkbox"]:not(:checked) + label,
input[type="checkbox"]:checked + label {
  display: inline-block;
}
/* aspect gÃ©nÃ©ral de la checkbox*/
/* :before sert Ã  crÃ©er la case Ã  cocher */
input[type="checkbox"]:not(:checked) + label:before,
input[type="checkbox"]:checked + label:before {
  content: "";
  display: inline-block;
  margin-right: 10px;
  width: 16px;
  height: 16px;
  vertical-align: middle;
  background-color: #ECECEC;
}
/* aspect ajoutÃ© lorsque cochÃ©e */
input[type="checkbox"]:checked + label:before {
  background-color: #5c6c7d;
}
/**** bouton submit **/
.bloc-submit-form {
  margin-top: 25px;
  padding: 20px 5px 10px 5px;
}
.bloc-submit-form input[type="submit"] {
  vertical-align: top;
  border: none;
  padding: 10px 20px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-color: #495765;
}

/************** message d'erreur ****/
.field-required {
  color: #EE7F01;
}
.msg-error-valid {
  display: none;
  font-size: 0.875em;
  color: #FA9B87;
}
.error-valid {
  font-size: 0.875em;
  color: #FA9B87;
}
.error-input {
  font-size: 0.875em;
  color: #FA9B87;
}
.bloc-recherche {
    position: relative;
    width: 100%;
    height: 600px;
}
.bloc-recherche .content-central-column {
    background: url("images/hp-moteur-img.jpg") no-repeat;
    background-size: cover;
    height: 100%;
}
.bloc-recherche-wrap {
    position: absolute;
    bottom: 0;
    width: 960px;
    box-sizing: border-box;
}
.bloc-recherche h1 {
    color: #fff;
    width: 80%;
    margin: 25px auto;
    background-color: rgba(0, 0, 0, 0.2);
}
.ui-widget {
  font-size: 1em;
}
.bloc-recherche .ui-widget-header {
  border: none;
  background: none;
}
.bloc-recherche .ui-state-default a,
.bloc-recherche .ui-state-default a:link,
.bloc-recherche .ui-state-default a:visited {
  color: #fff;
  font-size: 1.125em;
  font-weight: bold;
  border: none;
  outline: none;
}
.bloc-recherche .ui-widget-header .ui-state-default {
  opacity: 0.8;
  background-color: #00A8BA;
  background-image: none;
  border-color: #00A8BA;
}
.bloc-recherche .ui-widget-header .ui-state-active {
  opacity: 1;
  border-color: #00A8BA;
  background-color: #00A8BA;
  background-image: none;
}
.bloc-recherche .ui-widget-content {
  background-image: none;
  background-color: #00A8BA;
  border-color: #00A8BA;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topright: 5px;
  border-top-right-radius: 5px;
}
.bloc-recherche .ui-tabs {
  padding: 0;
  background: none;
  border: none;
}
.bloc-recherche .ui-tabs .ui-tabs-nav {
  padding: 0;
}
.bloc-recherche .ui-tabs .ui-tabs-panel {
  padding: 2em 1.5em;
}
.bloc-recherche form > div {
  display: inline-block;
  vertical-align: bottom;
}
.bloc-recherche .field-metier {
  width: 40%;
}
.bloc-recherche .field-cp {
  width: 15%;
}
.bloc-recherche .field-distance {
  width: 22%;
}
.bloc-recherche form > div label {
  color: #fff;
  display: block;
  font-size: 0.875em;
  text-transform: uppercase;
}
.bloc-recherche .select-style, .bloc-recherche .input-style{
  width: 100%;
  box-sizing: border-box;
}
.bloc-recherche .ui-widget select {
  font-family: 'PT Sans', Verdana, sans-serif;
}
.bloc-recherche input[type="submit"] {
  padding: 8px;
  border: 0 none;
  cursor: pointer;
  color: #fff;
  webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: #fff 1px solid;
}
.bloc-recherche .emp-rech {
    background-color: #EE7F01;
}
.bloc-recherche .sal-rech {
    background-color: #438BBE;
}
.cesu-form {
  background-color: #00A8BA;
  padding: 10px;
  color: #fff;
}
.cesu-form .bloc-field-form {
  width: 80%;
}
.cesu-form .field-label {
  text-transform: uppercase;
}
.cesu-form .field-label span {
  display: inline-block;
  margin-right: 10px;
  height: 30px;
  width: 30px;
  line-height: 30px;
  text-align: center;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  border: 1px solid #fff;
}
.cesu-form .field-value {
  margin-left: 40px;
}
.cesu-form .bloc-submit-form {
  text-align: right;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
}
.cesu-form input[type="submit"] {
  background-color: #fff;
  color: #00A8BA;
}
#custom-form {
  width: 100%;
  text-align: right;
}
#custom-form div {
  display: inline-block;
  margin: 25px;
  border: 1px solid #ccc;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
#custom-form .input-style {
  margin: 0;
  padding: 10px 20px;
  border: none;
}
#custom-form input[type="submit"] {
  vertical-align: top;
  border: none;
  padding: 10px 20px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  background-color: #495765;
}
.bloc-recherche-espacepe {
  padding: 15px 0;
  background-color: #fff;
}
.bloc-search {
  margin: 15px 0;
}
.bloc-search label {
  display: block;
  font-weight: bold;
}
.bloc-search > div {
  display: inline-block;
  vertical-align: top;
  margin: 0 15px;
}
.bloc-recherche-espacepe .field-metier {
  width: 40%;
}
.bloc-recherche-espacepe .field-duree {
  width: 35%;
}
.bloc-recherche-espacepe .field-duree input {
  width: 30%;
}
.bloc-recherche-espacepe .advanced-search-toggle {
  text-align: right;
  font-weight: bold;
  font-size: 0.875em;
  cursor: pointer;
}
.bloc-recherche-espacepe .advanced-search-toggle input[type='submit'] {
  border: none;
  outline: none;
  padding: 10px 10px 10px 35px;
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  background: #5c6c7d url("images/pictos/btn-recherche-white.png") no-repeat 10px center;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.bloc-recherche-sidebar .field-cp .input-style {
  width: 90%;
}
.bloc-recherche-sidebar .bloc-field-inline {
  vertical-align: baseline;
}
.bloc-recherche-sidebar input[type="submit"] {
  padding: 8px 10px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
  border: 1px solid #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  outline: none;
}
.bloc-recherche-sidebar-emp input[type="submit"] {
  background-color: #EE7F01;
}
.bloc-recherche-sidebar-sal input[type="submit"] {
  background-color: #438BBE;
}
.modal {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 75%;
  /*max-width: 630px;
    min-width: 320px;*/
  height: auto;
  z-index: 35;
  visibility: hidden;
  /* -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;*/
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.popup-content {
  position: relative;
  margin: 0 auto;
  padding: 10px 0;
  background-color: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.popup-title {
  border-bottom: solid 1px #d7dee3;
  padding-bottom: 25px;
  margin-top: 25px;
  font-size: 1.875em;
  text-align: center;
}
.close {
  position: absolute;
  height: 49px;
  width: 49px;
  right: -25px;
  top: -25px;
  z-index: 36;
  background: url("images/pictos/btn-close.png") no-repeat right top;
  cursor: pointer;
  opacity: 1;
  -webkit-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
.close:hover {
  opacity: 0.2;
}
.show {
  visibility: visible;
}
.overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  visibility: hidden;
  top: 0;
  left: 0;
  z-index: 30;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.show ~ .overlay {
  opacity: 1;
  visibility: visible;
}
/* Effet blur */
.show.blur-effect ~ .overlay {
  background: rgba(0, 0, 0, 0.8);
}
/*.show.blur-effect ~ .container, .show.blur-effect ~ .bgall{
    -webkit-filter: blur(30px);
    -moz-filter: blur(30px);
    filter: blur(30px);
}

.blur-effect .popup-content {
    -webkit-transform: translateY(-5%);
    -moz-transform: translateY(-5%);
    -ms-transform: translateY(-5%);
    transform: translateY(-5%);
    opacity: 0;
}

.show.blur-effect ~ .container,
.blur-effect .popup-content, .show.blur-effect ~ .bgall {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.show.blur-effect .popup-content {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}*/
.custom-popup {
  position: fixed;
  display: none;
  left: 50%;
  top: 50%;
  z-index: 35;
  padding: 25px 10px;
  width: 50%;
  height: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  text-align: left;
  background-color: #fff;
}
.res-custom-popup {
  display: none;
  text-align: left;
}
#gray-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: black;
  z-index: 30;
  opacity: 0.8;
}
.custom-popup .popup-buttons {
  text-align: right;
}
.custom-popup .popup-title {
  margin: 15px 0;
  text-align: left;
  font-weight: bold;
  font-size: 1.125em;
}
.custom-popup .ok_button {
  border: none;
  outline: none;
  padding: 5px 25px;
  color: #fff;
  background-color: #495765;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.custom-popup .close_button {
  position: absolute;
  height: 49px;
  width: 49px;
  right: -25px;
  top: -25px;
  z-index: 36;
  background: url("images/pictos/btn-close.png") no-repeat right top;
  cursor: pointer;
  opacity: 1;
  -webkit-transition: all ease-in-out 0.3s;
  -o-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
.dialog_confirm.ui-widget {
  border: none;
  font-family: 'PT Sans', Verdana, sans-serif;
  color: #5c6c7d;
  font-size: 1em;
  font-weight: bold;
}
.dialog_confirm .ui-widget-header {
  background-image: none;
  background-color: transparent;
  border: none;
}
.dialog_confirm .ui-state-default,
.dialog_confirm .ui-widget-content .ui-state-default {
  border: none;
  outline: none;
  background-image: none;
  background-color: #fff;
  font-size: 0.875em;
  text-transform: uppercase;
}
.dialog_confirm .ui-state-hover,
.dialog_confirm .ui-widget-content .ui-state-hover {
  border: none;
  outline: none;
  background-image: none;
  background-color: #ccc;
}
.dialog_confirm .ui-widget-content .ok_button {
  color: #fff;
  background-color: #495765;
}
.dialog_confirm .ui-widget-content .cancel_button {
  background-color: #D5DCDF;
}
.dialog_confirm .ui-widget-content .ui-state-hover.ok_button,
.dialog_confirm .ui-widget-content .ui-state-hover.cancel_button {
  background-color: #ccc;
}
.ui-widget-overlay.custom-overlay {
  background-color: black;
  background-image: none;
  opacity: 0.9;
  z-index: 1040;
}
.ui-widget-overlay {
  background-image: none;
  background-color: #000;
  opacity: 0.8;
}
/*.dialog_confirm .ui-state-default .ui-icon {
    position: absolute;
    height: 49px;
    width: 49px;
    right: -25px;
    top: -25px;
    z-index: 36;
    cursor: pointer;
    opacity: 1;
    background: url("@{path_pictos}/btn-close.png") no-repeat right top;
}*/
/**** @subsection fonctionnalitÃ©s spÃ©cifiques de la mise en relation pe */
/** emp rgb : rgb(238,127,1);*/
/** sal rgb : rgb(67,139,190);*/
/***** header ****/
.header-section-espacepe {
  width: 60%;
  text-align: right;
}
.header-section-espacepe > div {
  display: inline-block;
  vertical-align: middle;
}
.header-espacepe-login {
  width: 30%;
  text-align: center;
  font-weight: bold;
}
.header-espacepe-logout {
  padding: 5px 0 5px 10px;
  width: 5%;
  border-left: 1px solid rgba(208, 213, 218, 0.5);
}
/***** content ***/
.espacepe-main {
  padding-top: 25px;
  padding-bottom: 25px;
}
.error-update {
  color: red;
  font-size: 1.125em;
}
.msg-update {
  color: #368bbe;
  font-weight: bold;
  font-size: 1.125em;
}
.bloc-header-title,
.bloc-header-teaser {
  padding: 0 10px;
  height: 75px;
  line-height: 75px;
  font-size: 1.125em;
  font-weight: bold;
  background-color: #fff;
}
.bloc-header-title {
  float: left;
  margin-bottom: 25px;
}
.bloc-header-teaser {
  overflow: hidden;
  text-align: right;
}
.compte-emp .bloc-header-title {
  color: #EE7F01;
}
.compte-sal .bloc-header-title {
  color: #438BBE;
}
.bloc-content {
  position: relative;
  padding: 15px;
  width: 100%;
  background-color: #fff;
  box-sizing: border-box;
}
.bloc-content-effect {
  margin-bottom: 25px;
  height: 15px;
  background: url("images/pictos/fleche-bas.png") no-repeat 30px bottom;
}
.bloc-row-espacepe {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 25px;
  width: 100%;
}
.bloc-cell-espacepe {
  position: relative;
  vertical-align: top;
  padding: 10px 2%;
  width: 45%;
  overflow: hidden;
  min-height: 220px;
  background-color: #fff;
}
.first-bloc-cell {
  float: left;
  margin-right: 2%;
}
.bloc-title,
.bloc-content-title {
  padding: 10px 0;
  width: 100%;
  font-size: 1.125em;
  font-weight: bold;
  border-bottom: 1px solid rgba(208, 213, 218, 0.5);
}
.compte-emp .bloc-title {
  color: #EE7F01;
}
.compte-sal .bloc-title {
  color: #438BBE;
}
.section-title {
  font-weight: bold;
  font-size: 1.25em;
  /* 20px*/
}
.section-separator {
  margin: 15px 0;
  width: 10%;
  height: 5px;
}
.ins-emp .section-separator,
.ins-emp .title-separator {
  border-bottom: 2px solid #EE7F01;
}
.ins-sal .section-separator,
.ins-sal .title-separator {
  border-bottom: 2px solid #438BBE;
}
.form-separator {
  margin: 15px 0;
  width: 100%;
  height: 5px;
  opacity: 0.5;
  border-bottom: 2px solid  #e5eaed;
}
.bloc-cell-buttons {
  position: absolute;
  bottom: 25px;
  right: 25px;
}
.bloc-cell-buttons a {
  display: inline-block;
  padding: 5px 15px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.compte-emp .bloc-cell-buttons a {
  background-color: #EE7F01;
}
.compte-sal .bloc-cell-buttons a {
  background-color: #438BBE;
}
.bloc-content-buttons {
  margin: 10px 0;
  text-align: right;
}
.alert-annonce {
  color: red;
  font-size: 0.875em;
}
.bloc-annonce p {
  padding: 0 0 5px 0;
}
.bloc-annonce .suppr-button {
  position: absolute;
  display: block;
  top: 10px;
  right: 15px;
  width: 16px;
  height: 16px;
  background: url("images/pictos/suppr-button.png") no-repeat;
}
.bloc-annonce .bloc-annonce-title {
  margin-bottom: 10px;
  padding: 25px 0;
  font-size: 1.125em;
  font-weight: bold;
  border-bottom: 1px solid rgba(208, 213, 218, 0.5);
}
.display-note {
  padding: 10px 0;
  border-top: 1px solid rgba(208, 213, 218, 0.5);
  border-bottom: 1px solid rgba(208, 213, 218, 0.5);
}
.header-note > span {
  padding: 5px 0;
  float: left;
}
.header-note > p {
  overflow: hidden;
  text-align: right;
}
.header-note .edit-note-button {
  cursor: pointer;
  color: #368bbe;
}
.edit-note textarea {
  width: 100%;
}
.edit-note .bloc-buttons {
  width: 100%;
  text-align: right;
}
.edit-note input[type="submit"],
.edit-note .edit-cancel {
  display: inline-block;
  padding: 5px;
  border: none;
  outline: none;
  font-size: 0.875em;
  font-weight: bold;
  color: #368bbe;
  background-color: transparent;
  cursor: pointer;
}
.bloc-buttons-espacepe {
  margin: 10px 0;
  text-align: right;
}
.bloc-buttons-espacepe a,
.bloc-buttons-espacepe .res_button_details {
  display: inline-block;
  padding: 5px 30px;
  text-align: center;
  color: #5c6c7d;
  font-weight: bold;
  background-color: #F1F3F5;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: none;
  outline: none;
}
.bloc-buttons-espacepe .res_button_details {
  display: none;
}
.bloc-buttons-espacepe input[type="submit"] {
  border: none;
  padding: 5px 30px;
  color: #fff;
  font-weight: bold;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-color: #445f7c;
}
.compte-emp .bloc-buttons-espacepe input[type="submit"] {
  background-color: #EE7F01;
}
.compte-sal .bloc-buttons-espacepe input[type="submit"] {
  background-color: #438BBE;
}
.bloc-content .bloc-buttons-espacepe {
  padding-top: 25px;
  border-top: 1px solid rgba(208, 213, 218, 0.5);
}
/******* search ***/
.bloc-cell-search {
  color: #fff;
  background-color: #36A6BE;
}
.bloc-cell-search .bloc-title {
  color: #fff;
}
.compte-hp .bloc-field-inline {
  vertical-align: bottom;
  width: 42%;
}
.compte-hp .bloc-submit-inline {
  width: 10%;
}
.compte-hp input[type="submit"] {
  padding: 5px 15px;
  border: 0 none;
  width: 40px;
  height: 40px;
  background: transparent url("images/pictos/search-button.png") no-repeat;
  cursor: pointer;
  color: transparent;
}
.compte-hp .input-style {
  width: 80%;
}
/***** menu ***/
.menu-espacepe {
  position: relative;
  width: 100%;
}
.menu-espacepe ul {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  text-align: center;
}
.menu-espacepe li {
  list-style: none;
  display: inline-block;
  margin: 0;
  padding: 15px 5px 13px 5px;
  font-size: 1em;
  text-align: center;
  zoom: 1;
  font-weight: bold;
  text-transform: uppercase;
}
.menu-espacepe .menu-item:hover,
.active-item {
  border-bottom: 6px solid #fff;
}
.menu-espacepe a {
  color: #fff;
  display: inline-block;
  cursor: pointer;
  font-size: 0.875em;
  line-height: 1.125;
  width: 100%;
}
.large-item {
  width: 15.5%;
}
.x-large-item {
  width: 22%;
}
.small-item {
  width: 11%;
}
.menu-emp {
  background-color: #EE7F01;
}
.menu-sal {
  background-color: #438BBE;
}
.menu-espacepe .menu-res-icon,
.menu-espacepe .menu-res-title {
  display: none;
}
.menu-espacepe .menu-res-icon span {
  display: inline-block;
  margin: 0;
  padding: 0;
  width: 35px;
  height: 20px;
  background: url("images/pictos/responsive-menu.png") no-repeat right center;
  cursor: pointer;
}
.inscription {
    padding-top: 10px;
}
.inscription section {
  position: relative;
  display: inline-block;
  vertical-align: top;
  padding-bottom: 50px;
  width: 66%;
  margin-right: 2%;
}
.inscription aside {
  position: relative;
  display: inline-block;
  width: 32%;
  vertical-align: top;
}
.inscription aside a {
  color: #368bbe;
}
.inscription .widget {
  padding-bottom: 25px;
}
.ins-emp .field-required {
  color: #EE7F01;
}
.ins-sal .field-required {
  color: #438BBE;
}
.inscription input[type="radio"] + label:before {
  border: none;
  background-color: #ECECEC;
}
.inscription input[type="radio"]:checked + label:before {
  background-color: #5c6c7d;
  width: 12px;
  height: 12px;
  border: 5px solid #ececec;
}
.inscription .bloc-submit-form {
  text-align: center;
}
.inscription input[type="submit"] {
  width: 48%;
  white-space: normal;
  word-wrap: break-word;
  min-height: 70px;
}
.inscription .bloc-submit-inscription {
  margin: 0;
  padding: 20px 5px;
  width: 100%;
  text-align: right;
  background-color: #fff;
  box-sizing: border-box;
}
.bloc-submit-inscription a {
  display: inline-block;
  vertical-align: top;
  padding: 10px 20px;
  background-color: #fff;
  color: #5c6c7d;
  text-transform: uppercase;
  border: 1px solid #5c6c7d;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.bloc-submit-inscription input[type="submit"] {
  width: auto;
  height: auto;
  min-height: auto;
}
#accordion .ui-accordion-header {
  font-weight: bold;
  padding-right: 50px;
}
#accordion .ui-accordion-header-icon {
  position: absolute;
  left: auto;
  right: 1em;
  background: url("images/pictos/white-cross.png") no-repeat right center;
}
#accordion .ui-accordion-icons {
  padding-left: 5px;
}
#accordion h3 img {
  vertical-align: middle;
}
/* images des icones
.ui-state-active .ui-icon {
    background-image: url(images/fleche_bas_bleue.png);
    background-position: 0 0;
}
.ui-state-default .ui-icon {
    background-image: url(images/fleche_droite_bleue.png);
    background-position: 0 0;
}*/
#accordion .ui-widget-content {
  border: none;
  padding: 1em;
}
#accordion #cat_1.ui-state-active,
#accordion #cat_1.ui-state-default {
  background-color: #CF0E5C;
  border: 2px solid #CF0E5C;
  color: #ffffff;
  outline: none;
}
#accordion #cat_2.ui-state-active,
#accordion #cat_2.ui-state-default {
  background-color: #76B72A;
  border: 2px solid #76B72A;
  color: #ffffff;
  outline: none;
}
#accordion #cat_3.ui-state-active,
#accordion #cat_3.ui-state-default {
  background-color: #00B2BA;
  border: 2px solid #00B2BA;
  color: #ffffff;
  outline: none;
}
#accordion .ui-state-default {
  background: #ccc;
  color: #ffffff;
  border: 2px solid #ccc;
}
.blocMetier {
  padding: 10px 0;
  border-top: 1px solid rgba(208, 213, 218, 0.5);
}
.blocER {
  padding: 10px 0;
  border-top: 1px solid rgba(208, 213, 218, 0.5);
}
.optionMetier {
  line-height: 1.5;
}
.optionMetier label {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 0.875em;
}
.optionER {
  line-height: 1.5;
  padding-left: 30px;
  font-size: 0.875em;
}
.optionER label {
  padding: 5px 5px;
}
.optionER .descER {
  padding: 5px 0;
}
#cat_1 + .ui-accordion-content .optionMetier label,
#cat_1 + .ui-accordion-content .optionER label {
  color: #CF0E5C;
}
#cat_2 + .ui-accordion-content .optionMetier label,
#cat_2 + .ui-accordion-content .optionER label {
  color: #76B72A;
}
#cat_3 + .ui-accordion-content .optionMetier label,
#cat_3 + .ui-accordion-content .optionER label {
  color: #00B2BA;
}
.color_cat_1 {
  color: #CF0E5C;
}
.color_cat_2 {
  color: #76B72A;
}
.color_cat_3 {
  color: #00B2BA;
}
.qualif-separator {
  height: 15px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 5px;
}
.qualif-intro img,
.qualif-intro > div {
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
}
.qualif-intro > div {
  padding-left: 15px;
}
#qualification .bloc-field-form {
  width: 95%;
}
#qualification .field-label-inline {
  width: 40%;
}
#postalCodeBlock {
  padding: 10px;
  border: 1px solid #ccc;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.nav-parcours {
  position: relative;
  padding-top: 25px;
  margin-bottom: 25px;
  height: 100px;
  width: 100%;
  text-align: center;
}
.step-ins-line {
  display: inline-block;
  width: 15%;
  height: 8px;
  background-color: #C5CAD1;
}
.step-ins-numb {
  display: inline-block;
  width: 45px;
  height: 45px;
  line-height: 45px;
  -webkit-border-radius: 45px;
  -moz-border-radius: 45px;
  border-radius: 45px;
  color: #fff;
  text-align: center;
  font-size: 1.375em;
  /* 22px */
  font-weight: bold;
  background-color: #C5CAD1;
}
.step-ins-line-last {
  -webkit-border-top-right-radius: 8px;
  -webkit-border-bottom-right-radius: 8px;
  -moz-border-radius-topright: 8px;
  -moz-border-radius-bottomright: 8px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}
.step-ins-line-first {
  -webkit-border-top-left-radius: 8px;
  -webkit-border-bottom-left-radius: 8px;
  -moz-border-radius-topleft: 8px;
  -moz-border-radius-bottomleft: 8px;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}
.nav-emp .step-active {
  background-color: #EE7F01;
}
.nav-sal .step-active {
  background-color: #438BBE;
}
.step-numb-active {
  border: 4px solid rgba(255, 255, 255, 0.5);
}
.nav-emp .step-numb-active {
  background-color: #EE7F01;
}
.nav-sal .step-numb-active {
  background-color: #438BBE;
}
.label-step {
  position: absolute;
  top: 85px;
  letter-spacing: 0.3px;
  font-size: 0.875em;
  font-weight: bold;
  text-transform: uppercase;
}
.res-label-numb {
  display: none;
}
.label-step-1 {
  left: 11.8%;
}
.label-step-2 {
  left: 34%;
}
.label-step-3 {
  left: 51%;
}
.label-step-4 {
  left: 76.2%;
}
.nav-emp .step-label-active {
  color: #EE7F01;
}
.nav-sal .step-label-active {
  color: #438BBE;
}
.color-domaine-1 {
  color: #CF0E5C;
}
.color-domaine-2 {
  color: #00B2BA;
}
.color-domaine-3 {
  color: #76B72A;
}
.color-domaine-4 {
  color: #76B72A;
}
.color-domaine-5 {
  color: #76B72A;
}
.bg-domaine-1 {
  background-color: #CF0E5C;
}
.bg-domaine-2 {
  background-color: #00B2BA;
}
.bg-domaine_3 {
  background-color: #76B72A;
}
.bg-domaine-4 {
  background-color: #76B72A;
}
.bg-domaine-5 {
  background-color: #76B72A;
}
.results-intro {
  font-size: 1.125em;
  padding: 15px 0;
  margin: 15px 0;
  border-bottom: 1px solid #000;
}
#resultsTable {
  border-collapse: collapse;
}
#resultsTable tr {
  border-bottom: 1px solid #ccc;
}
#resultsTable td {
  padding: 15px 0;
  vertical-align: top;
}
#resultsTable thead th {
  color: #ccc;
  font-weight: normal;
  text-transform: uppercase;
  text-align: left;
}
.search_results_one #resultsTable thead th, .search_results_one #resultsTable td {
    padding: 5px 10px 5px 0px;
}
#resultsTable img {
  float: left;
  padding: 5px;
}
#resultsTable .cell-contact {
  width: 40%;
  vertical-align: middle;
  text-align: right;
}
#results-data table .cell-contact a,
#results-data table .cell-contact .res_button_details {
  display: inline-block;
  padding: 5px 10px;
  font-size: 0.875em;
  font-weight: bold;
  color: #5c6c7d;
  text-transform: uppercase;
  background-color: #ccc;
  border: none;
  outline: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.search_results_one #results-data table .cell-contact a {
    text-transform: none;
    text-align: center;
    font-size: 1em;
}
.search_results_one #results-data table .cell-contact > div {
    display: inline-block;
    font-size: 0.875em;
    text-align: center;
    vertical-align: middle;
}
#results-data table .cell-contact .res_button_details {
  display: none;
}
#results-data table .cell-contact-sal a:hover {
  background-color: #EE7F01;
  color: #fff;
}
#results-data table .cell-contact-emp a:hover {
  background-color: #438BBE;
  color: #fff;
}
.bloc_no_result {
  padding: 15px 10px;
}
.bloc-no-annonce-sal {
  background-color: #FEF4E9;
}
.bloc-no-annonce-emp {
  background-color: #a2c5df;
}
.bloc_no_annonce {
  display: inline-block;
  width: 49%;
  vertical-align: middle;
}
.bloc_no_annonce .text-intro {
  font-size: 1.125em;
}
.bloc-contact {
  text-align: right;
}
.bloc-contact a {
  display: inline-block;
  padding: 15px 25px;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.bloc-contact-sal a {
  background-color: #EE7F01;
}
.bloc-contact-emp a {
  background-color: #438BBE;
}
.encart-classif-intro {
  font-size: 1.25em;
}
.encart-classif-intro img {
  float: left;
  padding: 10px;
}
.encart-classif-sep {
  margin: 10px 0;
  height: 2px;
  width: 10%;
}
.encart-domaine-classif-links > div {
  display: inline-block;
  vertical-align: middle;
  width: 48%;
  padding: 20px 1%;
}
.encart-domaine-classif-links .link-button {
  text-align: right;
}
.encart-domaine-classif-links .link-button a {
  display: inline-block;
  padding: 15px;
  color: #fff;
  font-size: 0.875em;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
  background-color: #5c6c7d;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.encart-domaine-classif-links .link a {
  display: inline-block;
  font-weight: bold;
  color: #368bbe;
}
.messagerie .bloc-content {
  padding-left: 0;
}
.bloc-nav,
.bloc-messagerie {
  display: inline-block;
  vertical-align: top;
  padding-left: 0;
}
.bloc-nav {
  width: 30%;
}
.bloc-messagerie {
  width: 70%;
}
.messagerie-title {
  padding: 5px 10px 5px 10px;
  height: 50px;
  font-weight: bold;
  font-size: 1.25em;
  border-bottom: 1px solid #ccc;
}
.bloc-nav .messagerie-title {
  margin-right: 10px;
}
.bloc-messagerie .messagerie-title {
  margin-left: 10px;
  padding-right: 0;
}
.bloc-messagerie .messagerie-title p {
  display: inline-block;
}
.bloc-messagerie .message {
  color: #64D0B1;
}
.bloc-messagerie .alert-msg {
  color: #cc3737;
  font-size: 0.8em;
}
.bloc-messagerie .messagerie-title a {
  position: absolute;
  display: inline-block;
  right: 15px;
  top: 25px;
  padding: 5px 35px 5px 55px;
  font-size: 0.8em;
  color: #fff;
  text-transform: uppercase;
  background: url("images/pictos/icon-nouveau-message.png") no-repeat 15px center;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.messagerie-sal .bloc-messagerie .messagerie-title a {
  background-color: #438BBE;
}
.messagerie-emp .bloc-messagerie .messagerie-title a {
  background-color: #EE7F01;
}
.title-redac {
  padding: 5px 35px 5px 55px;
}
.messagerie-sal .title-redac {
  color: #438BBE;
  background: url("images/pictos/icon-title-nouveau-message-sal.png") no-repeat 15px center;
}
.messagerie-emp .title-redac {
  color: #EE7F01;
  background: url("images/pictos/icon-title-nouveau-message-emp.png") no-repeat 15px center;
}
.messagerie-content {
  position: relative;
  padding: 0 10px;
}
.bloc-messagerie .btn-search {
  padding: 5px;
  color: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.messagerie-sal .btn-search {
  background-color: #438BBE;
}
.messagerie-emp .btn-search {
  background-color: #EE7F01;
}
.bloc-msg-button {
  width: 100%;
  text-align: right;
}
.bloc-msg-button input[type="button"],
.bloc-msg-button a {
  border: none;
  outline: none;
  padding: 5px 20px;
  text-transform: uppercase;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.bloc-msg-button a {
  display: inline-block;
  vertical-align: top;
  background-color: #ccc;
}
.messagerie-sal .bloc-msg-button input[type="button"] {
  color: #fff;
  background-color: #438BBE;
}
.messagerie-emp .bloc-msg-button input[type="button"] {
  color: #fff;
  background-color: #EE7F01;
}
.toolbar {
  position: relative;
  height: 40px;
}
.toolbar .buttons input[type=submit] {
  display: inline-block;
  border: none;
  outline: none;
  margin: 5px 5px 5px 0;
  padding: 5px 10px;
  font-size: 0.875em;
  background-color: #D5DCDF;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.toolbar .pagination {
  position: absolute;
  right: 0;
  top: 10px;
  padding: 0;
  text-align: right;
}
.toolbar .pagination a {
  color: #368bbe;
  font-weight: bold;
  font-size: 0.875em;
}
#envoyermsg .bloc-field-form {
  width: 100%;
  box-sizing: border-box;
}
#envoyermsg .field-label-inline {
  width: 15%;
  padding-right: 10px;
  text-align: right;
}
#envoyermsg .field-value-inline {
  width: 80%;
}
#envoyermsg .input-style,
#envoyermsg .select-style,
#envoyermsg textarea {
  width: 100%;
}
#envoyermsg .bloc-submit-form {
  text-align: right;
}
#envoyermsg .bloc-submit-form input[type='submit'],
#envoyermsg .bloc-submit-form a {
  padding: 5px 20px;
}
#envoyermsg .bloc-submit-form a {
  display: inline-block;
  vertical-align: top;
  text-transform: uppercase;
  background-color: #ccc;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.bloc-msg {
  position: relative;
  display: block;
  margin: 10px 0;
  padding: 10px;
  background-color: #F6F9FA;
}
.bloc-msg p {
  padding: 0;
}
.bloc-msg .msg-date {
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 0.875em;
  font-style: italic;
}
.bloc-msg .msg-name {
  font-size: 1.125em;
}
.bloc-msg .msg-corps {
  color: #368bbe;
}
.nav-messagerie {
  padding: 0;
  margin: 0 10px 0 0;
}
.nav-messagerie li {
  border-bottom: 1px solid #ccc;
  padding: 15px 5px 15px 40px;
  list-style-type: none;
  vertical-align: top;
}
.nav-messagerie li a {
  font-weight: bold;
}
#link-msg-accueil {
  background: url("images/pictos/icon-messagerie-reception.png") no-repeat 10px 10px;
}
.messagerie-sal #link-msg-accueil.nav-active {
  background: rgba(67, 139, 190, 0.05) url("images/pictos/icon-messagerie-reception-sal.png") no-repeat 10px 10px;
}
.messagerie-emp #link-msg-accueil.nav-active {
  background: rgba(238, 127, 1, 0.05) url("images/pictos/icon-messagerie-reception-emp.png") no-repeat 10px 10px;
}
#link-msg-env {
  background: url("images/pictos/icon-messagerie-envoye.png") no-repeat 10px 10px;
}
.messagerie-sal #link-msg-env.nav-active {
  background: rgba(67, 139, 190, 0.05) url("images/pictos/icon-messagerie-envoye-sal.png") no-repeat 10px 10px;
}
.messagerie-emp #link-msg-env.nav-active {
  background: rgba(238, 127, 1, 0.05) url("images/pictos/icon-messagerie-envoye-emp.png") no-repeat 10px 10px;
}
#link-msg-arch {
  background: url("images/pictos/icon-messagerie-archive.png") no-repeat 10px 15px;
}
.messagerie-sal #link-msg-arch.nav-active {
  background: rgba(67, 139, 190, 0.05) url("images/pictos/icon-messagerie-archive-sal.png") no-repeat 10px 10px;
}
.messagerie-emp #link-msg-arch.nav-active {
  background: rgba(238, 127, 1, 0.05) url("images/pictos/icon-messagerie-archive-emp.png") no-repeat 10px 10px;
}
#link-msg-suppr {
  background: url("images/pictos/icon-messagerie-supprime.png") no-repeat 10px 15px;
}
.messagerie-sal #link-msg-suppr.nav-active {
  background: rgba(67, 139, 190, 0.05) url("images/pictos/icon-messagerie-supprime-sal.png") no-repeat 10px 10px;
}
.messagerie-emp #link-msg-suppr.nav-active {
  background: rgba(238, 127, 1, 0.05) url("images/pictos/icon-messagerie-supprime-emp.png") no-repeat 10px 10px;
}
.messagerie-sal .nav-active {
  border-left: 2px solid #438BBE;
}
.messagerie-emp .nav-active {
  border-left: 2px solid #EE7F01;
}
.messagerie-sal .nav-active a {
  color: #438BBE;
}
.messagerie-emp .nav-active a {
  color: #EE7F01;
}
.sub-nav-inactive {
  display: none;
}
.sub-nav-active {
  display: block;
}
/** --- = @section RESPONSIVE --- */
@media only screen and (max-width: 1280px) {
  .container {
    width: 100%;
  }
}
@media only screen and (max-width: 980px) {
  .content-central-column {
    width: 100%;
    box-sizing: border-box;
  }
  .bloc-recherche-wrap {
    width: 100%;
    box-sizing: border-box;
  }
  nav.main-menu .main-dropdown {
    position: relative;
  }
  nav.main-menu .main-dropdown > li > .sub-menu {
    position: static;
  }
  /* When the screen is less than 980 pixels wide,
    hide all list items and show the list item that contains
    the link to open and close the main menu  (li.menu-res-icon) */
  nav.main-menu .main-dropdown > li {
    position: relative;
    display: none;
  }
  nav.main-menu .menu-res-title {
    display: inline-block;
  }
  nav.main-menu .main-dropdown li.menu-res-icon {
    display: inline-block;
    position: absolute;
    right: 0;
    top: 0;
    padding: 0 10px;
    width: 40px;
  }
  /* The "responsive" class is added to the main menu with jQuery
    when the user clicks on the icon. This class makes the main menu
    look good on small screens */
  nav.main-menu .responsive > li {
    display: inline-block;
    float: none;
    padding: 0;
    width: 100%;
    height: auto;
    line-height: normal;
    text-align: left;
  }
  nav.main-menu .responsive > li li {
    height: auto;
    line-height: normal;
  }
  nav.main-menu .responsive a {
    padding: 20px 10px;
    box-sizing: border-box;
  }
  nav.main-menu .main-dropdown > .sub > a.current {
    color: #fff;
    background-color: #EE7F01;
  }
  nav.main-menu .main-dropdown > .sub > .sub-menu.current {
    display: block;
  }
}
@media only screen and (max-width: 960px) {
  * {
    box-sizing: border-box;
  }
  .page-column-demi {
    display: block;
    width: 100%;
  }
  .user-menu-section ul li:hover ul {
    display: none;
  }
  .bloc-recherche {
    height: 750px;
  }
  .bloc-recherche h1 {
    width: 85%;
  }
  .bloc-recherche .field-metier,
  .bloc-recherche .field-cp,
  .bloc-recherche .field-distance {
    display: block;
    margin-top: 25px;
  }
  .bloc-recherche .field-metier,
  .bloc-recherche .field-cp,
  .bloc-recherche .field-distance {
    width: 60%;
  }
  .bloc-recherche input[type="submit"] {
    margin-top: 25px;
  }
  .highlighted-post {
    margin: 0 auto;
    width: 60%;
    height: auto;
  }
  .highlighted-post-img,
  .highlighted-post-content {
    display: block;
    width: 100%;
    height: auto;
  }
  .home-post.right-gutter {
    margin-right: auto;
  }
  .home-post {
    width: 50%;
    height: auto;
    background-color: transparent;
  }
  .home-post-img,
  .home-post-content {
    display: block;
    margin: 0 auto;
    width: 50%;
    height: auto;
  }
  .home-post-img img {
    padding-right: 0;
    max-width: 100%;
  }
  .home-post-content {
    height: 200px;
    background-color: #fff;
  }
  .category_menu {
    height: auto;
  }
  .article-date {
    width: 50%;
  }
  .large-article .bloc-article-content,
  .large-article .bloc-article-img {
    width: auto;
    height: auto;
  }
  .bloc-article-img img {
    display: inline-block;
    width: auto;
    height: auto;
    padding-right: 0;
  }
  .bloc-article:hover {
    color: white;
    background-color: #EE7F01;
    border-color: #EE7F01;
  }
  .bloc-article:hover div {
    color: #fff;
  }
  .compte-hp .bloc-cell-espacepe {
    padding-bottom: 150px;
  }
  .bloc-cell-buttons a {
    display: block;
    margin: 10px auto;
    height: auto;
    line-height: normal;
  }
  .menu-espacepe ul {
    height: 50px;
  }
  .menu-espacepe ul > .menu-item {
    display: none;
  }
  .menu-espacepe .menu-res-title {
    display: inline-block;
    width: 100%;
  }
  .menu-espacepe .menu-res-icon {
    display: inline-block;
    position: absolute;
    right: 15px;
    top: 15px;
    padding: 0 10px;
    width: auto;
  }
  .menu-espacepe .responsive {
    height: auto;
  }
  .menu-espacepe .responsive > .menu-item {
    display: inline-block;
    float: none;
    padding: 0;
    width: 100%;
    height: auto;
    line-height: normal;
    text-align: left;
  }
  .menu-espacepe .responsive a {
    padding: 20px 10px;
    box-sizing: border-box;
  }
  .menu-espacepe .responsive .menu-item:hover,
  .menu-espacepe .responsive .active-item {
    border-bottom: none;
  }

  /** pages essentiels **/
  .essentiels-tpl2 .top-link {
      width: 100%;
  }
  .bloc-presentation .formule-encart {
     width: 50%;
  }
  .bloc-formule .bloc-offre {
      width: 50%;
      margin: 10px auto;
  }
  .bloc-formule .bloc-wrapper-offre,
  .bloc-formule .bloc-inter-offre {
      display: table-row;
  }
  .bloc-formule-alone {
      width: 100%;
  }
  .market-formule img {
      left: 15px;
  }
  .desc-formule > .smaller-box {
      width: 100%;
  }
  .aplat-option-empty {
      display: none;
  }
}
@media only screen and (max-width: 880px) {
  .nav-parcours {
    padding-top: 15px;
    height: auto;
  }
  .step-ins-line,
  .step-ins-numb {
    display: none;
  }
  .label-step {
    position: relative;
    display: inline-block;
    top: 0;
    left: 0;
    padding: 0 10px;
  }
  .res-label-numb {
    display: inline-block;
  }
  .inscription aside,
  .inscription section {
    width: 100%;
    margin: 0;
  }
}
@media only screen and (max-width: 850px) {
  .logo-section {
    width: 30%;
  }
  .buttons-section {
    width: 70%;
  }
  .home-post-img,
  .home-post-content {
    width: 55%;
  }
  article,
  aside,
  .single section,
  .page section,
  .category section {
    display: block;
  }
  article,
  .single section,
  .page section,
  .category section {
    width: 100%;
  }
  article {
    margin: 0 0 10px 0;
  }
  aside {
    width: 60%;
    margin: 10px auto;
  }
  .bloc-article {
    display: block;
    width: 100%;
    margin: 15px auto;
  }
  .bloc-article.normal-article {
    float: none;
  }
  .normal-article.first-inside-article {
    margin-right: auto;
  }
  .normal-article .bloc-article-img {
    float: left;
  }
  .bloc-article.normal-article .bloc-article-content {
    overflow: hidden;
  }
  .large-article .bloc-article-content,
  .large-article .bloc-article-img,
  .normal-article .bloc-article-content,
  .normal-article .bloc-article-img,
  .category .normal-article .bloc-article-content,
  .category .normal-article .bloc-article-img,
  .archive .normal-article .bloc-article-content,
  .archive .normal-article .bloc-article-img {
    width: auto;
    height: auto;
  }
}
@media only screen and (max-width: 800px) {
  .custom-popup {
    width: 80%;
  }
  .menu_relation > ul > li {
    position: relative;
    display: block;
    width: 100%;
  }
  .menu_relation .sub-menu {
    width: 90%;
    left: 5%;
  }
  .menu_relation .item:hover .sub-menu::before {
    background-position: center top;
  }
  .relais-infos {
    height: auto;
  }
  .relais-card {
    float: none;
    margin-bottom: 15px;
    text-align: center;
  }
  #results-data table .cell-contact a {
    margin: 5px 0;
  }
  .bloc_no_annonce {
    display: block;
    width: 100%;
  }
  #results-data table .cell-contact a.button_details {
    display: none;
  }
  #results-data table .cell-contact .res_button_details {
    display: block;
  }
  #results-data table .cell-contact .res-custom-popup {
    margin-left: -100%;
  }
  .bloc-nav,
  .bloc-messagerie {
    display: block;
    width: 100%;
  }
}
@media only screen and (max-width: 775px) {
  .home-post-img,
  .home-post-content {
    width: 60%;
  }
  /** pages essentiels **/
  .bloc-formule .bloc-offre {
      width: 60%;
  }
}
@media only screen and (max-width: 740px) {
  .bloc-article {
    width: 40%;
  }
  .bloc-ensemble-article .bloc-article .bloc-article-img {
    float: none;
  }
  .large-article,
  .category .large-article {
    height: auto;
  }
  .bloc-article-content-wrap {
    padding: 1% 5% 30% 5%;
  }
  .large-article .bloc-article-content,
  .large-article .bloc-article-img,
  .normal-article .bloc-article-content,
  .normal-article .bloc-article-img {
    display: block;
  }
}
@media only screen and (max-width: 700px) {
  .header-section,
  .logo-section,
  .buttons-section {
    display: block;
    width: 100%;
    text-align: center;
  }
  .header-button {
    text-align: center;
  }
  .main-dropdown {
    width: 90%;
  }
  .bloc-recherche {
    height: 800px;
  }
  .widget-footer-container-first,
  .bottom-footer .widget-footer-container-first,
  .widget-footer-container-middle,
  .bottom-footer .widget-footer-container-middle {
    width: 44%;
  }
  .widget-footer-container-last,
  .bottom-footer .widget-footer-container-last {
    padding: 0 2%;
    width: 100%;
  }
   /** pages les essentiels */
  .bloc-adhesion a {
      font-size: 1em;
  }
}
@media only screen and (max-width: 680px) {
  .home-post {
    display: table;
    margin: 10px auto;
    width: 68%;
    height: auto;
  }
  .home-post-img,
  .home-post-content {
    display: table-cell;
    vertical-align: top;
    width: 50%;
    height: 100%;
  }
  a.bloc-logo {
    width: 30%;
  }
  .bloc-row-espacepe {
    margin-bottom: 0;
  }
  .first-bloc-cell {
    margin-right: auto;
    float: none;
  }
  .bloc-cell-espacepe {
    width: 100%;
    margin-bottom: 25px;
  }
  .bloc-recherche-espacepe .bloc-search > div {
    display: block;
    margin: 15px;
    width: 80%;
  }
  .bloc-buttons-espacepe .button_details {
    display: none;
  }
  .bloc-buttons-espacepe .res_button_details {
    display: inline-block;
  }
  .zone-relais,
  .zone-pointrelais {
    display: block;
    width: 100%;
    padding: 10px;
  }

  /** pages les essentiels */
  .bloc-list {
      width: 100%;
      margin-right: 0;
  }
  .bloc-list > ul {
      margin: 0;
  }
  .bloc-list-1-3 {
    display: block;
    width: 100%;
  }
  .bloc-contacter .wrapper {
    display: block;
    width: 100%;
  }
  .head-formule > img {
      float: none;
  }
  .summary-formule .wrapper {
    display: table-row;
    vertical-align: middle;
  }
  .summary-formule .wrapper.small {
      width: 100%;
  }
  .summary-formule .wrapper > p {
    padding: 5px 10px;
    margin: 0 0 10px 0;
  }

}
@media only screen and (max-width: 640px) {
  .custom-popup {
    width: 85%;
  }
  .bloc-article {
    width: 50%;
  }
  .bloc-field-form .input-style {
    width: 95%;
  }
  .bloc-field-inline,
  .bloc-field-form .field-label-inline,
  .bloc-field-form .field-value-inline {
    width: 100%;
  }
  .inscription-compte input[type="submit"] {
    display: block;
    width: 70%;
    margin: 0 auto;
  }
  .bloc-field-form .field-value-readonly {
    width: 90%;
  }
  .bloc-recherche-sidebar input[type="submit"] {
    margin-top: 15px;
  }
  /** pages essentiels **/
  .bloc-formule .bloc-offre {
      width: 70%;
  }
}
@media only screen and (max-width: 580px) {
  .home-post {
    width: 80%;
  }
  #envoyermsg .field-label-inline,
  #envoyermsg .field-value-inline {
    width: 100%;
  }
  #envoyermsg .field-label-inline {
    text-align: left;
    padding-left: 25px;
  }
}
@media only screen and (max-width: 540px) {
  .highlighted-post {
    width: 80%;
  }
  .relais-content .relais-content-column {
    display: block;
    width: 95%;
    margin-bottom: 15px;
  }
  .widget-footer-container-first,
  .bottom-footer .widget-footer-container-first,
  .widget-footer-container-middle,
  .bottom-footer .widget-footer-container-middle {
    width: 100%;
  }
  .bottom-footer .widget-footer-container-middle {
    padding: 0 2%;
  }
}
@media only screen and (max-width: 520px) {
  .header-button {
    display: block;
    width: 70%;
    margin: 0 auto;
  }
  .bloc-recherche {
    height: 750px;
    background-size: auto;
  }
  .bloc-recherche h1 {
    font-size: 1.75em;
    width: 90%;
  }
  .bloc-recherche .field-metier,
  .bloc-recherche .field-cp,
  .bloc-recherche .field-distance {
    width: 90%;
  }
  aside {
    width: 100%;
  }
  .article-toolbar {
    height: auto;
  }
  .article-features,
  .article-social-links {
    float: none;
    clear: both;
    width: 100%;
    text-align: left;
  }
  .bloc-article {
    width: 62%;
  }
  .cesu-cell {
    display: block;
    width: 100%;
  }
  /** pages essentiels */
  .bloc-presentation .formule-encart {
      width: 100%;
  }
  .bloc-formule .bloc-offre {
      width: 70%;
  }
}
@media only screen and (max-width: 480px) {
  .home-post {
    display: block;
    margin: 10px auto;
    width: 49%;
    height: auto;
  }
  .home-post-img,
  .home-post-content {
    display: block;
    width: 100%;
  }
  .home-post-content {
    min-height: 200px;
  }
}
@media only screen and (max-width: 450px) {
   /** pages essentiels **/
  .bloc-formule .bloc-offre {
      width: 95%;
  }
}
@media only screen and (max-width: 430px) {
  .main-dropdown {
    width: 85%;
  }
  #custom-form div {
    margin: 25px 5px;
  }
  .bloc-header-title {
    float: none;
  }
  .bloc-header-teaser {
    height: auto;
    line-height: auto;
    text-align: left;
  }
  .bloc-content {
    padding: 0;
  }
  .nav-messagerie {
    padding-top: 70px;
  }
  .bloc-messagerie .messagerie-title a {
    left: 10px;
    top: 70px;
    right: auto;
  }
}

@media only screen and (max-width: 380px) {
  .header-button {
    width: 90%;
  }
  #custom-form .input-style {
    padding: 10px 5px;
  }
  a.bloc-logo {
    width: 50%;
  }
  .bloc-article {
    width: 80%;
  }
  .bloc-recherche-espacepe .field-duree input {
    display: block;
    width: 80%;
  }
  .bloc-msg .msg-date {
    position: static;
  }
}
@media only screen and (max-width: 340px) {
  .home-post {
    width: 64%;
  }
}


@media only screen and (max-height: 800px) {
  .popup-title {
    margin-top: 10px;
    font-size: 1.125em;
  }
}
@media only screen and (max-height: 620px) {
  .modal {
    top: 40%;
    width: 90%;
  }
  .content-list {
    display: none;
  }
  .compte-buttons,
  .bloc-submit-form {
    margin-top: 10px;
  }
  .bloc-submit-form {
    padding-top: 10px;
  }
  .compte-buttons a {
    width: auto;
  }
}
