/* Reset css */


/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html {
    scroll-behavior: smooth;
}

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,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    font-family: 'Montserrat-regular';
}

h1 {
    font-family: 'Montserrat Alternates', sans-serif;
    z-index: 100;
    color: white;
    font-size: 2.8em;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 1.25em;
}

h2 {
    font-family: 'Montserrat-black';
    color: white;
    font-size: xx-large;
    text-transform: uppercase;
}

h3 {
    color: #222c3c;
    font-weight: 800;
}

p {
    line-height: 1.4em;
    font-family: 'Montserrat-regular', sans-serif;
    color: #222c3c;
}

.img-fluid {
    position: relative;
}

footer a {
    color: white;
}

footer a:hover {
    color: wheat;
}


/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    /* line-height: 1; */
}

ol,
ul {
    list-style: none;
}

.liste {
    list-style: disc;
    padding-left: 30px;
    margin-top: 20px;
    margin-bottom: 20px;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}


/* Scrollbar */

body::-webkit-scrollbar-track {
    border: 0px solid #1b6eaa;
    background-color: #F5F5F5;
}

body::-webkit-scrollbar {
    width: 10px;
    background-color: #F5F5F5;
}

body::-webkit-scrollbar-thumb {
    background-color: #1b6eaa;
}


/* Scrollbar textarea */

textarea::-webkit-scrollbar-track {
    border: 0px solid #1b6eaa;
    background-color: #F5F5F5;
}

textarea::-webkit-scrollbar {
    width: 10px;
    background-color: #F5F5F5;
}

textarea::-webkit-scrollbar-thumb {
    background-color: #1b6eaa;
}

@import url('https://fonts.googleapis.com/css?family=Quicksand:400,300');
@import url('https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&subset=devanagari,latin-ext');
@font-face {
    font-family: "Montserrat-light";
    src: url('../fonts/Montserrat-Light.ttf');
}

@font-face {
    font-family: "Montserrat-regular";
    src: url('../fonts/Montserrat-Regular.ttf');
}

@font-face {
    font-family: "Montserrat-bold";
    src: url('../fonts/Montserrat-Bold.ttf')
}


/* #Primary
================================================== */

body {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #212112;
    /* background-image: url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/1462889/pat-back.svg'); */
    background-position: center;
    background-repeat: repeat;
    background-size: 7%;
    background-color: #fff;
    overflow-x: hidden;
    transition: all 200ms linear;
}

p,
a {
    text-align: justify!important;
}

h2 div,
h3 div,
h1 div,
h4 div,
h5 div {
    text-align: center!important;
}

::selection {
    color: #fff;
    background-color: #8167a9;
}

::-moz-selection {
    color: #fff;
    background-color: #8167a9;
}


/* #Navigation
================================================== */

