/**
 * @file
 * EDSBase : Feuille de style dédiée aux champs texte CKEditor.
 */

/*** TITRES ***/

h2.cke-titre2 {
  font-size: 2em;
}
h2.cke-titre2.vert {
  color: #6dbd8e;
}
h2.cke-titre2.jaune {
  color: #efbb7d;
}
h2.cke-titre2.rouge {
  color: #eb5e71;
}
h3.cke-titre3 {
  font-size: 1.6em;
}

/*** LIENS ***/

.cke-bouton a {
  display: inline-block;
  padding: 10px 20px;
  border: 1px solid #232425;
  background-repeat: no-repeat;
  background-color: transparent;
  border-radius: 30px;
  text-decoration: none;
  font-family: 'soleil-bold';
}
.cke-bouton.transparent a:hover {
  background-color: #232425;
  color: #fff;
}
.cke-bouton.noir a {
  border: 1px solid #232425;
  background-color: #232425;
  color: #fff;
}
.cke-bouton.noir a:hover {
  background-color: #ffffff;
  color: #232425;
}
.cke-bouton.rouge a {
  border: 1px solid #d53f40;
  background-color: #d53f40;
  color: #fff;
}
.cke-bouton.rouge a:hover {
  background-color: #ffffff;
  color: #d53f40;
}
.cke-lien a {
  display: inline-block;
  padding-left: 25px;
  background-repeat: no-repeat;
  background-position: left center;
  text-decoration: none;
  font-family: 'soleil-bold';
}
.cke-lien a:hover {
  text-decoration: underline;
}
.cke-lien.fleche a {
  background-image: url('../images/commun/fleche-droit-noir.svg');
}
.cke-lien.carte a {
  background-image: url('../images/commun/icone-carte.svg');
}
.cke-lien.telechargement a {
  padding-left: 50px;
  line-height: 40px;
  background-image: url('../images/commun/icone-telechargement-cercle.svg');
}

/*** DIVERS ***/

.cke-encadre {
  padding: 20px;
  background-color: #f2f1f0;
}
.cke-telephone {
  display: inline-block;
  padding: 10px 25px;
  border: 2px dotted #232425;
  border-radius: 30px;
  font-family: 'soleil-bold';
  font-size: 1.5em;
}
.cke-credits {
  font-family: 'soleil-light';
  font-size: .8em;
}
.cke-legende {
  font-style: italic;
  font-size: .9em;
}
.cke-image-responsive img {
  width: 100%;
  height: auto;
}


