/*
Theme Name: adesti form
Theme URI: https://adestiform.fr
Author: Votre Nom
Author URI: https://adestiform.fr
Description: best WordPress theme ever…
Version: 1.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: adesti form
*/



@font-face
{
	font-family: 'helv_45';
	src: url('/fonts/helv/helveticaneueltstd-lt-webfont.woff') format('woff'),
		url('/fonts/helv/helveticaneueltstd-lt-webfont.ttf') format('truetype');
}

@font-face
{		
	font-family: 'helv_55';
	src: url('/fonts/helv/helveticaneueltstd-md-webfont.woff') format('woff'),
		url('/fonts/helv/helveticaneueltstd-md-webfont.ttf') format('truetype');
}

@font-face
{	
	font-family: 'helv_65';
	src: url('/fonts/helv/helveticaneueltstd-bd-webfont.woff') format('woff'),
		url('/fonts/helv/helveticaneueltstd-bd-webfont.ttf') format('truetype');		
}




body
{
	max-width: 1440px;
	width: 100%;
	margin: 0 auto;
	font-family: 'helv_45';
	/*background: rgba(255,255,255, 0.9)*/
	background: none;
	font-size: 24px;
	line-height: 1.2;
	-webkit-hyphens: auto;
	color: black;
}
	
a
{
	cursor: pointer;
	text-decoration: none;
	color: black;
}

li
{
	display: inline-block;
	font-size: 16px;
	color: black;
	margin-left: 16px;
	height: 55px;
}

li:hover
{
	font-family: 'helv_65';
	letter-spacing: -1px;
	border-bottom: 4px solid #557aff;
}

ul
{
	right: 0px;
	position: absolute;
}

nav
{
	width: 1000px;
	display: inline-block;
	right: 50px;
	position: absolute;
	top: 10px;
}

h1, h2, h3, h4, h5, h6
{
	margin-top: unset;
	margin-bottom: unset;
	font-family: inherit;
	font-weight: unset;
	line-height: unset;
	color: unset;
	font-size: unset;
}

.logo
{
	width: 80px !important;
	background-image: url(/wp-content/uploads/constantes/logo_adesti_form.png);
	background-repeat: no-repeat;
	background-size: contain;
	padding: 0px !important;
	height: 80px;
	margin-top: 0px;
	display: inline-block;
	position: absolute;
	left: 50px;
}


#header_pat
{
	height: 100px !important;
	max-width: 1440px !important;
	padding-left: 50px;
	z-index: 50;
	/* transition-duration: 1s; */
	transition: top 0.5s ease;
	border-bottom: solid 1px black;
	background-color: #FFFFFFE6;
	position: fixed;
	width: 1440px;
	padding-right: 50px;

}

#content
{
	top: 100px;
	position: relative;
}

.my_footer
{
	top: 100px;
	position: relative;
	box-shadow: 2px 2px 2px 1px #00000021;
	background: rgba(255, 255, 255, 0.95);
	margin-top: 100px !important;
	padding-left: 50px !important;
	padding-right: 50px !important;
}

.bloc_slider_une
 {
	/* background: rgba(255, 255, 255, 0.9); */
	box-shadow: 2px 2px 2px 1px #00000021;
	width: 1440px;
	height: 562px;
	position: relative;
	overflow: hidden;
	margin-bottom: 50px;
	top: 100px;
}

.slide_formation
{
	background-image: url(/wp-content/uploads/constantes/slider_1.jpg);
	background-repeat: no-repeat;
	opacity: 0.96;
}

.slide_gestuel
{
	background-image: url(/wp-content/uploads/constantes/securite_gestuelle.jpg);
	background-repeat: no-repeat;
	opacity: 0.96;
}

.slide_secourisme
{
	background-image: url(/wp-content/uploads/constantes/secourisme.jpg);
	background-repeat: no-repeat;
	opacity: 0.96;
}

.cols_510
{
	width: 510px;
	display: inline-block;
	vertical-align: top;
}

.cols_510_slider
{
	width: 510px;
	margin-top: 50px;
	display: inline-block;
	vertical-align: top;
}

.marg_left_100
{
	margin-left: 100px;
}

.marg_left_200
{
	margin-left: 200px;
}

.bold_80
{
	font-family: 'helv_65';
	font-size: 66px;
	line-height: 0.86;
	letter-spacing: -2px;
	hyphens: auto;
	-webkit-hyphens: auto;
}

.cols_332_slide_fond_blanc
{
	width: 470px;
	display: inline-block;
	margin-top: 50px;
	position: absolute;
	border-top: solid black 8px;
	border-right: solid black 8px;
	margin-left: 25px;
	position: relative;
}

.cols_332
{
	width: 332px;
	display: inline-flex;
}

.pave_white_332_slider
{
	background: #ffffffe0;
	padding: 20px;
	padding-bottom: 14px;
}

.anim_24_une
{
	animation-name: anim_24_f_une;
	animation-duration: 2.5s;
	animation-timing-function: ease-in-out;
	animation-fill-mode: backwards;
	animation-delay: 0.5s;
}

