@font-face {
  font-family: 'avenir-medium';
  src: url('./font/avenirltstd-medium-webfont.eot');
  src: url('./font/avenirltstd-medium-webfont.eot?#iefix') format('embedded-opentype'), url('./font/avenirltstd-medium-webfont.woff') format('woff'), url('./font/avenirltstd-medium-webfont.ttf') format('truetype'), url('./font/avenirltstd-medium-webfont.svg#avenirltstd-medium') format('svg');
}
@font-face {
  font-family: 'avenir-roman';
  src: url('./font/avenirltstd-roman-webfont.eot');
  src: url('./font/avenirltstd-roman-webfont.eot?#iefix') format('embedded-opentype'), url('./font/avenirltstd-roman-webfont.woff') format('woff'), url('./font/avenirltstd-roman-webfont.ttf') format('truetype'), url('./font/avenirltstd-roman-webfont.svg#avenirltstd-roman') format('svg');
}
@font-face {
  font-family: 'avenir-heavy';
  src: url('./font/avenirltstd-heavy-webfont.eot');
  src: url('./font/avenirltstd-heavy-webfont.eot?#iefix') format('embedded-opentype'), url('./font/avenirltstd-heavy-webfont.woff') format('woff'), url('./font/avenirltstd-heavy-webfont.ttf') format('truetype'), url('./font/avenirltstd-heavy-webfont.svg#avenirltstd-heavy') format('svg');
}
h2 {
  font-family: avenir-medium;
  font-size: 2.25em;
  color: #e53524;
  max-width: 60%;
  margin: 16px auto 0px auto;
  text-align: center;
}
@media (max-width: 760px) {
  h2 {
    max-width: 100%;
    font-size: 1.125em;
  }
}
header .social_placeholder {
  height: 64px;
}
header .social {
  position: fixed;
  top: 0px;
  width: 100%;
  background-color: white;
  z-index: 1;
  height: 64px;
  overflow: hidden;
  -webkit-box-shadow: 0px 0px 6px 0px grey;
  box-shadow: 0px 0px 6px 0px grey;
}
header .social .txt_follow {
  display: none;
}
@media (max-width: 760px) {
  header .social .txt_follow {
    display: block;
    text-align: center;
    font-family: avenir-medium;
    color: #e53524;
    font-size: 0.875em;
  }
}
header .social .txt_follow hr {
  margin: 0.75em;
}
header .social .img_logo_ikomobi {
  display: none;
  height: 64px;
  width: 100%;
  background-image: url(../img/img_logo_ikomobi.png);
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 760px) {
  header .social .img_logo_ikomobi {
    display: block;
  }
}
@media all and (-webkit-min-device-pixel-ratio: 1.5) {
  header .social .img_logo_ikomobi {
    background-image: url(../img/img_logo_ikomobi@2x.png);
    background-size: 131px 40px;
  }
}
header .social #btn_toggle_social {
  background-image: url(../img/bt_menu_mob.png);
  display: none;
  width: 21px;
  height: 32px;
  background-repeat: no-repeat;
  position: absolute;
  right: 10px;
  top: 10px;
}
@media (max-width: 760px) {
  header .social #btn_toggle_social {
    display: inline-block;
  }
}
@media all and (-webkit-min-device-pixel-ratio: 1.5) {
  header .social #btn_toggle_social {
    background-image: url(../img/bt_menu_mob@2x.png);
    background-size: 42px 32px;
  }
}
header .social .btn_hide_social {
  background-position: -21px 0px;
}
header .social > img {
  margin: 12px 0px 12px 5%;
}
@media (max-width: 760px) {
  header .social > img {
    display: none;
  }
}
header .social .icones {
  display: inline-block;
  float: right;
  width: 25%;
}
@media (max-width: 760px) {
  header .social .icones {
    width: 100%;
  }
}
header .social .icones > div {
  float: left;
  width: 25%;
}
header .social .icones img {
  margin-top: 20px;
}
@media (max-width: 760px) {
  header .social .icones img {
    margin: auto;
    display: block;
  }
}
header .claim {
  border-bottom: thin #c5c5c5 solid;
  background-color: #e6e6e6;
}
header .claim .header_claim_inside {
  padding-top: 16px;
  text-align: center;
}
header .claim img {
  margin-right: 10%;
}
@media (max-width: 760px) {
  header .claim img {
    display: none;
  }
}
header .claim .txt_evolue {
  font-family: avenir-roman;
  color: #e53524;
  font-size: 0.875em;
  position: absolute;
  left: 5%;
  margin: 5px 0px 0px 0px;
}
@media (max-width: 760px) {
  header .claim .txt_evolue {
    display: none;
  }
}
header .claim .txt_evolue .progress_total {
  height: 10px;
  width: 102px;
  padding: 1px 0px 0px 1px;
  background: url(../img/bg_chargement.png);
}
header .claim .txt_evolue .progress_total .progress {
  height: 8px;
  background-color: white;
  width: 10px;
}
header .claim .txt_evolue .completion {
  font-family: arial;
  font-size: 0.563em;
  color: #848480;
}
header .claim .ikomobi_description {
  font-family: avenir-medium;
  font-size: 1em;
  color: #70706b;
  padding: 0 5%;
}
@media (max-width: 760px) {
  header .claim .ikomobi_description {
    font-size: 0.813em;
  }
}
header .claim a {
  font-family: avenir-heavy;
  color: #404040;
  font-size: 1em;
}
@media (max-width: 760px) {
  header .claim a {
    font-size: 0.813em;
  }
}
header .claim .icone {
  vertical-align: middle;
  display: inline-block;
  width: 32px;
  height: 22px;
  background-image: url(../img/img_icone_grise.png);
  position: relative;
  margin-right: 10%;
}
@media all and (-webkit-min-device-pixel-ratio: 1.5) {
  header .claim .icone {
    background-image: url(../img/img_icone_grise@2x.png);
    background-size: 32px 88px;
  }
}
@media (max-width: 760px) {
  header .claim .icone {
    margin-right: 15%;
  }
}
header .claim .icone.engrenage {
  background-position: 0px 0px;
}
header .claim .icone.cerveau {
  background-position: 0px -22px;
}
header .claim .icone.tshirt {
  background-position: 0px -44px;
}
header .claim .icone.mail {
  background-position: 0px -66px;
  margin-right: 0px;
}
footer {
  background: url(../img/img_ombre.png) repeat-x whitesmoke;
}
@media all and (-webkit-min-device-pixel-ratio: 1.5) {
  footer {
    background-image: url(../img/img_ombre@2x.png);
    background-size: 1px 4px;
  }
}
footer .contact {
  min-height: 320px;
  text-align: center;
}
@media (max-width: 1100px) {
  footer .contact {
    background-image: url(../img/img_contact_enveloppe_mob.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-origin: content-box;
    padding-top: 1em;
  }
}
@media (max-width: 1100px) and all and (-webkit-min-device-pixel-ratio: 1.5) {
  footer .contact {
    background-image: url(../img/img_contact_enveloppe_mob@2x.png);
    background-size: 288px 196px;
  }
}
footer .contact .enveloppe {
  height: 320px;
  background-image: url(../img/img_contact_enveloppe.png);
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 1100px) {
  footer .contact .enveloppe {
    display: none;
  }
}
@media all and (-webkit-min-device-pixel-ratio: 1.5) {
  footer .contact .enveloppe {
    background-image: url(../img/img_contact_enveloppe@2x.png);
    background-size: 369px 252px;
  }
}
footer .contact .height_max {
  height: 320px;
  width: 0px;
}
@media (max-width: 760px) {
  footer .contact .height_max {
    display: none;
  }
}
footer .contact > div {
  font-size: 1.75em;
  display: inline-block;
  width: 33%;
  margin: -4px;
  vertical-align: middle;
}
@media (max-width: 1100px) {
  footer .contact > div {
    width: 50%;
  }
}
@media (max-width: 760px) {
  footer .contact > div {
    display: block;
    width: 100%;
    padding-bottom: 1em;
    font-size: 1.125em;
  }
}
footer .contact > div .icone {
  display: inline-block;
  width: 64px;
  height: 64px;
  background-image: url(../img/img_icones_contact.png);
}
@media all and (-webkit-min-device-pixel-ratio: 1.5) {
  footer .contact > div .icone {
    background-image: url(../img/img_icones_contact@2x.png);
    background-size: 128px 64px;
  }
}
footer .contact > div .icone.boussole {
  background-position: 64px 0px;
}
footer .contact > div h3 {
  font-family: avenir-medium;
  color: #e53524;
}
footer .contact > div div {
  color: #848480;
  font-family: avenir-roman;
}
footer .contact > div a {
  color: #848480;
}
footer .legal {
  background: url(../img/img_ombre.png) repeat-x #e53524;
  font-size: 0.875em;
  color: white;
  font-family: avenir-medium;
  min-height: 66px;
}
@media (max-width: 760px) {
  footer .legal {
    text-align: center;
    overflow: hidden;
    font-size: 0.750em;
  }
}
footer .legal .img_frise_icones {
  background-image: url(../img/img_frise_icones.png);
  vertical-align: middle;
  display: inline-block;
  width: 700px;
  height: 50px;
}
@media (max-width: 760px) {
  footer .legal .img_frise_icones {
    display: block;
    width: 320px;
    height: 23px;
    margin: 1em auto;
    background-image: url(../img/img_frise_icones_mob.png);
  }
}
@media (max-width: 760px) and all and (-webkit-min-device-pixel-ratio: 1.5) {
  footer .legal .img_frise_icones {
    background-image: url(../img/img_frise_icones_mob@2x.png);
    background-size: 320px 23px;
  }
}
@media all and (-webkit-min-device-pixel-ratio: 1.5) {
  footer .legal .img_frise_icones {
    background-image: url(../img/img_frise_icones@2x.png);
    background-size: 700px 50px;
  }
}
@media all and (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 760px) {
  footer .legal .img_frise_icones {
    background-image: url(../img/img_frise_icones_mob@2x.png);
    background-size: 320px 23px;
  }
}
footer .legal a {
  color: #ffbb00;
  text-decoration: none;
}
.theme-ikomobi-partenaires,
.theme-ikomobi-recrutement {
  width: 90%;
}
@media (max-width: 1470px) {
  .theme-ikomobi-partenaires,
  .theme-ikomobi-recrutement {
    width: 1170px;
  }
}
@media (max-width: 1170px) {
  .theme-ikomobi-partenaires,
  .theme-ikomobi-recrutement {
    width: 870px;
  }
}
@media (max-width: 870px) {
  .theme-ikomobi-partenaires,
  .theme-ikomobi-recrutement {
    width: 570px;
  }
}
@media (max-width: 570px) {
  .theme-ikomobi-partenaires,
  .theme-ikomobi-recrutement {
    width: 270px;
  }
}
.theme-ikomobi-recrutement {
  margin: 20px auto 0 auto;
}
.theme-ikomobi-recrutement .arrow-right {
  float: right;
}
.theme-ikomobi-recrutement .arrow-left {
  float: left;
}
.theme-ikomobi-recrutement .jcarousel-container {
  width: 100%;
  height: 250px;
}
.theme-ikomobi-recrutement .jcarousel-container-horizontal {
  height: 100%;
}
.theme-ikomobi-recrutement .jcarousel-container-vertical {
  width: 100%;
}
.theme-ikomobi-recrutement .jcarousel-clip-horizontal {
  width: 100%;
}
.theme-ikomobi-recrutement .jcarousel-clip-vertical {
  width: 100%;
  height: 190px;
}
.theme-ikomobi-recrutement .jcarousel-item {
  width: 270px;
  margin-right: 30px;
  text-align: center;
}
@media (max-width: 760px) {
  .theme-ikomobi-recrutement .jcarousel-item {
    text-align: left;
  }
}
.theme-ikomobi-recrutement .panel-text {
  size: 1.125em;
  color: #404040;
}
@media (max-width: 760px) {
  .theme-ikomobi-recrutement .panel-text {
    font-size: 0.75em;
  }
}
.theme-ikomobi-recrutement .panel-text .title {
  font-family: avenir-medium;
  color: #404040;
}
.theme-ikomobi-recrutement .panel-text div {
  font-family: avenir-roman;
}
.theme-ikomobi-recrutement .arrow-left a {
  display: inline-block;
  background-image: url(../img/bt_slider.png);
  width: 48px;
  height: 14px;
  overflow: hidden;
}
@media all and (-webkit-min-device-pixel-ratio: 1.5) {
  .theme-ikomobi-recrutement .arrow-left a {
    background-image: url(../img/bt_slider@2x.png);
    background-size: 96px 14px;
  }
}
.theme-ikomobi-recrutement .arrow-right a {
  display: inline-block;
  background-image: url(../img/bt_slider.png);
  width: 48px;
  height: 14px;
  background-position: -48px;
  overflow: hidden;
}
@media all and (-webkit-min-device-pixel-ratio: 1.5) {
  .theme-ikomobi-recrutement .arrow-right a {
    background-image: url(../img/bt_slider@2x.png);
    background-size: 96px 14px;
  }
}
.theme-ikomobi-recrutement .arrow-left a span {
  display: none;
}
.theme-ikomobi-recrutement .arrow-right a span {
  display: none;
}
.theme-ikomobi-recrutement .carousel-controller {
  text-align: center;
}
.theme-ikomobi-recrutement .wp_carousel_ikomobi_recrutement_pagination a {
  display: inline-block;
  background-image: url(../img/img_puce_slider.png);
  background-position: -14px;
  width: 14px;
  height: 14px;
}
@media all and (-webkit-min-device-pixel-ratio: 1.5) {
  .theme-ikomobi-recrutement .wp_carousel_ikomobi_recrutement_pagination a {
    background-image: url(../img/img_puce_slider@2x.png);
    background-size: 28px 14px;
  }
}
.theme-ikomobi-recrutement .wp_carousel_ikomobi_recrutement_pagination a.selected {
  background-position: 0px 0px;
}
.theme-ikomobi-recrutement .wp_carousel_ikomobi_recrutement_pagination a span {
  display: none;
}
.theme-ikomobi-recrutement .carousel-controller {
  padding: 1em 0;
}
.theme-ikomobi-recrutement .num_poste {
  font-size: 1.375em;
  background: url(../img/img_pointilles_recrutement.png) no-repeat center;
}
@media (max-width: 760px) {
  .theme-ikomobi-recrutement .num_poste {
    font-size: 0.813em;
  }
}
@media all and (-webkit-min-device-pixel-ratio: 1.5) {
  .theme-ikomobi-recrutement .num_poste {
    background-image: url(../img/img_pointilles_recrutement@2x.png);
    background-size: 270px 1px;
  }
}
@media all and (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 760px) {
  .theme-ikomobi-recrutement .num_poste {
    font-size: 0.813em;
  }
}
.theme-ikomobi-recrutement .num_poste div {
  height: 32px;
  width: 32px;
  border-radius: 16px;
  background-color: #e53625;
  color: white;
  vertical-align: middle;
  margin: auto;
  line-height: 32px;
}
@media (max-width: 760px) {
  .theme-ikomobi-recrutement .num_poste div {
    height: 24px;
    width: 24px;
    line-height: 24px;
  }
}
@media (max-width: 760px) {
  .theme-ikomobi-recrutement li a {
    position: absolute;
  }
  .theme-ikomobi-recrutement li a img {
    width: 50px;
  }
  .theme-ikomobi-recrutement li .panel-text {
    margin-left: 60px;
    font-size: 0.75em;
    text-align: justify;
  }
  .theme-ikomobi-recrutement li .title {
    display: inline;
  }
  .theme-ikomobi-recrutement li .num_poste {
    text-align: center;
    font-size: 0.813em;
    display: inline;
    background: none;
  }
  .theme-ikomobi-recrutement li .num_poste div {
    display: inline-block;
  }
}
.theme-ikomobi-partenaires {
  margin: 0px auto;
}
.theme-ikomobi-partenaires .arrow-right {
  float: right;
}
.theme-ikomobi-partenaires .arrow-left {
  float: left;
}
.theme-ikomobi-partenaires .jcarousel-container {
  width: 100%;
  height: 250px;
}
.theme-ikomobi-partenaires .jcarousel-container-horizontal {
  height: 100%;
}
.theme-ikomobi-partenaires .jcarousel-container-vertical {
  width: 100%;
  height: 270px;
}
.theme-ikomobi-partenaires .jcarousel-clip-horizontal {
  width: 100%;
  height: 270px;
}
.theme-ikomobi-partenaires .jcarousel-clip-vertical {
  width: 100%;
  height: 190px;
}
.theme-ikomobi-partenaires .jcarousel-item {
  width: 270px;
  height: 270px;
  background: #cccccc;
  margin-right: 30px;
}
.theme-ikomobi-partenaires .arrow-left a {
  display: inline-block;
  background-image: url(../img/bt_slider.png);
  width: 48px;
  height: 14px;
  overflow: hidden;
}
@media all and (-webkit-min-device-pixel-ratio: 1.5) {
  .theme-ikomobi-partenaires .arrow-left a {
    background-image: url(../img/bt_slider@2x.png);
    background-size: 96px 14px;
  }
}
.theme-ikomobi-partenaires .arrow-right a {
  display: inline-block;
  background-image: url(../img/bt_slider.png);
  width: 48px;
  height: 14px;
  background-position: -48px;
  overflow: hidden;
}
@media all and (-webkit-min-device-pixel-ratio: 1.5) {
  .theme-ikomobi-partenaires .arrow-right a {
    background-image: url(../img/bt_slider@2x.png);
    background-size: 96px 14px;
  }
}
.theme-ikomobi-partenaires .arrow-left a span {
  display: none;
}
.theme-ikomobi-partenaires .arrow-right a span {
  display: none;
}
.theme-ikomobi-partenaires .carousel-controller {
  text-align: center;
}
.theme-ikomobi-partenaires .wp_carousel_ikomobi_partenaires_pagination a {
  display: inline-block;
  background-image: url(../img/img_puce_slider.png);
  background-position: -14px;
  width: 14px;
  height: 14px;
}
@media all and (-webkit-min-device-pixel-ratio: 1.5) {
  .theme-ikomobi-partenaires .wp_carousel_ikomobi_partenaires_pagination a {
    background-image: url(../img/img_puce_slider@2x.png);
    background-size: 28px 14px;
  }
}
.theme-ikomobi-partenaires .wp_carousel_ikomobi_partenaires_pagination a.selected {
  background-position: 0px 0px;
}
.theme-ikomobi-partenaires .wp_carousel_ikomobi_partenaires_pagination a span {
  display: none;
}
.theme-ikomobi-partenaires .theme-partenaires {
  margin: 20px 0 0 0;
}
.theme-ikomobi-partenaires .theme-partenaires .arrow-right {
  float: right;
}
.theme-ikomobi-partenaires .theme-partenaires .arrow-left {
  float: left;
}
.theme-ikomobi-partenaires .theme-partenaires .clear {
  clear: both;
}
.theme-ikomobi-partenaires .theme-partenaires.stepcarousel {
  position: relative;
  /* Leave this value alone */
  overflow: scroll;
  width: 100%;
  height: 250px;
}
.theme-ikomobi-partenaires .theme-partenaires.stepcarousel .belt {
  position: absolute;
  /* Leave this value alone */
  left: 0;
  top: 0;
}
.theme-ikomobi-partenaires .theme-partenaires.stepcarousel .panel {
  width: 210px;
  height: 210px;
  float: left;
  /* Leave this value alone */
  overflow: hidden;
  /*Clip content that go outside dimensions of holding panel DIV */
  margin: 10px;
  padding: 10px;
  display: block;
  background: #cccccc;
}
.theme-ikomobi-partenaires .panel {
  position: relative;
}
.theme-ikomobi-partenaires .panel-text {
  position: absolute;
  top: 0px;
  visibility: hidden;
  background: url(../img/noir_75.png);
  color: white;
  width: 270px;
  height: 270px;
  overflow: hidden;
}
.theme-ikomobi-partenaires .panel-text .title {
  font-size: 1.5em;
  text-transform: capitalize;
}
.theme-ikomobi-partenaires .panel-text h3 {
  margin: 0px 0px 1em 0px;
  color: yellow;
}
.theme-ikomobi-partenaires .jcarousel-item:hover .panel-text {
  visibility: visible;
}
.theme-ikomobi-partenaires .carousel-controller {
  padding: 1em 0;
}
.theme-ikomobi-partenaires .panel {
  position: relative;
}
.theme-ikomobi-partenaires .panel-text .title {
  font-size: 1.5em;
  text-transform: capitalize;
}
.theme-ikomobi-partenaires .panel-text h3 {
  margin: 0px 0px 1em 0px;
  color: yellow;
}
@media (max-width: 760px) {
  .wpcf7 input,
  .wpcf7 textarea,
  .wpcf7 select {
    font-size: 0.813em;
  }
}
.wpcf7 .your-email {
  display: block;
}
.wpcf7 .p-your-lastname {
  float: left;
  width: 33%;
}
@media (max-width: 760px) {
  .wpcf7 .p-your-lastname {
    float: none;
    width: 100%;
  }
}
.wpcf7 .p-your-firstname {
  float: left;
  width: 33%;
}
@media (max-width: 760px) {
  .wpcf7 .p-your-firstname {
    float: none;
    width: 100%;
  }
}
.wpcf7 .p-your-email {
  float: left;
  width: 33%;
}
@media (max-width: 760px) {
  .wpcf7 .p-your-email {
    float: none;
    width: 100%;
  }
}
.wpcf7 .formulaire-recrutement * {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.wpcf7 .formulaire-recrutement {
  width: 90%;
  margin: auto;
}
.wpcf7 .formulaire-recrutement label {
  font-family: avenir-roman;
  font-size: 0.750em;
  color: #aaaaaa;
  margin-left: 2em;
}
.wpcf7 .formulaire-recrutement label:before {
  content: "> ";
}
.wpcf7 .formulaire-recrutement-2 {
  float: left;
  width: 33%;
}
@media (max-width: 760px) {
  .wpcf7 .formulaire-recrutement-2 {
    float: none;
    width: 100%;
  }
}
.wpcf7 .p-your-message {
  float: left;
  width: 66%;
}
@media (max-width: 760px) {
  .wpcf7 .p-your-message {
    float: none;
    width: 100%;
  }
}
.wpcf7 .your-message {
  width: 100%;
  display: block;
  height: 200px !important;
}
.wpcf7 .your-message textarea {
  width: 95%;
  height: 100%;
  border-radius: 21px;
  border: #e7e7e7 solid thin;
  resize: none;
  padding: 20px;
}
.wpcf7 .wpcf7-form-control-wrap {
  height: 42px;
  text-align: center;
}
.wpcf7 .wpcf7-form-control-wrap input,
.wpcf7 .wpcf7-form-control-wrap select,
.wpcf7 .your-poste {
  height: 42px;
  border-radius: 21px;
  border: #e7e7e7 solid thin;
  width: 90%;
  padding: 0px 20px;
  background-color: white;
}
@media (max-width: 760px) {
  .wpcf7 .wpcf7-form-control-wrap input,
  .wpcf7 .wpcf7-form-control-wrap select,
  .wpcf7 .your-poste {
    float: none;
    width: 100%;
  }
}
.wpcf7 .wpcf7-form-control-wrap.your-message {
  height: auto !important;
}
.wpcf7 .p-your-submit {
  text-align: center;
}
.wpcf7 .wpcf7-submit {
  color: white;
  font-size: 0px;
  width: 185px;
  height: 54px;
  border: none;
  margin: 0;
  padding: 0;
  background: white url(../img/bt_je_postule.png) 0 0 no-repeat;
}
@media (max-width: 760px) {
  .wpcf7 .wpcf7-submit {
    background: white url(../img/bt_je_postule_mob.png) 0 0 no-repeat;
    width: 144px;
  }
}
@media (max-width: 760px) and all and (-webkit-min-device-pixel-ratio: 1.5) {
  .wpcf7 .wpcf7-submit {
    background-image: url(../img/bt_je_postule_mob@2x.png);
    background-size: 144px 42px;
    width: 144px;
  }
}
@media all and (-webkit-min-device-pixel-ratio: 1.5) {
  .wpcf7 .wpcf7-submit {
    background-image: url(../img/bt_je_postule@2x.png);
    background-size: 185px 54px;
  }
}
@media all and (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 760px) {
  .wpcf7 .wpcf7-submit {
    background-image: url(../img/bt_je_postule_mob@2x.png);
    background-size: 144px 42px;
    width: 144px;
  }
}
.wpcf7 .your-poste {
  display: inline-block;
  height: 40px;
  overflow: hidden;
}
.wpcf7 .your-poste select {
  width: 130%;
  background: transparent;
  border: none;
  line-height: 42px;
  -webkit-appearance: none;
  position: relative;
}
.wpcf7 .your-poste span {
  display: block;
  width: 20%;
  height: 100%;
  background: url(../img/bg_champ_formulaire_liste_left.png) no-repeat center;
  position: absolute;
  top: 0px;
  right: 0px;
}
@media all and (-webkit-min-device-pixel-ratio: 1.5) {
  .wpcf7 .your-poste span {
    background: url(../img/bg_champ_formulaire_liste_left@2x.png) no-repeat center;
    background-size: 19px 12px;
  }
}
.wpcf7 .your-cv {
  background: url(../img/bt_joindre_fichier.png) no-repeat;
  display: block;
  height: 54px;
  width: 266px;
}
@media all and (-webkit-min-device-pixel-ratio: 1.5) {
  .wpcf7 .your-cv {
    background: url(../img/bt_joindre_fichier@2x.png) no-repeat;
    background-size: 266px 108px;
  }
}
.wpcf7 .your-cv.modified {
  background-position: 0px -54px;
}
.wpcf7 .your-cv input {
  opacity: 0;
  filter: alpha(opacity=0);
}
