/*GLOBAL*/
@font-face {
  font-family: helvetica;
  src: url(fonts/Helvetica.ttf);
}
@font-face {
  font-family: helvetica-bold;
  src: url(fonts/Helvetica-Bold.ttf);
}
@font-face {
  font-family: helvetica-black;
  src: url(fonts/Helvetica_Black.otf);
}

.logo_header{
	width: 250px;
	margin-left: 184px;
}
.page_title{
	margin-left: 114px;
	margin-bottom: 50px;
}

body{
	font-family: 'helvetica', sans-serif;
}

h2{
	font-size: 50px;
	font-family: 'helvetica-bold',sans-serif;
	font-weight: 900;
	color: #02020c;
}

.separator{
	width: 100%;
	height: 1px;
	background-color: grey;
	display: block;
	margin: 25px 0 25px 0;
}

.mobile_only_maxi{
	display: none;
}

.mobile_only{
	display: none;
}

/*GLOBAL*/






/*HEADER*/
.navbar-nav > *{
	margin-left: 30px;
	font-family: 'helvetica-bold',sans-serif;
	font-weight: 900;
	font-size: 20px;
	color: #02020c;
}

.navbar img{
	margin-left: 100px;
}
.navbar-nav i{
	font-size: 20px;
	color: #f9bf41;
}
.navbar-nav a{
	color: #02020c !important;
	letter-spacing: -1px;
}
.navbar-nav a:hover{
	border-top: 3px solid #02020c;
	border-bottom: 3px solid #02020c;
	margin: -5px 0 -5px 0;
}

.login_btns{
	margin-right: 10%;
}
.login_btns .btn-outline-primary{
	border: 3px solid #01a254;
	color: #01a254;
}
.login_btns .btn-outline-primary:hover{
	border: 3px solid #01a254;
	color: white;
	background-color: #01a254;
}

.login_btns .btn-primary{
	margin-left: 25px;
	background-color: #01a254;
	border: 3px solid #01a254;
}
.login_btns:hover .btn-primary:hover{
	background-color: #006231;
	border: 3px solid #006231 !important;
	color: white;
}

#bottom_header{
	background-color: black;
	border-bottom: 3px solid #e52644;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	padding: 10px 9% 10px 114px;
	color: white;

	font-weight: bold;
	font-size: 20px;
}
.bottom_header_text{
	font-style: italic;
	letter-spacing: -1px;
}
.btn_sub_header{
	margin-top: 12px;
}
/*HEADER*/





/*CONNEXION*/
#body_yellow{
	padding: 50px 0 50px 0;
	background-color: #f9bf41;
	display: flex;
	flex-direction: row;	
}

#credentials_area{
	margin: auto;
	width: 80%;
	padding: 50px;
	border-radius: 10px;
	box-shadow: 0px 0px 10px black;
	background-color: black;
	color: white;
}
.user_profile_section{
	margin-right: 10%;
	font-size: 30px;
}
.user_profile_section a{
	color: black;
	text-decoration: none;
}
.user_profile_section a:hover{
	color: #e52644;
}
#profile_packs_cards{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
}
.card-img-top{
	padding: 0 !important;
}
/*CONNEXION*/




/*ACCUEIL*/
#typed_text1{
	font-family: 'helvetica-black', sans-serif;
}
#typed_text2{
	font-family: 'helvetica-black', sans-serif;
}
#home_video_section{
	width: 100%;
	height: 1000px;
}
#home_landing_video{right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100px;
  height: 100%;
  width: 100%;
	object-fit: cover;
}
#home_landing{
/*	position: relative;*/
/*	top: -700px;*/
 height: 1006px;

	padding: 300px 0 200px 10%;
	margin: -1006px 0 -0px 0;
	background-color: rgba(0, 0, 0, 0.25);
	display: flex;
	flex-direction: row;
	position: relative;
}
#home_landing_left{
	width: 40%;
}
#home_landing_right{

}
#home_landing_right_img{
	width: 100%;
}

#home_landing h1{
	font-size: 120px;
	font-weight: 900;
	letter-spacing: -10px;
	line-height: 85px;
	color: #f9bf41;
}

.badge_landing{
	background-color: #02020c !important;
	margin-top: 25px;
	font-size: 50px;
	font-style: italic;
}
.badge_landing_link{
	background-color: #f9bf41 !important;
	color: black !important;
	border-radius: 20px;
	margin-top: 25px;
	font-size: 50px;
	font-style: italic;
}

