/*#043a0a  rgba(4, 58, 10, 1) */
/*@font-face {
    font-family: caviar;
    src: url(../fonts/CaviarDreams.ttf);
}

@font-face {
    font-family: caviarBold;
    src: url(../fonts/CaviarDreams_Bold.ttf);
}

@font-face {
    font-family: caviarBoldItalic;
    src: url(../fonts/CaviarDreams_BoldItalic.ttf);
}

@font-face {
    font-family: caviarItalic;
    src: url(../fonts/CaviarDreams_Italic.ttf);
}*/

@font-face {
    font-family: georgia;
    src: url(../fonts/georgia.ttf);
}

@font-face {
    font-family: georgiaBold;
    src: url(../fonts/georgiab.ttf);
}

@font-face {
    font-family: georgiaItalic;
    src: url(../fonts/georgiai.ttf);
}

@font-face {
    font-family: georgiaZ;
    src: url(../fonts/georgiaz.ttf);
}

body {
    overflow-x: hidden;
    font-family: georgia;
    background-color: #f6edde;
}

p {
    font-size: 20px;
}

    p.small {
        font-size: 16px;
    }

a,
a:hover,
a:focus,
a:active,
a.active {
    outline: 0;
    color: #dcdcdc;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    text-transform: uppercase;
    font-family: georgiaBold;
    /*font-weight: 700;*/
}

.btn {
    background-color: #043a0a;
    color: #f6edde;
}

a:hover {
    color: #dcdcdc !important;
}

.navbar-default {
    background-color: #043a0a;
}
/*.name {
    color: #dcdcdc;
}*/
hr.star-light-grey {
    border-color: #dcdcdc !important;
}

hr.star-light-green {
    border-color: #043a0a !important;
}

hr.star-light-white {
    border-color: white !important;
}

hr.star-light-ivory {
    border-color: #f6edde !important;
}

hr.star-light-grey:after {
    color: #dcdcdc !important;
}

hr.star-light-green:after {
    color: #043a0a !important;
}

hr.star-light-white:after {
    color: white !important;
}

hr.star-light-ivory:after {
    color: #f6edde !important;
}

.green-color {
    color: #043a0a !important;
}

.grey-color {
    color: #dcdcdc !important;
}

.white-color {
    color: white !important;
}

.ivory-color {
    color: #f6edde !important;
}

.green-backgroundcolor {
    background-color: #043a0a !important;
}

.grey-backgroundcolor {
    background-color: #dcdcdc !important;
}

.white-backgroundcolor {
    background-color: white !important;
}

.ivory-backgroundcolor {
    background-color: #f6edde !important;
}

h1 {
    font-size: 40px;
}

h2 {
    font-size: 35px;
}

h3 {
    font-size: 25px;
}

h4 {
    font-size: 20px;
}

#divlogo {
    height: 50px;
    align-content: center;    
}

.hrefLogo {
    text-decoration: none;
    color: #f6edde;
    font-size: 25px;
}

    .hrefLogo:hover {
        text-decoration: none;
        color: #dcdcdc;
    }

/*.img_logo {
    display: block;
    max-width: 100%;
    height: auto;
    max-height: 100px;
}

.logo {
    margin-top: -25px;
    margin-bottom: -25px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.logo,
.logo-section {
    float: left;
}*/
@media(min-width:768px) {
    .logo-shrink {
        /*-webkit-transform: scale(0.8);
        transform: scale(0.8);
        max-height: 60px;*/
    }

    .divlogo-shrink {
        /*margin-top: 0;
        margin-bottom: 0;*/
    }
}

@media(max-width:767px) {
    .navbar-header {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .logo {
        margin-left: 30px;
        margin-bottom: 5px;
        margin-top: 0px;
    }

    .img_logo {
        max-height: 60px;
    }
}

@media(max-width:767px) {
    /*.white_content {
        top: 20px !important;
        left: 4% !important;
        width: 92% !important;
        height: 95% !important;
        padding: 5px !important;
        border: 8px solid #dcdcdc;
    }*/

    .navbar, .navbar-header {
        min-height: 80px !important;
    }

    .desktop-only {
        display: none !important;
    }
}
/*
.white_content {
    display: none;
    position: absolute;
    top: 5%;
    left: 25%;
    width: 50%;
    height: 90%;
    padding: 16px;
    border: 16px solid #dcdcdc;
    background-color: white;
    z-index: 1100;
    overflow: auto;
}
.white_content p {
    font-size: 15px !important;
}*/

/*hr.star-light,
hr.star-primary {
    margin: 25px auto 30px;
    padding: 0;
    max-width: 250px;
    border: 0;
    border-top: solid 5px;
    text-align: center;
}

hr.star-light:after,
hr.star-primary:after {
    content: "\f005";
    display: inline-block;
    position: relative;
    top: -.8em;
    padding: 0 .25em;
    font-family: FontAwesome;
    font-size: 2em;
}

hr.star-light {
    border-color: #fff;
}

hr.star-light:after {
    color: #fff;
    background-color: #043a0a;
}

hr.star-primary {
    border-color: #2c3e50;
}

hr.star-primary:after {
    color: #2c3e50;
    background-color: #fff;
}*/

/*.img-centered {
    margin: 0 auto;
}

header {
    text-align: center;
    color: #fff;
    background: #043a0a;
}

header .container {
    padding-top: 100px;
    padding-bottom: 50px;
}
*/
#presentation {
    padding-top: 100px;
    padding-bottom: 50px;
}

