@charset "utf-8";
/* CSS Document */
/*!
 * Start Bootstrap - Full Slider HTML Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

html, body {
	margin: 0px;
	font-family: 'Josefin Sans'!important;
	font-size: 13px;
}
h1{
	padding-top: 30px;
}
h2{
	padding: 20px;
}
.blanc, .blanc a, .blanc a:hover{
	color:#fff;
}


/*Section formulaire*/
#bandeau_vertical {
	text-align:center;
}
#intro{
	padding: 40px 0 20px;
}
#intro img{
	width: 50%;
}
#titre_intro, #titre_intro2{
	padding: 25px;
	margin: 0;
	background-color: #353535;
	font-size: 28px;
	color: #FFF;
}
#titre_intro span, #titre_intro2 span{
	font-size: 22px;
}
#mtr{
	height: 290px;
	overflow: hidden;
	text-align: center;
}
#mtr_mini img{
	width: 70%;
}
#mtr_mini{
	max-height: 310px;
	overflow: hidden;
	text-align: left;
}
#formulaire{
	z-index: 2;
	position: relative;
	background-color: #f5f5f7;
	color: #353535;
}

#accroche{
	background-color: #EC680B;    
    min-height: 80px;
    padding: 20px;
    text-align: left;
    line-height: 35px;
	font-size: 20px;
	color: #fff;
}
#accroche img{
	float:right;
    width: 40px;
}
#form_bureau{
    padding: 30px 30px 0;
	font-size: 14px;
	text-align: left;
}
#form_bureau h3{
	text-align: center;
	font-size: 20px;
	font-weight: bold;
}
#form_bureau input[type=text]{
	border: none;
	display: inline;
	padding: none;
	background-color: transparent;
	margin-left: 20px;
	width: 90%;
}
#form_bureau input[type=text]::placeholder{
	font-size: 22px;
	font-weight: bold;
	font-variant-caps: all-small-caps;
	color: #353535;
}
#form_bureau input[type=radio]{
	width: 20px;
    height: 20px;
	background-color: #353535;
	border:#353535;
}
#form_bureau input:checked[type=radio]{
	border:#353535 2px solid;
	background-color: #fff;
}
#form_bureau .form-check{
	margin-left: 30px;
    padding-left: 10px;
}
#form_bureau label{
	display: inline;
	margin-left: 5px;
	cursor: pointer;
	font-size: 15px
}
#form_bureau>hr{
	margin: 8px auto 10px auto;
}
#submit{
	text-align: center;
}
#submit button{
	background-color: #353535;
	padding: 4px 25px;
	margin: 20px;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
}
#envoi_ok {
	text-align: center;
	font-size: 18px;
	text-transform: uppercase;
	color: #fff;
	background-color: #EC680A;
	height: 300px;
    padding-top: 30px;
	overflow: hidden
}
.envoi-img {
	background-image: url(/assets/front/img/bloc_reponse.jpg);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: bottom;
	height: 190px;
}
.autre-mssg{
	text-transform: inherit;
}
/*Fin Section formulaire*/



/*Section villes*/
#villes {
    text-align: center;
	background-color: #B3D5FB;
    background-image: url(/assets/front/img/villes.jpg);
    background-position: bottom;
    background-size: contain;
    background-repeat: no-repeat;
    min-height: 620px;
}
.liste-ville {
	padding-top: 20px;
    font-size: 21px;
    width: 19%;
    display: inline-block;
}
.liste-ville ul {
	text-align: left;
    overflow-y: auto;
    height: 160px;
    width: 90%;
    list-style: none;
    margin-bottom: 0;
    padding-bottom: 0;
}
.liste-ville a, .liste-ville a:hover {
    color: #353535;
	text-decoration: none
}
#select_city{
    padding: 10px;
    margin: 10px;
    background-color: #EC680A;
    color: #fff;
    font-variant: small-caps;
    font-size: 16px;
}
/*Fin Section villes*/

/*Section themes*/
#themes {
    text-align: center;
    padding-bottom: 30px;
}
#themes .head {
	margin-top: 30px;
	padding: 10px;
	background-color: #353535;
}
#themes .head h1 {
	margin-bottom: 0px;
	font-size: 26px
}
#themes .head h2 {
	padding-top: 10px;
	padding-bottom: 30px;
	font-size: 38px
}
#themes .container {
    padding: 40px 0;
}
#themes .container div {
    padding: 40px;
    text-align: center;
    font-weight: bold;
}
#themes a, #themes a:hover {
	display: block;
	margin: 1%;
	padding: 20px;
	line-height: 24px;
	background-color: #D5D5D5;
	color: #353535;
	text-decoration: none;
    font-size: 22px
}
#themes a span, #themes a:hover span {
    font-size: 18px;
	font-weight: normal;
	color: #353535;
}
#themes .container .icone {
	height: 130px
}
#themes .container img {
	max-height: 100px;
	max-width: 100px;
}
/*Fin Section themes*/