.badge_landing_link:hover{
	background-color: black !important;
	color: #f9bf41 !important;
	font-weight: bold; 
	cursor: pointer;
}


#slider_results_title{
	background-color: #f9bf41;
	padding: 50px 10% 50px 10%;
	z-index: 100 !important;
	flex-direction: row;
	position: relative;
	width: 100%;

}
#slider_results{
	background-color: #f9bf41;
	display: flex;
	flex-direction: row;
	overflow: hidden;
	position: relative;
	width: 100%;
	padding-bottom: 100px;
}

#slider_results>*{
	margin: 0 0px 0 50px;
	transition: all 2s;
}

#home_results{
	padding: 50px 10% 100px 10%;
	background-color: #f9bf41;
}
#carousel_pronos{
	margin-top: 25px;
}
.carousel_item_pronos{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
.results_item{
	border: 0px solid red;
	width: 500px;
	padding: 0;
}
.results_item_top{
	display: flex;
	flex-direction: row;
}
.results_item_left{
	background-color: black;
	width: 100px;
	height: 175x;
	display: flex;
	align-items: center;
	justify-content: center;
}
.results_item_right{
	padding: 25px 0 25px 25px;
	background-color: white;
	width: 400px;
	height: 175px;
}
.results_item_teams{
	font-weight: 700;
	font-size: 25px;
}
.results_item_pronos{
	font-size: 25px;
	font-style: italic;
	font-weight: 900;
	margin-top: -25px;
}
.results_item_bottom{
	text-align: center;
	background-color: #01a254;
	font-weight: bold;
	letter-spacing: 1px;
}

.flyer_index{
	width: 380px;
}
#home_stats{
	background-color: #02020c;
	display: flex;
	flex-direction: row;
	border-bottom: 3px solid #e52644;
	position: relative;
	min-height: 662px;
}
#home_stats h2{
	color: white;
	margin-bottom: 50px;
}
.home_stats_left{
	width: 540px;
	background-image: url('images/home_stats.png');
	background-size: cover;
}
.home_stats_right{
	width: 100%;
	padding: 50px 50px;
}
.stats_container{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	flex-wrap: wrap;
}
.stats_item{
	width: 230px;
	border-top: 3px solid #f9bf41;
	border-left: 3px solid #f9bf41;
}
.stats_item_top{
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	height: 250px;
}
.stats_item_bottom{
	background-color: #f9bf41;
	color: #02020c;
	text-align: center;
	height: 100px;
}
.stats_item_number{
	font-weight: 900;
	font-size: 50px;
}
.stats_item_desc{
	font-size: 23px;
	letter-spacing: -2px;
	margin-top: -30px;
}


#landing_packs{
	border-top: 3px solid #f9bf41;
	padding: 50px 10% 50px 10%;
	background-color: #02020c;
	color: white;
}
#landing_pack_section{
	display: flex;
	flex-direction: row;
	justify-content: center;
	margin: 75px 0 0 0;
}

#home_packs{
	border-top: 3px solid #f9bf41;
	padding: 50px 0 50px 0;
	background-color: #02020c;
	color: white;
}
#home_packs h2{
	color: white;
}

.home_pack_section{
	margin-top: 75px;
	display: flex;
	flex-direction: row;
}
.home_pack_card{
	margin: 0 10px;
	width: 400px;
	height: 620px;
	background-size: cover;
}
#mentale_subject{
	position: relative;
	display: block;
	top: 230px;
	width: 180px;
	margin: auto;
	left: -200px;
	opacity: 0;
	transition: all 1s;
}
.mentale_subject_act{
	left: 0px !important;
	opacity: 100 !important;
}
#maxi_subject{
	position: relative;
	display: block;
	top: 254px;
	width: 250px;
	margin: auto;
	left: -200px;
	opacity: 0;
	transition: all 1s;
}
.maxi_subject_act{
	left: 0px !important;
	opacity: 100 !important;
}

#usnight_subject{
	position: relative;
	display: block;
	top: 188px;
	width: 380px;
	margin: auto;
	left: -200px;
	opacity: 0;
	transition: all 1s;
}
.usnight_subject_act{
	left: 0px !important;
	opacity: 100 !important;
}
.home_pack_price{
	position: relative;
	display: block;
	top: 630px;
	width: 175px;
	margin: auto;
	z-index: 100;
	opacity: 0;
	transition: all 1s;
}
.home_pack_price_act{
	opacity: 100;
	top: 490px;
}

