/************************
  général
*************************/

html {
  font-family: 'Raleway', sans;
  font-size: 14px;
  color: rgb(0, 0, 0);
}

blockquote {
  position: relative;
  padding-left: 5em;
}

blockquote:before {
  content: "";
  background-image: url('../img_graph/cita-icon.png');
  background-size: 100%;
  background-repeat: no-repeat;
  height: 4em;
  width: 4em;
  position: absolute;
  left: 0;
  top: 0;
}

.contact-note {
  font-size: 12;
  font-style: italic;
  color: #b3b0b0;
}

blockquote strong {
  font-style: italic;
  font-weight: 600;
  color: rgb(242, 148, 0);
}

a {
  color: rgb(242, 148, 0);
  text-decoration: none;
}

a:hover {
  /*color:rgb(242, 148, 0);*/
  text-decoration: underline;
}

h1 {
  text-decoration: none;
  text-transform: uppercase;
  font-size: 1.5em;
  font-weight: 600;
}

h2 {
  color: rgb(242, 148, 0);
  text-decoration: none;
  text-transform: uppercase;
  font-size: 1.30em;
  font-weight: 600;
}

h3 {
  text-decoration: none;
  text-transform: uppercase;
  font-size: 1em;
  font-weight: 600;
}

.anpf-button {
  background: rgb(242, 148, 0);
  border-radius: 21px;
  color: rgb(255, 255, 255);
  text-transform: uppercase;
}

.anpf-button-green {
  background: rgb(151, 191, 13);
}

.anpf-button-small {
  padding: 0.2em 3em;
}

.anpf-button:hover,
.pure-button-hover,
.pure-button:hover,
.pure-button:focus {
  text-decoration: underline;
}

.no-desktop {
  display: none;
}


/* surclassage de la police par défaut de PURE CSS*/

.pure-g [class*="pure-u"] {
  font-family: "Raleway", sans;
}


/************************
  header
*************************/

.clearfix:before,
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  overflow: hidden;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  zoom: 1;
}


/* IE < 8 */


/************************
  header
*************************/

header {
  position: relative;
}

.main-nav {
  position: absolute;
  top: 0;
  z-index: 5;
  left: 0;
  right: 0;
  padding: 1em 3em;
}

.logo-container {
  width: 10%;
  float: left;
}

.logo-container h1 {
  margin: 0;
}

.pure-menu-horizontal {
  width: auto;
  top: 0;
  text-align: right;
  margin-right: 7em;
}


/*.pure-menu-horizontal .pure-menu-item, .pure-menu-horizontal .pure-menu-heading, .pure-menu-horizontal .pure-menu-separator {
    margin: 0 1em;
}*/

.pure-menu-horizontal .pure-menu-item {
  background: rgba(255, 255, 255, 0.7);
}

.pure-menu-horizontal .pure-menu-item.first-link {
  border-top-left-radius: 21px;
  border-bottom-left-radius: 21px;
  padding-left: 1em;
}

.pure-menu-horizontal .pure-menu-item.last-link {
  border-top-right-radius: 21px;
  border-bottom-right-radius: 21px;
  padding-right: 1em;
}

.pure-menu-horizontal .pure-menu-item.contact-link {
  background: rgb(242, 148, 0);
  border-radius: 21px;
  margin-left: 4em;
}

.pure-menu-horizontal .pure-menu-item.contact-link .pure-menu-link {
  color: rgb(255, 255, 255);
}

.pure-menu-link,
.pure-menu-disabled,
.pure-menu-heading {
  padding: .5em 1em;
  color: rgb(0, 0, 0);
  text-transform: uppercase;
}

.pure-menu-active>.pure-menu-link,
.pure-menu-link:hover,
.pure-menu-link:focus {
  background-color: transparent;
  text-decoration: underline;
}

.unslider {
  z-index: 0;
  position: relative;
}

.slider-container {
  width: 100%;
  height: auto;
  z-index: 0;
}

.slider-container,
.unslider-wrap li {
  min-height: 550px;
}

