@import url(/wp-content/themes/mch_socle/css/knacss.css);
@import url(/wp-content/themes/mch_socle/css/fontello.css);
@import url(/wp-content/themes/mch_socle/css/mch-font.css);
.css-grid {
  position: fixed;
  width: calc(100% - 2.307%);
  height: 100%;
  z-index: -1;
  display: none;
  flex-direction: row;
  flex-wrap: wrap;
  letter-spacing: -.31em;
  text-rendering: optimizespeed;
  margin-left: 0;
  margin-right: 2.307%;
}
.css-grid > div {
  flex: 0 0 auto;
  background: #999999;
  opacity: 0.4;
  height: 100%;
  width: calc(100% * 1 / 12 - 2.307% - .01px);
  margin-left: 2.307%;
}
.rotated20deg {
  -ms-transform: rotate(20deg);
  /* IE 9 */
  -webkit-transform: rotate(20deg);
  /* Chrome, Safari, Opera */
  transform: rotate(20deg);
}
.rotated-20deg {
  -ms-transform: rotate(-20deg);
  /* IE 9 */
  -webkit-transform: rotate(-20deg);
  /* Chrome, Safari, Opera */
  transform: rotate(-20deg);
}
/* =Accessibility
-------------------------------------------------------------- */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
}
/* =Skip Links
-------------------------------------------------------------- */
.skip-container {
  display: block;
  position: relative;
  padding: 0;
}
.skip-link {
  float: right;
  margin-left: -100%;
  padding: 0.5em;
  border: 1px solid #d5d5d5;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: #f5f5f5;
  font-size: 0.8125em;
  text-transform: uppercase;
}
.skip-link:hover,
.skip-link:active,
.skip-link:focus {
  border: 1px solid #666;
}
body,
p,
a {
  font-family: 'Open Sans', sans-serif;
  color: #404040;
}
h1,
.h1-like,
h2,
.h2-like,
h3,
.h3-like,
h4,
.h4-like,
h5,
.h5-like {
  font-family: 'Open Sans', Gadget, sans-serif;
  font-weight: extra-bold;
  font-style: italic;
  color: #27509b;
  text-transform: uppercase;
}
h3 {
  line-height: 1.2;
}
.cta {
  background-color: #fce500;
  display: inline-block;
  text-decoration: none;
  font-weight: bold;
  color: #404040;
  padding: 0;
  border: none;
  text-transform: uppercase;
  -webkit-transition: all 0.3s;
  /* Safari */
  transition: all 0.3s;
}
.cta span,
.cta button {
  display: block;
  position: relative;
  overflow: hidden;
  line-height: 1;
  padding: 13px 25px;
}
.cta:hover,
.cta:focus {
  background: #404040;
  text-decoration: none !important;
  color: #ffffff;
}
.cta:hover span::before,
.cta:focus span::before,
.cta:hover button::before,
.cta:focus button::before {
  opacity: 1;
  background-color: #404040;
  transform: translate3d(0, 0, 0);
}
.read-more {
  text-decoration: none;
  font-weight: bold;
  font-style: italic;
  color: #404040;
  margin-top: 15px;
}
.grid-layout {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0;
  /* inline-block fallback for IE9 generation */
  letter-spacing: -0.31em;
  text-rendering: optimizespeed;
  padding: 0 2.307%;
  margin-left: -2.307%;
}
.grid-layout > * {
  flex: 0 0 auto;
  /* inline-block fallback for IE9 generation */
  display: inline-block;
  vertical-align: top;
  letter-spacing: normal;
  text-rendering: auto;
  margin-left: 2.307%;
}
.download-doc a:before {
  font-family: "fontello", sans-serif;
  content: "\e80c";
  font-weight: normal;
  font-style: normal;
  font-size: 1em;
  display: inline-block;
}
a:hover {
  color: #27509b;
}
@media (min-width: 768px) {
  .large-hidden {
    display: none !important;
  }
}
@media (max-width: 767px) {
  body {
    font-size: 1.2rem;
  }
  .small-hidden {
    display: none !important;
  }
  .grid-layout {
    margin: 0;
  }
  .grid-layout > * {
    margin-left: 0;
  }
}
.post-entry #test {
  background-color: #EFF0F4;
}
.post-entry #test form {
  box-sizing: unset;
  float: inherit;
  margin-top: 2%;
  width: 40%;
  margin-left: 30%;
}
.post-entry #test form input {
  width: 100%;
  border: 1px solid #cccccc;
  padding: 9px 40px 9px 9px;
  font-size: 0.9em;
  height: 40px;
}
.post-entry #test form i::before {
  box-shadow: none;
  font-size: 1.4em;
  text-align: center;
}
.post-entry #test div {
  float: inherit;
  padding-bottom: 1%;
  padding-top: 1%;
  width: inherit;
}
.post-entry #test div a {
  display: inline-block;
  margin: 1% 5% 1% 8%;
  width: 20%;
  text-align: center;
}
.post-entry #test div a::before {
  content: unset;
  background-color: inherit;
  padding: inherit;
  margin-right: inherit;
  font-weight: inherit;
  font-size: inherit;
  display: inherit;
}
@media screen and (max-width: 790px) {
  .post-entry #test div a {
    display: inline-block;
    margin: 1% -1% 1% 15%;
    width: 30%;
    text-align: center;
  }
  .post-entry #test form {
    box-sizing: unset;
    float: inherit;
    margin-top: 2%;
    width: 50%;
    margin-left: 25%;
  }
}
@media screen and (max-width: 480px) {
  .post-entry #test div a {
    display: inline-block;
    margin: 1% -1% 1% 30%;
    width: 40%;
    text-align: center;
  }
  .post-entry #test form {
    box-sizing: unset;
    float: inherit;
    margin-top: 2%;
    width: 60%;
    margin-left: 20%;
  }
}
.header {
  border-bottom: 4px solid #fce500;
  position: relative;
}
.header .row {
  height: 105px;
  max-width: 1600px;
  margin: auto;
}
.header .row > div {
  vertical-align: middle;
  padding: 0 10px;
}
.header a {
  text-decoration: none;
}
.header .wrapper-menu {
  width: 110px;
  text-align: center;
}
.header .wrapper-menu.active {
  background: #27509b;
}
.header .wrapper-menu.active .btn {
  color: #ffffff;
}
.header .wrapper-menu .btn {
  padding: 5px 10px;
  display: inline-block;
  color: #27509b;
}
.header .wrapper-menu .btn i {
  font-size: 2.7em;
  display: block;
  line-height: 1;
}
.header .wrapper-menu .btn i.icon-menu-close {
  font-size: 1.9em;
}
.header .wrapper-menu .btn span {
  display: block;
  text-transform: uppercase;
  font-size: 0.83em;
  line-height: 1;
}
.header .wrapper-menu .btn.btn-menu {
  background: none;
}
.header .wrapper-menu .menu {
  display: none;
  position: absolute;
  top: 100%;
  margin-top: 3px;
  z-index: 20;
  width: 380px;
  text-align: left;
  margin-left: -10px;
}
.header .wrapper-menu .menu .search-main-menu {
  padding: 18px 40px;
  background: #27509b;
  border-bottom: 1px solid #ffffff;
}
.header .wrapper-menu .menu .search-main-menu .searchform {
  position: relative;
  border: 1px solid #cccccc;
  padding: 0 40px 0 9px;
  background: #ffffff;
}
.header .wrapper-menu .menu .search-main-menu .searchform label {
  width: 100%;
  margin: 0;
}
.header .wrapper-menu .menu .search-main-menu .searchform label input[type='text'] {
  width: 100%;
  padding: 9px 0 9px 0;
  font-size: 0.9em;
  border: 0;
}
.header .wrapper-menu .menu .search-main-menu .searchform button {
  border: none;
  background: none;
  position: absolute;
  top: 2px;
  right: 0;
  font-size: 1.6em;
  color: #27509b;
  padding: 0 2px;
}
.header .wrapper-menu .menu .menu-nav {
  background: #3e68b0;
  border-bottom: 1px solid #ffffff;
}
.header .wrapper-menu .menu .menu-nav ul {
  list-style: none;
  padding: 0;
}
.header .wrapper-menu .menu .menu-nav ul li {
  margin: 0;
  padding: 11px 0 10px 0;
  position: relative;
}
.header .wrapper-menu .menu .menu-nav ul li.current-menu-item {
  background: #ffffff;
  color: #27509b;
  /*margin-left: -40px;
                            margin-right: -40px;
                            padding-left: 40px;
                            padding-right: 16px;*/
}
.header .wrapper-menu .menu .menu-nav ul li.current-menu-item a {
  color: #27509b;
  margin: 30px;
  transition: all 0.5s;
}
.header .wrapper-menu .menu .menu-nav ul li.current-menu-item a:after {
  content: '';
}
.header .wrapper-menu .menu .menu-nav ul li a {
  color: #ffffff;
  text-transform: uppercase;
  font-style: italic;
  font-family: 'Open Sans', Gadget, sans-serif;
  font-size: 1em;
  line-height: 1;
  margin: 10px 20px;
  font-weight: bold;
}
.header .wrapper-menu .menu .menu-nav ul li a:after {
  content: '>';
  font-style: normal;
  position: absolute;
  right: 10px;
}
.header .wrapper-menu .menu .menu-nav ul li.open {
  background: #ffffff;
}
.header .wrapper-menu .menu .menu-nav ul li.open a {
  color: #27509b;
}
.header .wrapper-menu .menu .tools,
.header .wrapper-menu .menu .menu-tools-area {
  background: #3e68b0;
  padding: 2px 40px 9px 40px;
}
.header .wrapper-menu .menu .tools ul,
.header .wrapper-menu .menu .menu-tools-area ul {
  list-style: none;
  margin: 0;
  padding: 7px 0;
}
.header .wrapper-menu .menu .tools ul li,
.header .wrapper-menu .menu .menu-tools-area ul li {
  margin: 0;
  padding: 13px 0 13px 0;
  position: relative;
  color: #ffffff;
}
.header .wrapper-menu .menu .tools ul li .lang,
.header .wrapper-menu .menu .menu-tools-area ul li .lang {
  display: inline-block;
  padding: 5px 8px 5px 6px;
}
.header .wrapper-menu .menu .tools ul li .actif,
.header .wrapper-menu .menu .menu-tools-area ul li .actif {
  background-color: #ffffff;
  color: #3e68b0;
  margin-right: 10px;
}
.header .wrapper-menu .menu .tools ul li a + .actif,
.header .wrapper-menu .menu .menu-tools-area ul li a + .actif {
  margin-left: 10px;
  margin-right: 0;
}
.header .wrapper-menu .menu .tools ul li a,
.header .wrapper-menu .menu .menu-tools-area ul li a {
  color: #ffffff;
  text-transform: uppercase;
  font-style: italic;
  font-family: 'Open Sans', Gadget, sans-serif;
  font-size: 1.6rem;
  line-height: 1;
  position: relative;
  display: block;
  padding: 0 0 0 40px;
  font-weight: bold;
}
.header .wrapper-menu .menu .tools ul li a i,
.header .wrapper-menu .menu .menu-tools-area ul li a i {
  font-size: 1.5em;
  padding-right: 10px;
  position: absolute;
  top: 50%;
  margin-top: -15px;
  margin-left: -6px;
  left: 0;
}
.header .wrapper-menu .menu .tools ul li a i.icon-pencil,
.header .wrapper-menu .menu .menu-tools-area ul li a i.icon-pencil {
  font-size: 1.7em;
  margin-left: 5px;
}
.header .wrapper-menu .menu .social-network {
  background: #ffffff;
  padding: 26px 42px;
}
.header .wrapper-menu .menu .social-network .title {
  font-family: 'Open Sans', Gadget, sans-serif;
  font-weight: bold;
  font-style: italic;
  color: #27509b;
  text-transform: uppercase;
  font-size: 3.5rem;
}
.header .wrapper-menu .menu .social-network ul {
  margin-top: 20px;
  padding: 0;
}
.header .wrapper-menu .menu .social-network .michelinmotorsport {
  margin-top: 20px;
}
.header .wrapper-menu .menu .social-network .michelinmotorsport .wrapper-link {
  line-height: 48px;
}
.header .wrapper-menu .menu .social-network .michelinmotorsport .wrapper-link a {
  display: inline-block;
  line-height: 1;
  vertical-align: middle;
  font-family: 'Open Sans', Gadget, sans-serif;
  color: #27509b;
  font-style: italic;
  font-weight: bold;
}
.header .wrapper-menu .menu .all-website {
  padding: 20px 20px;
  text-align: center;
  background: #cccccc;
}
.header .wrapper-menu .menu .all-website a {
  font-family: 'Open Sans', Gadget, sans-serif;
  font-style: italic;
  color: #3e68b0;
  text-transform: uppercase;
  font-weight: bold;
}
.header .wrapper-menu .menu .all-website a i {
  font-size: 2.5em;
  padding-right: 25px;
}
.header .logo {
  text-align: center;
}
.header .logo a {
  margin-right: -210px;
}
.header .logo a img {
  max-height: 90px;
}
.header .logo .logo-mobile {
  display: none;
}
.header .quick-access {
  text-align: right;
  width: 380px;
}
.header .quick-access .sidebar_top {
  width: 120px;
}
.header .quick-access ul {
  list-style: none;
}
.header .quick-access ul li {
  display: inline-block;
  padding-left: 3%;
}
.header .quick-access ul li a:hover {
  color: #27509b;
}
.header .quick-access ul li a i._mi {
  display: block;
  font-size: 2.5em;
  margin: 0;
}
.header .quick-access .searchform {
  position: relative;
  border: 1px solid #cccccc;
  padding-right: 40px;
  padding-left: 9px;
}
.header .quick-access .searchform label {
  width: 100%;
  margin: 0;
}
.header .quick-access .searchform label input[type='text'] {
  border: 0;
  padding: 9px 0;
  font-size: 0.9em;
}
.header .quick-access .searchform button {
  border: none;
  background: none;
  position: absolute;
  top: 2px;
  right: 0;
  font-size: 1.6em;
  color: #27509b;
  padding: 0 2px;
}
.header .quick-access .header_lien i {
  color: #27509b;
  font-size: 2em;
  display: block;
  line-height: 0.5;
  margin-left: -5px;
}
.header .quick-access .header_lien a {
  color: #27509b;
  display: inline-block;
  padding-left: 6%;
}
.header .overlay {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 100%;
  left: 0;
  background: #404040;
  z-index: 11;
  margin-top: 3px;
  opacity: 0.5;
}
@media (max-width: 960px) {
  .header .quick-access {
    display: none;
  }
  .logo .logo-desktop {
    display: none;
  }
  .logo .logo-mobile {
    display: block;
    padding: 30px;
  }
}
@media (min-width: 960px) {
  .header .wrapper-menu .menu .menu-nav ul > .current-menu-ancestor {
    background: #ffffff;
    color: #27509b;
    /*margin-left: -40px;
            margin-right: -40px;
            padding-left: 40px;
            padding-right: 16px;*/
  }
  .header .wrapper-menu .menu .menu-nav ul > .current-menu-ancestor a {
    color: #27509b;
  }
  .header .wrapper-menu .menu .menu-nav ul > .current-menu-ancestor a:after {
    content: '';
  }
  .header .wrapper-menu .menu .menu-nav ul .level-0 {
    overflow: hidden;
    padding: 40px 30px;
    max-width: 1100px;
    display: inline-block;
    width: 600px;
    left: 360px;
    position: absolute;
    top: 0;
    z-index: -1;
    background: #fff;
    margin: 0;
  }
  .header .wrapper-menu .menu .menu-nav ul .level-0 > li {
    width: 42%;
    padding: 15px 5px 25px;
    float: left;
    border-top: 1px solid #dbdbdb;
    margin: 2px 20px;
  }
  .header .wrapper-menu .menu .menu-nav ul .level-0 > li > a {
    display: block;
    padding: 0 15px 0 10px;
    color: #27509b;
    font-family: Arial-Black, Arial, sans-serif;
    font-style: italic;
    text-transform: uppercase;
    margin: 0;
  }
  .header .wrapper-menu .menu .menu-nav ul .level-0 a::after {
    content: "";
  }
  .header .wrapper-menu .menu .menu-nav ul .level-1 {
    margin: 5px;
  }
  .header .wrapper-menu .menu .menu-nav ul .level-1 li {
    padding: 5px 0;
  }
  .header .wrapper-menu .menu .menu-nav ul .level-1 li ::before {
    content: "•";
    color: #27509b;
    padding: 5px 10px;
  }
  .header .wrapper-menu .menu .menu-nav ul .level-1 li a {
    padding: 0;
    margin: 0;
    text-decoration: none;
    color: #3c3c3c;
    position: relative;
    text-transform: none;
    font-weight: normal;
    font-family: 'Open Sans', sans-serif;
    font-style: italic;
    font-size: 0.8em;
  }
}
@media (min-width: 1400px) {
  .header .wrapper-menu .menu .menu-nav ul .level-0 {
    width: 1000px;
  }
  .header .wrapper-menu .menu .menu-nav ul .level-0 > li {
    width: 28%;
  }
}
@media (max-width: 767px) {
  .header .row {
    height: 80px;
    display: table !important;
  }
  .header .wrapper-menu {
    width: 68px;
  }
  .header .wrapper-menu .btn span {
    display: none !important;
  }
  .header .wrapper-menu .menu .menu-nav nav {
    width: auto;
  }
  .header .wrapper-menu .menu .menu-nav nav .level-0 {
    margin-left: 20px;
  }
  .header .wrapper-menu .menu .menu-nav nav .level-0 .level-1 {
    margin-left: 20px;
  }
  .header .wrapper-menu .menu .menu-nav nav ul li.current-menu-item {
    margin-right: -20px;
  }
  .header .wrapper-menu .menu .menu-nav nav ul li.current:after {
    display: none;
  }
  .header .wrapper-menu .menu .menu-nav nav ul li .sub-menu {
    position: relative;
    left: 0;
    width: auto;
    margin: 10px -10px;
  }
  .header .wrapper-menu .menu .menu-nav nav ul li .sub-menu:before {
    content: "";
    position: absolute;
    top: -8px;
    right: 50%;
    width: 16px;
    height: 16px;
    background: #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .header .logo {
    margin-right: 0px;
    width: 80%;
  }
  .header .logo .logo-desktop {
    display: none;
  }
  .header .logo .logo-mobile {
    display: block;
  }
  .header .logo a {
    margin: 0px;
  }
  .header .logo a img {
    height: auto;
    max-height: 90px;
  }
  .header .quick-access {
    width: 20%;
  }
  .header .quick-access .sidebar_top {
    width: auto;
    padding: 0;
  }
  .header .quick-access .sidebar_top ul {
    padding: 0;
    margin: 0;
  }
  .header .quick-access li:nth-of-type(2) {
    display: none;
  }
  .header .quick-access span {
    display: none;
  }
}
/*Footer*/
.footer {
  border-top: 4px solid #fce500;
}
.footer .wrapper-menu {
  position: relative;
  overflow: hidden;
  min-height: 200px;
  line-height: 200px;
  border-bottom: 1px solid #cccccc;
  max-width: 1600px;
  margin: auto;
}
.footer .wrapper-menu .menu {
  width: calc(100% *  5 / 12 - 2.307% - .01px);
  padding-left: 100px;
  display: inline-block;
  line-height: normal;
  vertical-align: middle;
}
.footer .wrapper-menu .menu > div {
  z-index: 5;
  position: relative;
}
.footer .wrapper-menu .menu ul {
  list-style: none;
}
.footer .wrapper-menu .menu ul li {
  padding: 5px;
}
.footer .wrapper-menu .menu ul li:before {
  content: '-';
  padding-right: 5px;
}
.footer .wrapper-menu .menu ul li a {
  text-decoration: none;
}
.footer .wrapper-menu .image {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  width: calc(100% *  7 / 12 - 2.307% - .01px);
  height: 100%;
  background: url('https://tire-selector-aircraft.webmichelin.com/wp-content/themes/mch_socle/../images/footer.jpg') no-repeat top left;
  background-size: cover;
}
.footer .wrapper-menu .image:before {
  content: "";
  background: #ffffff;
  width: 150px;
  border-right: 10px solid #27509b;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 3;
  -webkit-transform: skew(-20deg) translate(-50%, 0);
  -moz-transform: skew(-20deg) translate(-50%, 0);
  -o-transform: skew(-20deg) translate(-50%, 0);
  -ms-transform: skew(-20deg) translate(-50%, 0);
  transform: skew(-20deg) translate(-50%, 0);
}
.footer .before-sub-menu {
  max-width: 1600px;
  margin: auto;
  overflow: hidden;
}
.footer .before-sub-menu .mission h5,
.footer .before-sub-menu .social-network h5 {
  font-size: 1.4rem;
  margin-bottom: 10px;
}
.footer .before-sub-menu .mission {
  display: inline-block;
  vertical-align: top;
  padding: 20px 0;
  width: 70%;
}
.footer .before-sub-menu .mission .text-miss {
  margin-top: 0;
  width: 100%;
}
.footer .before-sub-menu .social-network {
  display: inline-block;
  width: 25%;
  vertical-align: top;
  padding: 20px 0;
}
.footer .before-sub-menu .social-network ul {
  text-align: left;
  padding: 0;
}
.footer .before-sub-menu .social-network ul li {
  list-style-type: none;
  display: inline-block;
  padding: 10px 25px 10px 0;
  vertical-align: top;
  text-align: center;
}
.footer .before-sub-menu .social-network ul li.external-link {
  padding: 10px 0;
}
.footer .before-sub-menu .social-network ul li .wrapper-link {
  margin-top: 5px;
}
.footer .before-sub-menu .social-network ul li .wrapper-link a {
  text-decoration: none;
  font-size: 1.1rem;
  color: #808080;
  font-style: italic;
  font-family: 'Open Sans', Gadget, sans-serif;
  text-transform: uppercase;
}
.footer .before-sub-menu .social-network ul li img {
  width: 2.5em;
}
.footer .sub_menu {
  border-top: 4px solid #fce500;
  background: #27509b;
  font-size: 1.2rem;
  text-align: center;
  padding: 5px 2.307%;
  overflow: hidden;
}
.footer .sub_menu .language_selector {
  display: inline-block;
  color: #ffffff;
  text-transform: uppercase;
  float: right;
}
.footer .sub_menu .language_selector a {
  text-decoration: none;
}
.footer .sub_menu .language_selector .lang {
  color: #ffffff;
  display: inline-block;
  padding: 2px 8px;
  font-weight: bold;
  font-style: italic;
  font-size: 1.2rem;
}
.footer .sub_menu .language_selector .actif {
  text-decoration: underline;
}
.footer .sub_menu ul {
  list-style: none;
  text-align: center;
  display: inline-block;
  padding-left: 0;
}
.footer .sub_menu ul li {
  display: inline-block;
  padding: 3px 10px;
}
.footer .sub_menu ul li a {
  color: #ffffff;
  text-decoration: none;
}
.footer .sub_menu ul li a:before {
  content: ">";
  color: #fce500;
  padding-right: 5px;
}
.footer .copyright {
  padding: 5px;
  text-align: center;
  font-size: 0.9em;
}
@media (max-width: 750px) {
  .social-network {
    display: inline-block;
    width: inherit;
    vertical-align: top;
    padding: 20px 0;
  }
  .social-network ul {
    text-align: left;
    padding: 0;
  }
  .social-network ul li {
    list-style-type: none;
    display: inline-block;
    padding: 10px 25px 10px 0;
    vertical-align: top;
    text-align: center;
  }
  .social-network ul li.external-link {
    padding: 10px 0;
  }
  .social-network ul li .wrapper-link {
    margin-top: 5px;
  }
  .social-network ul li .wrapper-link a {
    text-decoration: none;
    font-size: 1.1rem;
    color: #808080;
    font-style: italic;
    font-family: 'Open Sans', Gadget, sans-serif;
    text-transform: uppercase;
  }
  .social-network ul li img {
    width: 2.5em;
  }
}
@media (max-width: 960px) {
  .footer .sub_menu .language_selector {
    float: none;
    text-align: center;
    display: block;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .footer .wrapper-menu {
    min-height: 0;
    line-height: normal;
  }
  .footer .wrapper-menu .menu {
    width: 100%;
    padding: 10px;
  }
  .footer .wrapper-menu .menu:after {
    display: none;
  }
  .footer .wrapper-menu .image {
    display: none;
  }
  .footer .before-sub-menu .mission {
    width: 100%;
    padding-bottom: 0;
  }
  .footer .before-sub-menu .mission .text-miss {
    width: 100%;
    white-space: normal;
  }
  .footer .before-sub-menu .social-network {
    width: 100%;
  }
  .footer .before-sub-menu .social-network ul {
    text-align: left;
  }
  .footer .sub_menu ul {
    text-align: left;
  }
}
body > .container {
  max-width: 1600px;
  overflow: hidden;
  margin: auto;
}
#home_widget_1 .widget-wrapper {
  margin-top: 30px;
}
#home_widget_1 .widget-title-home h2 {
  position: relative;
  text-align: center;
  padding: 7px;
  font-size: 2.4rem;
}
#home_widget_1 .widget-title-home h2:before {
  content: "";
  border-top: 4px solid #fce500;
  position: absolute;
  width: 147px;
  top: 0;
  left: 50%;
  margin-left: -65px;
}
#home_widget_1 .widget-title-home h2:after {
  content: "";
  border-top: 4px solid #fce500;
  position: absolute;
  width: 147px;
  bottom: 0;
  left: 50%;
  margin-left: -85px;
}
.widget_wysija {
  background-color: #27509b;
  text-align: center;
  margin-bottom: 30px;
}
.widget_wysija div {
  display: inline-block;
}
.widget_wysija h3 {
  color: #ffffff;
  font-size: 1.8rem;
  margin: 0;
}
.widget_wysija h3:before,
.widget_wysija h3:after {
  display: none;
}
.widget_wysija form {
  position: relative;
  background: #ffffff;
  margin: 10px 0 10px 40px;
}
.widget_wysija form p {
  display: inline-block;
  margin: 0;
  padding-right: 150px;
}
.widget_wysija form p label {
  display: none;
}
.widget_wysija form input {
  display: inline-block;
  border: none;
  padding: 15px 20px;
}
.widget_wysija form input[type="text"] {
  width: 260px;
}
.widget_wysija form input[type="submit"] {
  background: #fce500;
  position: absolute;
  top: 0;
  right: 0;
  margin-top: 0;
  text-transform: uppercase;
  font-weight: bold;
}
.widget_wysija form input[type="submit"]:hover,
.widget_wysija form input[type="submit"]:focus {
  transition: border-color 0.5s, color 0.5s;
  background: #404040;
  text-decoration: none !important;
  color: #ffffff;
}
.widget_wysija .wysija-msg {
  display: none;
}
.ecwd-search {
  display: none;
}
.widget_ReseauxSociaux {
  text-align: center;
}
.widget_ReseauxSociaux .col_reseaux_sociaux {
  text-align: left;
  display: inline-block;
  width: 30%;
  vertical-align: top;
}
.widget_ReseauxSociaux .col_reseaux_sociaux .logo,
.widget_ReseauxSociaux .col_reseaux_sociaux h4 {
  display: inline-block;
  vertical-align: middle;
}
.widget_ReseauxSociaux .col_reseaux_sociaux .logo {
  width: 2em;
  margin-right: 5px;
}
.widget_ReseauxSociaux .col_reseaux_sociaux #youtube {
  position: relative;
}
.widget_ReseauxSociaux .col_reseaux_sociaux #youtube .reseau_contenu img {
  width: 100%;
}
.widget_ReseauxSociaux .col_reseaux_sociaux #youtube .reseau_contenu #youtube_bar #youtube_button {
  display: inline-block;
  position: absolute;
  bottom: 0px;
  right: 0px;
}
.widget_ReseauxSociaux .col_reseaux_sociaux #youtube .reseau_contenu #youtube_bar a {
  display: inline-block;
}
.widget_ReseauxSociaux .col_reseaux_sociaux #youtube .reseau_contenu #youtube_button {
  position: absolute;
  bottom: 0px;
  right: 0px;
}
.widget_ReseauxSociaux .col_reseaux_sociaux #zone_michelin {
  position: relative;
}
.widget_ReseauxSociaux .col_reseaux_sociaux #zone_michelin .reseau_contenu img {
  width: 100%;
}
.widget_ReseauxSociaux .col_reseaux_sociaux #zone_michelin .reseau_contenu a {
  position: absolute;
  bottom: 0px;
  right: 0px;
  background-color: white;
  font-size: 1.5em;
  font-style: italic;
  text-decoration: none;
  font-weight: bold;
}
.navigation {
  text-align: center;
  font-weight: bold;
  margin: 40px auto;
}
.navigation ul {
  list-style-type: none;
  font-style: italic;
}
.navigation ul li {
  display: inline-block;
  margin: 0 5px;
}
.navigation ul li > * {
  display: inline-block;
  padding: 5px 10px 5px 9px;
  color: #404040;
}
.navigation ul li a {
  background-color: #fce500;
  text-decoration: none;
}
.navigation ul li a.next,
.navigation ul li a.prev {
  background-color: #ffffff;
}
.navigation ul li .current {
  background-color: #cccccc;
}
.share {
  list-style-type: none;
}
.share li {
  display: inline-block;
  margin-left: 10px;
}
#content-archive .title-archive {
  display: none;
}
.breadcrumb-list {
  padding: 15px 2.307%;
  font-size: 1.2rem;
  color: #404040;
}
.breadcrumb-list a {
  color: #27509b;
  text-decoration: none;
}
@media (max-width: 767px) {
  #home_widget_1 .widget-wrapper {
    margin-top: 0;
  }
  .breadcrumb-list {
    display: none;
  }
  .widget_wysija {
    background-color: #27509b;
    text-align: center;
    padding: 15px 0;
  }
  .widget_wysija div {
    display: block;
    padding-left: 2.307%;
    padding-right: 2.307%;
  }
  .widget_wysija h3 {
    font-size: 1.8rem;
    margin-bottom: 10px;
  }
  .widget_wysija form {
    padding: 0;
    margin: 0;
  }
  .widget_wysija form p {
    display: block;
    padding-right: 150px;
  }
  .widget_wysija form input[type="text"] {
    width: 100%;
  }
  .widget_wysija .wysija-msg {
    display: none;
  }
  #content-archive .back-to-articles {
    margin-top: 10px;
  }
}
.widget-michelin-wrapper {
  position: relative;
  max-width: 1260px;
  margin: 0 auto;
}
.widget-michelin-wrapper.fullscreen {
  max-width: none;
}
.widget-michelin-wrapper.half {
  width: 49%;
  display: inline-block;
}
.widget-michelin-wrapper.tier {
  width: 32%;
  display: inline-block;
}
.widget-michelin-wrapper.no-image {
  margin-top: 40px;
  margin-bottom: 130px;
  min-height: 0;
}
.widget-michelin-wrapper.no-image .widget-michelin.grey {
  background: #ffffff;
}
.widget-michelin-wrapper.no-image .widget-michelin .contenu {
  width: calc(100% *  7 / 12 - 2.307% - .01px);
  padding-left: calc(100% * 2 / 12 - 2.307% - .01px);
  min-height: 0;
}
.widget-michelin-wrapper.no-image .widget-michelin .contenu:after {
  border-color: #fce500;
}
.widget-michelin-wrapper .widget-michelin {
  position: relative;
  overflow: hidden;
}
.widget-michelin-wrapper .widget-michelin .wrapper-img {
  position: absolute;
  top: 0;
  right: 0;
  width: calc(100% *  8 / 12 - 2.307% - .01px);
  height: 100%;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.widget-michelin-wrapper .widget-michelin .wrapper-img img {
  width: 100%;
}
.widget-michelin-wrapper .widget-michelin .contenu {
  padding: 30px 0;
  padding-left: calc(100% * 1 / 12 - 2.307% - .01px);
  width: calc(100% *  5 / 12 - 2.307% - .01px);
  position: relative;
  background: #27509b;
  min-height: 300px;
}
.widget-michelin-wrapper .widget-michelin .contenu > div {
  position: relative;
  z-index: 5;
}
.widget-michelin-wrapper .widget-michelin .contenu h1,
.widget-michelin-wrapper .widget-michelin .contenu h2,
.widget-michelin-wrapper .widget-michelin .contenu h3,
.widget-michelin-wrapper .widget-michelin .contenu h4,
.widget-michelin-wrapper .widget-michelin .contenu h5 {
  line-height: 1;
  margin-bottom: 15px;
  font-size: 4.5rem;
  font-weight: 900;
  color: #ffffff;
}
.widget-michelin-wrapper .widget-michelin .contenu p,
.widget-michelin-wrapper .widget-michelin .contenu pre {
  color: #ffffff;
}
.widget-michelin-wrapper .widget-michelin .contenu:after {
  content: "";
  background: #27509b;
  width: 300px;
  border-right: 10px solid #27509b;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -60px;
  z-index: 3;
  -webkit-transform: skew(-20deg);
  -moz-transform: skew(-20deg);
  -o-transform: skew(-20deg);
  -ms-transform: skew(-20deg);
  transform: skew(-20deg);
}
.widget-michelin-wrapper .widget-michelin .contenu p {
  margin: 0 0 15px 0;
  color: #eceefb;
}
.widget-michelin-wrapper .widget-michelin.black .contenu {
  background-color: #404040;
}
.widget-michelin-wrapper .widget-michelin.black .contenu p {
  color: #ffffff;
}
.widget-michelin-wrapper .widget-michelin.black .contenu h1,
.widget-michelin-wrapper .widget-michelin.black .contenu h2,
.widget-michelin-wrapper .widget-michelin.black .contenu h3,
.widget-michelin-wrapper .widget-michelin.black .contenu h4,
.widget-michelin-wrapper .widget-michelin.black .contenu h5 {
  color: #ffffff;
}
.widget-michelin-wrapper .widget-michelin.black .contenu:after {
  background: #404040;
  border-right: 10px solid #404040;
}
.widget-michelin-wrapper .widget-michelin.grey .contenu {
  background-color: #cccccc;
}
.widget-michelin-wrapper .widget-michelin.grey .contenu p {
  color: #ffffff;
}
.widget-michelin-wrapper .widget-michelin.grey .contenu h1,
.widget-michelin-wrapper .widget-michelin.grey .contenu h2,
.widget-michelin-wrapper .widget-michelin.grey .contenu h3,
.widget-michelin-wrapper .widget-michelin.grey .contenu h4,
.widget-michelin-wrapper .widget-michelin.grey .contenu h5 {
  color: #ffffff;
}
.widget-michelin-wrapper .widget-michelin.grey .contenu:after {
  background: #cccccc;
  border-right: 10px solid #cccccc;
}
.widget-michelin-wrapper .widget-michelin.empty {
  border: 1px solid #cccccc;
}
.widget-michelin-wrapper .widget-michelin.empty p {
  color: #404040;
}
.widget-michelin-wrapper .widget-michelin.empty .contenu {
  background: #ffffff;
  color: #27509b;
}
.widget-michelin-wrapper .widget-michelin.empty .contenu h1,
.widget-michelin-wrapper .widget-michelin.empty .contenu h2,
.widget-michelin-wrapper .widget-michelin.empty .contenu h3,
.widget-michelin-wrapper .widget-michelin.empty .contenu h4,
.widget-michelin-wrapper .widget-michelin.empty .contenu h5 {
  color: #27509b;
}
.widget-michelin-wrapper .widget-michelin.empty .contenu.black p {
  color: #404040;
}
.widget-michelin-wrapper .widget-michelin.empty .contenu.black h1,
.widget-michelin-wrapper .widget-michelin.empty .contenu.black h2,
.widget-michelin-wrapper .widget-michelin.empty .contenu.black h3,
.widget-michelin-wrapper .widget-michelin.empty .contenu.black h4,
.widget-michelin-wrapper .widget-michelin.empty .contenu.black h5 {
  color: #404040;
}
.widget-michelin-wrapper .widget-michelin.empty .contenu.black:after {
  border-color: #000000;
}
.widget-michelin-wrapper .widget-michelin.empty .contenu.grey p {
  color: #999999;
}
.widget-michelin-wrapper .widget-michelin.empty .contenu.grey h1,
.widget-michelin-wrapper .widget-michelin.empty .contenu.grey h2,
.widget-michelin-wrapper .widget-michelin.empty .contenu.grey h3,
.widget-michelin-wrapper .widget-michelin.empty .contenu.grey h4,
.widget-michelin-wrapper .widget-michelin.empty .contenu.grey h5 {
  color: #999999;
}
.widget-michelin-wrapper .widget-michelin.empty .contenu.grey:after {
  border-color: #999999;
}
.widget-michelin-wrapper .widget-michelin.empty h2 {
  color: #27509b;
}
.widget-michelin-wrapper .widget-michelin.empty .contenu:after {
  background: #ffffff;
  border-right: 10px solid #27509b;
}
.widget-michelin-wrapper .wrapper-content-no-image {
  position: absolute;
  right: 0;
  width: calc(100% *  8 / 12 - 2.307% - .01px);
  top: 100%;
  margin-top: -50px;
  padding-left: 60px;
  overflow: hidden;
}
.widget-michelin-wrapper .wrapper-content-no-image .content-no-image {
  position: relative;
  background: #f2f2f2;
  padding: 20px;
  z-index: 10;
  font-weight: bold;
  font-style: italic;
}
.widget-michelin-wrapper .wrapper-content-no-image .content-no-image:before {
  content: "";
  border-top: 167px solid transparent;
  border-right: 57px solid #f2f2f2;
  position: absolute;
  top: 0;
  left: -57px;
}
.widget-michelin-wrapper.fullscreen .content-no-image {
  padding-right: 100px;
}
.widget-michelin-wrapper + .widget-michelin-wrapper {
  margin-top: 40px;
}
@media (max-width: 960px) {
  .widget-michelin-wrapper .widget-michelin .wrapper-img,
  .widget-michelin-wrapper.fullscreen .widget-michelin .wrapper-img {
    width: calc(100% *  7 / 12 - 2.307% - .01px);
  }
  .widget-michelin-wrapper .widget-michelin .contenu,
  .widget-michelin-wrapper.fullscreen .widget-michelin .contenu {
    width: calc(100% *  6 / 12 - 2.307% - .01px);
  }
}
@media (max-width: 767px) {
  .widget-michelin-wrapper .widget-michelin .wrapper-img,
  .widget-michelin-wrapper.fullscreen .widget-michelin .wrapper-img {
    position: relative;
    width: 100%;
  }
  .widget-michelin-wrapper .widget-michelin .contenu,
  .widget-michelin-wrapper.fullscreen .widget-michelin .contenu {
    width: 100% !important;
    padding: 20px;
  }
  .widget-michelin-wrapper .widget-michelin .contenu h2,
  .widget-michelin-wrapper.fullscreen .widget-michelin .contenu h2 {
    text-align: center;
    font-size: 2.8rem;
  }
  .widget-michelin-wrapper .widget-michelin .contenu:after,
  .widget-michelin-wrapper.fullscreen .widget-michelin .contenu:after {
    display: none;
  }
  .widget-michelin-wrapper .wrapper-content-no-image {
    position: relative;
    right: 0;
    width: 100%;
    top: 0;
    margin-top: 0;
    padding: 0;
  }
  .widget-michelin-wrapper .wrapper-content-no-image .content-no-image {
    padding-left: 2.307%;
    padding-right: 2.307%;
  }
  .widget-michelin-wrapper .wrapper-content-no-image .content-no-image:before {
    display: none;
  }
}
.news-widget {
  margin: 20px auto;
  max-width: 1260px;
}
.news-widget .widget-title-home {
  margin: 15px 0;
}
.news-widget a {
  text-decoration: none;
  font-weight: bold;
  font-style: italic;
}
.news-widget a:before {
  content: ">";
  background-color: #fce500;
  padding: 1px 4px;
  margin-right: 10px;
  font-weight: bold;
  font-size: 1.1em;
  line-height: 1;
  display: inline-block;
  text-decoration: none !important;
}
.news-widget a:hover {
  text-decoration: underline;
}
.news-widget .main-article {
  width: calc(100% *  6.5 / 12 - 2.307% - .01px);
}
.news-widget .main-article h3 {
  font-size: 2.2rem;
  margin-bottom: 2px;
  line-height: 1;
}
.news-widget .other-news {
  width: calc(100% *  5 / 12 - 2.307% - .01px);
  margin-left: calc(100% * 0.5 / 12 + 2.307% - .01px);
  position: relative;
}
.news-widget .other-news .content {
  padding: 10px 20px;
  margin-right: 150px;
}
.news-widget .other-news .image {
  width: 150px;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  background-size: cover;
}
.news-widget .main-article .wrapper,
.news-widget .other-news .article {
  border: 1px solid #cccccc;
}
.news-widget .other-news .article {
  position: relative;
  margin-bottom: 10px;
  overflow: hidden;
}
.news-widget .other-news .article h4 {
  margin-bottom: 2px;
  font-size: 1.5rem;
  line-height: 1;
}
.news-widget .date {
  font-size: 1.3rem;
}
.news-widget .other-news .article p {
  margin-top: 20px;
}
.news-widget .article-content {
  padding: 20px;
}
.news-widget .see-all-news {
  text-align: right;
  padding: 0 2.307%;
}
@media (max-width: 960px) {
  .news-widget .image {
    display: none;
  }
  .news-widget .other-news .content {
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  #home_widget_1 .widget-wrapper {
    margin-top: 0;
  }
  .news-widget {
    margin: 0;
  }
  .news-widget .grid-layout {
    margin: 0;
  }
  .news-widget .grid-layout > div {
    margin: 0;
    width: 100% !important;
    display: block;
  }
  .news-widget .grid-layout .main-article {
    margin-bottom: 10px;
  }
}
.widget-pressrelease {
  max-width: 1260px;
  margin: 20px auto;
}
.widget-pressrelease .pressrelease {
  position: relative;
}
.widget-pressrelease .content {
  background-color: #27509b;
  height: 100%;
  width: calc(100% *  5 / 12 - 2.307% - .01px);
  padding: 20px;
  display: inline-block;
  vertical-align: top;
  text-align: left;
  color: #ECEEFB;
  margin-right: 0px;
  border: none;
  z-index: 1;
}
.widget-pressrelease .content h4 {
  color: #fff;
  margin-bottom: 0px;
  font-size: 1.4rem;
}
.widget-pressrelease .content .date {
  color: #D3D3D3;
}
.widget-pressrelease .content p {
  margin: 10px 0;
  color: #eceefb;
}
.widget-pressrelease .content .cta {
  margin-top: 25px;
  margin-bottom: 25px;
}
.widget-pressrelease .content .cta i {
  margin-left: -10px;
  padding-right: 10px;
}
.widget-pressrelease .image {
  height: 100%;
  width: calc(100% *  7 / 12 - 2.307% - .01px);
  margin-left: 0;
  display: inline-block;
  vertical-align: top;
  position: absolute;
  right: 2.307%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.widget-pressrelease .date {
  font-size: 1.3rem;
}
.widget-pressrelease .image img {
  width: 100%;
  margin: 0px;
  height: 100%;
  position: absolute;
  right: 0px;
}
.widget-pressrelease .see-all-pressrelease {
  text-align: right;
  margin-top: 20px;
  padding: 0 2.307%;
}
.widget-pressrelease .see-all-pressrelease a {
  text-decoration: none;
  font-weight: bold;
  font-style: italic;
}
.widget-pressrelease .see-all-pressrelease a:hover {
  text-decoration: underline;
}
.widget-pressrelease .see-all-pressrelease:before {
  content: ">";
  background-color: #fce500;
  padding: 1px 4px;
  margin-right: 10px;
  font-weight: bold;
  font-size: 1.2em;
}
@media (max-width: 960px) {
  .widget-pressrelease .content {
    width: calc(100% *  7 / 12 - 2.307% - .01px);
  }
  .widget-pressrelease .image {
    width: calc(100% * 5 / 12 - .01px);
  }
}
@media (max-width: 767px) {
  #home_widget_1 .widget-wrapper {
    margin-top: 0;
  }
  .widget-pressrelease .pressrelease {
    height: auto !important;
  }
  .widget-pressrelease .pressrelease .image {
    display: none;
  }
  .widget-pressrelease .pressrelease .content {
    width: 100%;
  }
  .widget-pressrelease .pressrelease .content .cta {
    margin: 10px;
    font-size: 1.2rem;
  }
}
.calendar-home {
  background: #f2f2f2;
  padding-top: 30px;
  padding-bottom: 95px;
  position: relative;
  min-height: 700px;
}
.calendar-home h3 {
  color: #27509b;
}
.calendar-home .bibendum {
  background: url('https://tire-selector-aircraft.webmichelin.com/wp-content/themes/mch_socle/../images/bibendum-blog.png') no-repeat bottom right;
  position: absolute;
  top: 65px;
  right: 41px;
  z-index: 1;
  width: 244px;
  height: 600px;
}
.calendar-home .bibendum-hand {
  background: url('https://tire-selector-aircraft.webmichelin.com/wp-content/themes/mch_socle/../images/bibendum-blog-hand.png') no-repeat bottom right;
  position: absolute;
  top: 65px;
  right: 210px;
  z-index: 3;
  width: 43px;
  height: 37px;
}
.calendar-home .wrapper-calendar {
  max-width: 100%;
  margin: 0 210px;
  z-index: 2;
  position: relative;
}
.calendar-home .wrapper-calendar i {
  color: #27509b;
}
.calendar-home .wrapper-calendar .calendar-head {
  height: auto;
  padding: 10px;
}
.calendar-home .wrapper-calendar .calendar-head .current-month {
  font-size: 1.8rem;
  color: #404040;
  font-weight: bold;
  text-shadow: none;
}
.calendar-home .wrapper-calendar .calendar-head .current-month div {
  font-size: inherit;
}
.calendar-home .wrapper-calendar .calendar-head .previous,
.calendar-home .wrapper-calendar .calendar-head .next {
  text-shadow: none;
}
.calendar-home .wrapper-calendar .ecwd_calendar .ecwd_calendar_prev_next,
.calendar-home .wrapper-calendar .ecwd_calendar.cal_blue .ecwd_calendar_prev_next {
  box-shadow: none;
  background: #ffffff;
}
.calendar-home .wrapper-calendar .ecwd_calendar .ecwd_calendar_container,
.calendar-home .wrapper-calendar .ecwd_calendar.cal_blue .ecwd_calendar_container {
  border-collapse: separate !important;
  border-spacing: 1px !important;
  background: none !important;
}
.calendar-home .wrapper-calendar .ecwd_calendar .ecwd_calendar_container td,
.calendar-home .wrapper-calendar .ecwd_calendar.cal_blue .ecwd_calendar_container td {
  font-family: 'Open Sans', sans-serif !important;
  font-size: 1.8rem !important;
  color: #999999 !important;
  padding: 15px !important;
  border: none;
  background: #ffffff;
}
.calendar-home .wrapper-calendar .ecwd_calendar .ecwd_calendar_container td.current-day,
.calendar-home .wrapper-calendar .ecwd_calendar.cal_blue .ecwd_calendar_container td.current-day {
  color: #404040 !important;
}
.calendar-home .wrapper-calendar .ecwd_calendar .ecwd_calendar_container .normal-day-heading,
.calendar-home .wrapper-calendar .ecwd_calendar.cal_blue .ecwd_calendar_container .normal-day-heading {
  background: #27509b !important;
  color: #ffffff !important;
  font-family: 'Open Sans', Gadget, sans-serif;
  font-size: 2rem;
  padding: 15px;
  font-style: italic;
  border: none;
}
.calendar-home .wrapper-calendar .ecwd_calendar .ecwd_calendar_container tr td:nth-last-child(2),
.calendar-home .wrapper-calendar .ecwd_calendar.cal_blue .ecwd_calendar_container tr td:nth-last-child(2),
.calendar-home .wrapper-calendar .ecwd_calendar .ecwd_calendar_container tr td:last-child,
.calendar-home .wrapper-calendar .ecwd_calendar.cal_blue .ecwd_calendar_container tr td:last-child {
  background: #eaeff5;
}
.calendar-home .wrapper-calendar .ecwd_calendar .ecwd_calendar_container .ecwd_list,
.calendar-home .wrapper-calendar .ecwd_calendar.cal_blue .ecwd_calendar_container .ecwd_list {
  background: none;
  position: relative;
  z-index: 2;
}
.calendar-home .wrapper-calendar .ecwd_calendar .ecwd_calendar_container .ecwd_list li > .event-content,
.calendar-home .wrapper-calendar .ecwd_calendar.cal_blue .ecwd_calendar_container .ecwd_list li > .event-content {
  background: #ffffff;
  margin: 0;
  padding: 50px !important;
}
.calendar-home .wrapper-calendar .ecwd_calendar .ecwd_calendar_container .ecwd_list .ecwd-no-image,
.calendar-home .wrapper-calendar .ecwd_calendar.cal_blue .ecwd_calendar_container .ecwd_list .ecwd-no-image {
  background: #ffffff;
  margin-bottom: 3px !important;
}
.calendar-home .wrapper-calendar .ecwd_calendar .ecwd_calendar_container .ecwd_list .ecwd-no-image:after,
.calendar-home .wrapper-calendar .ecwd_calendar.cal_blue .ecwd_calendar_container .ecwd_list .ecwd-no-image:after {
  content: none;
}
.calendar-home .wrapper-calendar .ecwd_calendar .ecwd_calendar_container .ecwd_list .ecwd-no-image .event-main-content,
.calendar-home .wrapper-calendar .ecwd_calendar.cal_blue .ecwd_calendar_container .ecwd_list .ecwd-no-image .event-main-content {
  padding: 15px 30px!important;
}
.calendar-home .wrapper-calendar .ecwd_calendar .ecwd_calendar_container .ecwd_list .ecwd-no-image .event-main-content .event-title,
.calendar-home .wrapper-calendar .ecwd_calendar.cal_blue .ecwd_calendar_container .ecwd_list .ecwd-no-image .event-main-content .event-title {
  color: #27509b;
  font-weight: bold;
  font-size: 1.2em;
}
.calendar-home .wrapper-calendar .ecwd_calendar .ecwd_calendar_container .ecwd_list .ecwd-no-image .event-main-content .mch-date,
.calendar-home .wrapper-calendar .ecwd_calendar.cal_blue .ecwd_calendar_container .ecwd_list .ecwd-no-image .event-main-content .mch-date,
.calendar-home .wrapper-calendar .ecwd_calendar .ecwd_calendar_container .ecwd_list .ecwd-no-image .event-main-content .address,
.calendar-home .wrapper-calendar .ecwd_calendar.cal_blue .ecwd_calendar_container .ecwd_list .ecwd-no-image .event-main-content .address {
  margin: 0;
  margin-right: 50px;
  float: none;
  display: inline-block;
  font-size: 0.93em !important;
}
.calendar-home .wrapper-calendar .ecwd_calendar .ecwd_calendar_container .ecwd_list .ecwd-no-image .event-main-content .mch-date,
.calendar-home .wrapper-calendar .ecwd_calendar.cal_blue .ecwd_calendar_container .ecwd_list .ecwd-no-image .event-main-content .mch-date,
.calendar-home .wrapper-calendar .ecwd_calendar .ecwd_calendar_container .ecwd_list .ecwd-no-image .event-main-content .mch-date i,
.calendar-home .wrapper-calendar .ecwd_calendar.cal_blue .ecwd_calendar_container .ecwd_list .ecwd-no-image .event-main-content .mch-date i,
.calendar-home .wrapper-calendar .ecwd_calendar .ecwd_calendar_container .ecwd_list .ecwd-no-image .event-main-content .address,
.calendar-home .wrapper-calendar .ecwd_calendar.cal_blue .ecwd_calendar_container .ecwd_list .ecwd-no-image .event-main-content .address,
.calendar-home .wrapper-calendar .ecwd_calendar .ecwd_calendar_container .ecwd_list .ecwd-no-image .event-main-content .address i,
.calendar-home .wrapper-calendar .ecwd_calendar.cal_blue .ecwd_calendar_container .ecwd_list .ecwd-no-image .event-main-content .address i {
  background: none;
  color: #404040;
  font-style: normal;
  padding-left: 0;
}
.calendar-home .wrapper-calendar .ecwd_calendar .ecwd_calendar_container .ecwd_list .ecwd-no-image .event-main-content .mch-date i,
.calendar-home .wrapper-calendar .ecwd_calendar.cal_blue .ecwd_calendar_container .ecwd_list .ecwd-no-image .event-main-content .mch-date i,
.calendar-home .wrapper-calendar .ecwd_calendar .ecwd_calendar_container .ecwd_list .ecwd-no-image .event-main-content .address i,
.calendar-home .wrapper-calendar .ecwd_calendar.cal_blue .ecwd_calendar_container .ecwd_list .ecwd-no-image .event-main-content .address i {
  font-size: 1.2em;
}
.calendar-home .wrapper-calendar .ecwd_calendar .ecwd_calendar_container .ecwd_list .ecwd-no-image .event-main-content .event-content,
.calendar-home .wrapper-calendar .ecwd_calendar.cal_blue .ecwd_calendar_container .ecwd_list .ecwd-no-image .event-main-content .event-content {
  margin-top: 10px;
}
.calendar-home .wrapper-calendar .ecwd_calendar .ecwd_calendar_container.cal_blue.mini td ul.events li,
.calendar-home .wrapper-calendar .ecwd_calendar.cal_blue .ecwd_calendar_container.cal_blue.mini td ul.events li {
  width: 12px;
  height: 12px !important;
  background: #27509b;
}
.calendar-home .wrapper-calendar .ecwd_calendar .ecwd_calendar_container.cal_blue.mini td ul.events li:nth-child(2),
.calendar-home .wrapper-calendar .ecwd_calendar.cal_blue .ecwd_calendar_container.cal_blue.mini td ul.events li:nth-child(2) {
  right: 20px;
}
.calendar-home .wrapper-calendar .ecwd_calendar .ecwd-events-day-details .events > li,
.calendar-home .wrapper-calendar .ecwd_calendar.cal_blue .ecwd-events-day-details .events > li {
  background: #ffffff;
  margin-bottom: 10px;
  padding: 10px;
}
.calendar-home .wrapper-calendar .ecwd_calendar .ecwd-events-day-details .events > li h3,
.calendar-home .wrapper-calendar .ecwd_calendar.cal_blue .ecwd-events-day-details .events > li h3 {
  font-size: 1.6rem;
  text-transform: none;
  font-style: normal;
  font-family: 'Arial', sans-serif;
  font-weight: 700;
  margin-bottom: 3px;
}
.calendar-home .wrapper-calendar .ecwd_calendar .ecwd-events-day-details .events > li .event-details-title,
.calendar-home .wrapper-calendar .ecwd_calendar.cal_blue .ecwd-events-day-details .events > li .event-details-title {
  padding: 0;
}
.calendar-home .wrapper-calendar .ecwd_calendar .ecwd-events-day-details .events > li .mch-date,
.calendar-home .wrapper-calendar .ecwd_calendar.cal_blue .ecwd-events-day-details .events > li .mch-date,
.calendar-home .wrapper-calendar .ecwd_calendar .ecwd-events-day-details .events > li .event-venue,
.calendar-home .wrapper-calendar .ecwd_calendar.cal_blue .ecwd-events-day-details .events > li .event-venue {
  display: inline-block;
  background: none;
  color: #404040;
  font-size: 1.4rem;
  font-style: normal;
}
.calendar-home .wrapper-calendar .ecwd_calendar .ecwd-events-day-details .events > li .mch-date i,
.calendar-home .wrapper-calendar .ecwd_calendar.cal_blue .ecwd-events-day-details .events > li .mch-date i,
.calendar-home .wrapper-calendar .ecwd_calendar .ecwd-events-day-details .events > li .event-venue i,
.calendar-home .wrapper-calendar .ecwd_calendar.cal_blue .ecwd-events-day-details .events > li .event-venue i {
  color: #404040;
  margin-right: 3px;
}
.calendar-home .wrapper-calendar .ecwd_calendar .ecwd-events-day-details .events > li .metainfo,
.calendar-home .wrapper-calendar .ecwd_calendar.cal_blue .ecwd-events-day-details .events > li .metainfo {
  color: #404040;
  padding-left: 0;
  font-style: normal;
}
.calendar-home .wrapper-calendar .ecwd_calendar .ecwd-events-day-details .events > li .ecwd-detalis,
.calendar-home .wrapper-calendar .ecwd_calendar.cal_blue .ecwd-events-day-details .events > li .ecwd-detalis {
  font-style: normal;
  margin: 10px 0;
}
.calendar-home .wrapper-calendar .ecwd_calendar .ecwd_calendar_prev_next,
.calendar-home .wrapper-calendar .ecwd_calendar.cal_blue .ecwd_calendar_prev_next {
  border: none;
  margin-bottom: 3px;
  z-index: 4;
  position: relative;
}
.calendar-home .wrapper-calendar .ecwd_calendar .ecwd_list .ecwd-list-img,
.calendar-home .wrapper-calendar .ecwd_calendar.cal_blue .ecwd_list .ecwd-list-img {
  float: none;
  width: 75px !important;
  background: #cccccc;
  vertical-align: middle;
}
.calendar-home .wrapper-calendar .ecwd_calendar .ecwd_list .ecwd-list-img .ecwd-list-date,
.calendar-home .wrapper-calendar .ecwd_calendar.cal_blue .ecwd_list .ecwd-list-img .ecwd-list-date {
  background: none;
  color: #27509b;
  font-family: 'Open Sans', Gadget, sans-serif;
  font-style: italic;
  text-transform: uppercase;
  line-height: 1;
}
.calendar-home .wrapper-calendar .ecwd_calendar .ecwd_list .ecwd-list-img .ecwd-list-date .day,
.calendar-home .wrapper-calendar .ecwd_calendar.cal_blue .ecwd_list .ecwd-list-img .ecwd-list-date .day {
  font-size: 1.7em;
}
@media (max-width: 960px) {
  .calendar-home .wrapper-calendar {
    margin-left: calc(100% * 2 / 12 - 2.307% - .01px);
    margin-right: calc(100% * 2 / 12 - 2.307% - .01px);
  }
  .calendar-home .bibendum,
  .calendar-home .bibendum-hand {
    display: none;
  }
}
@media (max-width: 767px) {
  .calendar-home .wrapper-calendar {
    margin: 0 2.307%;
  }
  .calendar-home .bibendum,
  .calendar-home .bibendum-hand {
    display: none;
  }
}
#before-article {
  position: relative;
}
#before-article .share-block {
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  right: 2.307%;
  top: 10px;
}
#before-article .breadcrumb-list {
  display: inline-block;
  vertical-align: middle;
}
.back-to-articles {
  margin-left: 2.307%;
  background-color: #fce500;
  text-transform: uppercase;
  font-weight: bold;
  padding: 10px 15px;
  text-decoration: none;
}
#article {
  margin-top: 20px;
}
#article .grid-layout > div {
  width: calc(100% *  8 / 12 - 2.307% - .01px);
  margin-left: calc(100% * 2 / 12 + 2.307% - .01px);
}
#article input[type="submit"],
#article .reply a {
  padding: 15px;
}
#article li {
  list-style-type: none;
}
#article .post-title {
  position: relative;
  padding: 10px 0 10px 75px;
  overflow: hidden;
}
#article .post-title h1 {
  font-size: 4.5rem;
  line-height: 1;
  margin-bottom: 10px;
}
#article .post-title:before {
  content: "";
  display: block;
  position: absolute;
  left: 30px;
  top: -10px;
  bottom: -10px;
  width: 0;
  border-left: 9px solid #fce500;
  background: 0;
  -ms-transform: rotate(20deg);
  /* IE 9 */
  -webkit-transform: rotate(20deg);
  /* Chrome, Safari, Opera */
  transform: rotate(20deg);
}
#article .post-meta {
  font-style: italic;
  margin-left: -15px;
  font-size: 1.6rem;
}
#article .post-meta a {
  text-decoration: none;
}
#article .post-entry {
  margin: 20px 0;
}
#article .post-entry .sommaire {
  font-size: 1.125em;
  font-style: italic;
  font-weight: 700;
}
#article .post-entry img {
  width: 100%;
  height: auto;
  padding: 20px;
}
#article .post-entry h1,
#article .post-entry h2,
#article .post-entry h3 {
  color: #27509b;
  font-weight: 900;
}
#article .post-entry h1 {
  font-size: 1.5em;
  margin: 45px auto;
}
#article .post-entry h2 {
  font-size: 1.25em;
}
#article .post-entry h3 {
  margin-top: 40px;
  font-size: 1.13em;
}
#article .post-entry h3,
#article .post-entry h4,
#article .post-entry h5 {
  text-transform: none;
  font-weight: 500;
}
#article .post-entry ul li {
  list-style-type: inherit;
  color: #404040;
}
#article .post-entry ul li:first-line {
  color: #404040;
}
#article .post-entry a {
  display: block;
  font-style: italic;
  font-weight: bold;
  margin: 10px 0;
  text-decoration: none;
}
#article .post-entry a:before {
  content: ">";
  padding: 4px;
  margin-right: 10px;
  font-weight: bold;
  font-size: 1.2em;
  display: inline-block;
}
#article .post-entry a:hover {
  text-decoration: underline;
}
#article .post-entry iframe {
  display: block;
  margin: auto;
  width: 100%;
}
#article .post-entry blockquote {
  width: 80%;
  margin: 20px auto;
  padding: 50px 0;
  font-size: 1.125em;
  font-style: italic;
  position: relative;
}
#article .post-entry blockquote:before {
  content: "\201C";
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
  font-style: normal;
  font-size: 80px;
  line-height: 70px;
  color: #fce500;
}
#article .post-entry blockquote:after {
  content: "\201D";
  font-family: 'Open Sans', sans-serif;
  font-weight: bold;
  font-style: normal;
  font-size: 80px;
  color: #fce500;
  position: absolute;
  bottom: 0;
  right: 0;
  line-height: 0;
}
#article .post-entry .author-citation {
  margin: auto;
  width: 80%;
  font-weight: 900;
  position: relative;
  top: -50px;
}
#article .post-entry .note-bas-page {
  font-size: 0.7em;
  margin-top: 20px;
}
#article .post-entry .download-doc a:before {
  font-family: "fontello", sans-serif;
  content: "\e80c";
  font-weight: normal;
  font-style: normal;
  font-size: 1em;
  display: inline-block;
}
#article .post-entry table {
  margin: 20px 0;
  border: none;
}
#article .post-entry table tbody tr {
  border-bottom: 1px solid #cccccc;
}
#article .post-entry table tbody tr td:last-child {
  border-right: none;
}
#article .post-entry table tbody tr:first-child {
  color: #27509b;
  font-weight: 900;
  font-style: italic;
  font-size: 1.1em;
  border-bottom: 2px solid #27509b;
  text-transform: uppercase;
}
#article .post-entry table tbody td {
  border: none;
  border-right: 1px solid #cccccc;
}
#article .share-block {
  text-align: right;
}
#article .article-author {
  border: 1px solid #cccccc;
  margin-top: 60px;
}
#article .article-author .grid-2 {
  margin-left: -2.307%;
}
#article .article-author .grid-2 > * {
  margin-left: 2.307%;
}
#article .article-author .author-avatar {
  width: calc(100% *  4 / 12 - 2.307% - .01px);
  max-width: 170px;
  overflow: hidden;
  position: relative;
}
#article .article-author .author-avatar:after {
  content: "";
  background: #ffffff;
  width: 75px;
  position: absolute;
  top: -20px;
  bottom: -20px;
  right: -46px;
  -ms-transform: rotate(20deg);
  /* IE 9 */
  -webkit-transform: rotate(20deg);
  /* Chrome, Safari, Opera */
  transform: rotate(20deg);
}
#article .article-author .author-avatar img {
  width: 100%;
}
#article .article-author .author-informations {
  width: calc(100% *  8 / 12 - 2.307% - .01px);
}
#article .article-author .author-informations h3 {
  color: #27509b;
  font-size: 1.6rem;
}
#article .article-author .author-informations a {
  font-style: italic;
  font-weight: bold;
  margin: 10px 0;
  text-decoration: none;
  /*&:before {
          content: ">";
          background-color: @yellow;
          padding: 4px;
          margin-right: 10px;
          font-weight: bold;
          font-size: 1.2em;
          display: inline-block;
        }*/
}
#article .article-author .author-informations a:hover {
  text-decoration: underline;
}
#article #comments {
  margin-top: 80px;
}
#article #comments .comments-title {
  font-size: 2.8rem;
}
#article #comments .comment {
  border-top: 1px solid #f2f2f2;
}
#article #comments .comment .single-comment-content {
  margin: 20px 0;
  padding-top: 10px;
}
#article #comments .comment .single-comment-content .comment-author-name {
  font-weight: 900;
  font-style: italic;
  font-size: 1.3em;
  text-transform: uppercase;
  margin-bottom: 0;
}
#article #comments .comment .single-comment-content .comment-meta a {
  text-decoration: none;
}
#article #comments .comment .single-comment-content p {
  margin: 10px 0;
}
#article #comments .comment .single-comment-content .reply {
  margin: 10px 0;
  padding: 10px 0;
}
#article #comments .comment.byuser > .single-comment-content {
  background-color: rgba(39, 80, 155, 0.1);
  padding: 20px;
}
#article #comments .comment.byuser > .single-comment-content .comment-author-name:after {
  content: "\E817";
  font-family: 'fontello', sans-serif;
  color: #27509b;
  font-style: normal;
  font-size: 0.7em;
}
#article #comments .comment-respond {
  margin: 30px 0;
  background-color: #f2f2f2;
  padding: 30px 2.307%;
}
#article #comments .comment-respond .comment-reply-title {
  text-transform: uppercase;
  font-size: 1.8rem;
  margin-bottom: 0;
}
#article #comments .comment-respond .comment-notes {
  color: #999999;
  font-size: 1.2rem;
}
#article #comments .comment-respond .logged-in-as {
  display: none;
}
#article #comments .comment-respond label {
  color: #27509b;
  text-transform: uppercase;
  font-style: italic;
  font-size: 1.4rem;
  font-family: 'Open Sans', Gadget, sans-serif;
}
#article #comments .comment-respond textarea {
  width: 100%;
  border: 1px solid #cccccc;
}
#article #comments .comment-respond input[type="text"],
#article #comments .comment-respond input[type="email"] {
  display: block;
  width: 50%;
  margin-top: 10px;
  border: 1px solid #cccccc;
  padding: 7px 10px;
}
#article #comments .comment-respond input[type="submit"] {
  background-color: #fce500;
  display: inline-block;
  text-decoration: none;
  font-weight: bold;
  color: #404040;
  padding: 0;
  border: none;
  text-transform: uppercase;
  -webkit-transition: all 0.3s;
  /* Safari */
  transition: all 0.3s;
  padding: 15px;
}
#article #comments .comment-respond input[type="submit"] span,
#article #comments .comment-respond input[type="submit"] button {
  display: block;
  position: relative;
  overflow: hidden;
  line-height: 1;
  padding: 13px 25px;
}
#article #comments .comment-respond input[type="submit"]:hover,
#article #comments .comment-respond input[type="submit"]:focus {
  background: #404040;
  text-decoration: none !important;
  color: #ffffff;
}
#article #comments .comment-respond input[type="submit"]:hover span::before,
#article #comments .comment-respond input[type="submit"]:focus span::before,
#article #comments .comment-respond input[type="submit"]:hover button::before,
#article #comments .comment-respond input[type="submit"]:focus button::before {
  opacity: 1;
  background-color: #404040;
  transform: translate3d(0, 0, 0);
}
#article #similar-articles {
  background-color: #f2f2f2;
  padding: 50px 0;
  margin-bottom: 40px;
  text-align: center;
}
#article #similar-articles .similar-articles-title {
  position: relative;
  padding: 10px;
}
#article #similar-articles .similar-articles-title:before {
  content: "";
  border-top: 4px solid #fce500;
  position: absolute;
  width: 147px;
  top: 0;
  left: 50%;
  margin-left: -65px;
}
#article #similar-articles .similar-articles-title:after {
  content: "";
  border-top: 4px solid #fce500;
  position: absolute;
  width: 147px;
  bottom: 0;
  left: 50%;
  margin-left: -85px;
}
#article #similar-articles .similar-article-wrapper {
  text-align: left;
  vertical-align: top;
  display: inline-block;
  background-color: #ffffff;
  position: relative;
  border: 1px solid #cccccc;
}
#article #similar-articles .similar-article-wrapper .similar-article-img {
  margin: 0;
  top: 0;
  left: 0;
  width: 100%;
}
#article #similar-articles .similar-article-wrapper .similar-article-img img {
  max-width: 100%;
  height: auto;
}
#article #similar-articles .similar-article-wrapper .similar-article-content {
  padding: 10px;
}
#article #similar-articles .similar-article-wrapper .similar-article-content h3 {
  margin-bottom: 0;
  font-size: 1.8rem;
}
#article #similar-articles .similar-article-wrapper .similar-article-content .date {
  color: #404040;
}
#article #similar-articles .similar-article-wrapper .similar-article-content .sum {
  margin-top: 10px;
}
#article #similar-articles .similar-article-wrapper .similar-article-content a {
  font-style: italic;
  font-weight: bold;
  display: block;
  margin: 15px 0;
  text-decoration: none;
  /* &:before {
            content: ">";
            background-color: @yellow;
            padding: 1px 5px;
            margin-right: 10px;
            font-size: 1.2em;
            display: inline-block;
          }*/
}
#article #similar-articles .similar-article-wrapper .similar-article-content a:hover {
  text-decoration: underline;
}
.page-404 #article {
  margin-top: 0;
  overflow: hidden;
}
.page-404 #article > div {
  padding: 48px 2.307% 0 2.307%;
}
.page-404 #article .image {
  position: relative;
}
.page-404 #article .image img {
  position: relative;
  display: block;
  margin: auto;
  z-index: 2;
}
.page-404 #article .image:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: -100%;
  -webkit-transform: skew(-20deg);
  -moz-transform: skew(-20deg);
  -o-transform: skew(-20deg);
  -ms-transform: skew(-20deg);
  transform: skew(-20deg);
  background: #cccccc;
  z-index: 1;
}
@media (max-width: 960px) {
  #article .grid-layout > div {
    width: calc(100% *  10 / 12 - 2.307% - .01px);
    margin-left: calc(10.63033333%);
  }
}
@media (max-width: 767px) {
  .page-404 #article {
    margin-top: 0;
    overflow: hidden;
  }
  .page-404 #article > div {
    padding: 48px 2.307% 0 2.307%;
    width: 100%;
    float: none;
  }
  .page-404 #article .image {
    display: none;
  }
  #before-article {
    text-align: right;
    margin: 10px 0;
    margin-bottom: 30px;
  }
  #before-article .share-block {
    position: relative;
  }
  #before-article .breadcrumb-list {
    display: none;
  }
  #article .grid-layout > div {
    width: 100%;
    margin-left: 0;
  }
  #article .post-title {
    padding: 0;
    text-align: center;
    width: 80%;
    margin: auto;
  }
  #article .post-title h1 {
    font-size: 1.875em;
    font-weight: 900;
    text-align: center;
    padding: 0;
    margin-left: calc(100% * 1 / 12 - 2.307% - .01px);
    margin-right: calc(100% * 1 / 12 - 2.307% - .01px);
  }
  #article .post-title .post-meta {
    text-align: center;
    font-size: 1.5rem;
  }
  #article .post-title:before {
    display: none;
  }
  #article .post-entry .sommaire {
    text-align: center;
  }
  #article .post-entry table th,
  #article .post-entry table td {
    display: table-cell;
  }
  #article #similar-articles {
    padding: 20px 0;
  }
  #article #similar-articles .similar-articles-title {
    position: relative;
    padding: 10px;
  }
  #article #similar-articles .similar-articles-grid {
    margin: 0;
  }
  #article #similar-articles .similar-articles-grid > div {
    margin: 10px 0;
    width: 100%;
  }
  #article #comments .comment-respond input[type="text"],
  #article #comments .comment-respond input[type="email"] {
    width: 100%;
  }
  #article #comments .comment-respond input[type="submit"] {
    margin: 10px 0 0 0 ;
  }
}
@media print {
  .header,
  .footer,
  #before-article,
  .back-to-articles,
  .comment-respond,
  .reply,
  .post-title:before {
    display: none;
  }
  * {
    overflow: visible !important;
    float: none !important;
    position: relative !important;
  }
  .grid-layout {
    display: block;
  }
  .grid-layout > * {
    display: block;
    width: 100%;
  }
}
.list-result > div {
  width: calc(100% *  8 / 12 - 2.307% - .01px);
  margin-left: calc(100% * 2 / 12 + 2.307% - .01px);
}
.list-result h1 {
  position: relative;
  padding: 10px 75px;
  font-size: 4.5rem;
  line-height: 1;
  overflow: hidden;
}
.list-result h1:before {
  content: "";
  display: block;
  position: absolute;
  left: 30px;
  top: -10px;
  bottom: -10px;
  width: 0;
  border-left: 9px solid #fce500;
  background: 0;
  -ms-transform: rotate(20deg);
  /* IE 9 */
  -webkit-transform: rotate(20deg);
  /* Chrome, Safari, Opera */
  transform: rotate(20deg);
}
.list-result .post {
  border: 1px solid #cccccc;
  margin: 20px 0px;
  position: relative;
}
.list-result .post .date {
  color: #404040;
}
.list-result .post:hover {
  background-color: #f2f2f2;
}
.list-result .post .post-img {
  display: inline-block;
  vertical-align: top;
  width: 35%;
  position: absolute;
  right: 0px;
  height: 100%;
  overflow: hidden;
  text-align: center;
}
.list-result .post .post-img img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}
.list-result .post .post-entry {
  display: inline-block;
  vertical-align: top;
  width: 65%;
  padding: 12px 20px;
}
.list-result .post .post-entry.no-image {
  width: 100%;
}
.list-result .post .post-entry h3 {
  font-size: 1.8rem;
  margin-bottom: 0px;
}
.list-result .post .post-entry h3 a {
  color: #27509b;
  text-decoration: none;
}
.list-result .post .post-entry h3 a:hover,
.list-result .post .post-entry h3 a:focus {
  text-decoration: underline;
}
.list-result .post .post-entry p {
  margin: 10px 0px;
}
.list-result .post .post-entry .sum a {
  display: block;
  font-style: italic;
  font-weight: bold;
  margin: 10px 0;
  text-decoration: none;
}
.list-result .post .post-entry .sum a:before {
  content: ">";
  padding: 4px;
  margin-right: 10px;
  font-weight: bold;
  font-size: 1.2em;
  display: inline-block;
}
.list-result .post .post-entry .sum a:hover {
  text-decoration: underline;
}
#content-search {
  margin-top: 48px;
}
#before-articles {
  position: relative;
  margin: 20px 0;
}
#before-articles .searchform {
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 35%;
}
#before-articles .searchform label {
  width: 100%;
  margin-top: 0;
}
#before-articles .searchform label input[type='text'] {
  width: 100%;
  border: 1px solid #cccccc;
  padding: 9px 40px 9px 9px;
  font-size: 0.9em;
}
#before-articles #nbr-articles {
  display: inline-block;
  vertical-align: middle;
  font-style: italic;
  font-size: 1.8rem;
  color: #404040;
}
@media (max-width: 960px) {
  .list-result > div {
    width: calc(100% *  10 / 12 - 2.307% - .01px);
    margin-left: calc(10.63033333%);
  }
}
@media (max-width: 767px) {
  .list-result > div {
    width: 100%;
    margin-left: 0;
  }
  .list-result h1 {
    font-size: 3rem;
    text-align: center;
    padding: 10px 0;
  }
  .list-result h1:before {
    display: none;
  }
  .list-result .post .post-img {
    width: 100%;
    position: relative;
    right: 0;
  }
  .list-result .post .post-entry {
    width: 100%;
    padding: 12px 20px;
  }
  .list-result .post .sum {
    display: none;
  }
  #before-articles {
    margin-bottom: 30px;
  }
  #before-articles .searchform {
    position: relative;
    display: block;
    width: 100%;
  }
}
#contact-page {
  max-width: 1260px;
  margin: 30px auto;
}
#contact-page > div {
  margin: calc(10.63033333%);
}
#contact-page h1 {
  font-weight: 900;
  position: relative;
  margin-left: 30px;
}
#contact-page h1:before {
  content: "";
  display: block;
  position: absolute;
  left: -30px;
  top: -10px;
  height: 120%;
  width: 0;
  border-left: 9px solid #fce500;
  background: 0;
  transform: rotate(20deg);
  margin-right: 20px;
}
#contact-page #before-form i {
  display: block;
  margin: 30px 0;
  color: #999999;
  font-size: 0.9em;
  font-weight: 400;
}
#contact-page .ninja-forms-all-fields-wrap .ninja-forms-required-items,
#contact-page .nf-form-cont .ninja-forms-required-items,
#contact-page .ninja-forms-all-fields-wrap .nf-form-title,
#contact-page .nf-form-cont .nf-form-title,
#contact-page .ninja-forms-all-fields-wrap .nf-before-form-content,
#contact-page .nf-form-cont .nf-before-form-content {
  display: none;
}
#contact-page .ninja-forms-all-fields-wrap input,
#contact-page .nf-form-cont input,
#contact-page .ninja-forms-all-fields-wrap textarea,
#contact-page .nf-form-cont textarea,
#contact-page .ninja-forms-all-fields-wrap select,
#contact-page .nf-form-cont select {
  border: 1px solid #cccccc;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  padding: 5px;
}
#contact-page .ninja-forms-all-fields-wrap input,
#contact-page .nf-form-cont input,
#contact-page .ninja-forms-all-fields-wrap select,
#contact-page .nf-form-cont select {
  width: calc(100% *  3 / 12 - 2.307% - .01px);
}
#contact-page .ninja-forms-all-fields-wrap input[type="submit"],
#contact-page .nf-form-cont input[type="submit"],
#contact-page .ninja-forms-all-fields-wrap input[type="button"],
#contact-page .nf-form-cont input[type="button"] {
  display: block;
  margin: 20px auto;
  width: auto;
  border: none;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  text-transform: uppercase;
  background-color: #fce500;
  padding: 8px;
  font-style: normal;
}
#contact-page .ninja-forms-all-fields-wrap select,
#contact-page .nf-form-cont select {
  background-color: #ffffff;
  color: #3e68b0;
  font-style: normal;
}
#contact-page .ninja-forms-all-fields-wrap label,
#contact-page .nf-form-cont label {
  color: #27509b;
  text-transform: uppercase;
  font-weight: 900;
  font-style: italic;
}
#contact-page .ninja-forms-all-fields-wrap label .ninja-forms-req-symbol,
#contact-page .nf-form-cont label .ninja-forms-req-symbol {
  color: #27509b;
}
#contact-page .ninja-forms-all-fields-wrap label textarea,
#contact-page .nf-form-cont label textarea {
  width: 100%;
}
#contact-page #contact-legislation {
  color: #999999;
  font-size: 0.9em;
  font-weight: 400;
  text-align: left;
}
@media (max-width: 960px) {
  #contact-page > div {
    width: calc(100% *  10 / 12 - 2.307% - .01px);
    margin-left: calc(10.63033333%);
  }
}
@media (max-width: 767px) {
  #contact-page {
    margin: 20px;
  }
  #contact-page > div {
    width: 100%;
    margin-left: 0;
  }
  #contact-page .ninja-forms-all-fields-wrap input,
  #contact-page .ninja-forms-all-fields-wrap select {
    width: 100%;
  }
}
#page-media {
  margin: 30px auto;
}
#page-media > div {
  width: calc(100% *  8 / 12 - 2.307% - .01px);
  margin-left: calc(100% * 2 / 12 + 2.307% - .01px);
}
#page-media #before-medias {
  margin: 20px 0;
  font-style: italic;
  font-size: 1.8rem;
}
#page-media h1 {
  position: relative;
  padding: 10px 55px;
  font-size: 4.5rem;
  overflow: hidden;
}
#page-media h1:before {
  content: "";
  display: block;
  position: absolute;
  left: 17px;
  top: -10px;
  bottom: -10px;
  width: 0;
  border-left: 9px solid #fce500;
  background: 0;
  -ms-transform: rotate(20deg);
  /* IE 9 */
  -webkit-transform: rotate(20deg);
  /* Chrome, Safari, Opera */
  transform: rotate(20deg);
}
#page-media .media {
  padding: 20px;
}
#page-media .media:nth-child(odd) {
  background-color: #f2f2f2;
}
#page-media .media .media_contenu,
#page-media .media .wrapper-image {
  display: inline-block;
  vertical-align: middle;
}
#page-media .media .wrapper-image {
  width: 15%;
  max-width: 70px;
  margin-right: 25px;
}
#page-media .media .media_contenu {
  width: 75%;
}
#page-media .media h3 {
  font-size: 18px;
  margin-bottom: 0px;
  color: #27509b;
}
#page-media .media .description {
  margin: 20px 0px;
}
#page-media .media .lien {
  font-weight: bold;
  font-style: italic;
}
#page-media .media .lien i:before {
  background-color: #fce500;
  padding: 3px;
  margin-right: 10px;
}
#page-media .media .lien a {
  text-decoration: none;
}
#page-media .media .lien a:hover {
  text-decoration: underline;
}
@media (max-width: 960px) {
  #page-media > div {
    width: calc(100% *  10 / 12 - 2.307% - .01px);
    margin-left: calc(10.63033333%);
  }
}
@media (max-width: 767px) {
  #page-media > div {
    width: 100%;
    margin-left: 0;
  }
  #page-media h1 {
    font-size: 3rem;
    text-align: center;
    padding-left: 0;
  }
  #page-media h1:before {
    display: none;
  }
  #page-media .description {
    display: none;
  }
  #page-media .media {
    padding: 20px 10px;
  }
}