.start-header {
    opacity: 1;
    transform: translateY(0);
    padding: 10px 0;
    box-shadow: 0 10px 30px 0 rgba(138, 155, 165, 0.15);
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.start-header.scroll-on {
    box-shadow: 0 5px 10px 0 rgba(138, 155, 165, 0.15);
    padding: 5px 0;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.start-header.scroll-on .navbar-brand img {
    /* height: 28px; */
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.navigation-wrap {
    position: sticky;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1000;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.navbar {
    padding: 0;
    font-family: 'Montserrat-light';
}

.navbar-brand img {
    width: 120px;
    display: block;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.navbar-toggler {
    float: right;
    border: none;
    padding-right: 0;
}

.navbar-toggler:active,
.navbar-toggler:focus {
    outline: none;
}

.navbar-light .navbar-toggler-icon {
    width: 24px;
    height: 17px;
    background-image: none;
    position: relative;
    border-bottom: 1px solid #000;
    transition: all 300ms linear;
}

.navbar-light .navbar-toggler-icon:after,
.navbar-light .navbar-toggler-icon:before {
    width: 24px;
    position: absolute;
    height: 1px;
    background-color: #000;
    top: 0;
    left: 0;
    content: '';
    z-index: 2;
    transition: all 300ms linear;
}

.navbar-light .navbar-toggler-icon:after {
    top: 8px;
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
    transform: rotate(45deg);
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {
    transform: translateY(8px) rotate(-45deg);
}

.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
    border-color: transparent;
}

.nav-link {
    color: #ffffff !important;
    font-weight: 500;
    transition: all 200ms linear;
}

.nav-item:hover .nav-link {
    color: #f8f9fa !important;
}

.nav-item.active .nav-link {
    color: #ffffff !important;
    font-weight: bold;
}

.nav-link {
    position: relative;
    padding: 5px 0 !important;
    display: inline-block;
}

.nav-item:after {
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100%;
    height: 2px;
    content: '';
    background-color: #ffffff;
    opacity: 0;
    transition: all 200ms linear;
}

.nav-item:hover:after {
    bottom: 0;
    opacity: 1;
}

.nav-item.active:hover:after {
    opacity: 0;
}

.nav-item {
    position: relative;
    transition: all 200ms linear;
    text-transform: uppercase;
}


/* #Primary style
================================================== */

.bg-light {
    background-color: #1b6eaa !important;
    transition: all 200ms linear;
    opacity: 0.9;
}

.section {
    position: relative;
    width: 100%;
    display: block;
}

.full-height {
    height: 100vh;
}

.over-hide {
    overflow: hidden;
}

.absolute-center {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    margin-top: 40px;
    transform: translateY(-50%);
    z-index: 20;
}

h1 {
    font-size: 48px;
    line-height: 1.2;
    font-weight: 700;
    color: #212112;
    text-align: center;
}

p {
    text-align: justify;
    margin: 0;
    padding-top: 10px;
    opacity: 1;
    transform: translate(0);
    transition: all 300ms linear;
    transition-delay: 1700ms;
}

.arrow {
    text-align: center!important;
}

body.hero-anime p {
    opacity: 0;
    transform: translateY(40px);
    transition-delay: 1700ms;
}

h1 span {
    display: inline-block;
    transition: all 300ms linear;
    opacity: 1;
    transform: translate(0);
    font-size: 0.7em;
}

body.hero-anime h1 span:nth-child(1) {
    opacity: 0;
    transform: translateY(-20px);
}

body.hero-anime h1 span:nth-child(2) {
    opacity: 0;
    transform: translateY(-30px);
}

body.hero-anime h1 span:nth-child(3) {
    opacity: 0;
    transform: translateY(-50px);
}

body.hero-anime h1 span:nth-child(4) {
    opacity: 0;
    transform: translateY(-10px);
}

body.hero-anime h1 span:nth-child(5) {
    opacity: 0;
    transform: translateY(-50px);
}

body.hero-anime h1 span:nth-child(6) {
    opacity: 0;
    transform: translateY(-20px);
}

body.hero-anime h1 span:nth-child(7) {
    opacity: 0;
    transform: translateY(-40px);
}

body.hero-anime h1 span:nth-child(8) {
    opacity: 0;
    transform: translateY(-10px);
}

body.hero-anime h1 span:nth-child(9) {
    opacity: 0;
    transform: translateY(-30px);
}

body.hero-anime h1 span:nth-child(10) {
    opacity: 0;
    transform: translateY(-20px);
}

h1 span:nth-child(1) {
    transition-delay: 1000ms;
}

h1 span:nth-child(2) {
    transition-delay: 700ms;
}

h1 span:nth-child(3) {
    transition-delay: 900ms;
}

h1 span:nth-child(4) {
    transition-delay: 800ms;
}

h1 span:nth-child(5) {
    transition-delay: 1000ms;
}

h1 span:nth-child(6) {
    transition-delay: 700ms;
}

h1 span:nth-child(7) {
    transition-delay: 900ms;
}

h1 span:nth-child(8) {
    transition-delay: 800ms;
}

h1 span:nth-child(9) {
    transition-delay: 600ms;
}

h1 span:nth-child(10) {
    transition-delay: 700ms;
}

body.hero-anime h1 span:nth-child(11) {
    opacity: 0;
    transform: translateY(30px);
}

body.hero-anime h1 span:nth-child(12) {
    opacity: 0;
    transform: translateY(50px);
}

body.hero-anime h1 span:nth-child(13) {
    opacity: 0;
    transform: translateY(20px);
}

body.hero-anime h1 span:nth-child(14) {
    opacity: 0;
    transform: translateY(30px);
}

body.hero-anime h1 span:nth-child(15) {
    opacity: 0;
    transform: translateY(50px);
}

h1 span:nth-child(11) {
    transition-delay: 1300ms;
}

h1 span:nth-child(12) {
    transition-delay: 1500ms;
}

h1 span:nth-child(13) {
    transition-delay: 1400ms;
}

h1 span:nth-child(14) {
    transition-delay: 1200ms;
}

h1 span:nth-child(15) {
    transition-delay: 1450ms;
}

#switch,
#circle {
    cursor: pointer;
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
}

#switch {
    width: 60px;
    height: 8px;
    border: 2px solid #8167a9;
    border-radius: 27px;
    background: #000;
    position: relative;
    display: block;
    margin: 0 auto;
    text-align: center;
    opacity: 1;
    transform: translate(0);
    transition: all 300ms linear;
    transition-delay: 1900ms;
}

body.hero-anime #switch {
    opacity: 0;
    transform: translateY(40px);
    transition-delay: 1900ms;
}

#circle {
    position: absolute;
    top: -11px;
    left: -13px;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: #000;
}

.switched {
    border-color: #000 !important;
    background: #8167a9 !important;
}

.switched #circle {
    left: 43px;
    box-shadow: 0 4px 4px rgba(26, 53, 71, 0.25), 0 0 0 1px rgba(26, 53, 71, 0.07);
    background: #fff;
}

