/* prefixed by https://autoprefixer.github.io (PostCSS: v7.0.26, autoprefixer: v9.7.3) */

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    color: #151515;
}

section {
    width: 90%;
    margin: 0 auto;
}

.section_blank {
    height: 6vh;
}


/* PARTIE NAVIGATION*/

nav .menu_icon_link_logo {
    margin: 10px 0 0 20px;
    display: inline-block;
    fill: #151515;
}

nav {
    background-color: white;
    -webkit-box-shadow: 1px 1px 4px 0 rgba(80, 80, 80, 0.1);
    box-shadow: 1px 1px 4px 0 rgba(80, 80, 80, 0.1);
    position: fixed;
    width: 100%;
    z-index: 3;
}

nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
    background-color: white;
}

nav li a {
    color: #151515;
    display: block;
    padding: 20px 20px;
    text-decoration: none;
}

nav li a:hover,
nav li a:focus,
.menu__checkbox:hover,
.menu__checkbox:focus,
:focus {
    background-color: #151515;
    color: white;
}
nav  .menu_icon_link:hover,
nav  .menu_icon_link:focus {
    background-color: transparent;
    outline: transparent;
}

/* menu */

.menu {
    display: none;
    clear: both;
    max-height: 0;
    -webkit-transition: max-height .2s ease-out;
    -o-transition: max-height .2s ease-out;
    transition: max-height .2s ease-out;
}


/* menu icons */

.menu__icon {
    cursor: pointer;
    display: block;
    float: right;
    padding: 28px 20px;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.hamburger {
    background: #151515;
    display: block;
    height: 3px;
    position: relative;
    -webkit-transition: .2s ease-out;
    -o-transition: .2s ease-out;
    transition: .2s ease-out;
    width: 30px;
}

.hamburger:before,
.hamburger:after {
    background: #151515;
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    -webkit-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
    width: 100%;
}

.hamburger:before {
    top: 8px;
}

.hamburger:after {
    top: -8px;
}


/* menu checkbox */

.menu__checkbox {
    opacity: 0;
}

.menu__checkbox:checked~.menu {
    max-height: 400px;
    display: block;
}

.menu__checkbox:focus~.menu__icon {
    outline: white 1px solid;
    background-color: white;
}

.menu__checkbox:checked~.menu__icon {
    background-color: white;
}

.menu__checkbox:checked~.menu__icon .hamburger {
    background: transparent;
}

.menu__checkbox:checked~.menu__icon .hamburger:before {
    -webkit-transform: rotate(-225deg);
    -ms-transform: rotate(-225deg);
    transform: rotate(-225deg);
}

.menu__checkbox:checked~.menu__icon .hamburger:after {
    -webkit-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    transform: rotate(225deg);
}

.menu__checkbox:checked~.menu__icon:not(.steps) .hamburger:before,
.menu__checkbox:checked~.menu__icon:not(.steps) .hamburger:after {
    top: 0;
}


/* PARTIE TOGGLE */

html[data-theme='dark'] {
    background: #151515;
}

html[data-theme="dark"] body {
    color: #fff;
}

html[data-theme="dark"] nav  .menu_icon_link:hover,
html[data-theme="dark"] nav  .menu_icon_link:focus {
    background-color: transparent;
}

html[data-theme="dark"] nav .menu_icon_link_logo {
    fill: #fff;
}
html[data-theme="dark"] .hamburger {
    background: #fff;
}
html[data-theme="dark"] .hamburger:before,
html[data-theme="dark"] .hamburger:after {
    background: #fff;
}

html[data-theme="dark"] .menu__checkbox:checked~.menu__icon {
    background-color: #151515;
}

html[data-theme="dark"] .section_socialmedia_svg{
    fill: #fff;
}
html[data-theme="dark"] .svg_icons{
    fill: #fff;
}

html[data-theme="dark"] nav,
html[data-theme="dark"] nav ul {
    background-color: #151515;
}

html[data-theme="dark"] nav li a:hover,
html[data-theme="dark"] nav li a:focus,
html[data-theme="dark"] .menu__checkbox:hover,
html[data-theme="dark"] .menu__checkbox:focus,
html[data-theme="dark"] :focus {
    background-color: #fff;
    color: #151515;
}

html[data-theme="dark"] a {
    color: white;
}

html[data-theme="dark"] nav {
    -webkit-box-shadow: 1px 1px 4px 0 rgba(231, 219, 219, 0.363);
    box-shadow: 1px 1px 4px 0 rgba(231, 219, 219, 0.363);
}

html[data-theme="dark"] #section_projet .section_projet_container .section_projet_container_card1 {
    background-color: #fff;
    color: #151515;
}

html[data-theme="dark"] #section_projet .section_projet_container .section_projet_container_card1:hover {
    background-color: #FFC1A8;
    color: #fff;
}

html[data-theme="dark"] #section_projet .section_projet_container .section_projet_container_card2 {
    background-color: #fff;
    color: #151515;
}

