/*
Theme Name:   ChildHelloElementor
Description:  Écrivez ici une brève description de votre thème enfant
Author:       Regina
Author URL:   http://localhost:8888/COMELEON/PointS
Template:     hello-elementor
Version:      1.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  ChildHelloElementor
*/

/* Écrivez ici votre propre feuille de style personnelle */

#inlineFrame{
	max-width: 1440px;
    height: 1350px;
}
#image_principale{
	position: relative;
}
#text_principal{
	position: absolute;
	top: 50%;
	  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#text_principal p{
	margin: 0;
}
#text_principal a{
	color: #FFFFFF;
}
html{
	overflow-x: hidden;
}
/*@media screen and (min-width: 425px) and (max-width: 768px){
	#text_principal{
		top: 50%;
	}
}
@media screen and (max-width: 424px){
		#text_principal{
		top:50%;
	}
}*/