/*
Theme Name: Prado
Theme URI: http://www.ploggmedia.com/
Description: 
Version: 0.0
Author: tccoding
Author URI: http://www.tccoding.com/
*/

/* 
  style.css contains a reset, font normalization and some base styles.
  
  credit is left where credit is due.
  additionally, much inspiration was taken from these projects:
    yui.yahooapis.com/2.8.1/build/base/base.css
    camendesign.com/design/
    praegnanz.de/weblog/htmlcssjs-kickstart
*/

/* 
  html5doctor.com Reset Stylesheet (Eric Meyer's Reset Reloaded + HTML5 baseline)
  v1.4 2009-07-27 | Authors: Eric Meyer & Richard Clark
  html5doctor.com/html-5-reset-stylesheet/
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, figure, footer, header, 
hgroup, menu, nav, section, menu,
time, mark, audio, video {
  margin:0;
  padding:0;
  border:0;
  outline:0;
  font-size:100%;
  vertical-align:baseline;
  background:transparent;
}                  

article, aside, figure, footer, header, 
hgroup, nav, section { display:block; }

nav ul { list-style:none; }

blockquote, q { quotes:none; }

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

a { margin:0; padding:0; font-size:100%; vertical-align:baseline; background:transparent; }

ins { background-color:#ff9; color:#000; text-decoration:none; }

mark { background-color:#ff9; color:#000; font-style:italic; font-weight:bold; }

del { text-decoration: line-through; }

abbr[title], dfn[title] { border-bottom:1px dotted #000; cursor:help; }

/* tables still need cellspacing="0" in the markup */
table { border-collapse:collapse; border-spacing:0; }