.nav-item .dropdown-menu {
    transform: translate3d(0, 10px, 0);
    visibility: hidden;
    opacity: 0;
    max-height: 0;
    display: block;
    padding: 0;
    margin: 0;
    transition: all 200ms linear;
}

.nav-item.show .dropdown-menu {
    opacity: 1;
    visibility: visible;
    max-height: 999px;
    transform: translate3d(0, 0px, 0);
}

.dropdown-menu {
    padding: 10px!important;
    margin: 0;
    font-size: 13px;
    letter-spacing: 1px;
    color: #212121;
    background-color: #fcfaff;
    border: none;
    border-radius: 3px;
    box-shadow: 0 5px 10px 0 rgba(138, 155, 165, 0.15);
    transition: all 200ms linear;
}

.dropdown-toggle::after {
    display: none;
}

.dropdown-item {
    padding: 3px 15px;
    color: #ffffff;
    border-radius: 2px;
    transition: all 200ms linear;
    text-transform: none;
    /* white-space: break-spaces; */
}

@media (max-width:991px) {
    .dropdown-item {
        white-space: break-spaces;
    }
}

.dropdown-item:hover,
.dropdown-item:focus {
    color: #fff;
    font-weight: bold;
    background-color: #4a4646;
}

body.dark {
    color: #fff;
    background-color: #1f2029;
}

body.dark h1 {
    color: #fff;
}

body.dark h1 span {
    transition-delay: 0ms !important;
}

body.dark p {
    color: #fff;
    transition-delay: 0ms !important;
}

body.dark .bg-light {
    background-color: #14151a !important;
}

body.dark .start-header {
    box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.15);
}

body.dark .start-header.scroll-on {
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.15);
}

body.dark .nav-link {
    color: #fff !important;
}

body.dark .nav-item.active .nav-link {
    color: #999 !important;
}

body.dark .dropdown-menu {
    color: #fff;
    background-color: #1f2029;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.25);
}

body.dark .dropdown-item {
    color: #fff;
}

body.dark .navbar-light .navbar-toggler-icon {
    border-bottom: 1px solid #fff;
}

body.dark .navbar-light .navbar-toggler-icon:after,
body.dark .navbar-light .navbar-toggler-icon:before {
    background-color: #fff;
}

body.dark .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
    border-color: transparent;
}


/* #Media
================================================== */

@media (max-width: 991px) {
    h1 {
        font-size: 38px;
    }
    .nav-item:after {
        display: none;
    }
    .nav-item::before {
        position: absolute;
        display: block;
        top: 15px;
        left: 0;
        width: 11px;
        height: 1px;
        content: "";
        border: none;
        background-color: #000;
        vertical-align: 0;
    }
    .dropdown-toggle::after {
        position: absolute;
        display: block;
        top: 10px;
        left: -23px;
        width: 1px;
        height: 11px;
        content: "";
        border: none;
        background-color: #000;
        vertical-align: 0;
        transition: all 200ms linear;
    }
    .dropdown-toggle[aria-expanded="true"]::after {
        transform: rotate(90deg);
        opacity: 0;
    }
    .dropdown-menu {
        padding: 0 !important;
        background-color: transparent;
        box-shadow: none;
        transition: all 200ms linear;
    }
    .dropdown-toggle[aria-expanded="true"]+.dropdown-menu {
        margin-top: 10px !important;
        margin-bottom: 20px !important;
    }
    body.dark .nav-item::before {
        background-color: #fff;
    }
    body.dark .dropdown-toggle::after {
        background-color: #fff;
    }
    body.dark .dropdown-menu {
        background-color: transparent;
        box-shadow: none;
    }
}