@keyframes anim_24_f_une
{
   0%{
	 opacity: 0%;
	 transform: translateY(120%);
	  line-height: 1.5;
   }
   
   50%
   {
	   opacity: 20%;
	   transform: translateY(0%);
		line-height: 0.4;
   }

   75%
   {
	   line-height: 1.3;
   }
   100%
   {
	   opacity: 100%;
	   line-height: 1.2;
   }
}

.helv_24
{
	font-family: 'helv_45';
	font-size: 24px;
	line-height: 1.2;
	overflow: hidden;
	hyphens: auto;
	-webkit-hyphens: auto;
	letter-spacing: 0;
}

.helv_65
{
	font-family: 'helv_65';
	letter-spacing: -1px;
}

.anim_36
{
	animation-name: anim_36_f;
	animation-duration: 2s;
	animation-timing-function: ease-in-out;
	animation-fill-mode: backwards;
	animation-delay: 0s;
}

	@keyframes anim_36_f
	{
	   0%{
		 opacity: 0%;
		 transform: translateY(-120%);
		  line-height: 1.5;
	   }
	   
	   50%
	   {
		   opacity: 20%;
		   transform: translateY(0%);
			line-height: 0.4;
	   }
	
	   75%
	   {
		   line-height: 1.2;
	   }
	   100%
	   {
		   opacity: 100%;
		   line-height: 0.86;
	   }
	}

.mentions_legales
{
		font-size: 14px;
		font-family: 'helv_45';
		padding-left: 50px !important;
		height: 64px !important;
		min-height: 20px;
}

.pave_1040, .pave_1040_formation
{
	width: 1047px;
	margin: 0 auto;
	margin-bottom: 50px;
	background: rgba(255, 255, 255, 0.9);
	/*box-shadow: 2px 2px 2px 1px #00000021;*/
	display: block;
	padding: 0;
	position: relative;
	padding-bottom: 50px;
	border-bottom: 8px solid #557aff;
	border-right: 8px solid #557aff;
}

.button_zone
{
	width: fit-content;
	margin: 0 auto;
	padding-bottom: 10px;
	margin-bottom: 50px;
	margin-top: 150px;
}

 .button_1:before
  {
	  content: 'button_1';
	  padding-top: 52px;
	  display: block;
  }
  
  .button_1
  {
	border-radius: 10px;
	background: rgb(0 0 0 / 80%);
	width: 155px;
	height: 155px !important;
	margin-left: 0px;
	vertical-align: top;
	font-size: 32px;
	line-height: 1;
	font-family: helv_45;
	text-align: center;
	color: white !important;
	/* box-shadow: 2px 2px 2px 1px #0000007a ;*/
	transition-duration: 0.6s;
	animation-timing-function: ease-in-out;
	animation-fill-mode: backwards;
	position: relative;
	display: inline-block;
	clip-path: polygon(0 0, /* Coin en haut à gauche */ calc(100% - 10%) 0, /* Découpe de 10px en haut à droite */ 100% 10%, /* Découpe de 10px sur le bord droit */ 100% 100%, /* Coin en bas à droite */ 0 100%);
  }
  
  .button_1:hover
  {
  	background: #557aff;
  	color: white !important;
  	background-blend-mode: multiply;
	box-shadow: none !important;
	transform: scale(1.1);
	transition-duration: 0.6s;
	font-family: helv_65;
	letter-spacing: -1px;
	}
	
.button_2:before
  {
	  content: 'button_2';
	  padding-top: 52px;
	  display: block;
  }
  
  .button_2
  {
	  border-radius: 10px;
	  background: rgb(85 122 255 / 92%);
	  width: 155px;
	  height: 155px !important;
	  margin-left: 10px;
	vertical-align: top;
	  font-size: 32px;
	  line-height: 1;
	  font-family: helv_45;
	  text-align: center;
	  color: white;
	  /* box-shadow: 2px 2px 2px 1px #0000007a ;*/
	  position: absolute;
	  
	transition-duration: 0.6s;
	  animation-timing-function: ease-in-out;
	  animation-fill-mode: backwards;
	  position: relative;
	  display: inline-block;
	  clip-path: polygon(0 0, /* Coin en haut à gauche */ calc(100% - 10%) 0, /* Découpe de 10px en haut à droite */ 100% 10%, /* Découpe de 10px sur le bord droit */ 100% 100%, /* Coin en bas à droite */ 0 100%);
  }
  
  .button_2:hover
  {
		background: rgb(0 0 0 / 80%);
		color: white !important;
		box-shadow: none !important;
		transform: scale(1.1);
		transition-duration: 0.6s;
		font-family: helv_65;
		letter-spacing: -1px;
	}

.button_3:before
  {
	  content: 'button_3';
	  padding-top: 52px;
		display: block;
	  white-space: pre-wrap;
  }
  
