/*  Page CSS :
________________________________
nom : all.css
auteur : Arthur LEPAGNOL
fonction : Mise en forme des pages web et structure du site pour tout type de m�dia.
adresse du site :  www.agbat-maconnerie.fr
________________________________
*/

/*------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------   Police  --------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------------------------------------------------- */

@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');

@font-face {
	font-family: 'bebasneue';
	src: url('/assets/fonts/babasneue/BebasNeue Bold.ttf') format('truetype');
}

@font-face {
	font-family: 'Myriad';
	src: url('/assets/fonts/myriadpro/MYRIADPRO-REGULAR.OTF')  format("opentype");
	font-style:normal;
	font-weight:normal;
}

@font-face {
	font-family: 'Myriad';
	src: url('/assets/fonts/myriadpro/MyriadPro-Light.otf')  format("opentype");
	font-style:normal;
	font-weight:100;
}

@font-face {
	font-family: 'Myriad';
	src: url('/assets/fonts/myriadpro/MYRIADPRO-BOLD.OTF')  format("opentype");
	font-style:normal;
	font-weight:bold;
}


/*------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------Styles par d�fault--------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center, hr,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td
{
	margin: 0px;
	padding: 0px;
	border: 0px;
	outline: 0;
	font-weight: lighter;
	vertical-align: baseline;
	background: transparent;
}

* {
	box-sizing: border-box;
  }

body
{
	background-color:rgb(255,255,255);
	width:100%;
	padding-top:0px;
	margin:0px;
	font-family: 'Myriad', 'Lato', arial, sans-serif;
	color:#2E2D35;
	padding-left:280px;
	font-weight:lighter;
}
  @media (max-width: 900px) {
	body {
		padding-left:0px;
		
	}
  }
#page {
	width:100%;
	padding-right:30px;
	/*padding-left:280px;*/
}
@media (max-width: 768px) {
	#page {
		padding-left:30px;
		padding-top:110px;
	}
}
@media (max-width: 480px) {
	#page {
		padding-left:15px;
		padding-right:15px;
	}
	
	#top #prochaine_reunion {
		display:none;
	}
	
	#top {
		justify-content:center !important;
	}
}


/*------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------Style des liens de la Page------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------------------------------------------------- */

a img { border:none; }

a, a:visited, a:active, a:link
{
	text-decoration:none;
	color:rgb(73,73,73);
	font-weight:normal;
	margin:0px;
	padding:0px;
}

a:hover 
{
	color:orange;
}