.unslider-wrap li {
  filter: saturate(65%);
}

.unslider-nav {
  position: absolute;
  bottom: 19em;
  z-index: 12;
  left: 4em;
  text-align: center;
  width: 25em;
}

.h-slider-content {
  position: absolute;
  width: 25em;
  bottom: 20em;
  left: 4em;
  text-align: center;
  color: rgb(255, 255, 255);
}

.h-slider-title {
  color: white;
  font-weight: 600;
  font-size: 2em;
}

.h-slider-links {
  position: absolute;
  bottom: 16em;
  left: 4em;
  text-align: center;
  width: 25em;
  z-index: 12;
}

.h-slider-links a {
  margin: 0 0.5em;
  min-width: 10em;
}


/*.h-slider-img{
  width:100%;
}*/

.slider-container::after {
  content: "";
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  background-image: url('../img_graph/header_bottom.svg');
  /*background-color: black;*/
  background-size: 100%;
  background-position: 100%;
  background-repeat: no-repeat;
  background-position: bottom;
  z-index: 11;
}

.unslider-nav ol li {
  background: rgb(255, 255, 255);
  border: 2px solid rgb(255, 255, 255);
  cursor: pointer;
}

.unslider-nav ol li.unslider-active {
  background: rgb(242, 148, 0);
  border: 2px solid rgb(242, 148, 0);
  cursor: default;
}

.h-logopart-container {
  position: absolute;
  bottom: 0;
  left: 2em;
  text-align: center;
}

.logopart {
  display: inline-block;
}

.logopart img {
  max-width: 4em;
  height: auto;
  margin-bottom: 1em;
}


/************************
  footer
*************************/

footer {
  background-image: url('../img_graph/footer_bg.svg');
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding: 2em;
  padding-top: 8em;
  color: rgb(255, 255, 255);
  text-transform: uppercase;
}

.footer-container-head {
  text-transform: uppercase;
  font-weight: 600;
}

.footer-coords {
  font-style: normal;
}

.footer-coords div {
  position: relative;
  padding: .5em 1em 2em 1em;
}

.footer-coords div:before {
  content: "";
  position: absolute;
  background-color: transparent;
  background-size: contain;
  background-repeat: no-repeat;
  height: 34px;
  width: 34px;
  top: 0;
  left: -3em;
  margin: .5em 1em 2em 1em;
}

.footer-coords-addr {
  padding-bottom: 1em;
}

.footer-coords-addr:before {
  background-image: url("../img_graph/coord_addr.svg");
}

.footer-coords-tel:before {
  content: "";
  background-image: url("../img_graph/coord_tel.svg");
}

.footer-coords-email:before {
  content: "";
  background-image: url("../img_graph/coord_mail.svg");
}

.footer-coords-addr p {
  margin: 0;
}

.footers-mentions-container {
  text-align: right;
}

.footer-adhesion-container .footer-adhesion-link {
  font-weight: 600;
}

.footers-mentions-container .mentions-link,
.custom_menu .pure-menu-link,
.footer-adhesion-container .footer-adhesion-link,
.footer-coords a {
  color: rgb(255, 255, 255);
  padding-left: 0;
}

.footer-logo-container {
  text-align: center;
}

.footer-logo-container img {
  display: inline-block;
  max-width: 50%;
}


/************************
  contenu et mise en page
*************************/


/*Gabarit*/

.main-container {
  padding: 1em 0em;
}

.main-container section {
  padding: 0 20em;
}


/*Accueil*/

.intro-section {
  font-style: italic;
  font-weight: 300;
}


/*Adhesion*/

.adhesion-section {
  background-image: url('../img_graph/adhesion_bg.svg');
  background-size: 100% 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-position: bottom;
  margin-top:5px;
  margin-bottom:35px;
  
}
.adhesion-section h2 {
	font-size: 30px;
	text-align: center;
	margin-bottom: 30px;
}
/* .adhesion-inner {
  position: relative;
  padding-top: 10em;
  padding-bottom: 10em;
} */