#landing_pack_links{
	display: flex;
	flex-direction: row;
	justify-content: center;
	margin: 10px 0 0 0;
}
.landing_pack_links_box{
/*	border: 1px solid red;*/
	width: 400px;
	height: 100px;
	margin: 10px 10px;
	display: flex;
	justify-content: center;
}
.landing_pack_links_box > *{
	display: block;
	height: 75px;
	text-decoration: none;
	font-weight: bold;
	font-size: 25px;
	text-align: center;
	line-height: 75px;
	color: white;
}
#landing_mentale_link{
	background-color: #e52644;
	width: 60%;
	transition: all 0.2s;
}
#landing_mentale_link:hover{
	background-color: #a70423;
	width: 100%;
}
#landing_maxi_link{
	background-color: #01a254;
	width: 60%;
	transition: all 0.2s;
}
#landing_maxi_link:hover{
	background-color: #006131;
	width: 100%;
}
#landing_us_link{
	background-color: #f9bf41;
	width: 60%;
	transition: all 0.2s;
}
#landing_us_link:hover{
	background-color: #f16827;
	width: 100%;
}
/*.home_pack_animated{
	width: 180px;
	margin: auto;
}
.home_pack_subject{
	z-index: 10;
	animation: MoveUpDown 1s ease infinite;
	position: relative;
	left: 0;
	bottom: 0;
}
@keyframes MoveUpDown {
  0%, 100% {
    bottom: 0;
  }
  50% {
    bottom: 0px;
  }
}
.home_pack_price{
	z-index: 20;
	animation: MoveLeftRight 1s ease infinite;
	position: relative;
	top: -50px;
	left: 0;
	bottom: 0;
}
@keyframes MoveLeftRight {
  0%, 100% {
    left: 0;
  }
  50% {
    left: 0px;
  }
}*/
.home_pack_image{
	margin: 0 25px 0 25px;
	width: 450px;
	min-width: 400px;
	max-height: 650px;
	background-size: cover;
	background-position: center;
}
.home_pack_text{
	width: 50%;
	font-size: 25px;
	padding-top: 100px;
	font-weight: 500;
}
.home_pack_highlight{
	padding: 25px;
	font-weight: 900;
}

.home_pack_btn{
	position: relative;
	top: -40px;
	width: 25%;
	height: 50px;
	border: 0px;
	font-size: 25px;
	font-weight: bold;
	margin-left: 40%;
	border-radius: 5px;
}

.home_pack_btn:hover,
.home_pack_btn:focus {
  box-shadow: 0 0.5em 0.5em -0.4em var(--hover);
/*  transform: translateY(-0.25em);*/
	height: 60px;
	width: 60%;
	margin: 0 0 0 20% !important;
  box-shadow: 0px 0px 10px 10px #a60422;
  transition: all 0.2s ease;
  font-size: 25px;
  font-weight: 900;
}

.home_pack_btn_mentale{
	background-color: #a60422;
	color: white;
  animation: shadowmove 1s infinite;
/*  transition: all 02;*/
}

@keyframes shadowmove {
/*  0% {background-color: blue}*/
  50% {background-color: red;}
/*  0% {background-color: blue;}*/
}

.home_pack_btn_mentale:hover{
	background-color: #e52644;
}



#home_maxi{
	border-top: 5px solid #f9bf41;
padding: 50px 0 50px 0;
background-color: #f9bf41;
color: white;
}
#home_maxi h2{
	color: black;
}

.landing_packs_mobile{
	display: none;
}
/*ACCUEIL*/





/*PACKS*/
.success_banner{
	margin: 0 114px 50px 114px;
}
.packs_bar{
	width: 5px;
	height: 460px;
/*	background-color: darkred;*/
	display: block;
	margin: -750px 0 290px 95%;
	z-index: 1000;
}
.maxi_banner{
	width: 450px;
  margin: -596px auto 522px auto !important;
  display: block;
}
.maxi_banner_act{
	width: 450px;
	margin: -593px auto 519px 155px;
	z-index: 1000;
}

#mentale_top_txt{width: 400px;}
#mentale_top_logo{width: 130px;}
#us_top_txt{width: 280px;}
#us_top_logo{width: 130px;}
#maxi_top_txt{width:500px;}
#maxi_top_logo{width: 130px;}