html[data-theme="dark"] #section_projet .section_projet_container .section_projet_container_card2:hover {
    background-color: #6CC3BD;
    color: #fff;
}

html[data-theme="dark"] #section_projet .section_projet_container .section_projet_container_card3 {
    background-color: #fff;
    color: #151515;
}

html[data-theme="dark"] #section_projet .section_projet_container .section_projet_container_card3:hover {
    background-color: #7C7AA1;
    color: #fff;
}

html[data-theme="dark"] #section_equipe {
    background-color: #fff;
    color: #151515;
}

html[data-theme="dark"] #section_equipe .section_equipe_container .equipe_container_member .equipe_member_decoration {
    border: solid #151515 1px;
}

html[data-theme="dark"] #section_contact form input {
    -webkit-box-shadow: 10px 10px white;
            box-shadow: 10px 10px white;
    color: #151515;
}

html[data-theme="dark"] #section_contact form textarea {
    -webkit-box-shadow: 10px 10px white;
            box-shadow: 10px 10px white;
    color: #151515;
}

html[data-theme="dark"] #section_contact form button {
    border: white 1px solid;
    background-color: #151515;
    color: white;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

html[data-theme="dark"] #section_contact form button:hover {
    border: #151515 1px solid;
    background-color: white;
    color: #151515;
}
html[data-theme="dark"] #section_contact form input:focus,
html[data-theme="dark"] #section_contact form textarea:focus {
    background: white;
}

html[data-theme="dark"] .switch_label:after {
    background: #151515;
}

html[data-theme="dark"] footer svg.instagram:hover {
    fill: #F67E7D;
}

html[data-theme="dark"] footer svg.facebook:hover {
    fill: #6CC3BD;
}

html[data-theme="dark"] footer svg.linkedin:hover {
    fill: #7C7AA1;
}

html[data-theme="dark"] footer svg.twitter:hover {
    fill: #5A819E;
}

input[type=checkbox] {
    height: 0;
    width: 0;
    visibility: hidden;
}

.switch_label {
    cursor: pointer;
    text-indent: -9999px;
    width: 55px;
    height: 30px;
    background: #FFDF53;
    margin: 0 0 5px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-radius: 100px;
    position: absolute;
    top: 15px;
    right: 500px;
}

.switch_label:after {
    content: '';
    background: white;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    position: absolute;
    top: 5px;
    left: 4px;
    -webkit-transition: cubic-bezier(0.68, -0.55, 0.27, 01.55) 320ms;
    -o-transition: cubic-bezier(0.68, -0.55, 0.27, 01.55) 320ms;
    transition: cubic-bezier(0.68, -0.55, 0.27, 01.55) 320ms;
}

input:checked+.switch_label {
    background: white;
}

input:checked+.switch_label:after {
    left: calc(100% - 5px);
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
}

html.transition,
html.transition *,
html.transition *:before,
html.transition *:after {
    -webkit-transition: cubic-bezier(0.68, -0.55, 0.27, 01.55) 420ms!important;
    -o-transition: cubic-bezier(0.68, -0.55, 0.27, 01.55) 420ms!important;
    transition: cubic-bezier(0.68, -0.55, 0.27, 01.55) 420ms!important;
    -webkit-transition-delay: 0!important;
         -o-transition-delay: 0!important;
            transition-delay: 0!important;
}


/* PARTIE MAIN */

.section_video_container {
    position: relative;
    width: 100%;
    height: 94vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    overflow: hidden;
    background-color: #151515;
}

.section_video_container .section_video_container_titles {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: white;
    z-index: 1;
}

.section_video_container h1 {
    font-family: 'Megrim', cursive;
    text-align: center;
    font-style: normal;
    font-weight: 500;
    font-size: 96px;
    line-height: 90px;
    letter-spacing: 0.235em;
}

.section_video_container h2 {
    padding-top: 30px;
    font-size: 36px;
    font-style: normal;
    font-weight: normal;
    letter-spacing: -0.02em;
}

.section_video_container_sources {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
}

#section_video {
    width: 100%;
}

video {
    opacity: 0.7;
}

#section_video a span {
    position: absolute;
   bottom: 10%;
    left: 50%;
    width: 28px;
    height: 28px;
    margin-left: -12px;
    border-left: 3px solid #fff;
    border-bottom: 3px solid #fff;
    transform: rotate(-45deg);
    animation: scr01 2s infinite;
}

@keyframes scr01 {
    0% {
      transform: rotate(-45deg) translate(0, 0);
      opacity: 0;
    }
    50% {
      opacity: 1;
    }
    100% {
      transform: rotate(-45deg) translate(-20px, 20px);
      opacity: 0;
    }}

/* PARTIE SERVICES */

#section_service {
    padding: 140px 0 140px 0;
}

#section_service h2 {
    font-size: 20px;
    text-align: center;
    width: 70%;
    margin: 0 auto;
    text-align: justify;
}

#section_service span {
    text-decoration: underline;
}

#section_service .section_service_container1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 140px;
    line-height: 50px;
}

#section_service .section_service_container2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 100px;
    line-height: 50px;
}

