/*
Theme Name: Cité des Bateliers
Description: Thème pour Cité des Bateliers
Author: MentalWorks
Author URI: https://www.mentalworks.fr
Template: mw-smart-wp-theme
Version: 1.0.0
Text Domain: mw-smart-wp-theme-child
*/

.entry-content {
	width: 100%;
	overflow-x: hidden;
}

.credits-container {
	gap: var(--spacing-xl);
}

body {
	#gototop {
		z-index: 99999999999 !important;
	}
}

@media screen and (max-width: 744px) {
	body {
		#tarteaucitronIcon {
			margin-bottom: 89px !important;
		}
		#gototop {
			bottom: 98px !important;
		}
	}
}

#sib_signup_form_1 {
width: 100%;
  max-width: 500px;
}

#sib_signup_form_1 .sib_signup_box_inside_1 {
	width: 100%;
}
 
#sib_signup_form_1 p,
#sib_signup_form_1 br {
	display: contents;
}
#sib_signup_form_1 .form {
	align-items: center;
	display: flex;
	flex-direction: row;
	gap: 1em;
	justify-content: flex-start;
}
#sib_signup_form_1 .form label {
	display: none;
}
#sib_signup_form_1 .form fieldset {
	border: none;
	margin: 0;
	padding: 0;
}

#sib_signup_form_1 .div-right {
width: 100%;
}

#sib_signup_form_1 .form input[type="email"] {
	padding: 0 12px;
	font-size: 16px;
	line-height: 16px;
	font-family: "outfit", sans-serif;
	letter-spacing: normal;
	height: 47px;
	border-radius: 3px;
	border: solid 1px #D0D5DD;
	width: calc(100% - 24px);
}

#sib_signup_form_1 .form input[type="submit"] {
	background-color: #57a368;
	border: none;
	font-size: 16px;
	line-height: 16px;
	font-family: "outfit", sans-serif;
	padding: 0 20px;
	letter-spacing: normal;
	transition: all 0.25s ease-in-out;
	color: white;
    height: 47px;
	border-radius: 3px;
	&:hover {
        cursor: pointer;
		background-color: rgb(37, 113, 54);
	}
}