.pack_section{
	margin-top: 0px;
	display: flex;
	flex-direction: column;
}
.pack_section_top{
	display: flex;
	flex-direction: row;
	justify-content: center;
	padding: 10px 0px 10px 0px;
	height: 200px;
}
.pack_section_top_text{
	z-index: 10;
	margin-left: 114px;
}
.pack_section_top_img{
	position: relative;
	left: 0px;
	z-index: 0;
}

.pack_section_bottom_container{
	background-color: white;
	background-size: 750px;
	background-repeat: no-repeat;
	background-position: center;
	height: 550px;
/*	margin-top: -260px;*/
}
.pack_section_bottom{
	background-size: contain;
	background-position: bottom;
	background-repeat: no-repeat;
	height: 550px;
}
.pack_section_bottom_row{
	width: 100%;
	margin: 0 auto 0px auto;
	padding-top: 25px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;

/*	align-items: center;*/
/*	border: 1px solid red;*/
}
.pack_section_bottom_row_left{
 color: black;
 margin: 25px 0 0 114px;
 font-size: 25px;
 font-weight: bold;
 line-height: 65px;
/* border: 1px solid green;*/
 width: 60%;
}
.pack_section_price{
	width: 250px;
	position: relative;
	right: -300px;
	opacity: 0;
	transition: all 1s;
/*	border: 1px solid red;*/
}
.pack_section_price_act{
	right: 0px;
	opacity: 100;
}
.pack_section_engagement{
	padding: 8px 10% 0 85px;
	height: 235px;
}
.pack_section_barre{
	width: 5px;
	height: 495px;
}
.pack_section_barre_us{
	width: 5px;
	height: 495px;
  margin: -229px 5% 0 -5%;
}
.pack_section_barre_maxi{
	width: 5px;
  margin: -284.5px 5% 0 -5%;
  height: 557px;
}
.pack_section_mascotte{
	width: 90%;
	margin: auto;
/*	border: 1px solid green;*/
/*	height: 300px;*/
	margin-top: -205px;
}
.pack_section_mascotte_subject{
	width: 450px;
	height: 450px;
	background-repeat: no-repeat;
	background-position: center;
	margin: auto;
	display: block;
	opacity: 0;
	transition: all 1s;
	}
.pack_section_mascotte_subject_scroll{
	opacity: 100;
}
.pack_section_mascotte_btn{
	width: 350px;
	margin: -120px auto 0 auto;
	z-index: 100;
	display: block;
	font-weight: bold;
	background-color: #009f52;
	color: white;
	text-decoration: none;
	font-size: 35px;
	text-align: center;
	border-radius: 5px;
	padding: 10px 30px;
	border: 3px solid #006331;
	outline: 7px solid #009f52;
	position: relative;
	z-index: 1000;
	transition: all 0.2s;
}
.pack_section_mascotte_btn:hover{
	background-color: #003a1c;
	border: 3px solid #00a053;
	outline: 7px solid #003a1c;
	cursor: pointer;
	width: 360px;
	font-size: 38px;
}
.pack_section_mascotte_btn_maxi{
	width: 360px;
	margin: -120px auto 0 auto;
	z-index: 100;
	display: block;
	font-weight: bold;
	background-color: #f9be40;
	color: white;
	text-decoration: none;
	font-size: 35px;
	text-align: center;
	border-radius: 5px;
	padding: 10px 30px;
	border: 3px solid #f16c27;
	outline: 7px solid #f9be40;
	position: relative;
	z-index: 1000;
	transition: all 0.2s;
}
.pack_section_mascotte_btn_maxi:hover{
	background-color: #ef501f;
	border: 3px solid #f6af3b;
	outline: 7px solid #ef501f;
	cursor: pointer;
	width: 360px;
	font-size: 38px;
}





/*Pack activé */
.pack_section_bottom_act{
	background-size: contain;
	background-position: bottom;
	background-repeat: no-repeat;
	height: 550px;
	display: flex;
	flex-direction: row;
	justify-content: left;
}
.pack_section_top_act{
	display: flex;
	flex-direction: row;
	justify-content: left;
	padding: 10px 0px 10px 0px;
	height: 200px;
}
.pack_section_bottom_row_act{
	width: 50%;
	margin: 0 auto 0px auto;
	padding-top: 25px;
	display: flex;
	flex-direction: column;
/*	justify-content: center;*/
/*	align-items: center;*/
/*	border: 1px solid red;*/
}
.pack_section_bottom_row_top_act{
	display: flex;
	flex-direction: row;
 margin: 28px 0 0 65px;
}
.pack_section_bottom_row_left_act{
 color: black;
 font-size: 20px;
 font-weight: bold;
 line-height: 50px;
/* border: 1px solid green;*/
 width: 445px;
}
.pack_section_mascotte_act{
	width: 40%;
	margin: 0 0 0 5%;
/*	border: 1px solid green;*/
/*	height: 300px;*/
}
.pack_section_mascotte_subject_act{
	width: 550px;
	height: 300px;
	background-repeat: no-repeat;
	background-position: center;
	margin: auto;
	display: block;
/*	z-index: -10;*/
	background-image: url('images/mentale_subject_droit.svg');
}