#section_service .section_service_container1,
.section_service_container2 ul {
    font-size: 16px;
}


/* PARTIE PROJETS */

#section_projet .section_projet_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

#section_projet hr {
    width: 555px;
    margin: 0 auto;
}

#section_projet h1 {
    text-align: center;
    padding-bottom: 80px;
    font-size: 36px;
    padding-top: 60px;
}

#section_projet .section_projet_container .section_projet_container_card1 a img {
    border-radius: 3%;
    border-bottom: white solid 1px;
    width: 100%;
}

#section_projet .section_projet_container .section_projet_container_card2 a img {
    border-radius: 3%;
    border-bottom: white solid 1px;
    width: 100%;
}

#section_projet .section_projet_container .section_projet_container_card3 a img {
    border-radius: 3%;
    border-bottom: white solid 1px;
    width: 100%;
}
   
#section_projet .section_projet_container .section_projet_container_card1 {
    padding: 5px;
    background-color: #151515;
    color: white;
    margin-bottom: 60px;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: 1s;
         -o-transition-duration: 1s;
            transition-duration: 1s;
    -webkit-transition-timing-function: ease;
         -o-transition-timing-function: ease;
            transition-timing-function: ease;
    border-radius: 3%;
    height: 65vh;
    width: 50vh;
    cursor: pointer;
    border: 1px solid white;
}
   
#section_projet .section_projet_container .section_projet_container_card2 {
    padding: 5px;
    background-color: #151515;
    color: white;
    margin-bottom: 60px;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: 1s;
         -o-transition-duration: 1s;
            transition-duration: 1s;
    -webkit-transition-timing-function: ease;
         -o-transition-timing-function: ease;
            transition-timing-function: ease;
    border-radius: 3%;
    height: 65vh;
    width: 50vh;
    cursor: pointer;
    border: 1px solid white;
}
    
#section_projet .section_projet_container .section_projet_container_card3 {
    padding: 5px;
    background-color: #151515;
    color: white;
    margin-bottom: 60px;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: 1s;
         -o-transition-duration: 1s;
            transition-duration: 1s;
    -webkit-transition-timing-function: ease;
         -o-transition-timing-function: ease;
            transition-timing-function: ease;
    border-radius: 3%;
    height: 65vh;
    width: 50vh;
    cursor: pointer;
    border: 1px solid white;
}

#section_projet .section_projet_container .section_projet_container_card1 h3,
#section_projet .section_projet_container .section_projet_container_card1 p {
    text-align: center;
    padding-top: 10px;
}

#section_projet .section_projet_container .section_projet_container_card2 h3,
#section_projet .section_projet_container .section_projet_container_card2 p {
    text-align: center;
    padding-top: 10px;
}

#section_projet .section_projet_container .section_projet_container_card3 h3,
#section_projet .section_projet_container .section_projet_container_card3 p {
    text-align: center;
    padding-top: 10px;
}

#section_projet .section_projet_container .section_projet_container_card1:hover {
    background-color: #FFC1A8;
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}

#section_projet .section_projet_container .section_projet_container_card2:hover {
    background-color: #6CC3BD;
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}

#section_projet .section_projet_container .section_projet_container_card3:hover {
    background-color: #7C7AA1;
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}


/* PARTIE EQUIPE */

#section_equipe .section_equipe_container .equipe_container_member .equipe_member_photo {
    height: 225px;
    width: 225px;
    border-radius: 100%;
}

#section_equipe h2 {
    display: none;
}

#section_equipe .section_equipe_container .equipe_container_member {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

#section_equipe .section_equipe_container .left {
    padding-left: 60px;
}

#section_equipe .section_equipe_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-bottom: 140px;
}

#section_equipe .section_equipe_container .equipe_container_member .equipe_member_decoration {
    border: solid white 1px;
    padding: 10px 20px;
}

#section_equipe .section_equipe_container .equipe_container_member p {
    margin-top: 20px;
}

#section_equipe {
    background-color: #151515;
    color: #fff;
    width: 100%;
    padding-top: 140px;
}

#section_equipe .equipe_member_svg {
    padding-bottom: 20px;
}

#section_equipe svg {
    -webkit-animation-name: equipe;
            animation-name: equipe;
    -webkit-animation-duration: 3s;
            animation-duration: 3s;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
}

@-webkit-keyframes equipe {
    0% {
        fill: #FFE5C4;
    }
    25% {
        fill: #7C7AA1;
    }
    50% {
        fill: #6CC3BD;
    }
    100% {
        fill: #FFE5C4;
    }
}

@keyframes equipe {
    0% {
        fill: #FFE5C4;
    }
    25% {
        fill: #7C7AA1;
    }
    50% {
        fill: #6CC3BD;
    }
    100% {
        fill: #FFE5C4;
    }
}


/* PARTIE CONTACTS */

#section_contact {
    padding-top: 90px;
}

#section_contact form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

#section_contact h1 {
    text-align: center;
    padding-bottom: 80px;
    font-size: 36px;
    padding-top: 60px;
}