.bouton_image		{ background-color:#fff; padding:4px; cursor:pointer; vertical-align:middle; border: 1px solid rgb(125,126,127);border-bottom: 4px solid rgb(125,126,127); margin:4; }
.bouton_image img {margin:0;padding:0;}
.bouton_image:hover	{ border-color:rgb(255,204,0); }


a.btn {
	border-radius:5px;
	border:solid 1px #1AA3AC;
	color:#1AA3AC;
	padding:5px 5px;
}
a.btn:hover {
	color:#fff;
	background-color:#1AA3AC;
}
a.btn_red {
	border-radius:5px;
	border:solid 1px #da3f44;
	color:#da3f44;
	padding:5px 5px;
}
a.btn_red:hover {
	color:#fff;
	background-color:#da3f44;
}


/*------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------Style général de la Page-----------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------------------------------------------------- */


p 				{ color:rgb(73,73,73); text-align:left; font-family:"Myriad","Arial", serif; font-size:16px; margin:5px;}
p.erreur		{ color:red;  font-family:"Myriad","Arial", serif; font-size:16px; }
p.legend		{ color:rgb(150,150,150); text-align:center; font-size:16px; font-style:none; margin:8px 0px 0px 0px;}
		.petit 		{ color:rgb(100,100,100); text-align:center; font-size:14px; font-family:serif; }
		
h1, h2, h3, h4, h5, h6 		{ font-family:"Bebas Neue"; color: rgb(73,73,73);}
h1 		{ font-family:"Bebas Neue"; color:rgb(73,73,73); text-align:center; text-decoration:none; margin-bottom:45px; margin-top:5px;}

h2, a h2 {  font-family:"Bebas Neue"; 
color:rgb(73,73,73); text-decoration:none;  font-weight:normal; width:100%; border:0px; margin:20px 5px;}

h3 		{  font-family:"Bebas Neue";  color: rgb(73,73,73); text-decoration:none; font-weight:normal;}

img.vitrine		{ width:350px; height: auto; }

img.cadre_photo
{
	padding:4px;
	border:1px solid rgb(100,150,170);
	background-color:white;
	text-align:center;
	margin: 0 auto;
}

.center		{ text-align:center; }
.left		{ text-align: left ; }
.middle		{ vertical-align:middle;	}
.italique	{ font-style:italic;	}


#corps ul	{ color: black; font-size:17px; font-family: "Myriad", serif; }
#corps li	{ margin: 25px; padding-left:10px; }

label {
	display: inline-block;
	max-width: 100%;
}
input,select {
	padding : 6px;
}
.cent {
	width:100%;
	max-width:100%;
}
.clear {
    clear: both;
}
.col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9 {
    float: left;
}
.bouton, a.bouton {
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    font-weight: 600;
    font-size: 16px;
    line-height: 16px;
	padding:12px 14px;
	color:#fff;
	border-radius: 10px;
}


.form_recherche {
	width:240px;
    background: #FBBC05;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    font-weight: 600;
    font-size: 16px;
    line-height: 16px;
	padding:12px 14px;
	color:#fff;
	border-radius: 10px;
}
.btn_recherche {
width:30px;
height:30px;
position:absolute;
background:transparent;
color:#FBBC05;
top:14px;
margin-left:183px;
display:block;
border:0;
cursor: pointer;
}
.btn_recherche i {
	color: #4285F4;
}

.produit_deroulant {
 width:50%;
 margin:0 auto;
}
.box
{
	width:100%;
	margin-right:auto;
	margin-left:auto;
	-moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
	margin-bottom:20px;
	padding :10px;
	/*webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;*/
	box-shadow: 0px 3px 9px rgba(0,0,0,0.2);
}

.white {
 background: #fff;
}
.grey {
 background: #fafafa
}



.bloc_edition {
	display:flex;
	flex-wrap:wrap;
	justify-content:flex-end;
	gap:10px;
}



/*------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*----------------------------------------------------------------Style des tableaux de la Page------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------------------------------------------------- */

table
{
	border-collapse:collapse;
}



table,tr,td,th
{
	color:black;
	font-family:"Myriad", serif;
	font-size:16px;
	font-weight: normal;
	padding:10px;
	margin:auto;
	border:1px solid rgb(200,200,200);
	vertical-align:middle;
}

.cel_middle		{ vertical-align:middle; }

table.border_none,
table.border_none tr,
table.border_none td,
table.border_none th
{
	border : none;
}


/*------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------Style Head -------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------------------------------------------------- */


#top	{ width: 100%; padding-top: 10px; margin:auto; display:flex; justify-content: space-between;align-items: center;}

.reunion { background-color:#1AA3AC; border-radius: 10px; padding:10px 20px; color:#fff; font-size:18px;}
.compte {display: flex; justify-content: center;}
.cadre_compte { background-color:#F2F2F2; border-radius: 10px; padding:0px; font-size:18px;margin-left:5px;display:flex; align-items: center; flex-direction:column; justify-content: center;}
.compte_texte { font-size:15px; padding:10px 20px;}


#content	{ width: 100%; padding-top: 10px; margin:auto; font-family:Myriad;margin-bottom:50px;}

	.info_flash_site {
		padding:10px;
		margin:10px;
		background-color:rgb(223, 241, 255);
		color:black;
	}
	.info_flash_erreur {
		padding:10px;
		margin:10px;
		background-color:rgba(213, 0, 0, 0.08);
		color:black;
	}
	
	.croix_info_flash {
		cursor:pointer;
	}







/*------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------Style Pollen -------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------------------------------------------------- */


.photo_ronde {
	object-fit: cover;
	border-radius: 50%;
	object-position: center;
	padding:0px;
}

.logo_entreprise {
	object-fit: contain;
	object-position: center;
	padding:0px;
}

.tb-abeille-icone {
	max-width:276px;
	width:100%;
}

.photo_vide {
	background-color:#1AA3AC;
	color:#fff;
	font-size:30px;
	text-align:center;
	border-radius:50%;
	margin-right:auto;
	margin-left:auto;
}

.trombinabeilles{
	display:flex;
	justify-content:center;
	flex-wrap:wrap;
	gap:70px 20px;
}
.trombinabeilles .abeille{
	width : 220px;
	text-align:center;
	display:flex;
}

.liste_ent{
	display:flex;
	justify-content:center;
	flex-wrap:wrap;
	gap:40px 20px;
}
.liste_ent .entreprise{
	width : 220px;
	text-align:center;
	display:flex;
	justify-content:center;
	border:3px solid #efefef;
	border-radius:6px;
	padding-top:7px;
}

.section {
	display:flex;
	gap:50px;
	align-items:center;
	justify-content:center;
}

  @media (max-width: 900px) {
	.section {
		flex-wrap:wrap;
}
  }


.bloc {
	padding:25px;
	min-width:25%;
}

.cadre {
	background-color:#F2F2F2; border-radius: 10px;
}

.center, .centrer {
	text-align:center;
}

.flex-center {
	display:flex;
	justify-content:center;
}





.apercu_mail {
  position: absolute;
  overflow-x: hidden;
  overflow-y: scroll;
  max-width:650px;
  margin:0px auto;
  max-height:800px;
  border: 1px solid rgb(200,200,200);
  background-color:#EEE;
}

.apercu_mail table, .apercu_mail tr, .apercu_mail td, .apercu_mail th {
	border:0px;
}


.tuile {
	border:#c7e6e8 solid 1px;
	border-radius:20px;
	width:220px;
	text-align:center;
	padding:30px;
	margin:20px;
}

.tuile a {
	color:#47a4ad;
}

.les_tuiles {
	display:flex;
	justify-content:center;
}



.presentations_pollen {
	display:flex;
	justify-content:space-around;
	flex-wrap:wrap;
	
}


.presentations_pollen .prez {
	width:40%;
	margin:20px;
	padding:0px 0px 0px 80px;
}

.presentations_pollen .prez .prez_int {
	border-radius:20px;
	padding:30px;
}

.presentations_pollen .prez a {
	
}

  @media (max-width: 768px) {
	  
  }
  
  
  
.form_2 {
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
	padding:10px 0px;
}

.form_2 .s100 {
	padding:5px;
	width:100%;
	text-align:center;
}

.form_2 .s100 textarea {
	width:100%;
	max-width:700px;
	height:250px;
}


.form_2 .sd, .form_2 .sg {
	padding:5px;
	width:50%;
	display:flex;
	align-items:center;
}

.form_2 .sg  {
	justify-content:flex-end;
}
.form_2 .sd  {
	justify-content:flex-start;
}

.form_2 input[type=submit] {
	margin:10px;
}

/*------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------Style MENU---------------------------------------------------------------*/
/*----------------------------------------------------------------------------------------------------------------------------------------------------- */



/* https://codepen.io/sargbah84/pen/jzQMYg  */

  #sidenav {
	position: fixed;
	width: 250px;
	height: auto;
	top: 0;
	bottom: 0;
	left: 0;
	z-index: 99999;
	background-color: #004578;
  }
	#sidenav.open {
	  left: -250px; 
  }
	#sidenav .logo {
	  width: 100%;
	  padding: 20px 50px;
	  background: #fff;
	  display: block; 
  }
	  #sidenav .logo a {
		color: #004578;
	  }
	  #sidenav .logo img {
		width: 100%;
	  }
		#sidenav .logo a.nav-icon {
		  display: none;
		  float:right;
	  }
	#sidenav .arrondi {
	  background-color: #fff;
	}
	#sidenav .arrondi div {
	  background-color: #004578;
	  border-radius: 0 20px 0 0px;
	  height:50px;
	}
	#sidenav .menu {
	  position: static; 
	  background: #004578;
	  height:auto;
	}
	  #sidenav .menu ul {
		list-style: none;
		background: #004578;
		padding: 10px 0;
		margin: 0; 
	  }
		#sidenav .menu ul li {
		  padding: 0px 0px 0px 14%; 
	  }
		  #sidenav .menu ul a.active {
			color:#004578;
			background-color: #fff;
			padding:6px;
			border-radius: 8px 0px 0px 8px;
		  }
		  #sidenav .menu ul li a {
			font-size: 22px;
			color: rgb(255, 255, 255);
			font-weight: 300;
			display: block; 
			padding:6px 0px;
		  }
			#sidenav .menu ul li a:hover {
			  color: #80A2BC; 
		  }
			#sidenav .menu ul li a.logout:hover {
			  color: red; 
		  }
		  #sidenav .menu ul li a .ico {
			display:inline-block;
			width:40px;
			text-align:center; 
		  }

		  #sidenav .menu ul li ul {
			list-style: none;
			margin: 10px auto 0;
			padding: 0px 0px 10px 15px;
			border-top: solid 0px rgba(255, 255, 255, 0.08);
			border-bottom: solid 0px rgba(255, 255, 255, 0.08); 
		  }
			#sidenav .menu ul li ul li {
			  padding: 0px 0px 0px 3px; 
		  }
			  #sidenav .menu ul li ul li a {
				font-size: 18px;
				color: rgba(255, 255, 255, 1); 
			  }
  
  @media (max-width: 900px) {
	#sidenav {
	  width: 100%;
	  height: 60px;
	  background: none; 
  }
	  #sidenav .logo {
		padding: 10px 20px; 
	  }
	  #sidenav .logo a {
		font-size: 35px; 
	  }
	  #sidenav .logo img {
		height:70px;
		width:auto;
	  }
		  #sidenav .logo a.nav-icon {
			display: inline; 
			padding-top:20px;
			padding-right:20px;
		  }
	  #sidenav .arrondi {
		display:none;
	  }
	  #sidenav .menu {
		display: none; 
	  }
		#sidenav .menu.open {
		  position: fixed;
		  top: 0;
		  bottom: 0;
		  right: 0;
		  left: 0;
		  z-index: -1;
		  display: block !important; 
	  }
		#sidenav .menu ul {
		  margin-top:110px;
	  }
		  #sidenav .menu ul li {
			padding: 0px 5%;
		  }
		  #sidenav .menu ul li a:hover {
			color: rgba(255, 255, 255, 0.5); 
			background-color:#004578;
		}
  }

