@media (max-width: 1400px) {
    .calot-hero-section {
        min-height: 100vh;
        padding-top: 18vw;
    }
}

@media only screen and (max-width: 768px) {
   /* .calot-hero-content {
		padding: 0px 30px;
	}
	.calot-hero-content .wp-block-columns:last-child {
		position: relative;
	}
	.calot-hero-content .wp-block-columns:last-child .wp-block-column {
		flex-basis: 30% !important;
	}
	#home-nous-trouver .wp-block-columns .wp-block-column {
		flex-basis: 30% !important;
	}
	#rgs-contact-infos .wp-block-columns .wp-block-column {
		flex-basis: 30% !important;
	}*/
}

@media only screen and (max-width: 481px)
{
	.calot-hero-section {
    	min-height: 100vh;
    	padding-top: 0vw;
	}
	.calot-hero-content {
    	width: 100%;
    	z-index: 80;
    	max-height: 100vh;
		padding: 0px 20px;
	}
	
	/*.calot-hero-content > .wp-block-columns .wp-block-column:last-child .wp-block-image img {*/
	.calot-hero-content .custom-height img {
		height: 43vh;
		width: auto;
		
	}
	.has-text-align-center.has-large-font-size {
		font-size: 16px;
	}
	.calot-hero-section .calot-hero-bg-image.calot-hero-small {
		height: 30vh;
	}

	.wp-block-spacer[style="height:60px"] {
		height: 10px !important;
		margin: 0px;
	}

}