#section_contact hr {
    width: 555px;
    margin: 0 auto;
}

#section_contact form input,
#section_contact form textarea {
    width: 400px;
    height: 10px;
    background: #F4F1F1;
    border: #151515 solid 1px;
    margin: 10px;
    font-size: 14px;
    color: #9F9F9F;
    padding: 30px;
}
#section_contact form input:focus,
#section_contact form textarea:focus {
    background: #151515;
}

#section_contact form input {
    -webkit-box-shadow: 10px 10px #151515;
            box-shadow: 10px 10px #151515;
}

#section_contact form  textarea {
    height: 150px;
    resize: none;
    -webkit-box-shadow: 10px 10px #151515;
            box-shadow: 10px 10px #151515;
}

#section_contact button {
    width: 182px;
    height: 38px;
    border: #151515 solid 1px;
    margin-top: 30px;
    cursor: pointer;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

#section_contact button:hover {
    border: #fff 1px solid;
    background-color: #151515;
    color: white;
}


/* PARTIE AGENCE */

#section_adress svg {
    -webkit-animation-name: colorful;
            animation-name: colorful;
    -webkit-animation-duration: 3s;
            animation-duration: 3s;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
}

@-webkit-keyframes colorful {
    0% {
        fill: #7C7AA1;
    }
    25% {
        fill: #F67E7D;
    }
    50% {
        fill: #F67E7D;
    }
    100% {
        fill: #7C7AA1;
    }
}

@keyframes colorful {
    0% {
        fill: #7C7AA1;
    }
    25% {
        fill: #F67E7D;
    }
    50% {
        fill: #F67E7D;
    }
    100% {
        fill: #7C7AA1;
    }
}

#section_adress {
    padding: 140px 0;
}

.section_adress_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.adress_container_informations h2 {
    padding: 30px 0;
    font-size: 24px;
}

.mailto {
    text-decoration: none;
    color: #151515;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.mailto:hover {
    color: #5A819E;
}

.adress_informations_svg {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-top: 50px;
}

.section_socialmedia {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-bottom: 10px;
}

footer a {
    padding: 0 20px;
}

footer svg {
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

footer svg.instagram:hover {
    fill: #F67E7D;
}

footer svg.facebook:hover {
    fill: #6CC3BD;
}

footer svg.linkedin:hover {
    fill: #7C7AA1;
}

footer svg.twitter:hover {
    fill: #5A819E;
}

footer hr {
    border: 5px solid #151515;
}





























/* GENERAL MEDIA QUERIES
–––––––––––––––––––––––––––––––––––––––––––––––––– */


/* 48em = 768px */

@media (max-width: 68em) {
    nav .logo {
        margin: 10px 0 0 0;
    }
    .switch_label {
        display: none;
    }
}

@media (min-width: 68em) {
    nav li {
        float: left;
    }
    nav li a {
        padding: 20px 30px;
    }
    .menu {
        display: block;
        clear: none;
        float: right;
        max-height: none;
    }
    .menu__icon,
    .menu__checkbox,
    .hamburger {
        display: none;
    }
}


                                /* PARTIE PHONE PORTRAIT */

@media only screen 
  and (min-width: 320px) 
  and (max-width: 767px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: portrait) {

    body {
        font-family: 'Montserrat', sans-serif;
        font-size: 14px;
        color: #151515;
        overflow-x: hidden;
    }
    section {
        width: 95%;
        margin: 0 auto;
    }
    /* PARTIE MAIN */
    .section_video_container{
        position: relative;
        width: 100%;
        height: 96vh;
    }
    .section_video_container h2 {
        font-size: 18px;
        line-height: 22px;
        color: white;
    }
    .section_video_container h1 {
        color: white;
        font-size: 48px;
        line-height: 56px;
        letter-spacing: 0.1em;
    }
    .section_video_container_sources {
        width: auto;
        height: 96vh;
    }
    /* PARTIE SERVICES */
    #section_service {
        padding: 140px 0 140px 0;
    }
    #section_service p {
        font-size: 20px;
        width: 75%;
        text-align: justify;
    }

    #section_service .section_service_container1 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        padding-left: 20px;
    }
    #section_service .section_service_container2 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
            -ms-flex-direction: column-reverse;
                flex-direction: column-reverse;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        padding-left: 20px;
    }
    #section_service .section_service_container1 ul,
    .section_service_container2 ul {
        font-size: 14px;
        padding-top: 40px;
    }


    /* PARTIE PROJETS */
    #section_projet .section_projet_container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    #section_projet hr {
        width: 240px;
    }
    #section_projet h1 {
        font-size: 24px;
        line-height: 29px;
    }
  

#section_projet .section_projet_container .section_projet_container_card1 a img,
#section_projet .section_projet_container .section_projet_container_card2 a img,
#section_projet .section_projet_container .section_projet_container_card3 a img {
    width: 100%;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

#section_projet .section_projet_container .section_projet_container_card1 ,
#section_projet .section_projet_container .section_projet_container_card2,
#section_projet .section_projet_container .section_projet_container_card3  {
    width: 90%;
    height: 60vh;
}