.btnContact {
}

.imgPresentation {
    max-width: 100%;
    max-height: 700px;
}

@media(max-width:767px) {
    .btnContact {
        text-align: center;
        margin-bottom: 25px;
    }
}

#avocats {
}

.imgPortrait {
    max-width: 100%;
    max-height: 555px;
}

@media (max-width: 992px) {
    .divPresDesktop {
        display: none !important;
    }

    .divPresMobile {
        display: block !important;
    }
}

@media (min-width: 993px) {
    .divPresMobile {
        display: none !important;
    }

    .divPresDesktop {
        display: block !important;
    }
}

#contact {
    color: white;
    padding-bottom: 10px;
}

.footer-below {
    padding-top: 50px;
    text-align: center;
    font-size: 12px !important
}
/*header img {
    display: block;
    margin: 0 auto 20px;
}

header .intro-text .name {
    display: block;
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 2em;
    font-weight: 700;
}

header .intro-text .skills {
    font-size: 1.25em;
    font-weight: 300;
}*/
@media(min-width:768px) {
    /*    header .container {
        padding-top: 170px;
        padding-bottom: 100px;
    }*/

    #presentation {
        padding-top: 170px;
        padding-bottom: 100px;
    }

    /*    header .intro-text .name {
        font-size: 4.75em;
    }

    header .intro-text .skills {
        font-size: 1.75em;
    }*/

    .navbar-fixed-top {
        padding: 25px 0;
        -webkit-transition: padding .3s;
        -moz-transition: padding .3s;
        transition: padding .3s;
    }

        .navbar-fixed-top .navbar-brand {
            font-size: 2em;
            -webkit-transition: all .3s;
            -moz-transition: all .3s;
            transition: all .3s;
        }

        .navbar-fixed-top.navbar-shrink {
            padding: 10px 0;
        }

            .navbar-fixed-top.navbar-shrink .navbar-brand {
                font-size: 1.5em;
            }

    /*	.fa-phone {
		padding-left: 20px; 
		margin-left: 20px; 
		border-left: 1px solid #e9e9e9;
	}
	*/
    .mobileonly {
        display: none;
    }

    /*.contact-info {*/
    /* margin-top: -15px; */
    /* margin-bottom: 10px; */

    /*top: 0px;
		position: fixed;
		width: 100%;
	}
	
	.container {
		margin-top: 20px;
	}
	.telsms {
		font-size: 11px;
	}*/
}

/*.contact-info {
	color: white; 
	text-align: center;
}*/

.navbar {
    text-transform: uppercase;
    font-family: georgiaBold;
}

    .navbar a:focus {
        outline: 0;
    }

    .navbar .navbar-nav {
        /*letter-spacing: 1px;*/
    }

        .navbar .navbar-nav li a:focus {
            outline: 0;
        }

.navbar-default,
.navbar-inverse {
    border: 0;
}

section {
    padding: 100px 0;
}

    section h2 {
        margin: 0;
        /*font-size: 3em;*/
    }

    section.success {
        color: #fff;
        background: #043a0a;
    }

@media(max-width:767px) {
    section {
        padding: 75px 0;
    }

    /*section.first {
        padding-top: 75px;
    }
	
	.telsms {
		font-size: 9px;
	}
	
    header .container {
        padding-top: 130px;
    }*/
}