/*.adhesion-inner::after {
    content: "";
    position: absolute;
    bottom: 0;
    top: 0;
    left: -20em;
    right: -20em;
    background-image: url('../img_graph/adhesion_bg.svg');
    background-size: 100%;
    background-position: 100%;
    background-repeat: no-repeat;
    background-position: bottom;
    z-index: -1;
}*/

.adhesion-link-container {
  position: relative;
}

.adhesion-link {
  text-align: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 50%;
  transform: translateX(-50%);
  color: rgb(242, 148, 0);
  text-decoration: none;
  text-transform: uppercase;
  font-size: 1.25em;
  font-weight: 900;
}

.adhesion-img-container {
  /*max-height: 250px;*/
  text-align: right;
  height: 250px;
}

.adhesion-img-container img {
  max-height: 100%;
  width: auto;
  border: 1px solid rgb(0, 0, 0);
}

.adhesion-img-container img:hover {
  border: 2px solid rgb(242, 148, 0);
}


/*articles*/

.articles-last-container {
  text-align: center;
  padding-bottom: 5em;
}

.articles-last-head h2 {
  color: rgb(151, 191, 13);
}

.articles-last-content {
  margin: 1.5em 0;
  min-height: 100px;
}

.articles-last-content p {
  font-style: italic;
  font-weight: 200;
}

.articles-last-content a {
  color: unset;
}


/*contacts*/

.contact-section h2 {
  text-align: center;
}

.coords-accueil-container {
  text-align: center;
  padding: 2em 0;
}

.coord-accueil-label {
  position: relative;
  text-transform: uppercase;
  font-weight: 600;
  margin: 1em 0;
  display: inline-block;
}

.coord-accueil-label a {
  color: unset;
}

.coord-accueil-label::before {
  content: "";
  height: 50px;
  width: 50px;
  position: absolute;
}

.coord-accueil-icon img {
  padding: 1em;
  border: 1px solid rgb(242, 148, 0);
}

.coord-accueil-icon-tel img:hover,
.coord-accueil-icon-email img:hover {
  padding: 1em;
  border: 1px solid rgb(0, 0, 0);
  /*background: rgb(242, 148, 0)*/
}

.form-field-container {
  padding: 0.25em 0.5em;
  box-sizing: border-box;
}

.contact-field {
  border-color: transparent;
  background-color: rgb(229, 238, 240);
  font-style: italic;
  font-size: 0.9em;
  width: 100%;
}

.contact-field:focus {
  background: rgb(242, 248, 249);
  border-bottom: 1px solid rgb(224, 171, 136);
}

textarea.contact-field {
  height: 10em;
}

.form-button-container {
  text-align: center;
  padding: 1em 0 0 0;
}


/**Pages internes */

.pages-container-title {
  /*variante de H2 poru les pages intérieures*/
  color: black;
  font-size: 2em;
  margin: 0.5em 0;
  font-weight: 900;
}


/**
régimes
**/


/*
liste
*/

section.regimes-container {
  padding: 0 0 0 20em;
}