#section_projet .section_projet_container .section_projet_container_card1 {
    background-color: #FFC1A8;
}

#section_projet .section_projet_container .section_projet_container_card2 {
    background-color: #6CC3BD;
}

#section_projet .section_projet_container .section_projet_container_card3 {
    background-color: #7C7AA1;
}


#section_projet .section_projet_container .section_projet_container_card1:hover,
#section_projet .section_projet_container .section_projet_container_card2:hover,
#section_projet .section_projet_container .section_projet_container_card3:hover {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
}

    /* PARTIE EQUIPE */
    #section_equipe .section_equipe_container .equipe_container_member .equipe_member_photo{
        height: 165px;
        width: 165px;
    }
    #section_equipe .section_equipe_container .equipe_container_member {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        padding-bottom: 70px;
    }
    #section_equipe .section_equipe_container .left {
        padding-left: 0;
    }
    #section_equipe .section_equipe_container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        padding-bottom: 70px;
    }
    
    #section_equipe .section_equipe_container .equipe_container_member p {
        margin-top: 20px;
    }
    #section_equipe .equipe_member_svg {
        width: 50px;
        height: auto;
        padding-bottom: 20px;
    }


    /* PARTIE CONTACTS */
    #section_contact {
        padding-top: 90px;
    }

    #section_contact h1 {
        font-size: 24px;
        line-height: 29px;
    }
    #section_contact hr {
        width: 240px;
    }
    #section_contact form input {
        width: 320px;
        height: 10px;
        background: white;
        border-radius: initial;
    }
    #section_contact form input {
        -webkit-box-shadow: 10px 10px #151515;
                box-shadow: 10px 10px #151515;
    }
    #section_contact form textarea {
        width: 320px;
        background: white;
        border-radius: initial;
    }
    #section_contact button {
        border: #fff 1px solid;
        background-color: #151515;
        color: white;
    }
    
    /* PARTIE AGENCE */
    #section_adress {
        padding: 140px 0;
    }
    .section_adress_container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
    }
    .adress_container_informations h2 {
        padding: 30px 0;
        font-size: 20px;
    }
    .adress_container_informations hr {
        width: 250px;
    }
    
    iframe {
        display: none;
    }
    
    footer svg.instagram{
        fill: #F67E7D;
    }
    
    footer svg.facebook {
        fill: #6CC3BD;
    }
    
    footer svg.linkedin {
        fill: #7C7AA1;
    }
    
    footer svg.twitter{
        fill: #5A819E;
    }
    
    .switch_label {
        display: none;
    }

}






                                /* PARTIE PHONE LANDSCAPE */



@media only screen 
  and (min-width: 320px) 
  and (max-width: 767px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: landscape) {

    body {
        font-family: 'Montserrat', sans-serif;
        font-size: 14px;
        color: #151515;
        overflow-x: hidden;
    }
    section {
        width: 95%;
        margin: 0 auto;
    }
    /* PARTIE MAIN */
    .section_video_container{
        position: relative;
        width: 100%;
        height: 96vh;
    }
    .section_video_container h2 {
        font-size: 18px;
        line-height: 22px;
        color: white;
    }
    .section_video_container h1 {
        color: white;
        font-size: 48px;
        line-height: 56px;
        letter-spacing: 0.1em;
    }
    .section_video_container_sources {
        width: 100%;
        height: 96vh;
    }
    /* PARTIE SERVICES */
    #section_service {
        padding: 140px 0 140px 0;
    }
    #section_service p {
        font-size: 16px;
    }

    #section_service .section_service_container1 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        width: 70%;
        margin: 0 auto;
    }
    #section_service .section_service_container2 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
            -ms-flex-direction: column-reverse;
                flex-direction: column-reverse;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        width: 70%;
        margin: 0 auto;
    }
    #section_service .section_service_container1 ul,
    .section_service_container2 ul {
        font-size: 14px;
        padding-top: 20px;
    }


    /* PARTIE PROJETS */
    #section_projet {
        height: 310vh;
    }
    #section_projet .section_projet_container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -ms-flex-pack: distribute;
            justify-content: space-around;
        height: 260vh;
    }
    #section_projet hr {
        width: 240px;
    }
    #section_projet h1 {
        font-size: 24px;
        line-height: 29px;
    }
  

#section_projet .section_projet_container .section_projet_container_card1 a img,
#section_projet .section_projet_container .section_projet_container_card2 a img,
#section_projet .section_projet_container .section_projet_container_card3 a img {
    width: 100%;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    height: 50vh;
}

#section_projet .section_projet_container .section_projet_container_card1 ,
#section_projet .section_projet_container .section_projet_container_card2,
#section_projet .section_projet_container .section_projet_container_card3  {
    width: 60%;
    height: 90vh;
}

#section_projet .section_projet_container .section_projet_container_card1 {
    background-color: #FFC1A8;
}

#section_projet .section_projet_container .section_projet_container_card2 {
    background-color: #6CC3BD;
}

