/**
 * Theme Name: Blocksy Child
 * Description: Blocksy Child theme
 * Author: Creative Themes
 * Template: blocksy
 * Text Domain: blocksy
 */

@media only screen and (min-width: 1001px) and (max-width: 1500px) {
	.hero-banner .brz-section__content {
		padding: 40px 0px!important;
	}
}

h1 em, h2 em {
	display: block!important;
	font-style: normal!important;
}

.gfield--type-email input {
	background: #fff!important;
	border-radius: 700px!important;
}



.brz-column__items   #gform_submit_button_1 {
	background: #F1C177!important;
	border-radius: 8px!important;
	color: #19243D!important;
	
	font-family: "Poppins"!important;
	    font-weight: 700!important;
box-shadow: 0 12px 3px 0 rgba(0, 0, 0, 0.00), 0 7px 3px 0 rgba(0, 0, 0, 0.01), 0 4px 3px 0 rgba(0, 0, 0, 0.05), 0 2px 2px 0 rgba(0, 0, 0, 0.09), 0 0 1px 0 rgba(0, 0, 0, 0.10)!important;
	transition: all 0.3s ease-out!important;
}

	.brz-column__items   #gform_submit_button_1:hover {
	background: #c69445!important;
		transition: all 0.3s ease-out!important;
	}


#gform_1 {
	display: grid!important;
    grid-template-columns: 5fr 1fr!important;
}

.gform_footer {
	padding: 0px!important;
	margin: 0 auto 0!important;
    POSITION: RELATIVE!important;
}


@media only screen and (min-width: 769px) {
#footer #gform_fields_1 {
	position: relative!important;
    left: 9%!important;
}
}

@media only screen and (min-width: 769px) {
	#input_1_4 {
	left: 10%!important;
    position: relative!important;
	}
}
.banner strong {
	display: inline-block!important;
	padding: 10px!important;
	opacity: 0.8!important;
	border-radius: 8px!important;
}
#footer {
	padding: 75px 0px!important;
}


@media only screen and (min-width: 768px) and (max-width: 999px) {
#footer {
	padding: 60px 0px!important;
}
		.ct-footer [data-row]>div {
		gap: 0px!important;
	}
}


@media only screen and (max-width: 768px) {
#footer {
	padding: 40px 0px!important;
}
	
	.ct-footer [data-row]>div {
		gap: 0px!important;
	}
	
	#gform_1 {
		display: flex!important;
		flex-direction: column!important;
	}

	
	h1 em, h2 em {
		display: inline!important;
		font-style: normal!important;
	}
	
	#gform_submit_button_1 {
		min-width: 100%!important;
	}

	
.gform_footer {

	margin: 5px 0 0!important;
    
}
	
	#block-12 {
		min-width: 100%!important;
	}
}

#footer .ct-container {
	padding: 0px!important;
}

#footer div[data-row="top"] .ct-container {
	border-bottom: 1px solid #fff;!important;
}

#footer div[data-row="bottom"] {
	padding-top: 20px!important;
}

#footer  #gform_submit_button_1 {
	background: #F1C177!important;
	border-radius: 8px!important;
	color: #19243D!important;
	font-family: "Poppins"!important;
	    font-weight: 700!important;
box-shadow: 0 12px 3px 0 rgba(0, 0, 0, 0.00), 0 7px 3px 0 rgba(0, 0, 0, 0.01), 0 4px 3px 0 rgba(0, 0, 0, 0.05), 0 2px 2px 0 rgba(0, 0, 0, 0.09), 0 0 1px 0 rgba(0, 0, 0, 0.10)!important;
	transition: all 0.3s ease-out!important;
}

	#footer  #gform_submit_button_1:hover {
	background: #c69445!important;
		transition: all 0.3s ease-out!important;
	}
#footer #gform_submit_button_1::after {
    content: "Nouveau texte ici";
    display: block;
}

/* _______________________ ACTU A LA UNE _______________________ */


#input_1_4 {
	border-radius: 8px!important;
	padding-left: 15px!important;
}


.article-a-la-une .hero-section {
	display: none!important;
}


.accordeon-custom .brz-accordion__nav {
	flex-direction: column!important;
}


@media only screen and (min-width: 1001px) {
.right-section  .brz-bg {
	margin-right: calc(50% - 50vw)!important;
	margin-right: calc(-1 * ((100vw - 100%) / 2))!important;
}
}


.article-a-la-une-template-default .ct-container-full {
	padding: 0px!important;
}


.title-article {
  display: flex!important;
  align-items: center!important;
  cursor: pointer!important;
}

.title-article::before {
  content: '›' !important;
  font-size: 1.5rem !important;
  position: absolute;
  top: 0;
  right: 0;
  transition: transform 0.3s ease !important;
  display: inline-block !important;
  transform: rotate(90deg) !important;
}

.title-article h3 {
  max-width: 90% !important;
}

.title-article.open::before {
  transform: rotate(270deg) !important;
}

.content-article {
  display: none!important;
}

.content-article.open  {
  display: block!important;
}


.content-article {
  max-height: 0 !important;
  overflow: hidden !important;
  opacity: 0 !important;
  transition: max-height 0.5s ease, opacity 0.5s ease !important;
  display: block !important; /* on remplace display:none par max-height  */
}

.content-article.open {
  max-height: 1000px !important; 
  opacity: 1 !important;
}
