@charset "UTF-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700;900&display=swap');

html, body {
	height: 100%;
}

body {
	background-color: #162E44;
    font-family: 'Lato', sans-serif;
	font-size: 20px;
	color: #162e44;
	overflow-x: hidden;
}

nav.navbar {
    height: 100px;
    background-color: #162e44;
    /* max-width: 1920px; */
    margin-left: auto;
    margin-right: auto;
}

/*
.navbar-nav .nav-item:not(:last-child) a {
   border-right: 1px solid var(--bs-nav-link-color);
}

@media (max-width: 768px) {
  .navbar-nav .nav-item:not(:last-child) a {
    border-right: none;
  }
}
*/

ul.navbar-nav li.nav-item:not(:last-child) a.nav-link {
	border-right: solid 1px rgba(255,255,255,0.55);
	padding-right: 20px;
	padding-left: 20px;
	line-height: 1;
}

ul.navbar-nav li.nav-item a.nav-link {
	padding-right: 20px;
	padding-left: 20px;
    padding-top:0;
    padding-bottom:0;
    line-height: 1;
}


@media (max-width: 768px) {
  ul.navbar-nav li.nav-item:not(:last-child) a.nav-link {
    border-right: none;
  }
}


li.nav-item a.nav-link {
	padding-right: 20px;
	padding-left: 20px;
	line-height: 1;
}

.nav-item > .navbar-brand {
    display:none;
}

.nav-link {
    margin-top: 42px;
    text-transform: uppercase;
    font-size: 16px;
}

.navbar > .container {
    margin-left: 15%;
    padding-left: 0px;
}

a {
	color: #162e44;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

.regular {
	font-weight:400;
}

.demigras {
	font-weight:500;
}

.gras {
	font-weight:bold;
}

.extragras {
	font-weight: 900;
}

.light {
	font-weight: 300;
}

.taille-16 {
	font-size: 16px;
}

.taille-25 {
	font-size: 25px;
}

.mtop100 {
    margin-top: 100px;
}

p {
    text-align:left;
    margin-bottom:0;
}

.titre {
    font-style: normal;
    font-weight: 300;
    font-size: 42px;
    line-height: 50px;
    letter-spacing: 0px;
    color: #ffffff;
    text-transform: uppercase;
    margin-top:77px;
		margin-bottom: 77px;
}

.proch {
    font-style: normal;
    font-weight: 400;
    margin-top:70px;
		margin-bottom: 105px;
}

.email {
	font-style: normal;
	font-weight: normal;
	font-size: 18px;
}

img#imgfond {
		top: 40px;
		height: 200px;
}

img#imglogo {
/*    position:absolute;
    top: 53px;
    left: 8px; */
    width: 275px;
    height: 111px;
		/*margin-top:53px;
		margin-left:10px; */
		margin-left: 82px;
}

.img-div {
	width: 100%;
	height: 100%;
	overflow: hidden;
	background-color: #162E44;
	background-image: url(../images/Neuchatel-Quai.png);
	background-size: cover;
	background-position: bottom right;
	position: absolute;
	top: 0px;
	left: 0;
    z-index: -100;

}

div.top-container > .row, div.top-container > .flex-row {
	padding-left: 15%;
}

div.top-container > .row.textehome, div.top-container > .row.titrehome .row.titrepage{
    width: 45%;
}

div.top-container {
	background-color: rgb(255,255,255);
 
	margin-left: auto;
	margin-right: auto;
	/* margin-top:40px; */
	/* padding-left: 25%; */
	padding-top: 96px;
	/* max-width:1920px; */
	/* height:830px; */
    height: auto;
    position:relative;
    border: none;
    padding-bottom: 20px;
}

div.top-container.home {
	background-image: url(../images/Neuchatel-Quai.png);
	background-size: cover;
    background-repeat: no-repeat;
    background-color: unset;
    background-position-x: right;
	padding-top: 230px;
    height:830px;
    padding-bottom: unset;
}

.titrehome {
    font-weight: bold;
    font-size: 45px;
    margin-bottom: 19px;
}

