/**
 * @file
 * Use this CSS file to override base CSS rules
 */

/* Set default font weight to 300 for better typography in high-density screens */
/*body {
  font-weight: 300;
}*/

/****************
** Système ****
*****************/
.tabs a {
	padding: 10px;
	font-size: 14px;
}
.role-administrator img:not[alt],
.role-administrator img[alt=""] {
  border: solid red 2px;
}

/****************
** Paragraphes MT ****
*****************/

.paragraph--type--mt-image-link {
    display: unset!important; 
}
.paragraph .fontawesome-icon {
	margin:0 auto;
}

.paragraph--type--mt-icon-features {text-align:center!important;}

/****************
** Général/Divers ****
*****************/

#block-mt-business-baseplus-webform {
    max-width: 755px;
    margin: 0 auto;
}

.feature__title a {font-size:26px!important;}

.tp-caption__title {
    font-size: 33px!important;
    text-transform: uppercase!important;
    line-height: 1.15;
    font-weight: 400!important;
    text-shadow: 0 0 50px rgba(0,0,0,.50);
    padding: .6em 1em .5em 1em;
    border-radius: 0px;
}