hr { display:block; height:1px; border:0; border-top:1px solid #ccc; margin:1em 0; padding:0; }

input, select { vertical-align:middle; }
/* END RESET CSS */


/*
fonts.css from the YUI Library: developer.yahoo.com/yui/
          Please refer to developer.yahoo.com/yui/fonts/ for font sizing percentages

There are three custom edits:
 * remove arial, helvetica from explicit font stack
 * make the line-height relative and unit-less
 * remove the pre, code styles
*/
body { font:13px sans-serif; *font-size:small; *font:x-small; line-height:1.22; font-family:Arial, Helvetica, sans-serif; }

table { font-size:inherit; font:100%; }

select, input, textarea { font:99% sans-serif; }


/* normalize monospace sizing 
 * en.wikipedia.org/wiki/MediaWiki_talk:Common.css/Archive_11#Teletype_style_fix_for_Chrome
 */
pre, code, kbd, samp { font-family: monospace, sans-serif; }
 


/* 
 * minimal base styles 
 */


/* #444 looks better than black: twitter.com/H_FJ/statuses/11800719859 */ 
body, select, input, textarea { color:#444; }

/* Headers (h1,h2,etc) have no default font-size or margin,
   you'll want to define those yourself. */ 
 
/* www.aestheticallyloyal.com/public/optimize-legibility/ */ 
h1,h2,h3,h4,h5,h6 { font-weight:normal; text-rendering: optimizeLegibility; }

/* maxvoltar.com/archive/-webkit-font-smoothing */
html { -webkit-font-smoothing: antialiased; }

 
/* Accessible focus treatment: people.opera.com/patrickl/experiments/keyboard/test */
a:hover, a:active { outline: none; }

a, a:active, a:visited { color:#607890; }
a:hover { color:#036; }


ul { margin-left:30px; }
ol { margin-left:30px; list-style-type: decimal; }

small { font-size:85%; }
strong, th { font-weight: bold; }

td, td img { vertical-align:top; } 

sub { vertical-align: sub; font-size: smaller; }
sup { vertical-align: super; font-size: smaller; }

pre { 
  padding: 15px; 
  
  /* www.pathf.com/blogs/2008/05/formatting-quoted-code-in-blog-posts-css21-white-space-pre-wrap/ */
  white-space: pre; /* CSS2 */
  white-space: pre-wrap; /* CSS 2.1 */
  white-space: pre-line; /* CSS 3 (and 2.1 as well, actually) */
  word-wrap: break-word; /* IE */
}

/* align checkboxes, radios, text inputs with their label
   by: Thierry Koblentz tjkdesign.com/ez-css/css/base.css  */
input[type="radio"] { vertical-align: text-bottom; }
input[type="checkbox"] { vertical-align: bottom; *vertical-align: baseline; }
.ie6 input { vertical-align: text-bottom; }

/* hand cursor on clickable input elements */
label, input[type=button], input[type=submit], button { cursor: pointer; }


/* These selection declarations have to be separate.
   No text-shadow: twitter.com/miketaylr/status/12228805301 
   Also: hot pink. */
/*::-moz-selection{ background: #FF5E99; color:#fff; text-shadow: none; }
::selection { background:#FF5E99; color:#fff; text-shadow: none; } */

/*  j.mp/webkit-tap-highlight-color */
/*a:link { -webkit-tap-highlight-color: #FF5E99; } */


/* always force a scrollbar in non-IE */
html { overflow-y: scroll; }

/* make buttons play nice in IE:    
   www.viget.com/inspire/styling-the-button-element-in-internet-explorer/ */
button {  width: auto; overflow: visible; }
 
/* bicubic resizing for non-native sized IMG: 
   code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/ */
.ie7 img { -ms-interpolation-mode: bicubic; }



/* 
 * Non-semantic helper classes 
 */

/* for image replacement */
.ir { display:block; text-indent:-999em; overflow:hidden; background-repeat: no-repeat; }

/* Hide for both screenreaders and browsers
   css-discuss.incutio.com/wiki/Screenreader_Visibility */
.hidden { display:none; visibility:hidden; } 

/* Hide only visually, but have it available for screenreaders 
   www.webaim.org/techniques/css/invisiblecontent/ 
   Solution from: j.mp/visuallyhidden - Thanks Jonathan Neal! */
.visuallyhidden { position:absolute !important;    
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px); }

/* Hide visually and from screenreaders, but maintain layout */
.invisible { visibility: hidden; }

/* >> The Magnificent CLEARFIX << */
.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.clearfix { display: inline-block; }
* html .clearfix { height: 1%; } /* Hides from IE-mac \*/
.clearfix { display: block; }


@font-face {
  font-family: 'fontello';
  src: url('fonts/fontello.eot?71198075');
  src: url('fonts/fontello.eot?71198075#iefix') format('embedded-opentype'),
       url('fonts/fontello.woff?71198075') format('woff'),
       url('fonts/fontello.ttf?71198075') format('truetype'),
       url('fonts/fontello.svg?71198075#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'signature2';
  src: url('fonts/kursivschriftstehend-webfont.eot');
  src: url('fonts/kursivschriftstehend-webfont.eot') format('embedded-opentype'),
       url('fonts/kursivschriftstehend-webfont.woff') format('woff'),
       url('fonts/kursivschriftstehend-webfont.ttf') format('truetype'),
       url('fonts/kursivschriftstehend-webfont.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

.icon-phone:before { font-family: 'fontello'; content: '\e822';     transform: rotateZ(100deg);
    -ms-transform: rotate(100deg);
    -moz-transform: rotate(100deg);
    display: inline-block;} /* '' */
.icon-location:before { font-family: 'fontello'; content: '\e824'; } /* '' */
.icon-search::before { font-family: 'fontello'; content: '\e821'; } /* '' */
.icon-search.close::before{ content: 'x';}
.icon-twitter:before { font-family: 'fontello'; content: '\e81f'; } /* '' */
.icon-print:before { font-family: 'fontello'; content: '\e804'; } /* '' */
.icon-linkedin:before { font-family: 'fontello'; content: '\e805'; } /* '' */
.icon-linkedin:before { font-family: 'fontello'; content: '\e805'; } /* '' */
.icon-facebook:before { font-family: 'fontello'; content: '\e806'; } /* '' */
.icon-mail:before { font-family: 'fontello'; content: '\e807'; font-weight: bold;} /* '' */
.icon-left-open:before { font-family: 'fontello'; content: '\e808'; } /* '' */
.icon-right-open:before { font-family: 'fontello'; content: '\e809'; } /* '' */
.icon-left-open-big:before { font-family: 'fontello'; content: '\e80a'; } /* '' */
.icon-right-open-big:before { font-family: 'fontello'; content: '\e80b'; } /* '' */
.icon-gplus:before { font-family: 'fontello'; content: '\e80c'; } /* '' */
.icon-phone-alt:before { font-family: 'fontello'; content: '\e822';font-weight: 100;margin: 0 5px;vertical-align: middle;margin-bottom: 6px;display: inline-block; font-size: 1.3em; } /* '' */
.icon-home:before { font-family: 'fontello'; content: '\e80e'; } /* '' */
.icon-quote-left:before { font-family: 'fontello'; content: '\e80f'; } /* '' */
.icon-quote-right:before { font-family: 'fontello'; content: '\e810'; } /* '' */
.icon-quote:before { font-family: 'fontello'; content: '\e811'; } /* '' */
.icon-quote-left-1:before { font-family: 'fontello'; content: '\e812'; } /* '' */
.icon-quote-right-1:before { font-family: 'fontello'; content: '\e813'; } /* '' */
.icon-mobile:before { font-family: 'fontello'; content: '\e814'; } /* '' */
.icon-youtube:before { font-family: 'fontello'; content: '\e815'; } /* '' */
.icon-mail-1:before { content: '\e816';  font-family: 'fontello'; } /* '' */
.icon-search-1:before { content: '\e817'; font-family: 'fontello'; } /* '' */
.icon-glyph:before { font-family: 'fontello'; content: '\e818'; } /* '' */
.icon-attention-circled:before { content: '\e819'; font-family: 'fontello'; } /* '' */
.icon-info-circled:before { font-family: 'fontello'; content: '\e81a'; } /* '' */
.icon-up:before { content: '\e81b'; font-family: 'fontello'; } /* '' */
.icon-signal:before { content: '\e81c'; font-family: 'fontello'; } /* '' */
.icon-wheelchair:before { content: '\e81d'; font-family: 'fontello'; } /* '' */
.icon-parking:before{content:'\0041'; font-family: 'icon-parking';     vertical-align: middle;}
.icon-location-2:before { font-family: 'fontello'; content: '\e81e'; } /* '' */
.icon-twitter-1:before {font-family: 'fontello';  content: '\e81f'; } /* '' */
.icon-phone-1:before {font-family: 'fontello';  content: '\e820'; } /* '' */
.icon-search-3:before { font-family: 'fontello'; content: '\e821'; } /* '' */
.icon-phone-2:before { font-family: 'fontello'; content: '\e822'; } /* '' */
.icon-location-1:before { font-family: 'fontello'; content: '\e823'; } /* '' */
.icon-location-2:before {font-family: 'fontello';  content: '\e824'; } /* '' */
.icon-down-open-mini:before { font-family: 'fontello'; content: '\e825'; } /* '' */
.icon-mail-2:before { font-family: 'fontello'; content: '\e826'; } /* '' */
.icon-sitemap:before { font-family: 'fontello'; content: '\e827'; } /* '' */




 /* Primary Styles
    Author: 
 */











/* 
 * print styles
 * inlined to avoid required HTTP connection www.phpied.com/delay-loading-your-print-css/ 
 */
@media print {
  * { background: transparent !important; color: #444 !important; text-shadow: none; }

  a, a:visited { color: #444 !important; text-decoration: underline; }

  a:after { content: " (" attr(href) ")"; } 

  abbr:after { content: " (" attr(title) ")"; }
  
  .ir a:after { content: ""; }  /* Don't show links for images */
  
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  
  img { page-break-inside: avoid; }

  @page { margin: 0.5cm; }

  p, h2, h3 { orphans: 3; widows: 3; }

  h2, h3{ page-break-after: avoid; }
}
/*
 * nouveau design page carriere
 */
 .career_new_design .container-xs .bloc-text .text-wrapper  {
  margin: 0 auto;
  max-width: 1000px;
  }

  .career_new_design .blocs-wrapper.modele-deux-blocs tr td{
    vertical-align: middle;
  }
  .career_new_design .vision  tr td:nth-child(2) {
    background-color: #204B71;
    color: #FFF;
  }
  .career_new_design .vision  tr td:nth-child(2) {
    background-color: #204B71;
    color: #FFF;
  }
  .career_new_design .vision h2 {
    margin-bottom: 25px;
  }
  .career_new_design .vision ol {
    list-style: none;
    counter-reset: my-awesome-counter;
    margin-left: 0;
  }
  .career_new_design .vision li {
    counter-increment: my-awesome-counter;
    position: relative; 
    font-size: 25px;
    line-height: 1.7em;
    margin-bottom: 20px;
    font-size: 1.1em;
    max-width: 600px;
  }
  .career_new_design .vision li::before {
    content: counter(my-awesome-counter);
    display: inline-block;
    line-height: 5rem;
    font-weight: bold;
    color: #A2B8D0;
    opacity: 0.33;
    width: 118px;
    font-size: 4rem;
    position: absolute;
    left: -12px;
  }
  .post-disponible {
    padding-top: 5rem;
  }
 .career_new_design .bloc-job-offer-page-career .wrapper-job-offers {
   width: 100%;
   grid-template-columns: 1fr 1fr;
   display: grid;
   gap: 56px;

 }
 .career_new_design .bloc-job-offer-page-career .wrapper-job-offers .single-job{
    padding: 55px;
 }
 .career_new_design .bloc-job-offer-page-career .wrapper-job-offers .title-wrapper {
    line-height: 150%;
    margin-bottom: 20px !important;
 }
 .career_new_design .bloc-job-offer-page-career .wrapper-job-offers .job-info {
    font-weight: bold;
    margin-bottom: 10px;
 }
 .career_new_design .bloc-job-offer-page-career .wrapper-job-offers .single-job .job-content {
    margin-bottom: 30px;
    line-height: 150% !important; 
 }

 .career_new_design .bloc-job-offer-page-career .wrapper-job-offers .single-job .link-wrapper {
    text-align: right;
 }

 .margin-b-10 {
   margin-bottom: 10px;
 }
 
 .margin-b-20 {
  margin-bottom: 20px;
}

 /*
 * nouveau design single job
 */
 .single-job-offers .filAriane {
  display: block!important;
  margin-left: 0; 
}
 .d-flex {
   display: flex;
 }
 .text-center {
  text-align: center;
 }
 .single-job-offers .job-info h2{
  margin-bottom: 20px;
 }
 .bg-204B71 {
   background-color: #204B71;
   color: #FFF;
 }
 .bg-F5F5F5 {
   background-color: #F5F5F5;
 }
 .single-job-section-padding {
  padding-top: 2.5em;
  padding-bottom: 2.5em;
  padding-left: 5em;
  padding-right: 5em;
 }
 .single-job-offers .title-form  {
   margin-bottom: 50px;
 }
 .c-form_row {
  display: flex;
  flex-wrap: wrap;
}
 .c-form_col {
  flex: 1;
}
.c-form_col:not(:first-child) {
  margin-left: 4.5rem;
}
.single-job-offers .c-file-select__btn {
    margin-bottom:23px;
}
.single-job-offers #job-offer-form .d-flex {
  gap: 73px;
}
.single-job-offers #job-offer-form .d-flex .c-text-field{
  width: 50%;
}
.single-job-offers #job-offer-form .c-text-field__input{
  border: 2px solid #1D3B69;
}
.single-job-offers #job-offer-form input[type="text"],
.single-job-offers #job-offer-form input[type="email"],
.single-job-offers #job-offer-form input[type="tel"],
.single-job-offers #job-offer-form input[type="password"],
.single-job-offers #job-offer-form input[type="number"],
.single-job-offers #job-offer-form textarea {
  border: 2px solid #1D3B69;
  color: #000;
}
.single-job-offers #job-offer-form .c-form_label , .single-job-offers #job-offer-form .c-message{
  margin-bottom: 10px;
  font-weight: bold;
  display: block;
}

.single-job-offers #job-offer-form .c-file-select__input {
  visibility: hidden;
}
.c-toast {
  margin-bottom: 1.5rem;
}

.single-job-offers #job-offer-form .c-file-select__btn {
  width: 100%;
  color: white!important;
  padding: 22px 31px;
  font-weight: bold;
  font-size: 1em;
  -webkit-transition: color .3s;
  text-decoration: none!important;
  outline: none!important;
  background: #1f4a71 !important;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: geometricPrecision;
}
input[type="submit"]:hover, .button:hover, button:hover {
  background: #335f85 !important;
  color: white!important;
}
.single-job-offers #job-offer-form .c-file-select__btn:hover {
    background: #335f85 !important;
    color: white!important;
}
.single-job-offers #job-offer-form .c-file-select__btn::before { 
  display: none;
}

.single-job-offers #job-offer-form #btn_submit {
  color: white!important;
  padding: 22px 31px;
  font-weight: bold;
  font-size: 1em;
  -webkit-transition: color .3s;
  text-decoration: none!important;
  outline: none!important;
  background: #1f4a71;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: geometricPrecision;
  border : none;
}
.single-job-offers #job-offer-form .g-recaptcha > div{
  margin: 0 auto;
  margin-bottom: 50px;
}
.-xs {
  max-width: 1000px;
  margin:  0 auto;
}
.tasks-and-responsibilities {
  gap: 100px;
  justify-content: center;
  margin-bottom: 2.5rem;
}
.tasks-and-responsibilities > div:first-child {
  max-width: 350px;
  display: flex;
  align-items: center;
} 
.tasks-and-responsibilities ul {
  line-height: 200%;
}
 
/*
 * Media queries for responsive design
 */

