/*
Theme Name: Impreza Child
Template: Impreza
Version: 1.0
Author:	UpSolution
Theme URI: http://impreza.us-themes.com/
Author URI: http://us-themes.com/
*/

/*Add your own styles here:*/

/* Personnalisation Morango Création */

/* Déclaration nouvelles font */

@font-face
{
	font-family: myriad;
	src: url("fonts/MYRIADPRO-REGULAR.OTF");
}

@font-face
{
	font-family: myriad-semibold;
	src: url("fonts/MYRIADPRO-SEMIBOLD.OTF");
}


@font-face
{
	font-family: myriad-bold;
	src: url("fonts/MYRIADPRO-BOLD.OTF");
}


/*Polices d'écritures*/

h1, h2, h3, h4, h5, h6 {
	font-family: myriad-bold !important;
}

input.validation-lenient, textarea.validation-lenient, p {
	font-family: myriad, Calibri !important;
}

a, div strong, span strong, p strong, a strong, .w-nav-title {
    font-family: myriad-semibold !important;
}

.w-btn-label {
	font-family: myriad-semibold !important;
}


/* En-tête */

.fa-facebook:before {
    content: "\f39e";
}

.fa-linkedin:before {
    content: "\f0e1";
}

.w-socials.style_outlined .w-socials-item-link {
    box-shadow: inset 0 0 0 2px #000000;
}

/* Images*/

.w-image-h img:not(.logo img){
    border-radius: 1rem !important;
}

/* Bloc actualités */

iframe {
    border-radius: 1rem;
}

.ytp-chrome-top.ytp-show-cards-title {
    display: none !important;
}

video.video-stream.html5-main-video {
    height: 720px !important;
}

/* Formulaires de contact */

a.powered-by {
    display: none !important;
}

html .formcraft-css .fc-form {
	border-radius : 1rem !important;
}

button span.text {
    color: #000000;
    font-family: myriad-semibold !important;
}

i.icon-upload-cloud.formcraft-icon {
    color: #000000 !important;
}

.button.button-file.fileupload-button span {
    font-family: 'myriad-semibold' !important;
}

.absolute-false.customText-cover.field-cover b {
    font-family: 'myriad-semibold' !important;
}

.field-cover span {
	font-family: 'myriad' !important;
	color: #fff;
}

.formcraft-css .fc-form.fc-form-2 .form-element .field-cover input[type="radio"]:checked, .formcraft-css .fc-form.fc-form-2 .form-element .field-cover input[type="checkbox"]:checked {
    background: #000 !important;
}

html .formcraft-css .fc-form .form-element .fileupload-cover.field-cover .button-file span {
    color: #000 !important;
}

/* Footer */

#morango img {
    position: relative;
    vertical-align: middle !important;
    width: 3% !important;
    margin-right: 4px;
    bottom: 2px;
}

/* Responsive */

@media only screen and (max-width:600px) {
	body .us_custom_e3ce1db0 {
		padding: 1rem !important;
	}
	
	body .us_custom_e2e97781, body .us_custom_7f695ebb{
		padding: 2rem !important;
	}
}