/* #Link to page
================================================== */

.link-to-portfolio {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 200;
    cursor: pointer;
    width: 40px;
    height: 40px;
    text-align: center;
    border-radius: 3px;
    background-position: center center;
    background-size: cover;
    background-image: url('https://ivang-design.com/ig-logo.jpg');
    box-shadow: 0 0 0 2px rgba(12, 12, 12, .1);
    transition: opacity .2s, border-radius .2s, box-shadow .2s;
    transition-timing-function: ease-out;
}

.link-to-portfolio:hover {
    opacity: 0.8;
    border-radius: 50%;
    box-shadow: 0 0 0 20px rgba(12, 12, 12, .1);
}


/* Menu */

.contenumenu {
    opacity: 1;
}

@media (max-width: 991px) {
    .navigation-wrap {
        position: sticky;
    }
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-collapse {
        margin-top: 8%;
    }
    .navbar-brand {
        position: absolute;
        padding-top: 4.3125rem;
    }
}

.dropdown-menu {
    background-color: #1b6eaa;
    opacity: 0.9;
    color: #ffffff;
}

.slogan {
    position: absolute;
    top: 25px;
    left: 170px;
    color: white;
    font-style: italic;
    font-weight: 500;
}

@media (max-width:991px) {
    .slogan {
        display: none;
    }
}


/* SURCHARGE BOOTSTRAP */

@media(min-width:1140px) {
    .px-md-5 {
        padding-left: 15rem!important;
        padding-right: 15rem!important;
    }
}