/*Pages communes*/
#commune {
    text-align: center;
    padding-bottom: 90px;
}
#commune img {
    width:100%;
}
#competence img#ville  {
	margin: 15px 0;
    width:100%;
}
#commune p {
	text-align: justify;
	margin-top: 20px
}
/*Fin Pages communes*/

/*Pages competences*/
#competence {
    margin: 25px 0 0 15px;
	
}
#competence img {
    width:380px;
}
#competence h3 {
	font-size: 14px
}
#astuce {
	color:#EC680A;
	text-decoration: underline;
	font-size: 20px
}
/*Fin Pages competences*/


/*Section footer*/
.footer {
    padding-top: 40px;
    padding-bottom: 40px;
	background-color: #353535
}
#menu {
	background-color: #f5f5f7;
	font-size: 16px;
	padding: 10px 0;
	border-top: 1px #000 solid
}
#menu img {
	width: 100px;
	margin-right: 10px;
}
#menu ul li:first-child {
	border: none
}
#menu ul li:first-child a {
    color: #EC680A;
}
#menu ul li {
	color: #353535;
	border-left: #353535 1px solid;
	border-bottom: none;
	border-top: none;
	padding: 5px 15px
}
#menu a {
	font-weight: bold;
	color: #353535;
	text-decoration: none
}
#logo-bas {
    background-image: url(/assets/front/img/logo-atias-blanc.svg);
    background-size: contain;
    background-repeat: no-repeat;
    height: 70px;
    margin-bottom: 25px;
}
/*Fin Section footer*/


@media (min-width: 992px) {
	/*Section header_home*/
	#header_home {
		background-image: url(/assets/front/img/avocats-cabinet-atias-rousseau.jpg);
		background-position: top right;
		background-size: cover;
	}
	/*Fin Section header_home*/
	.container {
		width: 940px;
		margin: 0 auto;
	}
	.envoi {
		height: 85px;
	}
	#bandeau_vertical {
		width: 540px;
		min-width: 540px;
	}
}

@media (max-width: 992px) {
	#intro{
		padding: 0 10px 20px;
		background-color: #fff;
	}
	#titre_intro2{
		margin-top: 40px;
		float: right;
		background-color: transparent;
		text-align: left;
		font-size: 15px;
		color: #EC680A;
	}
	#titre_intro2 span{
		font-size: 24px;
	}
	#villes {
		min-height: 370px;
	}
}

@media (max-width: 576px) {
	.header>.container{
		padding: 0
	}
	.header .navbar {
		background-color: #EC680A;
	}
	#header_home {
		background-image: none;
	}
	#menu {
		border:none;
	}
	#menu {
		margin-top: 5px;
		padding: 10px 0;
		background-color: #EC680A;
		font-size: 16px;
	}
	#menu ul li {
		border:none;
	}
	#menu a,#menu ul li:first-child a {
		color: #fff;
	}
	#mtr_mini{
		height: 195px;
		background-image: url(/assets/front/img/avocats-atias-mini.jpg);
		background-size: cover;
	}
	#accroche {
		font-size: 14px;
	}
	#accroche img {
		width: 30px;
	}
	#form_bureau{
		height: auto;
	}
	#form_bureau h3{
		padding: 20px 0 0;
		text-align: center;
		font-weight: bold;
		font-size: 16px;
	}
	#form_bureau .form-check{
		margin-left: 0px;
		height: 30px
	}
	#form_bureau label{
		font-size: 14px;
	}
	#form_bureau input[type=text]{
		color: #353535;
		margin-top: 5px
	}
	#form_bureau input[type=text]::placeholder{
		font-size: 18px;
		color: #353535;
		text-align: center
	}
	#form_bureau input[type=radio]{
		width: 20px;
		height: 20px;
		margin-left: 10px;
		margin-right: 5px
	}
	#champs{
		color: #EC680A;
	}
	#submit button{
		font-size: 15px;
	}
	
	#competence h1{
		text-align: center;
	}	
	#themes {
		padding-bottom: 0;
	}
	#themes .head {
    	margin-top: 0px;
	}
	#themes .head h1 {
		padding-top: 40px;
	}
	#themes .container {
		padding: 0;
	}
	#themes .container div {
		padding: 0;
	}
	#themes a, #themes a:hover {
		padding: 20px;
		line-height: normal;
		font-size: 22px;
	}
	#themes a span, #themes a:hover span {
		font-size: 18px;
	}
	#themes .container .icone {
		height: 70px
	}
	#themes .container img {
		margin-top: 10px;
		max-height: 70px;
		max-width: 70px;
	}
	#logo-bas {
		width: 300px;
		height: 150px;
    	margin: 0 auto;
	}
}