@media all and (orientation:portrait) { 
  /* Style adjustments for portrait mode goes here */
  
}

@media all and (orientation:landscape) { 
  /* Style adjustments for landscape mode goes here */
  
}

/* Grade-A Mobile Browsers (Opera Mobile, iPhone Safari, Android Chrome)  
   Consider this: www.cloudfour.com/css-media-query-for-mobile-is-fools-gold/ */
@media screen and (max-device-width: 480px) {
  
  
  /* Prevent iOS, WinMobile from adjusting font size */
  html { -webkit-text-size-adjust:none; -ms-text-size-adjust:none; } 
}

/* Remove Skype in Explorer */
span.skype_pnh_container {display:none !important;}
span.skype_pnh_print_container {display:inline !important;}

#noir
{
	padding:10px;
}



/*/
  Administration
/*/
.modifier {
  padding: 8px;
  position: absolute;
  right: 0;
  z-index:10;
  background: white;
}
.modifier .bt {
  display: inline-block;
  float: right;
  margin-right: .5em;
  margin-top: .5em;
}
.modifier .bt button{
  background: #7DCAD2;
  color: #FFF!important;
  border: none;
  padding: 10px;
  cursor: pointer;
}
.modifier .bt button::after{
  display: none;
}
.modifier .bt button span{
  color: white!important;
}
.modifier .bt .ordre{
    width: 60px;
    height: 40px;
    padding: 10px;
    margin-bottom: 0;
}
.modifier .bt.plogg-content{
  float: left;
}
.modifier .bt.plogg-content [data-plogg-content]{
  margin-top: 5px;
}
.modifier .bt.plogg-content [data-plogg-content]::after{
    content: 'plogg';
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
    font-family: 'signature2';
    font-size: 1em;
    color: #7DCAD2;
}


/* ======================================================================*/
/* GENERAL */
/* ======================================================================*/
img{
  border: none;
}
html, body{
  overflow-x:hidden;
  /*height:100%;*/
}
body{
  color: #555;
  margin: 0 !important;
  font-size: 18px;
  overflow-x:hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: geometricPrecision;
  background: white;
}
a{
  color: #7DCAD2;
  outline: none;
}
a:hover{
  color: #81d6df;
}
a:not([href]) {
  cursor: default;
}
a:hover:not([href]):not([class="button"]) {
  cursor: default;
  color: inherit!important;
}
p{
  line-height: 1.5em;
}
p strong{
  font-weight: normal;
}
hr{
  margin-top: 2em;
  margin-bottom: 2em;
}

.highlight{
  background: #FF0;
  display: inline;
  color: inherit;
}
.main ul,
ol{
  line-height: 1.3em;
}
.main ul li,
ol li{
  margin-bottom: 5px;
}
ol li>ul{
  margin-top: 5px;
}
.big-container {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  /*margin: 0 auto -69px;*/
  overflow: hidden;
}
html.menu-open,
html.menu-open body,
html.page-template-default.no-photo.menu-open,
html.page-template-default.no-photo.menu-open body{
  height: 100%!important; /* A commenter pour produire le bug */
  overflow: hidden; /* A commenter pour produire le bug */
  width: 100%;
  position: fixed; /* A commenter pour produire le bug */
}
html.side-menu-open,
html.side-menu-open body{
  overflow: hidden;
}

.wrapper{
  width: 2100px;
  overflow: hidden;
  margin: 0 auto;
}
input[type="submit"],
.button,
body .cform input.sendbutton {
    line-height: normal;
    border: none!important;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    color: #FFF!important;
    padding: 10px 20px 10px 20px;
    display: inline-block;
    transition: color .3s;
    -moz-transition: color .3s;
    -webkit-transition: color .3s;
    text-decoration: none!important;
    outline: none!important;
    background: #1f4a71;
    font-weight: bold;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: geometricPrecision;
    font-size: 1em;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer!important;
    text-shadow: none;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
}
body .cform input.backbutton,
body .cform input.resetbutton,
body .cform input.sendbutton{
	width: auto;
}
input[type="submit"]:hover,
.button:hover,
body .cform input.sendbutton:hover{
  background: #245380;
  color:white!important;
}
input[type="submit"]:active,
.button:active,
body .cform input.sendbutton:active{
  background: #1a3f62;
}
.button.ghost {
  color: #7DCAD2!important;
  border: solid 2px #7DCAD2;
  background: none;
}
.button.ghost:hover{
  background: #7DCAD2;
  color: white!important;
}

span.block{
  display: block;
}


/**
* FileArianne
*********************************/
.filAriane {
  background: #f5f5f5;
  font-size: .95em;
  margin-bottom: 2em;
  margin-left: 20px!important;
  display: none!important;
  
}
.filAriane .fleche,
.filAriane .current{
  position: relative;
  display: inline-block;
  vertical-align: middle;
  color: #a8a8a8;
}
.filAriane .current{
  margin-left: 1em;
}
.filAriane .fleche::after{
  content: '';
  width: 0;
  height: 0;
  border-top: 25px solid rgba(0, 0, 0, 0);
  border-bottom: 25px solid rgba(0, 0, 0, 0);
  border-left: 20px solid #f5f5f5;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: scale(1.01);
  -moz-transform: scale(1.01);
  -o-transform: scale(1.01);
  transform: scale(1.01)
}
.filAriane .fleche::before{
  content: '';
  width: 0;
  height: 0;
  border-top: 25px solid rgba(0, 0, 0, 0);
  border-bottom:25px solid rgba(0, 0, 0, 0);
  border-left: 20px solid #aaa;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: scale(1.01);
  -moz-transform: scale(1.01);
  -o-transform: scale(1.01);
  transform: scale(1.01);
  position:absolute;
  right:-1px;
  top:0;
}
.filAriane a:not([href]) {
  color: #555;
  padding: 15px;
  text-decoration: none;
}
.filAriane .fleche:first-child a{
  padding-left: 0;
    text-decoration: underline;
}


.template-page{
  /*margin-top: 1em;*/
  margin-bottom: 2em;
  min-height: 1080px;
}
html:not(.home).header-fixe .main, html:not(.home).header-fixe .template-page {
    margin-top: 152px!important;
}
.template-page .title-wrapper{
  margin-bottom: 2em
}
.template-page .title-wrapper h1{
  margin-bottom: 0;
}
.template-page .share-clinique{
  text-align: center;
  vertical-align: middle;
  margin: 1em 0;
  width:100%;
}
.template-page .share-clinique a {
  display: inline-block;
  color: #fff;
  font-size: 27px;
  text-decoration: none;
  padding: 7px 7px;
  vertical-align: middle;
  border-bottom:none !important;
  text-decoration: none !important;
}
.template-page .share-clinique a span {
  background: #aeafb3;
  color: #fff;
  text-decoration: none;
  border-radius: 100%;
  font-size: 15px;
  width: 30px;
  display: inline-block;
  height: 30px;
  text-align: center;
  line-height: 30px;
  transition: color .3s;
  -webkit-transition: color .3s;
  -moz-transition: color .3s;
}
.template-page .share-clinique a:hover span {
  background: #36353e;
  color: #fff;
}

#template-sections-2 .sections-wrapper p {
    line-height: 1.7em!important;
}
#template-sections-2 .sections-wrapper .bloc-job-offer-page-career .wrapper-job-offers .single-job .job-content p {
  margin-bottom: 30px;
  line-height: 110% !important; 
}
.col-left{
  width: 49%;
  float: left;
}
.col-right{
  width: 49%;
  float: right;
}

.notification{
  position: fixed;
  top: 0%;
  height: 100%;
  padding: 2em 0 2em 0;
  font-size: 2em;
  left: 0;
  right: 0;
  background: rgba(255, 255, 255, 1);
  z-index: 99999999;
  text-align: center;
    display: block;
  animation: fadeout 4s;
  -moz-animation: fadeout 4s;
  -webkit-animation: fadeout 4s;
  -o-animation: fadeout 4s;
  animation-delay:4s;
  -moz-animation-delay: 4s;
  -webkit-animation-delay: 4s;
  -o-animation-delay: 4s;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
}
.notification .alert-box{
  position: absolute;
  top:50%;
  margin-top: -3em;
  width: 100%;
  text-align: center;
  left: 0;
}

.button-more-content+.more-content{
  max-height: 0;
  overflow: hidden;
    /*transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;*/
}
.button-more-content+.more-content.show{
  max-height: 1000px;
  overflow: hidden;
}



@keyframes fadeout {
    from {
        opacity:1;
    visibility: visible;
    }
  to{
        opacity:0;
    visibility: hidden;
    }
}
@-moz-keyframes fadeout {
    from {
        opacity:1;
    visibility: visible;
    }
  to{
        opacity:0;
    visibility: hidden;
    }
}
@-webkit-keyframes fadeout {
   from {
        opacity:1;
    visibility: visible;
    }
  to{
        opacity:0;
    visibility: hidden;
    }
}
@-o-keyframes fadeout { 
    from {
        opacity:1;
    visibility: visible;
    }
  to{
        opacity:0;
    visibility: hidden;
    }
}