/*.img-circle {
	display: block;
	width: 200px;
	height: 200px;
	overflow: hidden;
	margin: 0 auto 20px;
	box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.18);
}

#portfolio .portfolio-item {
    right: 0;
    margin: 0 0 15px;
}

#portfolio .portfolio-item .portfolio-link {
    display: block;
    position: relative;
    margin: 0 auto;
    max-width: 400px;
}

#portfolio .portfolio-item .portfolio-link .caption {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: rgba(24,188,156,.9);
    -webkit-transition: all ease .5s;
    -moz-transition: all ease .5s;
    transition: all ease .5s;
}

#portfolio .portfolio-item .portfolio-link .caption:hover {
    opacity: 1;
}

#portfolio .portfolio-item .portfolio-link .caption .caption-content {
    position: absolute;
    top: 50%;
    width: 100%;
    height: 20px;
    margin-top: -12px;
    text-align: center;
    font-size: 20px;
    color: #fff;
}

#portfolio .portfolio-item .portfolio-link .caption .caption-content i {
    margin-top: -12px;
}

#portfolio .portfolio-item .portfolio-link .caption .caption-content h3,
#portfolio .portfolio-item .portfolio-link .caption .caption-content h4 {
    margin: 0;
}

#portfolio * {
    z-index: 2;
}

@media(min-width:767px) {
    #portfolio .portfolio-item {
        margin: 0 0 30px;
    }
}

.btn-outline {
    margin-top: 15px;
    border: solid 2px #fff;
    font-size: 20px;
    color: #fff;
    background: 0 0;
    transition: all .3s ease-in-out;
}

.btn-outline:hover,
.btn-outline:focus,
.btn-outline:active,
.btn-outline.active {
    border: solid 2px #fff;
    color: #043a0a;
    background: #fff;
}

.floating-label-form-group {
    position: relative;
    margin-bottom: 0;
    padding-bottom: .5em;
    border-bottom: 1px solid #eee;
}

.floating-label-form-group input,
.floating-label-form-group textarea {
    z-index: 1;
    position: relative;
    padding-right: 0;
    padding-left: 0;
    border: 0;
    border-radius: 0;
    font-size: 1.5em;
    background: 0 0;
    box-shadow: none!important;
    resize: none;
}

.floating-label-form-group label {
    display: block;
    z-index: 0;
    position: relative;
    top: 2em;
    margin: 0;
    font-size: .85em;
    line-height: 1.764705882em;
    vertical-align: middle;
    vertical-align: baseline;
    opacity: 0;
    -webkit-transition: top .3s ease,opacity .3s ease;
    -moz-transition: top .3s ease,opacity .3s ease;
    -ms-transition: top .3s ease,opacity .3s ease;
    transition: top .3s ease,opacity .3s ease;
}

.floating-label-form-group::not(:first-child) {
    padding-left: 14px;
    border-left: 1px solid #eee;
}

.floating-label-form-group-with-value label {
    top: 0;
    opacity: 1;
}

.floating-label-form-group-with-focus label {
    color: #043a0a;
}

form .row:first-child .floating-label-form-group {
    border-top: 1px solid #eee;
}
*/
footer {
    color: #fff;
}

/*footer h3 {
    margin-bottom: 30px;
}

footer .footer-above {
    padding-top: 50px;
    background-color: #2c3e50;
}

footer .footer-col {
    margin-bottom: 50px;
}

footer .footer-below {
    padding: 25px 0;
    background-color: #233140;
}*/

/*.btn-social {
    display: inline-block;
    width: 50px;
    height: 50px;
    border: 2px solid #fff;
    border-radius: 100%;
    text-align: center;
    font-size: 20px;
    line-height: 45px;
}
*/
.btn:focus,
.btn:active,
.btn.active {
    outline: 0;
}

.scroll-top {
    z-index: 1049;
    position: fixed;
    right: 2%;
    bottom: 2%;
    width: 50px;
    height: 50px;
}

    .scroll-top .btn {
        width: 50px;
        height: 50px;
        border-radius: 100%;
        font-size: 20px;
        line-height: 28px;
    }

        .scroll-top .btn:focus {
            outline: 0;
        }

/*.portfolio-modal .modal-content {
    padding: 100px 0;
    min-height: 100%;
    border: 0;
    border-radius: 0;
    text-align: center;
    background-clip: border-box;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.portfolio-modal .modal-content h2 {
    margin: 0;
    font-size: 3em;
}

.portfolio-modal .modal-content img {
    margin-bottom: 30px;
}

.portfolio-modal .modal-content .item-details {
    margin: 30px 0;
}

.portfolio-modal .close-modal {
    position: absolute;
    top: 25px;
    right: 25px;
    width: 75px;
    height: 75px;
    background-color: transparent;
    cursor: pointer;
}

.portfolio-modal .close-modal:hover {
    opacity: .3;
}

.portfolio-modal .close-modal .lr {
    z-index: 1051;
    width: 1px;
    height: 75px;
    margin-left: 35px;
    background-color: #2c3e50;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.portfolio-modal .close-modal .lr .rl {
    z-index: 1052;
    width: 1px;
    height: 75px;
    background-color: #2c3e50;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.portfolio-modal .modal-backdrop {
    display: none;
    opacity: 0;
}*/

.d-flex {
    display: flex;
}

@media(max-width:768px) {
    .d-flex {
        display: block;
    }
}

.justify-content-center {
    justify-content: center;
}

.align-items-center {
    align-content: center;
}

.my-auto {
    margin-bottom: auto;
    margin-top: auto;
}

.mx-auto {
    margin-left: auto;
    margin-right: auto;
}