.pack_section_bet_top{
	background-color: black;
	border: 3px solid #d9a338;
	display: flex;
	justify-content: space-around;
	align-items: center;
	font-size: 35px;
	font-weight: bold;
	padding: 15px 25px;
}




.pack_section_bottom_bet_row{
	width: 35%;
	height: 600px;
	margin: -150px 10% 0 0;
/*	border: 1px solid blue;*/
/*	padding: 25px 25px 35px 25px;*/
	box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5);
	background-color: white;
	z-index: 1000;
}
.pack_section_bottom_bet_row_img{
	background-image: url('images/mentale_match.png');
	background-size: cover;
	height: 200px;
}
.pack_section_bottom_bet_row_date{
	background-color: #f9bf41;
	font-weight: 600;
	font-style: italic;
	color: black;
	margin: auto;
	padding: 5px 35px;
	position: relative;
	top: 180px;
	width: 200px;
	height: 40px;
	text-align: center;
}
.pack_section_bottom_bet_row_results{
	background-color: white;
	color: black;
}
.pack_section_bottom_bet_row_results_box{
	display: flex;
/*	justify-content: space-between;*/
	width: 100%;
	margin: auto;
	padding: 60px 15px 15px 15px;
	text-align: center;
	font-size: 20px;
/*	border: 1px solid green;*/
}
.pack_section_bottom_bet_row_results_box>*{
	width: 33%;
}
.pack_section_bottom_bet_row_results_teams{
	font-size: 30px;
	font-weight: bold;
	width: 90%;
	text-align: center;
	margin: auto;
}
.pack_section_bottom_bet_row_results_indicator{
	text-align: center;
	width: 90%;
	margin: 15px auto 0 auto;
}
#pack_section_bottom_bet_row_results_progress {
	width: 60%;
	margin: 10px auto 15px auto;
	border-radius: 10px;
  background-color: #ececec;
}

#pack_section_bottom_bet_row_results_bar {
  width: 1%;
  border-radius: 10px;
  height: 25px;
  background-color: #00a153;
  text-align: center;
  color: white;
  font-weight: bold;
}
#pack_section_bottom_bet_row_results_bar_us{
  width: 1%;
  border-radius: 10px;
  height: 25px;
  background-color: #00a153;
  text-align: center;
  color: white;
  font-weight: bold;
}
.pack_section_bottom_bet_row_analysis{
	width: 100%;
	padding: 25px 15px 25px 15px;
}

.pack_section_bottom_bet_row_sport{
	background-color: black;
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	align-items: center;
	margin: auto;
	position: relative;
	top: 20px;
	width: 250px;
	height: 50px;
	border-radius: 5px;
}
.pack_section_bottom_bet_row_sport_text{
	color: white;
	font-size: 20px;
	font-weight: bold;
}

.pack_section_text{
	text-align: justify;
/*	border-bo: 3px solid yellow;*/
	padding: 50px 10% 50px 10%;
	font-size: 20px;
}
.pack_section_text_maxi{
	text-align: justify;
	border-top: 3px solid #01a254;
	border-bottom: 3px solid #01a254;
	padding: 50px 10% 50px 10%;
	background-color: #f5f5f5;
	color: black;
	font-size: 20px;
}

.pack_section_text_mentale{
	border-top: 3px solid #e52644;
	border-bottom: 3px solid #e52644;
}

.pack_section_text_us{
	border-top: 3px solid #f9bf41;
	padding: 50px 10% 0px 10%;
}
.pack_title_mobile{
	display: none;
}
/*PACKS*/





/*PRONOS*/
.pronos_table_container{
	margin: 50px 0 0 50px;
}
.pronos_heads{
	background-color: black !important;
	color: white !important;
}
.mentale_rows{
	background-color: #e52644 !important;
	color: white !important;
	padding: 10px 10px !important;
	font-weight: bold;
}
.usnight_rows{
	background-color: #f9bf41 !important;
	color: white !important;
	padding: 10px 10px !important;
	font-weight: bold;
}
/*PRONOS*/