@keyframes fadeslidedown {
    from {
        opacity:0;
    margin-top: 0;
    }
  to{
        opacity:1;
    margin-top: 50px;
    }
}
@-moz-keyframes fadeslidedown {
    from {
        opacity:0;
    margin-top: 0;
    }
  to{
        opacity:1;
    margin-top: 50px;
    }
}
@-webkit-keyframes fadeslidedown {
    from {
        opacity:0;
    margin-top: 0;
    }
  to{
        opacity:1;
    margin-top: 50px;
    }
}
@-o-keyframes fadeslidedown { 
    from {
        opacity:0;
    margin-top: 0;
    }
  to{
        opacity:1;
    margin-top: 50px;
    }
}




/* ======================================================================*/
/* Inputs */
/* ======================================================================*/
input[type=radio].custom-radio {  
    display: none;  
}  
input[type=radio].custom-radio + label{
  position: relative;
}
input[type=radio].custom-radio + label:before {  
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 16px;
  margin-right: 5px;
  background-color: #FFF;
  border-radius: 100%;
  border: 1px solid #ccc;
}  
input[type=radio].custom-radio:checked + label:before {  
  content: "\2022";
  color: #7DCAD2;
  font-size: 30px;
  text-align: center;
  line-height: 18px;
  font-family: arial;
}   

/* Custom Checkbox */
input[type="checkbox"].custom-checkbox:not(:checked),  
input[type="checkbox"].custom-checkbox:checked {  
    display: none!important;
}  
input[type="checkbox"].custom-checkbox:not(:checked) + label,  
input[type="checkbox"].custom-checkbox:checked + label {  
    position: relative; 
    padding-left: 25px; 
    cursor: pointer; 
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}  
input[type="checkbox"].custom-checkbox:not(:checked) + label:before,  
input[type="checkbox"].custom-checkbox:checked + label:before {  
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -8px;
    width: 14px;
    height: 14px;
    border: 1px solid #ccc;
    background: #F8F8F8;
    border-radius: 2px;
}  
input[type="checkbox"].custom-checkbox:not(:checked) + label:after,  
input[type="checkbox"].custom-checkbox:checked + label:after {  
    content: '✓';
    position: absolute;
    top: 50%;
    margin-top: -8px;
    left: 2px;
    font-size: 14px;
    color: #7DCAD2;
    transition: all .2s;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    line-height: normal;
}   
input[type="checkbox"].custom-checkbox:not(:checked) + label:after {  
    opacity: 0;
    transform: scale(0);
}  
input[type="checkbox"].custom-checkbox:checked + label:after {  
    opacity: 1;
    transform: scale(1);  
}  

.checkbox-wrapper {
  display: inline-block;
  margin-bottom: 1em;
  margin-right: 5px;
  box-sizing: border-box;
}

.checkbox-wrapper .label {
  display: block;
}
.checkbox-wrapper input[type="text"],
.checkbox-wrapper input[type="email"],
.checkbox-wrapper input[type="tel"],
.checkbox-wrapper input[type="password"],
.checkbox-wrapper input[type="number"],
.checkbox-wrapper textarea{
  margin-bottom: 0!important;
}


.magicfield{
  position: absolute;
  left: -9999999px;
}


.custom-combobox {
  position: relative;
  display: inline-block;
  width: 100%;
  text-align: left;
}
.custom-combobox::before {
  content: '';
  right: 1px;
  top: 1px;
  width: 45px;
  height: auto;
  bottom: 1px;
  background: #FFFFFF;
  position: absolute;
  pointer-events: none;
  display: block;
  border-left: 1px solid #e3e3e3;
}
.custom-combobox select {
  margin: 0;
  background: #FFF;
  color: #000;
  outline: none;
  display: inline-block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  padding: 11px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  font-size: 1em;
  border: 1px solid #ddd;
  width: 100%;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
}
.custom-combobox::after {
  content: '';
  right: 15px;
  top: 16px;
  position: absolute;
  pointer-events: none;
  width: 0;
  height: 0;
  border-left: 8px solid rgba(0, 0, 0, 0);
  border-right: 8px solid rgba(0, 0, 0, 0);
  border-top: 8px solid #B2B2B2;
}


input[type="text"],
input[type="email"],
input[type="tel"],
input[type="password"],
input[type="number"],
textarea {
  width: 100%;
  padding: 1em;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  font-size: 1em;
  border: 1px solid #ccc;
  color: #000;
  outline: none;
  margin-bottom: 2em;
}
input[type="radio"]{
  padding: 10px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  font-size: 1em;
  border: 1px solid #ccc;
  outline: none;
  margin-bottom: 2em;
}

.half-col-wrapper{
  overflow: hidden;
}
.col-left-60{
  float: left;
  width: 59%;
}
.col-right-40{
  float: right;
  width: 39%;
}
.half-col-wrapper{
  overflow: hidden;
}



.noscript{
    background: #F00;
    color: #FFF;
    padding: 10px;
    position: absolute;
    top: 100px;
    width: 100%;
    z-index: 1;
}



/* ======================================================================*/
/* Widgets */
/* ======================================================================*/
/* Widget Coordonnées */
.widget_contact_widget .button-wrapper{
    margin-bottom: 1em; 
}
.widget_contact_widget .tel-wrapper{
    margin-bottom: 1em; 
    font-weight: bold;
    font-size: 1.1em;
}
.widget_contact_widget .tel-wrapper .icon-phone:before{
  font-weight: normal;
  margin-right: 4px;
}
.widget_contact_widget .adresse-wrapper{
    overflow: hidden;
    margin-bottom: 1em;
    display: table;
    width: 100%;
}
.widget_contact_widget .adresse-wrapper .icon-location{
    display: table-cell;
    vertical-align: top;
    width: 20px;
}
.widget_contact_widget .adresse-wrapper .adresse{
    display: table-cell;
    padding-left: 4px;
}
.widget_contact_widget .adresse-wrapper .adresse p{
    margin: 0;
    line-height: normal;
    font-size: 1em;
}
.widget_contact_widget .social-wrapper .col-title{
    margin-bottom: .5em;
    display: inline-block;
}
.widget_contact_widget .social-wrapper .icons-wrapper{
  font-size: 1.5em;
}
/* icon nous joindre */
.widget_contact_widget .mail-wrapper{
    overflow: hidden;
    margin-bottom: 1em;
    display: table;
    width: 100%;
}

/* Widget Logo & Search */
.widget_logo_search_widget .logo-wrapper{
  margin: 2em 0 4em 0;
}
.widget_logo_search_widget .searchform-wrapper{
  width: 70%;
    max-width: 500px;
    min-width: 330px;
    margin-bottom: 2em;
    display: none;
}
.widget_logo_search_widget form.searchform button{
  height: 50px;
  font-size: 1.3em;
  background: none;
  color: #FFF!important;
}
.widget_logo_search_widget form.searchform input.search{
    height: 50px;
    font-size: 1em;
    color: #FFF;
    background: #2B2B2B;
}
.widget_logo_search_widget form.searchform .text-wrapper{
    border: 1px solid #6B6B6B;
}


/* ======================================================================*/
/* Header */
/* ======================================================================*/
html.header-fixe header{
  position: fixed;
  width: 100%;
}
html.header-fixe.header-min header{
    box-shadow: inset 0px -1px 0 0 #ddd;
    -moz-box-shadow: inset 0px -1px 0 0 #ddd;
    -webkit-box-shadow: inset 0px -1px 0 0 #ddd;
}
.print-header{
  display: none;
  margin: 2em 0;
  overflow: hidden;
}
.print-header .logo-wrapper{
  float: left;
}
.print-header .logo-wrapper .adresse,
.print-header .logo-wrapper .tel{
  font-size: 1.2em;
}
.print-header .logo-wrapper .adresse p{
  line-height: normal;
}
.print-header .logo-wrapper img{
  height: 80px;
  width: auto;
}
.print-header .qrcode-wrapper{
    text-align: right;
    float: right;
    width: 50%;
}
.print-header .qrcode-wrapper img{
  height: 100px;
  width: auto;
  display: block;
  margin-left: auto;
}
.infopatient-button-wrapper{
    position: absolute;
    top: 250px;
    right: 0;
    transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform-origin: bottom right;
    -webkit-transform-origin: bottom right;
    -moz-transform-origin: bottom right;
    z-index: 9;
}
.infopatient-button-wrapper a{
  background: #ddd;
  padding: 10px 20px;
  text-decoration: none;
  display: block;
}
.infopatient-button-wrapper .icon-info-circled{
    transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    display: inline-block;
    margin-left: 10px;
}
header .urgence-link{
    color: #f00!important;
    text-transform: uppercase;
    margin-left: 10px;
}