@media (max-width: 1200px) {
    .navbar-expand-custom {
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}

@media (min-width:992px) and (max-width:1200px) {
    .navbar {
        font-size: 0.78em;
    }
}


/* Bannière Home */

@media (min-width:992px) {
    .banniere img {
        height: 46vw;
        object-fit: cover;
    }
    .banniere .autrepage {
        height: 30vw;
    }
    .banniere {
        position: relative;
        top: -148px;
    }
}

.banniere--titre {
    font-family: 'Montserrat-regular';
    text-align: center;
    line-height: 1em;
    color: rgba(255, 255, 255, 0.6);
    opacity: 0.9;
    position: relative;
    top: -20vw;
    text-transform: uppercase;
    letter-spacing: 3px;
    font-size: 4em;
}

.banniere--titre2 {
    top: -16vw;
}

@media (max-width:991px) {
    .banniere img {
        height: 75vw;
        object-fit: cover;
    }
    .banniere--titre {
        top: -55vw;
    }
    .banniere p {
        display: none;
    }
}

@media (max-width:768px) {
    .banniere--titre {
        font-size: 3em;
    }
}

@media (max-width:508px) {
    .banniere--titre {
        font-size: 2em;
    }
}

.banniere p {
    position: relative;
    top: -210px;
    color: white;
}

@media (max-width:500px) {
    .banniere p {
        top: -175px;
    }
}

@media (min-width:375px) and (max-width:991px) {
    .banniere--titre {
        top: -30vw;
    }
}


/* .banniere--titre span {
    font-size: 3em;
} */

.decalagecontact {
    margin-top: -10vw;
}

.decalagepage {
    margin-top: -90px;
}

h2 {
    font-family: 'Montserrat-regular';
    color: #1b6eaa;
}

h3 {
    font-family: 'Montserrat-bold';
    color: black;
}

img {
    width: 100%;
}

strong {
    font-weight: bold!important;
}

p span {
    color: #1b6eaa;
    font-weight: bolder;
}

dl {
    background-color: #1b6eaa;
    color: white;
    padding: 4%;
    position: relative;
}

.name {
    font-weight: bolder;
}

.bulle1::after {
    content: '';
    position: absolute;
    left: 0%;
    top: 100%;
    width: 0;
    height: 0;
    /* border-left: 20px solid transparent; */
    border-right: 20px solid transparent;
    border-top: 28px solid #1b6eaa;
    clear: both;
}

@media (max-width:1199px) and (min-width:991px) {
    .bulle1::after {
        content: '';
        position: absolute;
        left: 0%;
        top: 100%;
        width: 0;
        height: 0;
        /* border-left: 20px solid transparent; */
        border-right: 20px solid transparent;
        border-top: 28px solid #1b6eaa;
        clear: both;
    }
    .bulle2::after {
        content: '';
        position: absolute;
        right: 0%;
        top: 100%;
        width: 0;
        height: 0;
        border-left: 20px solid transparent;
        /* border-right: 20px solid transparent; */
        border-top: 28px solid #1b6eaa;
        clear: both;
    }
}

@media(max-width:991px) {
    .bulle1::after {
        content: '';
        position: absolute;
        left: 0%;
        top: 100%;
        width: 0;
        height: 0;
        /* border-left: 20px solid transparent; */
        border-right: 20px solid transparent;
        border-top: 28px solid #1b6eaa;
        clear: both;
    }
    .bulle2::after {
        content: '';
        position: absolute;
        right: 0%;
        top: 100%;
        width: 0;
        height: 0;
        border-left: 20px solid transparent;
        /* border-right: 20px solid transparent; */
        border-top: 28px solid #1b6eaa;
        clear: both;
    }
}

@media(min-width:768px) and (max-width:992px) {
    .bulle2::after {
        content: '';
        position: absolute;
        right: 0%;
        top: 100%;
        width: 0;
        height: 0;
        border-left: 20px solid transparent;
        /* border-right: 20px solid transparent; */
        border-top: 28px solid #1b6eaa;
        clear: both;
    }
}

@media (min-width:992px) {
    .bulle2::after {
        content: '';
        position: absolute;
        right: 0%;
        top: 100%;
        width: 0;
        height: 0;
        border-left: 20px solid transparent;
        /* border-right: 20px solid transparent; */
        border-top: 28px solid #1b6eaa;
        clear: both;
    }
}

@media (min-width:1200px) {
    .bulle2::after {
        content: '';
        position: absolute;
        right: 0%;
        top: 100%;
        width: 0;
        height: 0;
        border-left: 20px solid transparent;
        /* border-right: 20px solid transparent; */
        border-top: 28px solid #1b6eaa;
        clear: both;
    }
}

.citation {
    font-family: 'Montserrat-regular';
    font-style: italic;
}

.blockquote:before {
    content: url('../images/quotebefore.png');
    position: absolute;
    left: 0;
}

.blockquote:after {
    content: url('../images/quoteafter.png');
    position: absolute;
    right: 0;
}

.divbalance {
    text-align: center!important;
}

.divbalance img {
    width: 50px;
}

footer {
    color: white;
    min-height: 50px;
    justify-content: space-evenly;
}

@media(max-width:992px) {
    footer {
        flex-direction: column;
        padding: 5%;
    }
    .respofooter {
        flex-direction: column;
        text-align: center;
        line-height: 2.5em;
    }
}

footer .padleft {
    padding-left: 2vw;
}

.skill {
    color: #1b6eaa;
    font-family: 'Montserrat-bold';
    font-style: italic;
    font-weight: bold;
}

.balancebg {
    position: absolute;
    width: 25vw;
    right: 0;
}

.marteaubg {
    position: absolute;
    width: 25vw;
    left: 0;
    opacity: 0.3;
}

@media (max-width:767px) {
    /* Suppression provenance bulle */
    .bulle1::after,
    .bulle2::after {
        display: none;
    }
    .portraitavocats {
        display: flex;
        justify-content: center;
    }
    /* Réduction hauteur portraits */
    .portraitavocats img {
        width: auto;
        height: 250px;
        padding: 2%;
    }
}


/* Domaines d'activités */

.domaines {
    margin-top: -10vw;
}

.secondaire {
    margin-top: -9vw;
}

@media(max-width:509px) and (min-width:375px) {
    .secondaire {
        margin-top: -9vw;
    }
}

@media(min-width:510px) and (max-width:768px) {
    .secondaire {
        margin-top: -3vw;
    }
}

@media(min-width:768px) and (max-width:992px) {
    .secondaire {
        margin-top: 0vw;
    }
}

@media(min-width:992px) {
    .secondaire {
        margin-top: -230px;
    }
}

.domaines h2 {
    line-height: normal;
    margin-bottom: 80px;
}

.domaines h3 {
    margin-bottom: 20px;
    font-family: 'Montserrat-bold';
    color: black!important;
    margin-top: 20px;
}

.domaines .row {
    margin-bottom: 35px;
}

.domaines .henrinoel {
    height: 400px;
    object-fit: contain;
}

.domaines h4 {
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2;
    font-size: 1.3rem;
}

.domaines p i {
    font-style: italic;
}

a {
    color: #1b6eaa;
}

dd i {
    font-style: italic;
}


/*Contact */

.md-form textarea.md-textarea {
    overflow-y: visible!important;
    width: 100%;
}

#map {
    margin-top: 50px;
}

