/*4.DISPOSITION.CSS*/

.dim {
  display: inline-block;
  line-height: 1;
  vertical-align: middle;
}


/* ==========================================================================
   Images Wordpress 
   ========================================================================== */
.alignleft {
  float: left;
  padding-right: 15px;
}

@media (max-width: 767px) {
  .alignleft {
    float: none;
    width: 100%;
    padding-right: 0px;
    margin-bottom: 10px;
  }
}

.alignright {
  float: right;
  padding-left: 15px;
}

@media (max-width: 767px) {
  .alignright {
    float: none;
    width: 100%;
    padding-left: 0px;
    margin-bottom: 10px;
  }
}

.aligncenter {
  display: block;
  text-align: center;
  margin: 10px auto 10px;
}

img.alignright,
img.alignleft {
  max-width: 50%;
}

@media (max-width: 767px) {

  img.alignright,
  img.alignleft {
    max-width: 100%;
  }
}

img.alignright {
  background-position: 15px 100%;
}

.wp-caption {
  max-width: 100%;
  /* Keep wide captions from overflowing their container. */
  padding: 4px;
}

.wp-caption .wp-caption-text,
.entry-caption {
  font-size: 12px;
  font-size: 1.2rem;
  color: #3A3A38;
  line-height: 1.1;
  margin-top: -15px;
  text-align: right;
  margin-bottom: 25px;
}

img.wp-smiley,
.rsswidget img {
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

.entry-content dl.gallery-item {
  margin: 0;
}

/*.gallery-item a,
.gallery-caption {
    width: 90%;
}
.gallery-item a {
    display: block;
}
.gallery-caption a {
    display: inline;
}
.gallery-columns-1 .gallery-item a {
    max-width: 100%;
    width: auto;
}
.gallery .gallery-icon img {
    height: auto;
    max-width: 90%;
    padding: 5%;
}
.gallery-columns-1 .gallery-icon img {
    padding: 3%;
}*/


.bouton1,
.bouton2,
.bouton3,
.bouton4,
.bouton5 {
  display: inline-block;
  font-size: 1.8rem;
  /*margin: 0 15px;*/
  padding: 15px 20px;
  text-align: center;
  text-decoration: none !important;
  text-transform: uppercase;
  vertical-align: middle;
  -webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
  transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
}
.bouton1 span,
.bouton2 span,
.bouton3 span,
.bouton4 span,
.bouton5 span{
  display: inline-block;
  vertical-align: middle
}
.bouton1 span.glyph,
.bouton2 span.glyph,
.bouton3 span.glyph,
.bouton4 span.glyph,
.bouton6 span.glyph{
  width:15px;
  height:15px;
  background-image: url("../../images/svg/element/arrow-right-color.svg");
  background-repeat: no-repeat;
  background-size: 60%;
  -webkit-transform: translateX(7.5px);
          transform: translateX(7.5px);
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.bouton1:hover span.glyph,
.bouton1:focus span.glyph,
.bouton2:hover span.glyph,
.bouton2:focus span.glyph,
.bouton3:hover span.glyph,
.bouton3:focus span.glyph,
.bouton4:hover span.glyph,
.bouton4:focus span.glyph,
.bouton6:hover span.glyph,
.bouton6:focus span.glyph{
  -webkit-transform: translateX(12.5px);
          transform: translateX(12.5px);
}
.bouton6 span.glyph{
  background-image: url(../../images/svg/element/arrow-right-blanc.svg);
  height: 17px;
  width: 17px;
  min-width: 17px;
  -webkit-transform: translateX(7.5px);
  transform: translateX(7.5px);
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;

}
#custom_html-18 .bouton3 span.glyph{
  background-size: 85%;
  height: 18px;
}


/*COLOR BOUTON*/
.bouton1 {
  background: #004782;
  color: #fff !important;
}
.bouton1:hover,
.bouton1:focus {
  background: #fff;
  color: #004782 !important;
}

.bouton2 {
  background: #e8430C;
  border: 1px solid #e8430C;
  color: #FFFFFF !important;
}
.bouton2:hover,
.bouton2:focus {
  background: #fff;
  color: #e8430C !important;
}

.bouton3{
  background: #FFFFFF;
  color:#e8430C !important;
}
.bouton3:hover,
.bouton3:focus {
  background: #FFFFFF;
  color:#e8430C !important;
}

.bouton4{
  background: #131926;
  color:#FFFFFF !important;
}
.bouton4:hover,
.bouton4:focus {
  background: #131926;
  color:#FFFFFF !important;
}

.bouton5{
  background: #FFFFFF;
  color:#131926!important;
}
.bouton5:hover,
.bouton5:focus {
  background: #FFFFFF;
  color:#131926!important;
}
.bouton5 span.glyph{
  width:30px;
  height:30px;
  border-radius: 50%;
  background:#004782 url("../../images/svg/element/arrow-right-color.svg") no-repeat 50% 50%;
  background-size: 30%;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.bouton5 img.svg{display: none;}
.bouton6{
  background: #e8430C;
  text-transform: uppercase;
  color:#fff !important;
}


/*4.FIN DISPOSITION.CSS*/