/* header-custom */
header .logo-wrapper .logo-text{
  display: none;
}
header #header-bandeau-top .top-button-lang a{
  color: #8d959d;
}
html #header-bandeau-top ,
html.header-fixe body header{
  height: 100px;
}
html #header-bandeau-top {
    background: #ffffff;
}
html header .header-main{
  display: none;
}

/* header-min */
html.header-min header {
    transform: translateY(0px)!important;
    -moz-transform: translateY(0px)!important;
    -webkit-transform: translateY(0px)!important;
}

html header .top-button-right .button{
  
}
html.header-fixe:not(.header-min) header .logo-wrapper .logo.logo-minifier{
	display: none;
}
html.header-fixe.header-min header .logo-wrapper .logo {
    transform: translateY(0)!important;
    -moz-transform: translateY(0)!important;
    -webkit-transform: translateY(0)!important;
}

html #header-bandeau-top{
  padding-left: 50px!important;
    border-bottom: 1px solid #E9E9E9;
    background: #fff;
    clear: both;
    border-top: 5px solid #1f4b71;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
}
html.header-min #header-bandeau-top,
html.header-min.header-fixe header,
html.header-fixe.header-min header{
    line-height: 71px;
    height: 90px;
}


html.header-min header .wrapper-rigth {
    line-height: 30px;
    height: 90px;
    padding-top: 0px;
}

html.header-min header .top-button-right,
html.header-min header .third-nav{
  line-height: inherit;
    height: auto;
}


html.header-min header .logo-wrapper {
    margin-top: 5px;
}

html.header-fixe.header-min header .logo-wrapper .logo{
  height: 50px!important;
}

/* top-button-left */
html header .top-button-left {
    position: relative;
}
html header .logo-wrapper {
    margin-top: 5px;
}
html .logo-wrapper .logo{
  height: 90px;
  margin-right: 1em;

}

/* top-button-right */
html header .top-button-right {
        line-height: inherit;
    height: auto;

        text-align: right;
}
html header .top-button-right .top-adresse a{ 
  text-decoration: none;
  color: #2c3e50;
}
html header .top-button-right .adresse{ 
  text-decoration: underline;
  font-size: 0.9em;
}

html header .top-button-right .adresse:before { 
  font-family: 'fontello'; 
  content: '\e824'; 
  margin-right: 0.5em;
  text-decoration: none;
  color: #999;
  display: inline-block;
}

html header .top-button-tel {
    font-size: 1em;
    font-family: 'ProximaNovaBold';
}

html header .wrapper-rigth{
    line-height: 50px;
    height: 100px;
    float: right;
    padding-top: 23px;
}

html header .wrapper-rigth .button{
    font-weight: 700;
    display: none;
}

html header .menu-header-menu-container,
html header .icons-wrapper{
  display: inline-block;
  vertical-align: middle;
}

html header .icons-wrapper a{
  font-size: 1.5em;
  text-decoration: none;
    margin-right: 10px;
}

html header .icons-wrapper a:last-child{
    
}

html header .menu-wrapper .icons-wrapper .icon:hover {
    background: rgb(68, 140, 203);
    border: 1px solid rgb(68, 140, 203);
}

html.home .sections-wrapper.main-section table td{
  position: relative;
  
}
html.home .sections-wrapper.main-section table td{
	vertical-align: middle;
    background: black;
}
html.home #template-sections-2 .sections-wrapper.main-section .section-deux-blocs td .background{
	opacity: .5;
}
html.home .sections-wrapper.main-section table td .bloc-text{
/*  background: rgba(0,0,0,0.5);
    position: absolute!important;
    top: 0;
    bottom: 0;*/
}
html.home .sections-wrapper.main-section table td .text-wrapper {
  /*position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 1.1em;
      min-width: 300px;*/
}

html.home .sections-wrapper.main-section table td .text-wrapper .block{
  font-size: 1em;
}

/* ======================================================================*/
/* Navigation */
/* ======================================================================*/

html header .menu-super_menu_en-container,
html header .menu-super_menu-container {
    display: inline-block;
}
html header .third-nav{
    float: right;
    display: inline-block!important;
    padding-right: 20px;
}

html header .menu-main-menu-container{
  display: inline-block;
}

html header .third-nav ul{
  font-size: 1.1em;
}

html.home header .third-nav ul li.accueil{
  display: none;
}

html header .third-nav li{
  position: relative;

}

html header .third-nav li a{
  font-size: 0.8em;
    text-decoration: none;
    color: #1e4a71;
    text-transform: uppercase;
    font-weight: 700;
}

header .icon-search,
html header .top-button-right .adresse,
html header .top-button-tel a{
  color: #999;
}

html header .third-nav .nav-menu > li:hover:after{
  content: '';
  position: absolute;
  bottom: 0px;
  width: 100%;
  height: 3px;
  background: #204c71;
  left: 0;
}

html header .third-nav ul li.nous-joindre a{
  color: #de6304;
}

html header nav.menu-wrapper {
  line-height: normal;
}

html header nav.menu-wrapper #searchform {
    display: none;
}

html .title-mobile{
  display: none;
}



html header .nav-menu>li.menu-item-has-children>.sub-menu{
  position: absolute;
  background: #fff;
  /*border-left: 1px solid #DDD;
  border-right: 1px solid #DDD;
  border-bottom: 1px solid #DDD;*/
  list-style: none;
  z-index: 9;
  left: 0;
  right: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  min-width: 420px;
  padding: 0;
  text-align: left;
  top: 51px;
  /*box-shadow: 0 5px 8px 0 #EEE;
  -moz-box-shadow: 0 5px 8px 0 #EEE;*/
  transition: all .3s;
  -moz-transition: all .3s;
  -webkit-transition: all .3s;
  max-height: 0;
  overflow: auto;
  padding-top: 0;
}
html header  .nav-menu>li.menu-item-has-children:hover>.sub-menu{
  /*visibility: visible;
  display: block;*/
  padding-top: 1em;
  padding-bottom: 1em;
    max-height: 500px;
}
html header  .nav-menu>li.menu-item-has-children:hover>.sub-menu .sub-menu{
  visibility: visible;
  position: relative;
  list-style: none;
}
html header  .nav-menu>li.menu-item-has-children>.sub-menu a{
  text-decoration: none;
  padding: 0px 1em;
  display: block;
  color:#555;
}
html header  .nav-menu>li.menu-item-has-children>.sub-menu a:hover{
  color: #241c11!important;
  text-decoration: underline;
}
html header  .nav-menu>li.menu-item-has-children>.sub-menu a:not([href]):hover{
  text-decoration: none;
}


html header .nav-menu>li.menu-item-has-children>.sub-menu li.current-menu-item>a,
html header .nav-menu>li.menu-item-has-children>.sub-menu li.current-menu-parent>a{
  text-decoration: underline;
  color: #241c11;
}
hmtl header .nav-menu>li .menu-item-has-children>a,
hmtl header .nav-menu>li .menu-item-bold>a{
  font-weight: bold;
}
html header .nav-menu>li .menu-item-has-children>a::after {
    content: '+';
    display: inline-block;
    margin-left: 10px;
    margin-bottom: 3px;
    vertical-align: middle;
    font-size: 1.5em;
}
html header .nav-menu>li .menu-item-has-children>ul {
    display: none;
    margin-bottom: 1em;
}
html header .nav-menu>li .menu-item-has-children.show>ul {
  list-style: none;
    display: block;
}

html header .nav-menu>li.menu-item-has-children>.sub-menu li {
  width: 100%;
  line-height: initial;
  font-size: 1em;
}


/* ======================================================================*/
/* Sliders */
/* ======================================================================*/
.flexslider {
  margin: 0!important;
}
.flexslider {
  overflow: hidden;
  -webkit-box-shadow: none!important;
  -moz-box-shadow: none!important;
  -o-box-shadow: none!important;
  box-shadow: none!important;
  border: 0!important;
  background: transparent!important;
}
.flex-direction-nav a {height: 75px!important;opacity:1; text-decoration: none!important;}
.flex-direction-nav .flex-next:before {
  font-family: 'fontello'!important;
  content: '\e809'!important;
  font-size: 60px!important;
  color: #FFF!important;
  text-shadow: none!important;
  text-decoration: none!important;
}
.flex-direction-nav .flex-next {
  right: 10px !important;
  opacity: 1 !important;
  z-index: 9999;
}
.flex-direction-nav .flex-prev {
  left: 10px !important;  
  opacity: 1 !important;
  z-index: 9999;
}
.flex-direction-nav .flex-prev:before {
  font-family: 'fontello'!important;
  content: '\e808'!important;
  font-size: 60px!important;
  color: #FFF!important;
  text-shadow: none!important;
  text-decoration: none!important;
}
.flexslider-accueil .flex-control-nav {
  bottom: 2em!important; 
  z-index: 9999;
}
body #page-accueil .section-slider .flex-control-nav{
    bottom: 70px!important;
}
body #page-accueil .section-slider .flex-control-nav li a{
  background: none!important;
  border: 1px solid #464646!important;
    height: 13px;
    width: 13px;
}
body #page-accueil .section-slider .flex-control-nav li a.flex-active{
  background: #464646!important;
}
.flex-control-paging li a {
  background: none!important;
  box-shadow: none!important;
  -webkit-box-shadow: none!important;
  -moz-box-shadow: none!important;
  border:2px solid #c9471a!important;
}