/*MAXI CONFIANCE*/
.maxi_box{
/*	border: 1px solid red;*/
	margin-right: 50px;
}
.maxi_box_date{
	background-color: white;
	color: black;
	padding-left: 25px;
}
.maxi_box_top{
	display: flex;
	flex-direction: row;
}
.maxi_box_country{
	background-color: #f9bf41;
	width: 33%;
	padding-left: 25px;
}
.maxi_box_sport{
	width: 77%;
	padding-left: 25px;
	display: flex;
	align-items: center;
}
.maxi_box_sport span{
	font-size: 30px;
}
.maxi_box_bottom{
	display: flex;
	flex-direction: column;
	background-color: white;
	color: black;
}
.maxi_box_teams{
	background-color: #01a254;
	font-size: 50px;
	padding-left: 25px;
	color: white;
}
.maxi_box_prono{
	background-color: #006231;
	font-size: 50px;
	padding-left: 25px;
	color: white;
}
/*MAXI CONFIANCE*/








/*LIVE*/
#result_iframe{
	margin-top: -50px;
}
/*LIVE*/






/*USER PROFILE*/
.card-img-top{
	min-height: 350px;
	padding: 25px;
}
/*USER PROFILE*/






/*CONTACT*/
.contact_desktop{display: initial;}
.contact_mobile{display: none;}
#contact_maxi{
	border-top: 5px solid #f9bf41;
	padding: 50px 0 50px 10%;
	background-image: url('images/contact_back.webp');
	background-size: cover;
	background-position: center;
	background-color: rgba(0, 0, 0, 0.5);
	color: #f9bf41;
}
#contact_body{
	display: flex;
	flex-direction: row;
}
#contact_body>*{
	width: 50%;
}
#contact_form{
	padding: 50px 50px 0 0;
}
#contact_form label{
	color: #f9bf41;
	font-weight: bold;
}
#contact_infos{
/*	background-image: url('images/contact_back.png');*/
/*	background-size: cover;*/
/*	background-position: center;*/
	padding: 50px;
}
#contact_infos_zone{
	font-size: 20px;
	padding: 50px;
	text-align: justify;
	font-weight: bold;
}
#contact_infos_socials{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	padding: 0 10% 0 10%;
}
#contact_infos_socials a{
	color: white;
	font-size: 40px;
}
#contact_infos_socials a:hover{
	color: red;
}
.logo_telegram {
/* margin-bottom: 10px;*/
 width: 45px;
 height:45px;
 margin: 7px 0 0 0;
 display:block;
 background-size: cover;
 background-image: url('images/tele_blanc.svg');
}

.logo_telegram:hover {
   background-image: url('images/tele_rouge.svg');
}

/*CONTACT*/






/*LEGAL*/
.legal_pages{
	color:black !important;
	padding: 50px 114px 0 114px !important;
}
/*LEGAL*/



/*FOOTER*/
#footer_social{
	color: #02020c;
	padding: 25px 10%;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	border-bottom: 10px solid #02020c;
}
#footer_social a{
	text-decoration: none;
	color: #02020c;
	font-weight: 900;
	font-size: 20px;
	display: flex;
	flex-direction: row;
	align-items: center;
}
#footer_social a:hover{
	color: red;
}
#footer_social i{
	font-size: 30px;
	margin-right: 12px;
}
footer{
	border-top: 5px solid #f9bf41;
	background-color: black;
	padding: 50px 10% 25px 10%;

	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.footer_col{
	display: flex;
	flex-direction: column;
}
.footer_col strong{
	color: #f9bf41;
	font-size: 30px;
}

.footer_col a{
	color: white;
	text-decoration: none;
	font-size: 20px;
}
.footer_col a:hover{
	color: red;
}
.no_hover_footer{
	color: #65696E !important;
}
.no_hover_footer:hover{
	color: #65696E !important;
}

.sub_footer{
	width: 100%;
	background-color: black;
	color: white;
	padding: 0 0 50px 10%;
}
.logo_telegram_footer {
/* margin-bottom: 10px;*/
 width: 50px;
 height:50px;
 display:block;
 background-size: cover;
 background-image: url('images/tele_noir.svg');
}

.logo_telegram_footer:hover {
   background-image: url('images/tele_rouge.svg');
}
/*FOOTER*/