#section_projet .section_projet_container .section_projet_container_card3 {
    background-color: #7C7AA1;
}


#section_projet .section_projet_container .section_projet_container_card1:hover,
#section_projet .section_projet_container .section_projet_container_card2:hover,
#section_projet .section_projet_container .section_projet_container_card3:hover {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
}

    /* PARTIE EQUIPE */
    #section_equipe .section_equipe_container .equipe_container_member .equipe_member_photo{
        height: 165px;
        width: 165px;
    }
    #section_equipe .section_equipe_container .equipe_container_member {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        padding-bottom: 70px;
    }
    #section_equipe .section_equipe_container .left {
        padding-left: 0;
    }
    #section_equipe .section_equipe_container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        padding-bottom: 70px;
    }
    
    #section_equipe .section_equipe_container .equipe_container_member p {
        margin-top: 20px;
    }
    #section_equipe .equipe_member_svg {
        width: 50px;
        height: auto;
        padding-bottom: 20px;
    }


    /* PARTIE CONTACTS */
    #section_contact {
        padding-top: 90px;
    }

    #section_contact h1 {
        font-size: 24px;
        line-height: 29px;
    }
    #section_contact hr {
        width: 240px;
    }
    #section_contact form input {
        width: 320px;
        height: 10px;
        background: white;
        border-radius: initial;
    }
    #section_contact form input {
        -webkit-box-shadow: 10px 10px #151515;
                box-shadow: 10px 10px #151515;
    }
    #section_contact form textarea {
        width: 320px;
        background: white;
        border-radius: initial;
    }
    #section_contact button {
        border: #fff 1px solid;
        background-color: #151515;
        color: white;
    }
    
    /* PARTIE AGENCE */
    #section_adress {
        padding: 140px 0;
    }
    .section_adress_container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
    }
    .adress_container_informations h2 {
        padding: 30px 0;
        font-size: 20px;
    }
    .adress_container_informations p {
        font-size: 12px;
    }
    .adress_container_informations hr {
        width: 250px;
    }
    
    iframe {
        display: none;
    }
    
    footer svg.instagram{
        fill: #F67E7D;
    }
    
    footer svg.facebook {
        fill: #6CC3BD;
    }
    
    footer svg.linkedin {
        fill: #7C7AA1;
    }
    
    footer svg.twitter{
        fill: #5A819E;
    }
    
    .switch_label {
        display: none;
    }

}

                                /* PARTIE IPAD PORTRAIT */

    
@media only screen 
  and (min-width: 768px) 
  and (max-width: 1112px) 
  and (orientation: portrait) 
  and (-webkit-min-device-pixel-ratio: 1) {

    .switch_label {
        display: none;
    }
/* PARTIE MAIN */

    .section_video_container{
        position: relative;
        width: 100%;
        height: 96vh;
    }
    .section_video_container h2 {
        font-size: 30px;
    }
    .section_video_container h1 {
        font-size: 70px;
        line-height: 56px;
        letter-spacing: 0.1em;
    }
    .section_video_container_sources {
        width: auto;
        height: 96vh;
    }
/* PARTIE SERVICES */

#section_service {
    padding: 140px 0 140px 0;
}
#section_service p {
    font-size: 20px;
    width: 75%;
    text-align: justify;
}

#section_service .section_service_container1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-left: 20px;
}
#section_service .section_service_container2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-left: 20px;
}
#section_service .section_service_container1 ul,
.section_service_container2 ul {
    font-size: 16px;
    padding-top: 40px;
}