/* ======================================================================*/
/* Home */
/* ======================================================================*/
html.home #template-sections-2 .section-slider-gallery .slides .slide .text {
    min-height: 500px;
}

/* avantages */
html.home #template-sections-2 .avantages table td {
  overflow: visible;
  padding-top: 4em;
}

html.home #template-sections-2 .avantages .text-wrapper {
  padding: 1em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #eee;
  min-height: 450px;
}

html.home #template-sections-2 .avantages .text-wrapper h2{
  margin-top: -3.5em;
  margin-bottom: 0em;
  color: #000;
  min-height: 65px;
  font-size: 1.9em;
  text-align: center;
}

/* formulaire de rdv */
html.home #ahpr-rdv-div .button-wrapper {
    margin-top: 2em;
    margin-bottom: 0;
    text-align: center;
}

html.home .links .text-wrapper  {
  text-align: center;
}

html.home .links .bloc-text{
  padding-top: 0;
}
html.home .links .text-wrapper .button{
	margin-bottom: 10px;
}
html.home .links .text-wrapper .button:first-child{
  margin-right: 1em;
}

html .deux-blocs-links td{
  vertical-align: middle!important;
}

html .deux-blocs-links td .button{
	margin-bottom: 10px;
}
html .deux-blocs-links td .button:first-child{
  margin-right: 1em;
}

/* ======================================================================*/
/* Page */
/* ======================================================================*/
.page-template-default,
.page-template-default body,
.page-template-default .big-container{
 /* height: 100%!important;*/
}
.page-template-default.no-photo,
.page-template-default.no-photo body,
.page-template-default.no-photo .big-container{
  height: auto!important;
}
#page{
  height: 100%;
  margin-top: -80px;
  padding-top: 80px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
html.header-fixe #page {
  margin-top: 0;
  padding-top: 171px;
}
#page .photo-wrapper{
  height: 100%;
  width: 50%;
  float: left;
  background-size: cover!important;
}
#page h2{
  margin-top: 0;
}
#page .text-wrapper{
  width: 50%;
  float: left;  
  padding: 3%;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  overflow: auto;
  height: 100%;
}
#page.no-photo .text-wrapper{
  padding-top: 0;
  padding-bottom: 0;
}
#page.no-photo,
#page.no-photo .text-wrapper{
  width: 100%;
  height: auto!important;
}
#page.no-photo{
  margin-top: 0!important;
}
#page .text-wrapper .paragraph-wrapper{
  padding-bottom: 2em;
}
#page .content-wrapper{
  margin-bottom: 2em;
}
html.page-template-default:not(.no-photo) footer{
  display: none;
}
html.page-template-default:not(.no-photo) #page{
  min-height: 0!important;
}
#page .content-wrapper img{
  max-width: 100%;
  height: auto;
}




header .bottom-wrapper{
  padding-left: 0!important;
}

.template-page .share-clinique a span{
  background: #fff!important;
  color: #1f4b71!important;
  font-size: 20px;
}

/* ======================================================================*/
/* Formulaire de commentaires  */
/* ======================================================================*/
.commentaires-wrapper{
  margin-bottom: 2em;
}
.commentaires-wrapper .form-allowed-tags{
  display: none;
}
.commentaires-wrapper{
  overflow: hidden;
  width: 100%;
  /*background: #f3f3f3;*/
  padding: 2em 0;
}
.commentaires-wrapper .comment-navigation{
  overflow: hidden;
}
.commentaires-wrapper .nav-previous{
  float: left;
}
.commentaires-wrapper .nav-next{
  float: right;
}
.commentaires-wrapper h1{
  float: none!important;
  margin-bottom: 1em!important;
}
.commentaires-wrapper .wp-editor-wrap a{
  color: black!important;
  border-bottom: none!important;
  text-decoration: none!important;
}
.commentaires-wrapper form p{
  text-align: left;
}
.commentaires-wrapper .cols-wrapper{
  overflow: hidden;
}
.commentaires-wrapper .left-col{
  float: left;
  width: 49%;
}
.commentaires-wrapper .right-col{
  float: right;
  width: 49%;
}
.commentaires-wrapper .avatar{
  display: none;
}
.comments-title{
  display: none;
}
.comment-list{
  width: 100%;
  overflow: hidden;
  margin: 1em 0;
  padding-left: 0;
  list-style: none;
}
.comment-list li{
  list-style: none;
}
.comment-list li p{
  overflow: hidden;
}
.comment-list li .alignleft{
  margin-right: 1em;
}
.comment-list li .alignright{
  margin-left: 1em;
}
.commentlist .comment-meta.commentmetadata{
  text-align: right;
}
#respond a,
.comment-list a{
}
.comment-author{
  color:#555;
}
.comment-body{
  margin: 1em 0;
  margin-bottom: 2em;
  border-left: 1px solid #DDD;
  padding-left: 1em;
  position: relative;
  margin-left: 30px;
}
.comment-body::before {
  content: '';
  border-style: solid;
  border-width: 0px 30px 30px 0;
  border-color: rgba(0, 0, 0, 0) #DDD rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
  position: absolute;
  top: 30px;
  left: -30px;
}
.comment-body::after {
  content: '';
  border-style: solid;
  border-width: 0px 30px 30px 0;
  border-color: rgba(0, 0, 0, 0) #fff rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
  position: absolute;
  top: 31px;
  left: -27px;
  z-index: 99;
}
.commentaires-wrapper h1{
  color: black!important;
}
.commentaires-wrapper .form-allowed-tags{
  display: none;
}
.commentaires-wrapper .form-submit{
  text-align: right;
}
.commentaires-wrapper textarea{
  height: 207px;
  margin-bottom: 0;
}
.commentaires-wrapper .children{
  padding-left: 4%;
}
.commentaires-wrapper .comment-reply-title{
  display: none;
}




/* =============================================================================
   FAQ
   ========================================================================== */
.bloc-ahpf-qr h2:before{
  display: none!important;
}



/* =============================================================================
   Template Search
   ========================================================================== */
html.search header .menu-wrapper .nav-menu>li#menu-item-search,
html.search header .search,
html.search header .search .search-popup{
  display: none;
}
#page-search{
  min-height: 1080px;
}
#page-search .bloc{
  float: none;
  border-bottom: 1px solid #DDD;
  padding-bottom: 2em;
  margin-bottom: 2em;
}
#page-search .navigation{
  overflow: hidden;
  margin: 2em auto;
  text-align: center;
  font-size: 1.2em;
}
.alignleft{
  float: left;
}
.alignright {
  float: right;
}
#page-search .navigation .alignleft,
#page-search .navigation .alignright{
  float: none;
  display: inline-block;
}

#page-search .searchform-wrapper{
  margin-bottom: 2em;
}
#page-search form.searchform {
  width: 100%;
  margin: 1em 0;
}
form.searchform input.search{
  width: 90%;
  font-size: 2em;
  height: auto;
  line-height: normal;
  padding: 0 10px;
  height: 64px;
  font-weight: normal;
  margin:0;
  border: none;
  color:#555;
}
form.searchform .text-wrapper{
  display: block;
  height: auto;
  overflow: hidden;
  border:1px solid #ddd;
  /*padding-top: 1px;*/
}
form.searchform button{
  width: 9%;
  margin: 0;
  padding: 0;
  font-size: 2em;
  display: inline-block;
  vertical-align: middle;
  color: #FFF;
  height: 64px;
  float: right;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  border: none;
}
#page-search .blocs-wrapper a{
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}
#page-search .blocs-wrapper a:hover{
  color: black!important;
}
#page-search .blocs-wrapper .bloc h2{
  color: inherit;
  text-decoration: none;
}
#page-search .blocs-wrapper .bloc .link-wrapper{
  text-decoration: underline;
  display: inline-block;
  margin: 0;
}
/*
header .searchform{
  width: 100%;
  margin: 0;
  box-sizing: border-box;
}
header form.searchform .text-wrapper{
  width: 100%;
  border: none;
  height: 60px;
}
header form.searchform input.search{
  height: 60px;
  font-size: 1em;
  width: 363px;
  color:#555; 
  font-weight: bold;
}*/
header form.searchform input.search::-webkit-input-placeholder { color:#555; }
header form.searchform input.search::-moz-placeholder { color:#555;  } /* firefox 19+ */
header form.searchform input.search:-ms-input-placeholder { color:#555;  } /* ie */
header form.searchform input.search:-moz-placeholder { color:#555; }
/*
header form.searchform button{  
  font-size: 1.3em;
  color: #2182B8;
  position: absolute;
  height: 100%;
  background: none;
  right: 1.9em;
}
header .menu-wrapper .nav-menu>li:hover form.searchform input.search{
  background: #EBF7FF;
}*/




/* ======================================================================*/
/* Pages à sections  */
/* ======================================================================*/
body h1 span {
    font-size: 1em;
}

body #template-sections-2 .sections-wrapper .section-deux-blocs .bloc-text .text-wrapper h2:first-child,
body #template-sections-2 .sections-wrapper .section-deux-blocs .bloc-text .text-wrapper p:first-child{
	margin-top: 0;
}

#template-sections-2 .sections-wrapper .section-deux-blocs.image-background-on-mobile .photo-mobile-wrapper{
	display: none;
}
#template-sections-2 .sections-wrapper .section-deux-blocs.image-background-on-mobile table{
	height: 0;
}
#template-sections-2 .sections-wrapper .section-deux-blocs.image-background-on-mobile td{
	min-height: 250px;
}