.regimes-list {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.regime-list-elem {
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  height: 4em;
  width: 100%;
  margin: 0 0 2em 0;
  border-bottom: 1px rgb(242, 148, 0) solid;
  border-right: 1px rgb(242, 148, 0) solid;
  background-size: 4em 4em;
  background-repeat: no-repeat;
  box-sizing: border-box;
}

.regime-list-elem.first-regime {
  border-right: 0px solid transparent;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}

.regime-list-elem.nth-regime {
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
}

.regime-list-elem-illust {
  float: left;
  height: 100%;
}

.select-regime {
  display: inline-block;
  /*text-align: center;*/
  height: 4em;
  width: 100%;
  /*line-height: 0;*/
}

.regime-list-elem-title {
  padding: 1em 0em 0em 5em;
  text-decoration: none;
  text-transform: uppercase;
  /*font-size: 1.5em;*/
  font-weight: 400;
}

.regime-conditions-elem {
  display: inline-block;
  height: 4em;
  padding: 0.5em 1em 0.5em 2.5em;
  box-sizing: border-box;
  overflow: hidden;
  color: rgb(242, 148, 0);
  text-decoration: none;
  text-transform: uppercase;
  /*font-size: 0.8em;*/
  font-weight: 400;
  border-bottom: 1px solid rgb(242, 148, 0);
  border-right: 1px solid rgb(242, 148, 0);
  width: 100%;
  min-height: 64px;
}

.regime-conditions-elem.first-regime {
  display: inline-block;
}

.regime-conditions-elem.nth-regime {
  display: none;
}

.regime-content-elem.first-regime {
  display: block;
}

.regime-content-elem.nth-regime {
  display: none;
}

.regimes-content-list {
  padding-right: 2em;
}

.regime-content-elem {
  padding: 2em 0 0 2em;
}

.table_regime {
  /* margin-top: 1em; */
  width: 100%;
}

.table_regime.new_opt {
  margin-top: 1em;
}

.table_regime tr {
  border-bottom: 1px solid rgb(242, 148, 0);
  height: 3em;
}

.table_regime td {
  text-align: center;
  padding: 0.5em;
}

.table_regime td:first-child {
  text-align: left;
}

.table_regime_entete {
  vertical-align: middle;
  margin-top: 1em;
}

td.table_regime_entete_titre {
  /*text-transform: uppercase;*/
  height: 5em;
  width: 35%;
  padding-top: 1em;
}

.table_regime_entete_titre p {
  padding-left: 6em;
  line-height: 2em;
}

.table_regime_entete img {
  float: left;
  width: 64px;
  height: 64px;
  /*border: 2px solid rgb(242, 148, 0);*/
}

.table_regime_entete_opt {
  /*width: 35%;*/
  color: rgb(242, 148, 0);
  font-size: 1.1em;
}

.table_regime_entete_opt.fixed_w {
  width: 35%;
}

.plugin_rgimes_liste.anpf-button {
  border: 1px solid white;
}

/** Options régimes **/
.opt_td_top,
.opt_td_bottom {
  position: relative;
}

.opt_td_top::before {
  position: absolute;
  content: "";
  display: block;
  top: -1px;
  bottom: 0;
  left: -1px;
  right: -1px;
  border-top: 2px solid rgb(242, 148, 0);
  border-left: 2px solid rgb(242, 148, 0);
  border-right: 2px solid rgb(242, 148, 0);
  border-radius: 17px 17px 0 0;
  /* border-collapse: separate; */
}

.opt_td_norm {
  border-left: 2px solid rgb(242, 148, 0);
  border-right: 2px solid rgb(242, 148, 0);
  /* border-collapse: separate; */
}

.opt_td_bottom::before {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  bottom: -1px;
  left: -1px;
  right: -1px;
  border-left: 2px solid rgb(242, 148, 0);
  border-right: 2px solid rgb(242, 148, 0);
  border-bottom: 2px solid rgb(242, 148, 0);
  border-radius: 0 0 17px 17px;
  /* border-collapse: separate; */
}

/** articles **/

.square-box {
  position: relative;
  width: 100%;
  overflow: hidden;
  /*background: #4679BD;*/
}

.square-box:before {
  content: "";
  display: block;
  padding-top: 100%;
}

.article-list-elem {
  padding: 1em;
  box-sizing: border-box;
  color: white;
}


/*.article-list-elem:first-of-type {
    padding-left: 0;
    padding-right: 20px;
    box-sizing: border-box;
}
.article-list-elem:last-of-type {
    padding-left: 20px;
    padding-right: 0;
    box-sizing: border-box;
}*/

.article-list-elem-illustr {
  background-size: cover;
  background-position: center center;
}

.article-list-elem-content {
  background: rgb(151, 191, 13);
  padding: 2em;
  text-align: center;
  position: relative;
  min-height: 150px;
}

.article-list-elem-title {
  text-transform: none;
  font-size: 1.2em;
}

.articles-back-link-container {
  position: relative;
}

.article-button-container {
  position: absolute;
  bottom: 1em;
  left: 1em;
  right: 1em;
}

.article-illustr {
  min-height: 260px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.article-content {
  background-color: rgb(151, 191, 13);
  padding: 2em;
  color: white;
}

.article-title {
  text-align: center;
  text-transform: none;
  font-size: 1.4em;
  padding: 0 1em 1em 1em;
}

.article-buttons-container {
  text-align: center;
}

.article-buttons-container button {
  margin: 1em;
}

.article-text {
  font-style: italic;
  font-weight: 200;
  padding: 0.5em 2em 2em 2em;
}
.article-text a,.article-list-elem-content p a{
  color: rgb(134, 71, 4);
  font-weight: bold;
  text-decoration: underline;
}
.articles-back-link {
  display: block;
  height: 1em;
  margin: 0 auto;
  padding: 1em 0;
  text-align: center;
}

.articles-back-link img {
  width: 3em;
  height: 3em;
  display: inline-block;
  margin: 0 auto;
}


/*FAQ et lexique*/

.faq-list {
  margin: 1em 0;
}

.faq-list-elem {
  margin-bottom: 2em;
}

.faq-question,
.lexique-terme {
  font-weight: 600;
  margin: 0.5em 0;
  display: inline-block;
}

.faq-reponse,
.lexique-def {
  text-indent: 1em;
}

.lexique-def {
  margin-bottom: 1em;
}


/*liens*/

.lien-elem {
  padding: 2em;
  box-sizing: border-box;
}

.lien-img {
  display: inline-block;
  width: 100%;
  text-align: center;
}

.lien-img img {
  max-height: 15em;
}

.lien-txt {
  text-align: center;
  display: inline-block;
  width: 100%;
}


/*******************
  responsive
*******************/


/** diminution du padding sur les écrans de moins de 1600px - ou % ?*/

@media screen and (max-width:1599px) {
  .main-container section {
    padding: 0px 10em;
  }

  section.regimes-container {
    padding: 0 0 0 10em;
  }
}


/*tablettes*/


/*equiv 1024px --> paysage*/

@media screen and (max-width: 64em) {
  .regime-conditions-elem {
    height: 6em;
  }

  .regime-list-elem {
    height: 6em;
  }

  .select-regime {
    height: 6em;
  }
}


/* equiv 768px --> portrait*/

@media (max-width: 769px) {
  hr {
    width: 50%;
  }

  .no-mobile {
    display: none;
  }

  .no-desktop {
    display: block;
  }

  header.main-header {
    height: 85%;
    height: 85vh;
  }

  .unslider {
    height: 85%;
    height: 85vh;
  }

  a.toggle-mobile-menu {
    position: absolute;
    bottom: 14em;
    right: 9em;
    color: white;
    text-transform: uppercase;
    font-size: 1.5em;
  }

  .slider-container,
  .unslider-wrap li {
    min-height: 550px;
    height: 85%;
    height: 85vh;
  }

  .slider-container::after {
    bottom: 12em;
    top: 0;
    left: 0;
    right: -1px;
    /* background-color: black; */
    background-size: 285%;
    background-position: 100%;
    background-position: bottom right;
  }

  .unslider-nav ol li {
    border: 2px solid rgb(11, 9, 9);
  }

  .h-slider-links {
    bottom: 1em;
    left: 0;
    width: 100%;
    background: white;
  }

  .h-slider-links a {
    /*margin: 0 0.5em;*/
    min-width: auto;
  }

  .h-slider-content {
    width: 100%;
    bottom: 0em;
    left: 0;
    height: 10em;
    color: rgb(242, 148, 0);
    background: white;
    padding: 1em 0px;
  }

  .h-slider-content p {
    padding 0 1em;
  }

  .h-slider-title {
    color: rgb(242, 148, 0);
  }

  .unslider-nav {
    position: absolute;
    bottom: 4em;
    z-index: 12;
    left: 0;
    text-align: center;
    width: 100%;
  }

  .main-nav {
    padding: 1em 2em;
  }

  .logo-container {
    width: 35%;
  }

  .h-logopart-container {
    top: 1em;
    right: 2em;
    bottom: unset;
    left: unset;
  }

  .logopart {
    display: block;
  }

  .logopart img {
    max-width: 60px;
  }

  .main-container section {
    padding: 0px 1em;
  }

  blockquote {
    padding-left: 4em;
  }

  blockquote:before {
    height: 3em;
    width: 3em;
  }

  .main-container section {
    padding: 1em 1em;
  }

  .adhesion-section {
    background-image: none;
  }

  .adhesion-inner {
    padding-top: 0;
    padding-bottom: 0;
  }

  .adhesion-link-container {
    margin-bottom: 2em;
    width: 100%;
  }

  .adhesion-link {
    text-align: center;
    position: relative;
    ;
    top: auto;
    transform: none;
    left: auto;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 1.10em;
    display: block;
  }

  .adhesion-img-container {
    max-height: 100%;
    text-align: center;
  }

  .adhesion-img-container img {
    /*max-height: 25em;*/
    width: auto;
    border: 1px solid rgb(0, 0, 0);
  }

  .articles-last-container {
    padding-bottom: 0;
  }

  .articles-last-head h2 {
    font-size: 1.2em;
  }

  .articles-featured {
    margin-bottom: 2em;
  }

  header.articles-last-head {
    height: auto;
  }

  img.articles-last-head-img {
    max-width: 100%;
    padding: 0.5em;
    box-sizing: border-box;
  }

  .contact-field {
    height: 3em;
  }

  footer {
    background-image: none;
    padding: 0.5em;
    padding-top: 1em;
    background-color: rgb(242, 148, 0);
    text-align: center;
  }

  .footer-logo-container {
    margin-bottom: 2em;
  }

  .footer-logo-container img {
    display: inline;
  }

  .footer-logo-container,
  .footer-menu-container,
  .footer-contact-container,
  .footer-adhesion-container {
    margin-bottom: 2em;
  }

  .footer-container-head {
    height: auto;
  }

  .coords-accueil-container {
    text-align: center;
    padding: 2em 0;
    font-size: 0.8em;
  }

  .footer-coords div {
    margin-top: 3em;
  }

  .footer-coords div:before {
    width: auto;
    top: -3em;
    left: 0;
    right: 0;
    background-position: center;
  }

  .regime-list-elem.first-regime {
    border-bottom: 2px rgb(242, 148, 0) solid;
  }

  .regimes-content-list {
    padding-right: 0em;
  }

  .regime-content-elem {
    font-size: 0.8em;
    padding: 0;
  }

  .regime-conditions-elem {
    height: auto;
  }

  .regime-list-elem {
    height: 4em;
  }

  .select-regime {
    height: 4em;
  }

  .article-list-elem-content {
    background: rgb(151, 191, 13);
    padding: 2em;
    text-align: center;
    position: relative;
    min-height: 200px;
  }

  .article-text {
    padding: 0.5em 1em 1em 1em;
  }
}


/*mobiles*/


/* equiv 640px */

@media (max-width: 40em) {
  a.toggle-mobile-menu {
    position: absolute;
    bottom: 16.2em;
    right: 6.5em;
    color: white;
    text-transform: uppercase;
    font-size: 1em;
  }
}


/*petits mobiles*/


/* equiv 320px */

@media (max-width: 20em) {
  .unslider-nav {
    bottom: 0;
  }

  a.toggle-mobile-menu {
    position: absolute;
    bottom: 10.8em;
    right: 5em;
    color: white;
    text-transform: uppercase;
    font-size: 1em;
  }
}

.msg-txt {
	display: block;
	width: 50%;
	margin: auto;
	border: 4px solid #f29400;
	text-align: center;
	/* border-top: 1px solid lightgray; */
	padding: 2em !important;
	/* border-bottom: 1px solid lightgray; */
	margin-top: 2em;
}
.msg-txt p, .msg-txt h2, .msg-txt ul  {
  padding-bottom: 1.5em;
}


.msg-txt em{
  font-weight: lighter;
  font-style: italic;
}