.titrepage {
    font-weight: bold;
    font-size: 25px;
    margin-bottom: 19px;
    text-transform: uppercase;
}

.nom {
    font-size: 17px;
    font-weight: bold;
    text-transform: uppercase;
}

.infoavocats {
    margin-top: 13px;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
}


.row.avocats img {
    margin-top:38px;
    margin-bottom:57px;
}

.presentation {
    font-size: 15px;
}

.presentation p {
    margin-bottom: 14px;
}


.photosetude > img {
    margin-right: 15px;
    margin-bottom: 15px;
}

.acces {
    font-size: 16px;
}

.titreacces {
    font-size: 17px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 12px;

}

div.row img {
    max-width: 100%;
}

.assoc {
}

.div-adr > .row {
    padding-left: 15%;
}

.div-adr {
    /* max-width: 1920px; */
    margin-left: auto;
    margin-right: auto;
    background-color: #d1d1d1;
	height: 130px;
	color: #162e44;
	padding-top:20px;
}

.div-adr p {
	font-size: 16px;
	line-height: 20px;
}

.div-adr a {
	color: #162e44;
}

div#copyright {
	clear:both;
	text-align: right;
	font-size: 12px;
	padding-top: 5px;
	padding-bottom: 20px;
	color:#ffffff;
	margin-right: 10%;
}

div#copyright a {
	color: #ffffff;
	text-decoration:none;
}



@media(max-width:575px) {

        body {
            /*
                font-size: 17px;
                line-height: 1.2;
                background-color: rgba(0,0,0,1);
            */
        }
    
        a.nav-link {
            margin-top: 0px;
            padding-top: 0px;
            padding-bottom: 0px;
            float: right;
            color: #162e44;
            line-height: unset;
            font-size: 20px;
        }

    .navbar-toggler {
        margin-left: 50px;
    }
    
    .navbar-nav .nav-link.active {
        color: #162e44;
    }
    
    ul.navbar-nav {
        background-color: rgba(255,255,255,0.9);
        padding-bottom: 5px;
    }
    
    div#navbarSupportedContent {
        z-index:10;
    }
    
        div.top-container {
                width: auto;
                height: auto;
                margin-left: auto;
                margin-right: auto;
                margin-top:0px;
                padding-top: 20px;
        }

        div.top-container.home {
            background-image: url(../images/Neuchatel-Quai-m.png);
            padding-top: 260px;
            min-height: 400px;
        }
    
				div.top-container > .row, div.top-container > .flex-row {
					padding-left: 20px;
				}


				.img-div {
					width: 100%;
					/* height: 200px; */
					overflow: hidden;
					background-color: #162E44;
					background-image: url(../images/quai-m.png);
					background-size: cover;
					background-position: bottom center;

				}

        .titrehome {
            font-weight: bold;
            font-size: 25px;
            margin-bottom: 19px;
        }
    
    .horaire {
        margin-top: 20px;
        margin-bottom: 20px;
    }
    
    .planacces > img {
        padding-right: 20px;
        margin-top:20px;
    }
    
    .row.acces {
        padding-bottom: 20px;
    }
    
        .mtop100 {
            margin-top: 20px;
        }
    
        div.photosetude {
            margin-top: 20px;
        }
    
        div.row.avocats {
            padding-bottom: 20px;
        }
    
        .photosetude > img {
            margin-right: 15px;
            margin-bottom: 15px;
            padding-right: 20px;
        }

        img#imglogo {
					width: 275px;
					margin-left: 0px;
					margin-top: 20px;

/*            width: 152px;
            height: 240px;
            margin-top:23px;
            margin-left:7px;
*/
        }


        .titre {
            font-size: 23px;
            line-height: 30px;
            letter-spacing: 2.3px;
            margin-top:25px;
        }


				.avocats .col {
					margin-bottom: 20px;
				}

				.div-adr {
					height: 130px;
					color: #162e44;
					padding-top:5px;
				}

				.div-adr p {
					font-size: 12px;
					line-height: 15px;
				}

        div#copyright {
                padding-top: 10px;
								font-size: 12px;
        }

}