/* ======================================================================*/
/* Pages Soumission  */
/* ======================================================================*/
.page_intro{
    margin-top: 106px;
    padding-bottom: 2em;
}
.page_intro h1{
    padding-top: 1em;
}
.page_icon{
	display: none;
}
form.cform.soumission,
form.cform.soumission-en {
    margin: 0 !important;
    width: 542px !important;
    position: relative;
}
#soumissionform .cform legend{
    font-size: 1em;
}
#soumissionform .cform fieldset{
    border: none;
    background: none;
    text-align: right;
}
#soumissionform{
	position: relative;
}
div#soumissionform div#details1 {
    position: absolute;
    top: 278px;
    left: 554px;
    font-size: 14px;
    width: 161px;
}
.cform input[type=text], .cform select, .cform input[type=file] {
    width: 295px !important;
    height: 30px !important;
    line-height: 30px !important;
    margin-bottom: 0;
}
.cform input[type=file] {
	width: 287px!important;
}
.cform textarea{
	width: 295px !important;
}
form.cform.soumission label, 
form.cform.soumission label span, 
form.cform.soumission-en label, 
form.cform.soumission-en label span {
    width: 235px !important;
    text-align: right;
}
.cform input, .cform textarea, .cform select {
    padding: 3px;
    background: #f9f9f9;
    border: 1px solid #888888;
    vertical-align: top;
}


/* ======================================================================*/
/* Plan du site  */
/* ======================================================================*/
#ahpp-plan-div.user-admin .menu>li>a{
  margin-top: -.9em!important;
}
#ahpp-plan-div .menu ul{
  line-height: 1.5em;
}
#ahpp-plan-div{
  margin-bottom: 2em;
}
#ahpp-plan-div .logo-print{
  overflow: hidden;
}
#ahpp-plan-div .logo-print{
  margin-bottom: 25px!important;
}
div.ahpm_my_infowindow a{
  text-decoration: underline!important;
  /*color:black!important;*/
}



/* ======================================================================*/
/* 404  */
/* ======================================================================*/
#page-error-ops {
  padding-top: 90px !important;
  min-height: 1080px;
}
#page-error-ops h1 {
  text-align: center;
  margin-top: 90px;
  font-size: 8em;
  margin-bottom: 0;
}
#page-error-ops .paragraphe {
  padding-top: 20px;
  text-align: center;
  font-size: 1.5em;
  line-height: 1.5em;
}


/* ======================================================================*/
/* Footer */
/* ======================================================================*/
footer {
    border-top: 2px solid #1e4a71;
}
footer a:not(.button),
footer .col-container,
footer #credits table td{
  background: #fff!important;
  color: #000000!important;
}
body footer a:hover {
    color: #204c71!important;
}

footer .logo-wrapper .logo{
  width: 75%;
    height: auto!important;
    max-width: 550px;
}

footer .col-container .nb-cols-3.widget:nth-child(2),
footer .col-container .nb-cols-3.widget:nth-child(3){
  margin-top:  13em;;
}

footer .icon-phone:before,
footer .icon-location:before,
footer .icon-mail:before{
  margin-right: 10px;
}

footer .col-container .widget {
  width: 33.33%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

footer .col-container .widget:nth-child(1) {
  width: 50%;
  padding-right: 5em;
}

footer .col-container .widget:nth-child(2) {
  width: 50%;
}

footer .col-container .widget:nth-child(2) .container{
  max-width: 500px;
  margin: 0 auto;
}

html footer .logo-wrapper .logo {
    margin-top: 50px;
}

html footer .logo-wrapper .logo-text{
  margin-top: 1em;
  font-size: 1em;
  max-width: 510px;
}

html footer .col-container .menu{
  padding-left: 0;
  margin-left: 0;
}

/* search */
.widget_logo_search_widget form.searchform .text-wrapper,
.widget_logo_search_widget form.searchform input.search {
  background: #fff!important;
    color: #6c6c6c!important;
}

.widget_logo_search_widget form.searchform button{
  background: #fff!important;
}

/* menu footer */
footer .col-container .menu .sub-menu {
    display: none!important;
    font-size: .9em!important;
}
footer .col-container .menu li.show>.sub-menu {
    display: block!important;
}
footer .col-container .menu li  {
    text-transform: uppercase;
}
footer .col-container .menu .menu-item-has-children::before{
  color: #5fbdbb!important;
}
footer #credits table td:last-child a:last-child img{
    height: 20px;
    display: inline-block;
    vertical-align: middle;
}

.widget_contact_widget .social-wrapper .icons-wrapper a{
    font-size: 1.5em;
    color: #59bebc;
    text-decoration: none;.
    margin-right: 10px;
}

.widget_contact_widget .social-wrapper .icons-wrapper a:hover{
    color: #59bebc;
}

.button-up::before{
  font-family: 'fontello';
  content: '\e809';
  line-height: 40px;
  width: 40px;
  height: 40px;
  text-align: center;
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  color: #FFF!important;
  text-decoration: none;
  background: #7DCAD2;
  font-weight: bold;
  font-size: 1em;
  cursor: pointer!important;
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 99;
  display: none;
}
.button-up:hover::before{
  background: #88DAE3;  
}
.button-up.show::before{
  display: block;
}
.credit{
  font-size: 0.7em;
  font-weight: normal;
  margin-bottom: 2em;
}
.signature-logo {
  font-size: 1.2em;
  font-weight: 100;
}
.signature-logo a{
  text-decoration: none;
}
.signature-1 {
  /*font-family: 'signature1';*/
  font-size: 0.9em;
}
.signature-2 {
  font-family: 'signature2';
  font-size: 1.5em;
}


html.single-equipe footer{
  display: none;
}
.antecedents{
  overflow:hidden;
}

#templates-listing-problemes-solutions .checkbox-wrapper{
  display: block;
}

#templates-listing-problemes-solutions form .button-wrapper{
  text-align: center;
}


/* section info-patient */
#template-sections-2 .section-guides table{
  border-spacing: 5em!important;;
}
#template-sections-2 .section-guides td{
  vertical-align: top;
    outline: 1px solid #ddd;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    vertical-align: top!important;
}
#template-sections-2 .section-guides td .bloc-text{
    padding-left: 2.5em!important;
    padding-right: 2.5em!important;
}

#template-sections-2 .cause-saignement h3{
  font-size: 1.5em;
}

/* Page d'équipe */
body #page-notre-equipe-4 .content-wrapper{
  background: #f6f6f6;
}
body #page-notre-equipe-4 .section-dr-principal table td{
  background-size: contain!important;
}
body #page-notre-equipe-4 .content-wrapper{
  padding: 4em 0;
}
body #page-notre-equipe-4 .grille.equipe h2{
  padding-top: 2em;
  padding-bottom: 3em;
}

html header .third-nav{
  display: none;
}


/* style home */

.side-bar{
  background: #fbfbfb;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  width: 300px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 5em 2em;
  border-right: 1px solid #eee;
}

.side-bar > ul{
  padding-left: 0;
}
.side-bar ul,
.cols-wrapper ul{
  list-style: none;
}

.side-bar ul li{

}

.side-bar ul li a{
  
}

html.home.header-fixe .main, html.header-fixe .template-page {
    margin-top: 100px!important;
}

.template-problemes-solutions{
  margin-left: 300px;
}

.home .col h2{
  margin-top: 0;
}


/* grandes normales */
@media screen and (max-width: 2200px) {
  .wrapper {width: 1850px;}
}
/* Résolution normales */
@media screen and (max-width: 1920px) {
  .wrapper {width: 1550px;}
}
/* Résolution intermédiaire */
@media screen and (max-width: 1750px) {
  .wrapper {width: 1340px;}
  
}
/* Résolution moyenne */
@media screen and (max-width: 1600px) {
  /* Général */
  body{font-size: 16px;}
  .wrapper {width: 1230px;}
  
  .template-page{min-height: 900px;}
  
}

