body * {
  font-family: Arial,Helvetica Neue,Helvetica,sans-serif;
  font-size: 14px;
}

table {
  margin: 0;
}

tr td, tr th {
  padding: 0;
  border: inherit;
  text-align: inherit;
}

.english {
  font-style: italic;
}
.container-newsletter {
  background-color: #fff;
  margin: auto;
  width: 600px;
  position: relative;
}
.header {
  white-space: nowrap;
}

.container-newsletter .logo{
  width:120px;
  margin:40px;
}
.container-newsletter .width-50 {
  width: 50%;
  display: inline-block;
  vertical-align: top;
}
.text-right {
  text-align: right;
  padding: 20px 20px;
}
.visual {
  max-width: 100%;
}
.newsletter-text-wrapper {
  margin-left: 50px;
  margin-right: 50px;
  padding-bottom: 50px;
  margin-top: -6px;
}
.etiquette.bgVert {
  font-size: 2em;
  font-weight: bold;
  margin-top: 0 !important;
}
.newsletter-text-wrapper .etiquette:after {
  right: calc(50% - 10px);
}

.text-wrapper {
  white-space: nowrap;
}

.read-more{
  padding:10px 20px;
  border:1px solid #292929;
  color:#000;
  text-decoration: none;
}

.read-more:hover{text-decoration: underline;}

.folder-focus-live{
  border-top:60px solid #f3f3f3;
  white-space: nowrap;
  vertical-align: top;
}

.folder-focus-live .background-300{
  height: 300px;
}

.folder-focus-live .width-50{
  vertical-align: top;
  display: block;
}

.folder-focus-live > div:nth-child(1),
.folder-focus-live > div:nth-child(2),
.folder-focus-live > div:nth-child(3) {
  clear: both;
}

.folder-focus-live > div > div:nth-child(1) {
  float: left;
}
.folder-focus-live > div > div:nth-child(2) {
  float: right;
}

.folder-focus-live .width-50 .text-right{
  padding: 0px;
}

.folder-focus-live h2.right {
  position: relative;
  width: auto;
  display: inline-block;
  padding:14px 40px;
  font-size: 2em;
  background: #42b0fb;
  color: #ffffff;
  margin:0px;
}

.folder-focus-live h2.right:after {
  position: absolute;
  z-index: 9;
  bottom: -23px;
  right: 40%;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 23px 21px 0 0;
  border-color: #42b0fb transparent transparent transparent;
}

.folder-focus-live h2.left{
  background-color: #d0d833;
  color:#fff;
  font-size: 2em;
  position:relative;
  width:auto;
  display:inline-block;
  padding:14px 40px;
  margin:0px;
}

.folder-focus-live h2.left:after{
  position: absolute;
  z-index: 9;
  bottom: -23px;
  left: 40%;
  content:"";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 21px 23px 0;
  border-color: transparent #d0d833 transparent transparent;
}


.folder-focus-live .links{
  padding:40px;
}

.titre_section {
  font-weight: bold;
}

.folder-focus-live .links a{
  text-decoration: none;
  color:#000;
  white-space: initial !important;
}

.folder-focus-live .links a.link-green{
  font-style: italic;
}

.text-before-blue:before{
  content: '/';
  margin-right:10px;
  color:#42b0fb;
}
.text-before-green:before{
  content: '/';
  margin-right:10px;
  color:#d0d833;
  font-style: normal;
}

.top-news{
  display: block;
  font-family: Arial,Helvetica Neue,Helvetica,sans-serif;
  font-size: 14px;
  line-height: 24px;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  top: 25px;
}
.title-news{
  font-size: 24px;
  line-height: 24px;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
  display: block;
  padding: 2em;
}

.news{
  clear: both;
  border-top:60px solid #f3f3f3;
  display: table;
}

.news .width-50 {
  display: table-row;
}

.news .leftNews, .news .rightNews {
  display: table-cell;
  width: 50%;
  position: relative;
}

.news .leftNews.with-background, .news .rightNews.with-background {
  position: relative;
}

.news .leftNews.with-background {
  background-color:#42b0fb;
  height:200px;
  vertical-align: middle;
}

.news .leftNews.with-background:after, .news .rightNews.with-background:after {
  content: '';
  position: absolute;
  height: 17px;
  width: 100%;
  bottom: -17px;
}

.news .leftNews.with-background:after {
  background-image: url('/sites/default/themes/customtheme/img/newsletter/fleche-center-left.png');
}

.news .rightNews.with-background:after {
  background-image: url('/sites/default/themes/customtheme/img/newsletter/fleche-center-right.png');
}

.news .rightNews.with-background {
  background-color:#d0d833;
  height:200px;
  vertical-align: middle;
}

.news .newsContent {
  padding: 2.5em 2em 2em 2em;
}

.news .newsContent a {
  text-decoration: none;
  color: #000;
}

.social {
  margin: auto;
  width: 600px;
  margin-top: 5em;
}

.newsletter-footer {
  margin: auto;
  width: 600px;
  padding: 1em 0;
  line-height: 12px;
}

.newsletter-footer p{
  font-size: 11px;
  margin-bottom: 1.2em;
}

.newsletter-footer a {
  font-size: 11px;
}

.print__wrapper--pdf a {
  background-position: 47% 50%;
}