/* PARTIE PROJETS */

    #section_projet .section_projet_container .section_projet_container_card1:hover,
    #section_projet .section_projet_container .section_projet_container_card2:hover,
    #section_projet .section_projet_container .section_projet_container_card3:hover {
        -webkit-transform: none;
            -ms-transform: none;
                transform: none;
    }
    #section_projet .section_projet_container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    #section_projet hr {
        width: 540px;
    }
    #section_projet h1 {
        font-size: 44px;
        line-height: 29px;
    }
    #section_projet .section_projet_container .section_projet_container_card1 a img,
    #section_projet .section_projet_container .section_projet_container_card2 a img,
    #section_projet .section_projet_container .section_projet_container_card3 a img {
        width: 100%;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }
    #section_projet .section_projet_container .section_projet_container_card1,
    #section_projet .section_projet_container .section_projet_container_card2,
    #section_projet .section_projet_container .section_projet_container_card3 {
        width: 70%;
        height: 55vh;
    }
    #section_projet .section_projet_container .section_projet_container_card1 p,
    #section_projet .section_projet_container .section_projet_container_card2 p,
    #section_projet .section_projet_container .section_projet_container_card3 p{
        font-size: 18px;
    }
    #section_projet .section_projet_container .section_projet_container_card1 h3,
    #section_projet .section_projet_container .section_projet_container_card2 h3,
    #section_projet .section_projet_container .section_projet_container_card3 h3{
        font-size: 25px;
    }
    #section_projet .section_projet_container .section_projet_container_card1 {
        background-color: #FFC1A8;
    }
    #section_projet .section_projet_container .section_projet_container_card2 {
        background-color: #6CC3BD;
    }
    #section_projet .section_projet_container .section_projet_container_card3 {
        background-color: #7C7AA1;
    }
    #section_projet .section_projet_container .section_projet_container_card1:hover,
    #section_projet .section_projet_container .section_projet_container_card2:hover,
    #section_projet .section_projet_container .section_projet_container_card3:hover {
        -webkit-transform: none;
            -ms-transform: none;
                transform: none;
    }

    /* PARTIE EQUIPE */


    #section_equipe .section_equipe_container .equipe_container_member .equipe_member_photo {
        height: 200px;
        width: 200px;
    }
    #section_equipe .section_equipe_container .equipe_container_member {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        padding-bottom: 70px;
        
    }
    #section_equipe .section_equipe_container .left {
        padding-left: 0;
    }
    #section_equipe .section_equipe_container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        padding-bottom: 70px;
    }
    #section_equipe .section_equipe_container .equipe_container_member p {
        margin-top: 20px;
        font-size: 20px;
    }
    #section_equipe .equipe_member_svg {
        width: 60px;
        height: auto;
        padding-bottom: 20px;
    }
    /* PARTIE CONTACTS */

    #section_contact .section_contact_bar{
        border: 1px solid black;
    }
    #section_contact form input {
        width: 520px;
        height: 10px;
        background: white;
        border-radius: initial;
    }
    #section_contact form input {
        -webkit-box-shadow: 10px 10px #151515;
                box-shadow: 10px 10px #151515;
    }
    #section_contact form textarea {
        width: 520px;
        background: white;
        border-radius: initial;
    }
    #section_contact button {
        border: #fff 1px solid;
        background-color: #151515;
        color: white;
    }
    /* PARTIE ADRESSES */

    #section_adress hr {
        border: 1px solid black;
    }
    #section_adress .section_adress_container .plan_contact {
        margin-left: 40px;
    }

    footer svg.instagram{
        fill: #F67E7D;
    }
    
    footer svg.facebook {
        fill: #6CC3BD;
    }
    
    footer svg.linkedin {
        fill: #7C7AA1;
    }
    
    footer svg.twitter{
        fill: #5A819E;
    }
    

}


                                /* PARTIE IPAD LANDSCAPE */



@media only screen 
  and (min-width: 768px) 
  and (max-width: 1112px) 
  and (orientation: landscape) 
  and (-webkit-min-device-pixel-ratio: 1) {

    .switch_label {
        display: none;
    }
/* PARTIE MAIN */

    .section_video_container{
        position: relative;
        width: 100%;
        height: 96vh;
    }
    .section_video_container h2 {
        font-size: 30px;
    }
    .section_video_container h1 {
        font-size: 70px;
        line-height: 56px;
        letter-spacing: 0.1em;
    }
    .section_video_container_sources {
        width: auto;
        height: 96vh;
    }
/* PARTIE SERVICES */

#section_service {
    padding: 140px 0 140px 0;
}
#section_service p {
    font-size: 20px;
    width: 75%;
    text-align: justify;
}

#section_service .section_service_container1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-left: 20px;
}
#section_service .section_service_container2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-left: 20px;
}
#section_service .section_service_container1 ul,
.section_service_container2 ul {
    font-size: 16px;
    padding-top: 40px;
}