@media screen and (max-width: 1525px) {
   html .logo-wrapper .logo { height: 85px; }
}

@media screen and (max-width: 1500px) {
  /* Footer */
 html .logo-wrapper .logo { height: 55px; margin-top: 15px; }
}
@media screen and (max-width: 1366px){
  .wrapper {width: 1150px;}
  .template-page{min-height: 700px;}
  
  html #header-bandeau-top{padding-left: 20px!important;}
  html .logo-wrapper .logo {height: 40px;margin-top: 23px;}
}
@media screen and (max-width: 1279px){
  .wrapper {width: 1000px;}
  
  /* Page */
  #page .photo-wrapper{width: 40%;}
  #page .text-wrapper{width: 60%;}

  html header .third-nav { padding-right: 0; }
  html .logo-wrapper .logo { height: 55px; margin-top: 15px; }
  html header .third-nav ul { font-size: 0.9em; }
  html #header-bandeau-top{ padding-left: 20px!important; margin-right: 0!important; }
}
/* Tablettes */
@media screen and (max-width: 1024px) {
	h1{font-size: 2.3em!important;}
	h2{font-size: 2em!important;}
	html:not(.home).header-fixe .main,
	html:not(.home).header-fixe .template-page {margin-top: 50px!important;}

  html.home.header-fixe .main, html.header-fixe .template-page { margin-top: 50px!important; }

  /* signature */
  html header .signature-logo,
  html header .credit { font-size: 0.5em; position: relative; }
  html header .credit a{ position: relative; }
  html header .menu-wrapper .signature-logo a,
  html header .menu-wrapper .credit a{ font-size: 1em; display: inline-block; line-height: 1em; }
  html header .menu-wrapper .signature-logo img,
  html header .menu-wrapper .credit img{ width: 90px; top: 38%; }
  html header .menu-wrapper .credit img{ top: 50%; }
  html header .menu-wrapper .politique-container .nav-menu .politique{ font-size: 0.5em; }
  html header .menu-wrapper .politique-container .nav-menu .politique{ font-size: 0.5em; }
  header .menu-wrapper .politique-container .nav-menu .politique a{ font-weight: normal; padding-bottom: 0; }
  html header .menu-wrapper .credit .logo{ display: none; }
  html header .menu-wrapper .credit .logo-white{ display: inline-block; }


  /**************************
   * Header 
   **************************/
  header #header-bandeau-top{ display: block; border-top: none; }
  .side-bar{ display: none; }
  html #header-bandeau-top,
  html.header-fixe body header,
  html header .wrapper-rigth{ height: 50px; margin-top: 0; padding-top: 0; }
  html header .logo-wrapper { margin-top: 0px; }
  html header .third-nav { display: none!important; }
  html header #header-bandeau-top{ padding-right: 20px; }
  header .menu-wrapper .nav-menu{ margin-left: 0; }
  header .menu-wrapper .icons-wrapper{ margin: 0; margin-bottom: 1em; }
  .menu-wrapper .side-bar { width: auto;  background: none; position: relative; top: auto; left: auto; bottom: auto; padding: 0px; border-right: 0px; display: block; }
  .template-problemes-solutions{ margin-left: 0; }
  body header.logo-left .logo-wrapper .logo{display: none!important;}
  body header.logo-left .logo-wrapper .logo-mobile,
  body header.logo-left .logo-wrapper .logo-mobile .logo{display: inline-block!important;}
  body header.logo-left .logo-wrapper .logo-mobile .logo{height: 40px;margin-top: 5px; margin-right: 0;}

  
  /* Général */
  html.header-fixe .template-page{margin-top: 50px;}
  footer{display: none;}
  .infopatient-button-wrapper{display: none;}
  
  .hide-on-mobile{display: none;}
  .wrapper {width: 90%;}
  .col-left,.col-right {width: 100%!important;}
  .page-template-template-rendez-vous-php,
  .page-template-template-nous-joindre-php,
  .page-template-template-referer-patient-php,
  .page-template-template-questionnaire-medical-php,
  .page-template-template-sondage-post-op-php,
  .page-template-template-plante-php{
    height: auto!important;
  }
  .icon-phone-alt:before{margin-bottom: 0;}
  
  /* Sections */
  .template-page .title-wrapper h1{margin-top: 1em;}
  
  /* Page par défaut */
  html.header-fixe #page{ margin-top: 0; padding-top: 50px;}
  .page_intro {margin-top: 50px;}
  
  /* 404 */
  #page-error-ops h1{font-size: 3em;}

  /*
   * nouveau design page carriere
   */
   .career_new_design .bloc-job-offer-page-career .wrapper-job-offers {
    grid-template-columns: 1fr;
   }
   .post-disponible {
    padding-top: 2.5rem;
   }
   /*
    * nouveau design single job
    */
    .single-job-offers .d-flex {
      flex-wrap: wrap;
    }
    .single-job-offers #job-offer-form .d-flex {
      gap: 0;
  }
    .d-flex.w-full .c-text-field__input{
      width: 100%;
    } 
    .single-job-offers #job-offer-form .d-flex .c-text-field {
      width: 100%;
  }
  .single-job-section-padding {
    padding-top: 2.5em;
    padding-bottom: 2.5em;
    padding-left: 2em;
    padding-right: 3em;
  }
  .tasks-and-responsibilities {
    gap: 30px;
    justify-content: center;
  }
  .tasks-and-responsibilities {
    gap: 50px;
    justify-content: flex-start;
    margin-bottom: 2.5rem;
  }
  .single-job-offers #job-offer-form .c-form_row {
    display: block;
  }
  .single-job-offers #job-offer-form .c-form_col {
    margin-left: 0;
  }
}
/* mobiles */
@media screen and (max-width: 1023px) {
    html.home .sections-wrapper.main-section table,
    html.home .sections-wrapper.main-section table td{/*min-height: 350px!important;*/}
	html.home .sections-wrapper.main-section table td .text-wrapper{padding: 50px 0;}
    html.home .sections-wrapper.main-section table .background{display: block!important;}
    html.home .sections-wrapper.main-section .photo-mobile-wrapper{display: none!important;}
}
/* mobiles */
@media screen and (max-width: 767px) {
  
  /* Général */
  .notification{font-size: 1.3em;}
  .filAriane{display: none;}
  input[type="text"], input[type="email"], input[type="tel"], input[type="password"], input[type="number"], textarea{padding: 12px; font-size: 1em;}
  .col-left-60,
  .col-right-40{width: 100%;}
  h1{font-size: 2.3em!important;}
  h2{font-size: 2em!important;}
  #template-sections-2.template-page .title-wrapper{margin-bottom: 0!important;}  
    
  .page-template-default, .page-template-default body, .page-template-default .big-container{height: auto!important;}


  html header .top-button-left { width: auto; }
  html header .logo-wrapper .logo { max-height: none;  max-width: none; }

  /* Search */
  form.searchform button{width: 15%; font-size: 1.5em;}
  form.searchform input.search{font-size: 1em; width: 80%;}
  form.searchform button{height: 38px;}
  
  /* Page */
  body.page-template-default .big-container{height: auto!important;}
  #page{height: auto; }
  #page .photo-wrapper{width: 100%; height: 300px}
  #page .text-wrapper{width: 100%; height: auto; float: none;}
  
  /* Soumission */
  form.cform.soumission label, 
  form.cform.soumission label span,
  form.cform.soumission-en label,
  form.cform.soumission-en label span {width: auto !important;display:block;text-align: left;}
  #soumissionform .cform fieldset,
  body p.cf-sb{text-align: left;}
  #soumissionform .cform legend{margin-left: 0;}
  form.cform.soumission,
  form.cform.soumission-en{width: auto!important;}
  .cform input[type=text],
  .cform select,
  .cform input[type=file],
  .cform textarea{width: 100%!important;-moz-box-sizing: border-box;box-sizing: border-box;}
  
  /* Footer */
  footer{display: none;}
}
/* Petits mobiles */
@media screen and (max-width: 600px) {

}

/* Petits mobiles */
@media screen and (max-width: 500px) {
	h1{font-size: 1.7em!important;}
	h2{font-size: 1.5em!important;}
	
	/* Accueil */
	html.home .links .text-wrapper .button:first-child,
	html.home .links .text-wrapper .button {margin-right: 0px; display: block;}
}

@media print {
  html.header-fixe .main, html.header-fixe .template-page{margin-top: 0!important;}
  
  
  header,
  footer{display: none;}
  
  .print-header{display: block;}
  html.page-template-template-plan .print-header{display: none;}
  
  body{font-size: 13px;}
  .wrapper{width: 90%!important;}
  
  .commentaires-wrapper{display: none;}
  .modifier{display: none;}
  .button-up.show{display: none;}
  
  .infopatient-button-wrapper{display: none;}
  
  
}
