@font-face {
    font-family: "Lato-Italic","Lato-Regular","Montserrat-Black","Montserrat-Bold","Montserrat-Regular","Montserrat-SemiBold";
    src: url("../../assets/fonts/Lato/Lato-Italic.ttf") format("truetype");
    src: url("../../assets/fonts/Lato/Lato-Regular.ttf") format("truetype");
    src: url("../../assets/fonts/Montserrat/Montserrat-Black.otf") format("opentype");
    src: url("../../assets/fonts/Montserrat/Montserrat-Bold.otf") format("opentype");
    src: url("../../assets/fonts/Montserrat/Montserrat-Regular.otf") format("opentype");
    src: url("../../assets/fonts/Montserrat/Montserrat-SemiBold.otf") format("opentype");
}
#map {
    width: 100%;
    height: 400px;
    margin: 0;
    border-radius: 5px;
}

/*           Header         */


.project-div-two { 
      display:none;
      }
.container_header {
    width: 100%;
    height: 150px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}

.header_box1 {
    width: 30%;
    padding: 10px;
    display: flex;
    justify-content: center;
}
.header_img{
    transform: rotate(-05deg);
}
.header_link_two {
    padding-left: 20px;
}
.header_box2 {
    width: 100%;
    display: flex;
    flex-direction: column;
}
.header_subBox1 a{
    font-family: Lato-Regular, serif;
    color: #252525;
    font-size: 18px;

}
.header_subBox1{
    height: 50%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header_subBox2 {
    height: 50%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-right: 10px;
    font-size: 20px;
}
.header_subBox2 a {
    color: black;
}
.header_link1 {
    width: 50%;
    display: flex;
    justify-content: space-between;
}

.header_link2 {
    margin-right: 120px;
}
.btn-nav {
    background: url("../images/button.png");
    height: 50px;
    width: 180px;
    border: hidden;
    margin-right: 20px;
}
.header_subBox2_link{
    font-family: Montserrat-SemiBold, serif;
    color: #137dbd;
    font-size: 20px;
}
/*           Services        */

.service_box{
    margin-top: 20px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    height: 400px;
    width: 100%;
}
.service_box img {
    width: 25%;
}
.service_title{
    width: 100%;
    margin-top: 60px;
    font-family: Montserrat-Bold, serif;
    position: absolute;
    color: white;
    display: flex;
    justify-content: center;
    text-align: center;

}
.service_box2 {
    width: 100%;
    margin: 0 auto;
    box-shadow: 0px 4px 8px 0px rgba(85, 85, 85, 0.2);
    transform:  translate(0px, -20px);
    background-color: #fff;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.service_box-content {
    margin: 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
}
.service_box-content-link {
    color: #0172c5;
    font-family: Lato-Regular,serif;
    font-size: 14px;
}
.service_box-content-title{
    font-size: 21px;
    color: #252525;
    font-family: Montserrat-Bold, serif;
}
.service_box-content-p{
    height: 100px;
    font-size: 16px;
    color: #707070;
    font-family: Lato-Regular, serif;
}

/*           Team        */

.team_container{
    background-color: #F1F1F1;
    width: 100%;
    height: 650px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}
.team_box {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    height: 100%;
    width: 80%;
}

.team_img {
    height: 100%;
    width: 50%;
    display: flex;
    justify-content: center;

}
.team-title {
    font-size: 40px;
    color: #212121;
    font-family: Montserrat-Bold, Serif;
}
.team_text {
    width: 50%;
}

.team_img img {
    position: absolute;
}
.team_text h1 {
    font-weight: bold;
    font-size: 35px;
}
.p_text {
    margin-top: 10px;
    color: #898989;
    font-size: 16px;
    font-family: Lato-Regular, serif;
}
.worker_img {
    height: 300px;
}
.shape_img{
    width: 500px;
    height: 300px;
}
.puce_box{
    display: flex;
    flex-direction: row;
    margin-top: 20px;
    margin-bottom: 20px;
    justify-content: center;
}
.ul_box{
    margin-left: 15px;
}
.icone_img{
    margin-top: 8px;
    margin-left: 50px;
}
.icone_box{
    margin-top: 4px;
}

/*           realisation        */

.button_rea{
display:none;
}

.realisation_box {
    width: 100%;
    height: 500px;
   text-align: center;
}
.realisation_box h1 {
    font-weight: bold;
    font-size: 50px;
    margin-top: 70px;
}

.carousel-wrapper{
    height:400px;
    position:relative;
    width:1200px;
    margin: 50px auto 0 auto;

}
.carrousel_title {
    font-family: Montserrat-Bold, serif;
    color: white;
    font-size: 29px;
}
.carousel-i{
    position:absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    top:0;
    bottom:0;
    left:0;
    right:0;
    padding:25px 50px;
    opacity:0;
    transition: all 0.5s ease-in-out;
}
.carrousel-box{
    margin-right: 10px;
}
.carrousel-box h2:hover {
    transform:scale(1.05);
    color: white;
}
.carrousel-box h2{
    height: 350px;
    position: absolute;
    width: 25%;
    margin-left: 10px;
    color: white;
    font-weight: bold;
}
.arrow{
    border: solid black;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 12px;
}

.arrow-prev{
    left:-30px;
    position:absolute;
    top:50%;
    transform:translateY(-50%) rotate(135deg);
}

.arrow-next{
    right:-30px;
    position:absolute;
    top:50%;
    transform:translateY(-50%) rotate(-45deg);
}

.light{
    color:white;
}

@media (max-width: 480px) {
    .arrow, .light .arrow {
        background-size: 10px;
        background-position: 10px 50%;
    }
}

/*Select every element*/
[id^="item"] {
    display: none;
}

.item-1 {
    z-index: 2;
    opacity: 1;
    background-size:cover;
}
.item-2{
    background-size:cover;
}
.item-3{
    background-size:cover;
}

*:target ~ .item-1 {
    opacity: 0;
}

#item-1:target ~ .item-1 {
    opacity: 1;
}