.contact-icons p {
    text-align: center;
}

.btn-primary2 {
    background-color: #1b6eaa;
    color: #fff !important;
}

.md-form input[type="date"]:focus:not([readonly]),
.md-form input[type="datetime-local"]:focus:not([readonly]),
.md-form input[type="email"]:focus:not([readonly]),
.md-form input[type="number"]:focus:not([readonly]),
.md-form input[type="password"]:focus:not([readonly]),
.md-form input[type="search-md"]:focus:not([readonly]),
.md-form input[type="search"]:focus:not([readonly]),
.md-form input[type="tel"]:focus:not([readonly]),
.md-form input[type="text"]:focus:not([readonly]),
.md-form input[type="time"]:focus:not([readonly]),
.md-form input[type="url"]:focus:not([readonly]),
.md-form textarea.md-textarea:focus:not([readonly]) {
    -webkit-box-shadow: 0 1px 0 0 #1b6eaa!important;
    box-shadow: 0 1px 0 0 #1b6eaa!important;
    border-bottom: 1px solid #1b6eaa!important;
}

.md-form input[type="date"]:focus:not([readonly])+label,
.md-form input[type="datetime-local"]:focus:not([readonly])+label,
.md-form input[type="email"]:focus:not([readonly])+label,
.md-form input[type="number"]:focus:not([readonly])+label,
.md-form input[type="password"]:focus:not([readonly])+label,
.md-form input[type="search-md"]:focus:not([readonly])+label,
.md-form input[type="search"]:focus:not([readonly])+label,
.md-form input[type="tel"]:focus:not([readonly])+label,
.md-form input[type="text"]:focus:not([readonly])+label,
.md-form input[type="time"]:focus:not([readonly])+label,
.md-form input[type="url"]:focus:not([readonly])+label,
.md-form textarea.md-textarea:focus:not([readonly])+label {
    color: #1b6eaa!important;
}

.btn-link {
    color: #1b6eaa;
}

.carousel-control-next,
.carousel-control-prev {
    z-index: 100;
}

@media (max-width:1200px) {
    .carousel-control-next,
    .carousel-control-prev {
        display: none;
    }
}


/* Page d'erreurs */

#notfound {
    position: relative;
    height: 100vh;
}

#notfound .notfound {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.notfound {
    max-width: 920px;
    width: 100%;
    line-height: 1.4;
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
}

.notfound .notfound-404 {
    position: absolute;
    height: 100px;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: -1;
}

.notfound .notfound-404 h1 {
    font-family: 'Maven Pro', sans-serif;
    color: #ececec;
    font-weight: 900;
    font-size: 276px;
    margin: 0px;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.notfound h2 {
    font-family: 'Maven Pro', sans-serif;
    font-size: 46px;
    color: #000;
    font-weight: 900;
    text-transform: uppercase;
    margin: 0px;
}

.notfound p {
    font-family: 'Maven Pro', sans-serif;
    font-size: 16px;
    color: #000;
    font-weight: 400;
    text-transform: uppercase;
    margin-top: 15px;
}

.notfound a {
    font-family: 'Maven Pro', sans-serif;
    font-size: 14px;
    text-decoration: none;
    text-transform: uppercase;
    background: #189cf0;
    display: inline-block;
    padding: 16px 38px;
    border: 2px solid transparent;
    border-radius: 40px;
    color: #fff;
    font-weight: 400;
    -webkit-transition: 0.2s all;
    transition: 0.2s all;
}

.notfound a:hover {
    background-color: #fff;
    border-color: #189cf0;
    color: #189cf0;
}

@media only screen and (max-width: 480px) {
    .notfound .notfound-404 h1 {
        font-size: 162px;
    }
    .notfound h2 {
        font-size: 26px;
    }
}

.familybg {
    position: absolute;
    width: 14vw;
    right: 0;
    opacity: 0.3;
}

.patrimoinebg {
    position: absolute;
    width: 9vw;
    right: 0;
    opacity: 0.3;
    display: none;
}

@media(max-width:992px) {
    .familybg {
        display: none;
    }
    .patrimoinebg {
        display: none;
    }
}

h4 i {
    font-style: italic;
}


/* .carousel-inner {
    height: 500px;
    margin-bottom: 30px;
} */


/* Gallety PHOTO */

#demo {
    height: 100%;
    position: relative;
    overflow: hidden;
}