/* PARTIE PROJETS */

    #section_projet .section_projet_container .section_projet_container_card1:hover,
    #section_projet .section_projet_container .section_projet_container_card2:hover,
    #section_projet .section_projet_container .section_projet_container_card3:hover {
        -webkit-transform: none;
            -ms-transform: none;
                transform: none;
    }
    #section_projet .section_projet_container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
    }
    #section_projet hr {
        width: 540px;
    }
    #section_projet h1 {
        font-size: 44px;
        line-height: 29px;
    }
    #section_projet .section_projet_container .section_projet_container_card1 a img,
    #section_projet .section_projet_container .section_projet_container_card2 a img,
    #section_projet .section_projet_container .section_projet_container_card3 a img {
        width: 100%;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }
    #section_projet .section_projet_container .section_projet_container_card1,
    #section_projet .section_projet_container .section_projet_container_card2,
    #section_projet .section_projet_container .section_projet_container_card3 {
        width: 30%;
        height: 55vh;
    }
    #section_projet .section_projet_container .section_projet_container_card1 p,
    #section_projet .section_projet_container .section_projet_container_card2 p,
    #section_projet .section_projet_container .section_projet_container_card3 p{
        font-size: 18px;
    }
    #section_projet .section_projet_container .section_projet_container_card1 h3,
    #section_projet .section_projet_container .section_projet_container_card2 h3,
    #section_projet .section_projet_container .section_projet_container_card3 h3{
        font-size: 25px;
    }
    #section_projet .section_projet_container .section_projet_container_card1 {
        background-color: #FFC1A8;
    }
    #section_projet .section_projet_container .section_projet_container_card2 {
        background-color: #6CC3BD;
    }
    #section_projet .section_projet_container .section_projet_container_card3 {
        background-color: #7C7AA1;
    }
    #section_projet .section_projet_container .section_projet_container_card1:hover,
    #section_projet .section_projet_container .section_projet_container_card2:hover,
    #section_projet .section_projet_container .section_projet_container_card3:hover {
        -webkit-transform: none;
            -ms-transform: none;
                transform: none;
    }

    /* PARTIE EQUIPE */

    #section_equipe .section_equipe_container .equipe_container_member .equipe_member_photo {
        height: 225px;
        width: 225px;
        border-radius: 100%;
    }
    
    #section_equipe .section_equipe_container .equipe_container_member {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }
    
    #section_equipe .section_equipe_container .left {
        padding-left: 60px;
    }
    
    #section_equipe .section_equipe_container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        padding-bottom: 140px;
    }
    
    #section_equipe .section_equipe_container .equipe_container_member .equipe_member_decoration {
        border: solid white 1px;
        padding: 10px 20px;
    }
    
    #section_equipe .section_equipe_container .equipe_container_member p {
        margin-top: 20px;
    }
    
    #section_equipe {
        background-color: #151515;
        color: #fff;
        width: 100%;
        padding-top: 140px;
    }
    
    #section_equipe .equipe_member_svg {
        padding-bottom: 20px;
        fill: white;
    }
    
    #section_equipe svg {
        -webkit-animation-name: equipe;
                animation-name: equipe;
        -webkit-animation-duration: 3s;
                animation-duration: 3s;
        -webkit-animation-iteration-count: infinite;
                animation-iteration-count: infinite;
    }
    
    @-webkit-keyframes equipe {
        0% {
            fill: #FFE5C4;
        }
        25% {
            fill: #7C7AA1;
        }
        50% {
            fill: #6CC3BD;
        }
        100% {
            fill: #FFE5C4;
        }
    }
    
    @keyframes equipe {
        0% {
            fill: #FFE5C4;
        }
        25% {
            fill: #7C7AA1;
        }
        50% {
            fill: #6CC3BD;
        }
        100% {
            fill: #FFE5C4;
        }
    }
    
    
    /* PARTIE CONTACTS */

    #section_contact .section_contact_bar{
        border: 1px solid black;
    }
    #section_contact form input {
        width: 520px;
        height: 10px;
        background: white;
        border-radius: initial;
    }
    #section_contact form input {
        -webkit-box-shadow: 10px 10px #151515;
                box-shadow: 10px 10px #151515;
    }
    #section_contact form textarea {
        width: 520px;
        background: white;
        border-radius: initial;
    }
    #section_contact button {
        border: #fff 1px solid;
        background-color: #151515;
        color: white;
    }
    /* PARTIE ADRESSES */

    #section_adress hr {
        border: 1px solid black;
    }
    #section_adress .section_adress_container .plan_contact {
        margin-left: 40px;
    }
    
    footer svg.instagram{
        fill: #F67E7D;
    }
    
    footer svg.facebook {
        fill: #6CC3BD;
    }
    
    footer svg.linkedin {
        fill: #7C7AA1;
    }
    
    footer svg.twitter{
        fill: #5A819E;
    }
}




                                /* PARTIE GRAND PC */


@media screen 
  and (min-width: 1500px) 
  and (max-width: 1920px) 
  and (-webkit-min-device-pixel-ratio: 1) { 

    #section_service p {
        font-size: 20px;
        width: 80%;
    }

/* PARTIE PROJETS */

    #section_projet .section_projet_container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
    }
    
    #section_projet .section_projet_container .section_projet_container_card1,
    #section_projet .section_projet_container .section_projet_container_card2,
    #section_projet .section_projet_container .section_projet_container_card3 {
        height: 60vh;
    }
       
    
    #section_projet .section_projet_container .section_projet_container_card1 h3,
    #section_projet .section_projet_container .section_projet_container_card1 p {
        text-align: center;
        padding-top: 20px;
    }
    
    #section_projet .section_projet_container .section_projet_container_card2 h3,
    #section_projet .section_projet_container .section_projet_container_card2 p {
        text-align: center;
        padding-top: 20px;
    }
    
    #section_projet .section_projet_container .section_projet_container_card3 h3,
    #section_projet .section_projet_container .section_projet_container_card3 p {
        text-align: center;
        padding-top: 20px;
    }
    /* PARTIE EQUIPE */

#section_equipe .section_equipe_container .equipe_container_member .equipe_member_photo {
    height: 250px;
    width: 250px;
}

#section_equipe .section_equipe_container .left {
    padding-left: 0px;
}

#section_equipe .section_equipe_container {
    -ms-flex-pack: distribute;
        justify-content: space-around;
    width: 90%;
    margin: 0 auto;
}


/* PARTIE CONTACTS */

#section_contact form input,
#section_contact form textarea {
    width: 500px;
}

/* PARTIE AGENCE */


.section_adress_container {
    -ms-flex-pack: distribute;
        justify-content: space-around;
}

}