#item-2:target ~ .item-2, #item-3:target ~ .item-3 {
    z-index: 3;
    opacity: 1;
}


/*           partenaires        */

.box-partenaire {
    width: 100%;
    height: 300px;
    text-align: center;
    background-color: white;
}
.box-partenaire-title{
    margin-top: 70px;
    padding-top: 60px;
}
.body-slide{
    background: white;
    height: 250px;
    justify-content: center;
    margin-top: 100px;
}
.slide img:hover{
    transform:scale(1.25);
}
@-webkit-keyframes scroll {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        -webkit-transform: translateX(calc(-250px * 7));
        transform: translateX(calc(-250px * 7));
    }
}

@keyframes scroll {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        -webkit-transform: translateX(calc(-250px * 7));
        transform: translateX(calc(-250px * 7));
    }
}
.slider {
    background: pr;
    box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.125);
    height: 200px;
    overflow: hidden;
    position: relative;
    width: 100%;
}
.slider::before, .slider::after {
    background: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0) 100%);
    content: "";
    height: 100px;
    position: absolute;
    width: 200px;
    z-index: 2;
}
.slider::after {
    right: 0;
    top: 0;
    -webkit-transform: rotateZ(180deg);
    transform: rotateZ(180deg);
}
.slider::before {
    left: 0;
    top: 0;
}
.slider .slide-track {
    -webkit-animation: scroll 40s linear infinite;
    animation: scroll 40s linear infinite;
    display: flex;
    width: calc(250px * 14);
}
.slider .slide {
    height: 100px;
    width: 250px;
}
.slider .slide img {
  padding-left: 60px;
}
/*           infos        */
.info-title{
    font-family: Montserrat-Black, serif;
    font-size:20px;
}
.box-info {

    width: 100%;
    height: 200px;
    margin-top: 200px;
    background: url("../../assets/images/rectangle.png");
}
.box-info-box{
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: center;
    box-shadow: 0px 4px 6px 0px rgba(85, 85, 85, 0.2);
}
.box-info-text {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-left: 50px;
    height: 110px;
}
.box-info-text img{
    height: 70px;
    margin-top: 25px;
}
.box-text {
    margin-left: 40px;
    display: flex;
    flex-direction: column;
    color: white;
    font-family: Lato-Regular, serif;
    font-size: 25px;
    text-decoration: none;
}
.info-link {
    text-decoration: none;
}
.target-map:hover {
    transform:scale(1.10);
}
.box-text-link{
    color: white;
    font-family: Lato-Regular, serif;
    font-size: 25px;
    width: 300px;
    font-size: 20px;

}
/*           footer        */