.button_3
{
  border-radius: 10px;
  background: rgb(84 85 95 / 33%);
  width: 155px;
  height: 155px !important;
  margin-left: 10px;
	vertical-align: top;
  font-size: 32px;
  line-height: 1;
  font-family: helv_45;
  text-align: center;
  color: black;
 /* box-shadow: 2px 2px 2px 1px #0000007a ;*/
  position: absolute;

transition-duration: 0.6s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: backwards;
  position: relative;
  display: inline-block;
  clip-path: polygon(0 0, /* Coin en haut à gauche */ calc(100% - 10%) 0, /* Découpe de 10px en haut à droite */ 100% 10%, /* Découpe de 10px sur le bord droit */ 100% 100%, /* Coin en bas à droite */ 0 100%);
}

.button_3:hover, .button_11:hover
{
	background: rgb(85 122 255 / 92%);
	color: white !important;
	box-shadow: none !important;
	transform: scale(1.1);
	transition-duration: 0.6s;
	font-family: helv_65;
	letter-spacing: -1px;
}

.button_4:before
{
  content: 'button_4';
	  padding-top: 52px;
	display: block;
  white-space: pre-wrap;
}

.button_4
{
  border-radius: 10px;
  background: rgb(0 0 0 / 80%);
  width: 155px;
  height: 155px !important;
  margin-left: 10px;
	vertical-align: top;
  font-size: 32px;
  line-height: 1;
  font-family: helv_45;
  text-align: center;
  color: white !important;
  /* box-shadow: 2px 2px 2px 1px #0000007a ;*/
  position: absolute;
transition-duration: 0.6s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: backwards;
  position: relative;
  display: inline-block;
  clip-path: polygon(0 0, /* Coin en haut à gauche */ calc(100% - 10%) 0, /* Découpe de 10px en haut à droite */ 100% 10%, /* Découpe de 10px sur le bord droit */ 100% 100%, /* Coin en bas à droite */ 0 100%);
}

.button_4:hover
{
	background: rgb(85 122 255 / 92%);
	color: white !important;
	box-shadow: none !important;
	transform: scale(1.1);
	transition-duration: 0.6s;
	font-family: helv_65;
	letter-spacing: -1px;
}

.button_5:before
{
  content: 'button_5';
	  padding-top: 52px;
	display: block;
  white-space: pre-wrap;
}

.button_5
{
  border-radius: 10px;
  /*background: rgb(0 0 0 / 40%);*/
  background: rgba(145, 145, 145, 0.8);
  width: 155px;
  height: 155px !important;
  margin-left: 10px;
	vertical-align: top;
  font-size: 32px;
  line-height: 1;
  font-family: helv_45;
  text-align: center;
  color: white;
  /* box-shadow: 2px 2px 2px 1px #0000007a ;*/
  position: absolute;
transition-duration: 0.6s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: backwards;
  position: relative;
  display: inline-block;
  clip-path: polygon(0 0, /* Coin en haut à gauche */ calc(100% - 10%) 0, /* Découpe de 10px en haut à droite */ 100% 10%, /* Découpe de 10px sur le bord droit */ 100% 100%, /* Coin en bas à droite */ 0 100%);
}

.button_5:hover
{
	background: rgb(85 122 255 / 92%);
	color: white !important;
	box-shadow: none !important;
	transform: scale(1.1);
	transition-duration: 0.6s;
	font-family: helv_65;
	letter-spacing: -1px;
}


.button_6:before
  {
	  content: 'button_6';
	  padding-top: 52px;
		display: block;;
	  white-space: pre-wrap;
  }
	  
.button_6
{
  border-radius: 10px;
  background: rgb(255 255 255 / 90%);
  width: 155px;
  height: 155px !important;
  margin-left: 10px;
	vertical-align: top;
  font-size: 32px;
  line-height: 1;
  font-family: helv_45;
  text-align: center;
  color: black;
  /* box-shadow: 2px 2px 2px 1px #0000007a ;*/
  position: absolute;
transition-duration: 0.6s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: backwards;
  position: relative;
  display: inline-block;
  clip-path: polygon(0 0, /* Coin en haut à gauche */ calc(100% - 10%) 0, /* Découpe de 10px en haut à droite */ 100% 10%, /* Découpe de 10px sur le bord droit */ 100% 100%, /* Coin en bas à droite */ 0 100%);
}

.button_6:hover
{
	background: rgb(85 122 255 / 92%);
	color: white !important;
	box-shadow: none !important;
	transform: scale(1.1);
	transition-duration: 0.6s;
	font-family: helv_65;
	letter-spacing: -1px;
}

#button_secouriste:before
{
	content: 'formation \a sauveteur \a secouriste';
	padding-top: 20px;
}

#button_gestuelle:before
{
	content: 'formation \a sécurité \a gestuelle';
	padding-top: 20px;
}

#button_autres_formations:before
{
	content: 'vos formations \a sur mesure';
	padding-top: 20px;
}

#button_poser_question:before
{
	content: 'poser une \a question \a…';
	padding-top: 20px;		
}

.white
{
	color: white;
}
.c48
{
	font-size: 48px;
}

.mt150
{
	margin-top: 150px;
}

.elementor-element.elementor-element-143a35f1.elementor-widget.elementor-widget-theme-post-content
{
	width: 1440px;
	max-width: 1440px;
	margin: 0 auto;
	position: absolute;
	left: 0;
}