.green {
    background-color: #6fb936;
}

.thumb {
    margin-bottom: 30px;
}

.page-top {
    margin-top: 85px;
}

img.zoom {
    width: 100%;
    height: 200px;
    border-radius: 5px;
    object-fit: cover;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
}

.transition {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.modal-header {
    border-bottom: none;
}

.modal-title {
    color: #000;
}

.modal-footer {
    display: none;
}

.video-fluid {
    width: 100%
}

.globebg {
    position: absolute;
    width: 50vw;
    right: -30vw;
    opacity: 0.3;
    top: -17vw;
}

@media(max-width:992px) {
    .globebg {
        display: none;
    }
    .marteaubg {
        display: none;
    }
}

.isactive:after {
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100%;
    height: 2px;
    content: '';
    background-color: #ffffff;
    opacity: 0;
    transition: all 200ms linear;
    bottom: 0;
    opacity: 1;
}

#map {
    height: 450px;
    width: 100%;
}

@media (max-width: 991px) {
    .dropdown-item {
        white-space: normal;
    }
}

@media (max-width: 992px) and (min-width: 768px) {
    .bulle3::after {
        content: '';
        position: absolute;
        right: 0%;
        top: 100%;
        width: 0;
        height: 0;
        border-left: 20px solid transparent;
        /* border-right: 20px solid transparent; */
        border-top: 28px solid #1b6eaa;
        clear: both;
    }
}

@media(max-width:768px) {
    .bulle3::after {
        display: none;
    }
}

@media (min-width: 992px) {
    .bulle3::after {
        content: '';
        position: absolute;
        right: 0%;
        top: 100%;
        width: 0;
        height: 0;
        border-left: 20px solid transparent;
        /* border-right: 20px solid transparent; */
        border-top: 28px solid #1b6eaa;
        clear: both;
    }
}

@media (min-width:1200px) {
    .bulle3::after {
        content: '';
        position: absolute;
        right: 0%;
        top: 100%;
        width: 0;
        height: 0;
        border-left: 20px solid transparent;
        /* border-right: 20px solid transparent; */
        border-top: 28px solid #1b6eaa;
        clear: both;
    }
}

@media (max-width: 992px) and (min-width: 768px) {
    .bulle4::before {
        content: '';
        position: absolute;
        right: 0%;
        top: 100%;
        width: 0;
        height: 0;
        border-left: 20px solid transparent;
        /* border-right: 20px solid transparent; */
        border-top: 28px solid #1b6eaa;
        clear: both;
    }
}

@media(max-width:768px) {
    .bulle4::before {
        display: none;
    }
}

@media (min-width: 992px) {
    .bulle4::before {
        content: '';
        position: absolute;
        right: 0%;
        top: 100%;
        width: 0;
        height: 0;
        border-left: 20px solid transparent;
        /* border-right: 20px solid transparent; */
        border-top: 28px solid #1b6eaa;
        clear: both;
    }
}

@media (min-width:1200px) {
    .bulle4::before {
        content: '';
        position: absolute;
        right: 0%;
        top: 100%;
        width: 0;
        height: 0;
        border-left: 20px solid transparent;
        /* border-right: 20px solid transparent; */
        border-top: 28px solid #1b6eaa;
        clear: both;
    }
}

button img {
    width: 16%;
}

h2 {
    text-align: left;
}

.hauteurspecifique {
    height: 304px;
    object-fit: cover;
}

.souhait {
    background-color: ghostwhite;
}

.txt-center {
    text-align: center!important;
}