.box-footer {
    width: 100%;
    height: 600px;
    background-color: white;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
}
.box-footer-content{
    width: 33%;
    display: flex;
    justify-content: center;
}
.box-footer-box{
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.box-footer-box-line{
    width: 30%;
    height: 5px;
}
.box-footer-box-title {
    font-family: Montserrat-Bold, serif;
    font-size: 21px;
    color: #555555;
}
.box-footer-box-linka {
    text-decoration: none;
    color: #555555;
}
.box-footer_box-pa{
    color: #555555;
    font-family: Lato-Regular, serif;
    font-size: 18px;
}
.box-footer_box-p{
    color: #555555;
    font-family: Lato-Regular, serif;
    font-size: 16px;
}
.box-footer-box-logo{
    margin-top: 50px;
}
.box-footer_box-p-link{
    color: #555555;
}
/*           admin        */

.admin-link {
    text-decoration: none;
}
.container_project_read {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.row_project_read {
    width: 50%;
    height: 50%;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.box-project_read_content_title {
    color: #555555;
    border-bottom: solid 1px #0f74a8;
}
.box-project_read_content{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.avatar_project {
    width: 50px;
    height: 50px;
    margin-right: 20px;
}
.link_project{
    width: 100px;
}
.row_project_img{
    width: 20%;
    height: 50%;
    margin-left: 20px;
}
.container_project_img{
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
}
.container_login{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-content: center;
}
.box_login {
    margin-top: 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 75%;
    height: 100%;
}
.container_contact{
    margin-top: 50px;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-content: center;
}
.box_container {
    padding-bottom: 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 75%;
    height: 100%;
}
.box_contact h1 {
    color: #555555;
    display: flex;
    justify-content: center;
}

.card-panel{
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    transition: box-shadow .25s;
    padding: 20px;
    margin: 5rem 0 2rem 0;
    border-radius: 2px;
    background-color: #fff;}

.hoverable:hover {
    transition: box-shadow .25s;
    box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); }

.container {
    margin: 0 auto;
    max-width: 1280px;
    width: 90%; }

@media only screen and (min-width : 601px) {
    .container {
        width: 85%; } }

@media only screen and (min-width : 993px) {
    .container {
        width: 70%; } }

.container .row {
    margin-left: -0.75rem;
    margin-right: -0.75rem; }

.row {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;}

.row:after {
    content: "";
    display: table;
    clear: both; }

.row .col {
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 0.75rem; }

.row .col.s4 {
    width: 25%;
    margin-top: 20px;
    margin-left: 0; }
.row .col.offset-s4 {
    margin-left: 25%; }
.row .col.pull-s4 {
    right: 25%; }
.row .col.push-s4 {
    left: 25%; }

.grayscale img:hover{
    transform:scale(1.25);
    }

img.logo {
    width:30px;
}

img.responsive-img {
    width: 100%;
    height: 100%;
}

.box_page_partner {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    margin-right: 20px;
}
.aff_partner{
	display: flex;
    	justify-content: center;
}

.flex-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 50px;
}
.flex-container .card {
    box-sizing: border-box;
    margin: 20px;
    max-width: 252px;
    min-height: 252px;
    width: 100%;
    border:none;
    display: flex;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    flex-direction: row;
}

.flex-container .card .card-title {
    box-sizing: border-box;
    flex-basis: 100%;
    margin: 0;
    padding: 1em;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.5);
    border-bottom-left-radius: inherit;
    border-bottom-right-radius: inherit;
    color: #fff;
    cursor: pointer;
    -webkit-transition: height 1s;
    transition: height 1s;
    width: 100%;
    position: absolute;
    font-size: 20px;
}
.flex-container .card .card-title:hover {
    border-top-left-radius: inherit;
    border-top-right-radius: inherit;
    height: 80%;
    width: 100%;
}
.p_project {
    margin-top: 50px;
    font-size: 30px;
    color: black;
    display: flex;
    justify-content: center;
}

.project-single-title-one {
    position: absolute;
    background-color: white;
    color: #555555;
    left: 320px;
}
.project-single-title-two {
    position: relative;
    background-color: white;
    height: 40px;
    right: 83px;
    color: #555555;
}
.project-single-boxtwo {
    display: flex;
    flex-direction: row;
    margin-top: 50px;
    margin-bottom: 50px;
    width: 100%;
    height: 100%;
}
.project-single-boxtwo-one{
    width: 20%;
    height: 100%;
}
.project-single-boxtwo-two {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 20px 0 20px;
    width: 100%;
    height: 100%;
}
.project-single-p{
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 100px;
}
.project-img {
    display: flex;
    flex-wrap: wrap;
    width: 320px;
    height: 250px;
    margin-right: 10px;
}
.project-single-img {
    width: 400px;
    margin-right: 10px;
}

.span_handi {
    color: #c64790;
}
@media all and (max-width: 1200px) {
    .box-info-box{
        align-items: center;
        width: 100%;
        justify-content: center;
        box-shadow: 0px 4px 6px 0px rgba(85, 85, 85, 0.2);
    }
}
.img_header {
    width: 50px;
    
}
.img_team {
    width: 250px;
    height:250px;
}
@media (max-width: 800px)  {
    .service_box2{
        margin: 0 auto;
        box-shadow: 0px 4px 8px 0px rgba(85, 85, 85, 0.2);
        transform:  translate(0px, -20px);
        background-color: #fff;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }
    .service_box-img{
        width: 50px;
        height: 50px;
    }
    .service_box-img{
        font-size: 10px;
    }
    .service_box-content-title{
        display: flex;
         flex-direction: row;
    }
    /*.service_box-content-p {
        width: 200px;
        height: 50px;
        font-size: 16px;
        color: #707070;
        font-family: Lato-Regular, serif;
    }*/

}
@media (max-width: 750px) {
    .service_box2 {
        margin: 0 auto;
        box-shadow: 0px 4px 8px 0px rgba(85, 85, 85, 0.2);
        transform: translate(0px, -20px);
        background-color: #fff;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    .service_box-content-p{
        height: 20px;
        font-size: 16px;
        color: #707070;
        font-family: Lato-Regular, serif;
    }
    .service_box-content {
        margin: 10px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
    }
}
@media (max-width: 500px) {
    .box-info {
        height: 400px;
    }
    .box-footer-content {
        width: 33%;
        justify-content: center;
    }

}
@media (max-width: 400px) {
    .p_text {
        color: black;
    }
    .puce_box{
        color: black;
    }
    .carousel-i {
        position: absolute;
        justify-content: center;
        align-items: center;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        opacity: 0;
        transition: all 0.5s ease-in-out;
    }
}
@media (min-width:400px) and (max-width:900px) {
.box-footer {
display: none;
}
.cont_realisation{
margin-top: 50px !important;
}
.carousel-wrapper {
display:none;
}
    .header_img {
        transform: rotate(-05deg);
        margin-left: 300px;
    }
    .header_link1 {
    	display: none;
}
.service_box-content-link {
    color: #0172c5;
    font-family: Lato-Regular,serif;
    font-size: 14px;
    margin-top: 30px;
}
.team-title {
    font-size: 30px;
    color: #212121;
    font-family: Montserrat-Bold, Serif;
}

.team-title {
    font-size: 30px;
    color: #212121;
    font-family: Montserrat-Bold, Serif;
}
.team_img{
display:none;
}
.button_rea {
    display: block;
}
.project-div-two h1{
	font-size: 15px !important;
	}
.project-div-two{
	display:flex;
	flex-direction:column;
	align-items:center;
	}
.project-div-one{display:none;}
.box_button{
display:flex;
flex-direction:column;
}
.row .col.s4 {
    margin-top: 20px;
    margin-left: 0;
     }
     .box_page_partner {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: space-between;
    margin-right: 20px;
}

}
@media (min-width:200px) and (max-width:400px) {
    .header_img {
            transform: rotate(-05deg);
            margin-left: 200px;
        }
    .header_link1 {
    	display: none;
}
.box_button{
display:flex;
flex-direction:column;
}
.service_box-content-link {
    color: #0172c5;
    font-family: Lato-Regular,serif;
    font-size: 14px;
    margin-top: 30px;
}

.team-title {
    font-size: 30px;
    color: #212121;
    font-family: Montserrat-Bold, Serif;
}
.icone_img {
    margin-top: 8px;
    margin-left: 30px;
}
.box-footer {
display: none;
}
.cont_realisation{
margin-top: 50px !important ;
}
.carousel-wrapper {
display:none;
}

.team_img{
display:none;
}
.button_rea {
    display: block;
}
.row .col.s4 {
    margin-top: 20px;
    margin-left: 0;
     }
     .box_page_partner {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: space-between;
    margin-right: 20px;
}
.project-div-one{display:none;}
.project-div-two{
	display:flex;
	flex-direction:column;
	align-items:center;
	}
	.project-div-two h1{
	font-size: 15px !important;
	}

}
@media (min-width:900px) and (max-width:1200px) {
.project-div-two h1{
	font-size: 15px !important;
	}
.project-div-two p{
	font-size: 19px !important;
	}
.project-div-two{
	display:flex;
	flex-direction:column;
	align-items:center;
	}
.project-div-one{display:none;}
.header_link1 {
     width: 60%; 
     display: flex; 
    justify-content: space-between; 
}
.box-footer-box {
    width: 70%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
}

