body{
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 18px;
	color:#333333;
	padding: 0px;
	//margin: 0px;

	//background-color: #f1edea;
	background-color: #FFFFFF;
	//max-width: 1664px;
  	margin: auto;
  	border: 0px solid white;
  	text-align: center;
}

.logo{
	width: 60%;
	max-width: 1664px;
}

.pic{
	//height: 340px;
	max-width: 100%;
	border-radius: 10px;
	box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.1);
}

.large_banner{
	width: 100%;
	background-color: #03579b;
}

.section_block_expertise{
	display: inline-block;
	width: 100%;
	background-color: #333333;
	color:#f1edea;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	padding-top: 40px;
	padding-bottom: 60px;
	max-width: 1664px;
}

.section_block_expertise a {
  color: #FFFFFF;
}

.adresse a {
  color: #000000;
}

.section_block_fournisseurs{
	display: inline-block;
	width: 100%;
	background-color: #f1edea;
	color:#000000;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	text-align: center;
	align-items: center;
	//height: 600px;
	padding-top: 40px;
	padding-bottom: 60px;
	max-width: 1664px;
}

.section_block_form{
	clear: both;
	width: 100%;
	display: inline-block;
	background-color: #f1edea;
	color:#000000;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	padding-top: 40px;
	padding-bottom: 60px;
	max-width: 1664px;
}


.section_block_horraire{
	width: 100%;
	clear: both;
	display: inline-block;
	background-color: #333333;
	color: #f1edea;
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	padding-top: 40px;
	padding-bottom: 60px;
	max-width: 1664px;
}


.colonne1{
	display: inline-block;
	text-align: center;
  	width: 100%;
  	padding-bottom: 20px;
	//	border: 1px solid #FF0000;
}

.colonne2{
	display: inline-block;
	text-align: center;
  	float: left;
  	width: 50%;
//		border: 1px solid #FF0000;
}

.colonne2_small{
	display: inline-block;
	text-align: center;
  	float: left;
  	width: 44%;
  //	padding: 2%;
 // 	background-color: #0000FF;
}

.colonne2_large{
	display: inline-block;
	text-align: center;
  	float: left;
  	width: 56%;
 // 	padding: 2%;
//	background-color: #FF0000;
}

.text_left{
	padding-top: 0px;
	padding-left: 50px;
	padding-right: 20px;
	text-align: justify;
//	background-color: #FF0000;
}

.text_right{
	padding-top: 0px;
	padding-right: 50px;
	padding-left: 20px;
	text-align: justify;
}


.contact_icon{
	height: 16px;
}

.fournisseurs_box{
	display: inline-block;
	text-align: center;
  	margin: 2px;
  	padding: 2px;
  	font-size: 14px;
//  	font-style: italic;
}

.fournisseurs_logo{
	border: 1px solid #000000;
	 box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.1);
	height: 110px;
	margin: 2px;
  	//padding: 5px;
}

.fournisseurs_logo:hover{
	//border: 1px solid #03579b;
    box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.3);
}

.map{
	width: 80%;
	height: 50%;
	max-height: 400px;
	border: 0px;
}



.demandes{
	clear: both;
//		border: 1px solid #FF0000;
		width: 80%;
		margin: 0 auto;
		}

        .form-group {
        	clear: both;
    //        margin-bottom: 1.5rem;
            position: relative;
        }

        .form-group label {
            display: block;
         //   margin-bottom: 0.5rem;
            color: #333;
         //   font-size: 0.9rem;
            font-weight: 500;
        }

        .form-group input {
            width: 100%;
            padding: 0.8rem 1rem;
            border: 2px solid #e1e1e1;
            border-radius: 6px;
            font-size: 1rem;
            transition: all 0.3s ease;
            margin-bottom: 4px;
        }

        .form-group textarea {
            width: 100%;
            height:100px;
            padding: 0.8rem 1rem;
            border: 2px solid #e1e1e1;
            border-radius: 6px;
            font-size: 1rem;
            transition: all 0.3s ease;
            margin-bottom: 4px;
        }

        .form-group input:focus {
            outline: none;
            border-color: #000;
            box-shadow: 0 0 0 4px rgba(0, 0, 0, 0.1);
        }

        .login-btn {
            width: 100%;
            padding: 1rem;
            background: #999999;
            color: white;
            border: 2px solid rgba(225, 225, 225, .3);
            border-radius: 6px;
            font-size: 1rem;
            font-weight: 600;
            cursor: pointer;
            transition: all 0.3s ease;
        }

        .login-btn:hover {
            background: #666666;
            transform: translateY(-2px);
        }

        .login-btn:active {
            transform: translateY(0);
        }