/*
Yassine@18-03-2022
*/
html, body, .masterhead{
	height: 100%;
}
body{
	font-family: 'Raleway', sans-serif;
}


.img-slide1{
	height: 100%;
	object-fit: cover;
}
.pos-row{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 9;
}
.bg-blue-opc{
	background: #222c6a;
	opacity: 0.74;
}
.logo-brand{
	display: block;
	margin-left: 20%;
	margin-top: 30%;
}
.logo{
	width: 312px;
    max-width: 100%;
    margin-bottom: 50px;
}
.navbar{
    margin-left: 30px;
    margin-top: 30px;
    font-family: 'Raleway', sans-serif;
    font-weight: 300;
    text-transform: uppercase;
}
@media (min-width: 1023px){
.navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
}
}
a {
    text-decoration: none;
}
h2{
	font-family: 'Montserrat', sans-serif;
	font-size: 3rem;
    font-weight: 700;
    text-transform: uppercase;
    padding-bottom: 15px;
}



.masterhead .carousel-indicators, .masterhead .carousel-control-prev, .masterhead .carousel-control-next{
	z-index: 99;
}
.masterhead .carousel-control-prev, .masterhead .carousel-control-next{
	display: none;
}
.masterhead .carousel-indicators {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    bottom: 0;
    left: auto;
    display: inline-table;
    justify-content: center;
    padding: 0;
    margin-right: 0;
    margin-left: auto;
    list-style: none;
}
.masterhead .carousel-indicators [data-bs-target] {
    width: 15px;
    height: 15px;
    padding: 0;
    margin-right: 3px;
    margin-left: 3px;
    margin-top: 10px;
    margin-bottom: 0;
    border: none;
    border-top: 0;
    border-bottom: 0;
    display: block;
}
.link-icon1{
	display: block;
	color: #fff;
    text-transform: uppercase;
}
.link-icon1:hover {
    color: #ffd8a8;
}
.link-icon1 img{
    width: 80px;
    margin-left: 10px;
    animation: linkmove 1s infinite;
}
@keyframes linkmove {
  0% {margin-left: 10px;}
  50% {margin-left: 20px;}
  100% {margin-left: 10px;}
}
.link-icon1:hover img {
    animation: none;
}
section{
	padding-top: 40px;
	padding-bottom: 40px;
}

#marque{
	background: url(../img/bg-sec-marque.jpg) center no-repeat;
	background-size: cover;
}
h1{
	font-family: 'Raleway', sans-serif;
	font-size: 2rem;
	font-weight: 300;
	text-transform: uppercase;
}
h1 span{
	font-family: 'Montserrat', sans-serif;
	font-weight: 700 !important;
    font-size: 4rem;
    color: #26326f;
    display: block;
}
.link-icon2 img{
	width: 75px;
    margin-top: 15px;
    animation: linkmovee 1s infinite;
}
@keyframes linkmovee {
  0% {margin-left: 0px;}
  50% {margin-left: 20px;}
  100% {margin-left: 0px;}
}
.link-icon2:hover img{
	animation: none;
}
#Chiffres{
	background: url(../img/bg-sec-chif.jpg);
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
/*#Chiffres .chif-1{
	background: url(../img/number50.png) center no-repeat;
	background-size: contain;
}
#Chiffres .chif-2{
	background: url(../img/number63.png) center no-repeat;
	background-size: contain;
}
#Chiffres .chif-3{
	background: url(../img/number235.png) center no-repeat;
	background-size: contain;
}
*/
#Chiffres h4 span{
    color: #25316f;
    font-size: 5rem;
    display: block;
    font-family: serif;
}
#Chiffres h4{
    font-size: 1.2rem;
    font-weight: 400;
    padding-top: 30px;
    padding-bottom: 30px;
}
#projets{
	background: url(../img/bg-sec-projets.jpg) center no-repeat;
	background-size: cover;
}
#projets h2{
	color: #ffffff;
}
#carouselProjets{
	padding: 0 52px;
}
#projets .carousel-caption {
    background: rgb(255 255 255 / 80%);
    right: 0;
    bottom: auto;
    top: 36%;
    left: 0;
    width: max-content;
    max-width: 360px;
    margin: 0 auto;
    padding: 35px 30px;
    color: #26326f;
    /*modification demande*/
    position: relative;
    width: 100%;
    max-width: 100%;
    top: 0px;
    padding: 15px;
}
#projets .carousel-item a img:hover{
    opacity: 0.9;
}
#projets .carousel-caption a{
	font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    font-size: 1.8rem;
    text-transform: uppercase;
        margin-bottom: 0;
        color: #26326f;
}
#projets .carousel-caption a:hover{
	color: #0f4f9a;
}
#projets .carousel-control-next-icon {
    background-image: url(../img/right-arow-slide.png);
}
#projets .carousel-control-prev-icon {
    background-image: url(../img/left-arow-slide.png);
}
#projets .carousel-control-next, #projets .carousel-control-prev {
    opacity: 1;
    width: auto;
}
#projets .carousel-control-next-icon, #projets .carousel-control-prev-icon {
    width: 88px;
    height: 48px;
    background-size: 90% 90%;
}
#projets .carousel-control-next:hover .carousel-control-next-icon{
	margin-right: 0px;
	animation: arrowmove 1s infinite;
}
@keyframes arrowmove {
  0% {margin-right: 0px;}
  50% {margin-right: 20px;}
  100% {margin-right: 0px;}
}
#projets .carousel-control-prev:hover .carousel-control-prev-icon{
	margin-left: 0px;
	animation: arrowmovee 1s infinite;
}
@keyframes arrowmovee {
  0% {margin-left: 0px;}
  50% {margin-left: 20px;}
  100% {margin-left: 0px;}
}
#projets .carousel-indicators [data-bs-target] {
    width: 14px;
    height: 14px;
    opacity: 0.9;
}
#projets .carousel-indicators .active{
	background-color: #26326f;
}
#services{
	background: url(../img/bg-sec-services.jpg);
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
#services h2 {
    color: #26326f;
    padding-bottom: 0px;
}
#services p{
    font-size: 1.2rem;
    padding-bottom: 20px;
    max-width: 360px;
    margin: 0 auto;
}
#services a:hover img, #services a:hover h3{
    opacity: 0.7;
}
#services .service-icon{
	display: block;
	margin: 10px auto;
	width: 120px;
	max-width: 100%;

}
#services h3{
	font-family: 'Montserrat', sans-serif;
	font-size: 1.0rem;
    font-weight: 700;
    text-transform: uppercase;
    color: #26326f;
}
#services .service-bloc1{
	background: rgb(255 255 255 / 73%);
	padding: 30px 20px;
	border: 2px solid rgb(51 61 116 / 3%);
}
#services .service-bloc2{
	    background: rgb(224 226 242 / 73%);
    padding: 30px 20px;
    border: 2px solid rgb(255 255 255 / 15%);
}
#services .ensavoirplus{
	background: #26326f;
    color: #fff;
    padding: 15px 30px;
    text-transform: uppercase;
    display: inline-block;
    border-radius: 50px;
}
#services .ensavoirplus img{
	    width: 12px;
}
#services .ensavoirplus:hover {
    background: #2439a3;
}
#temoignages{
	background: url(../img/bg-sec-tem.jpg) center no-repeat;
	background-size: cover;
}
#temoignages h2{
	color: #fff;
}
#temoignages p{
    color: #fff;
    font-weight: 300;
    font-size: 1.5rem;
    max-width: 330px;
}
#temoignages .a-tem img{
	max-width: 100%;
}
#temoignages .a-tem img:hover{
	cursor: pointer;
	opacity: 0.7;
}
#temoignages .modal-footer {
    align-items: center;
    justify-content: center;
}
#temoignages .modal-footer a{
	color: #26326f;
}
#temoignages .modal-footer a:hover {
    color: #2439a3;
    text-decoration: underline;
}
#temoignages .modal-content{
	border-radius: 0;
}
#temoignages .virgules-bg{
	background: url(../img/virgules-tem.png) right bottom no-repeat;
	background-size: contain;
}
#temoignages .icon-golink{
	color: #fff;
    font-weight: 300;
    display: block;
    margin-top: 15px;
}
#temoignages .icon-golink:hover{
	color: #fff;
	opacity: 0.7
}
footer p{
	margin-bottom: 0;
}
.btn-derouler{
    text-align: right;
    position: absolute;
    margin-top: -30px;
    right: 20px;
}
.btn-derouler img{
    width: 54px;
}
.copyrghtrs{
	background:#e0e2f2;
	    padding-top: 30px;
    padding-bottom: 30px;
}
.band-footer{
	background:#26326f;
	height: 12px;
}
.rs img{
	width: 34px;
	padding-right: 5px;
	opacity: 0.5;
}
.rs img:hover{
	opacity: 1;
}

/*page projets*/
.masterhead2 .navbar {
    margin-left: 0;
    margin-top: 0;
}
@media (min-width: 1023px){
.masterhead2 .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
}
}
.logo:hover{
	opacity: 0.7;
}
.masterhead2 .logo {
    width: 165px;
    max-width: 100%;
    margin-bottom: 15px;
    margin-top: 15px;
}
img.icon-back {
    width: 24px;
    max-width: 100%;
}
img.icon-back:hover{
	opacity: 0.7;
}
.bg-projets{
	background: url(../img/bg-projets.jpg) center no-repeat;
	background-size: cover;
}
.masterhead2 h1{
    font-family: 'Montserrat', sans-serif;
    font-size: 3rem;
    font-weight: 700;
    text-transform: uppercase;
    color: #8aa4df;
    margin-top: 50px;
}
.masterhead2 .h1-des{
    color: #fff;
    width: 480px;
    max-width: 100%;
    margin: 0 auto 70px;
}
.line-v{
	background: url(../img/icon-line-v.png) no-repeat;
    background-size: 1px 70%;
    background-position-x: 97%;
    background-position-y: center;
}
#projets-encours{
    background: url(../img/bg-pagemarque.png) top right no-repeat;
    background-size: cover;
}
#projets-encours h2 {
    font-size: 2.2rem;
    color: #25316f;
}
#projets-encours a{
	color: #25316f;
}
#projets-encours a:hover{
	opacity: 0.7;
	color: #273cab;
}
#projets-encours h3{
    font-family: 'Montserrat', sans-serif;
    font-size: 1.3rem;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 15px;
    margin-bottom: 0;
}
#projets-livres h2 {
    font-size: 2.2rem;
    color: #25316f;
}
.hr-sep{
	    background: #25316f;
    height: 3px;
    width: 70%;
    margin: 0 auto;
}
/*caroussel*/
@media (max-width: 767px) {
    #projets-livres .carousel-inner .carousel-item > div {
        display: none;
    }
    #projets-livres .carousel-inner .carousel-item > div:first-child {
        display: block;
    }
}

#projets-livres .carousel-inner .carousel-item.active,
#projets-livres .carousel-inner .carousel-item-next,
#projets-livres .carousel-inner .carousel-item-prev {
    display: flex;
}
/* medium and up screens */
@media (min-width: 768px) {
    
    #projets-livres .carousel-inner .carousel-item-end.active,
    #projets-livres .carousel-inner .carousel-item-next {
      transform: translateX(50%);
    }
    
    #projets-livres .carousel-inner .carousel-item-start.active, 
    #projets-livres .carousel-inner .carousel-item-prev {
      transform: translateX(-50%);
    }
}

#projets-livres .carousel-inner .carousel-item-end,
#projets-livres .carousel-inner .carousel-item-start { 
  transform: translateX(0);
}
#projets-livres  .carousel-control-next-icon {
    background-image: url(../img/right-arow-slide2.png);
}
#projets-livres  .carousel-control-prev-icon {
    background-image: url(../img/left-arow-slide2.png);
}
#projets-livres .carousel-control-next-icon, #projets-livres .carousel-control-prev-icon {
    width: 88px;
    height: 48px;
    background-size: 90% 90%;
}
#projets-livres .carousel-control-next, #projets-livres .carousel-control-prev {
    opacity: 1;
    width: auto;
}
/*en caroussel*/
/*page marque*/
.bg-marque{
    background: url(../img/bg-marque.jpg) center no-repeat;
    background-size: cover;
}
#pagemarque h2 {
    font-family: 'Raleway', sans-serif;
    font-size: 2rem;
    font-weight: 300;
    text-transform: uppercase;
}

#pagemarque h2 span {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700 !important;
    font-size: 4rem;
    color: #26326f;
    display: block;
}
#pagemarque {
	background: url(../img/bg-pagemarque.png) top right no-repeat;
	background-size: cover;
}
#equipe h2{
	color: #26326f;
}
#equipe h4{
	color: #26326f;
    font-family: 'Montserrat', sans-serif;
    font-size: 1.1rem;
    font-weight: 700;
    text-transform: uppercase;
    padding-top: 15px;
}
#valeurs{
	background: url(../img/bg-sec-tem.jpg) center no-repeat;
	background-size: cover;
}
#valeurs h2{
	color: #fff;
}
#valeurs h4{
    color: #fff;
    font-weight: 300;
    font-size: 1.2rem;
    max-width: 330px;
    text-transform: uppercase;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
}
#valeurs img{
	width: 90px;
}
/*page services*/
.bg-services{
        background: url(../img/bg-services.jpg) center no-repeat;
    background-size: cover;
}
#pageservices {
    background: url(../img/bg-pagemarque.png) top right no-repeat;
    background-size: contain;
}
#pageservices h3{
    color: #26326f;
    font-family: 'Montserrat', sans-serif;
    font-size: 1.8rem;
    font-weight: 700;
    text-transform: uppercase;
    padding-bottom: 15px;
}
/*page contact*/
.bg-contact{
    background: url(../img/bg-contact.jpg) center no-repeat;
    background-size: cover;
}
.col-coord-1{
	background: #25316f;
	padding: 20px 15px;
	color: #fff;
	 display: flex;
 	 align-items: center;
 	 justify-content: center;
}
.col-coord-2{
	background: #4054b8;
	padding: 20px 15px;
	color: #fff;
	 display: flex;
 	 align-items: center;
 	 justify-content: center;
}
.col-coord-2 p{
	    font-family: "arial";
}
.col-coord-3{
	background: #e0e2f2;
	padding: 20px 15px;
	color: #25316f;
	 display: flex;
 	 align-items: center;
 	 justify-content: center;
}
#coordonnees img{
    width: 66px;
    float: left;
    margin-right: 15px;
}
#coordonnees p{
	margin-bottom: 0;
}
#contact{
    background: url(../img/bg-pagecontact.png) top right no-repeat;
    background-size: contain;
}
.formulaire{
	background: #e0e2f2;
	padding: 30px;
}
.formulaire .form-control{
    padding: 16px;
    border-radius: 0;
    border: 1px solid #a3a7c4;
}
#sendMessageButton{
	background: #25316f;
    border-radius: 0;
    border: none;
    padding: 16px 25px;
    text-align: center;
}
#sendMessageButton img{
    width: 30px;
    margin-left: 8px;
}
#sendMessageButton:hover {
    background: #4054b8;
}
#contact .contact-photo{
	width: 400px;
	max-width: 100%;
}
/*details projet*/
#projet h2 {
    font-family: 'Montserrat', sans-serif;
    font-size: 2.2rem;
    color: #26326f;
    font-weight: 700;
    text-transform: uppercase;
    padding-bottom: 15px;
}
#carouselGalerieProjet{
	padding-left: 52px;	
}
#projet .carousel-control-next-icon{
	background-image: url(../img/projets/arrow-right-galerie.png);
	width: 50px;
    height: 50px;
}
#projet .carousel-control-prev-icon{
	background-image: url(../img/projets/arrow-left-galerie.png);
	width: 50px;
    height: 50px;
}
#projet .carousel-control-next {
    right: auto;
    left: 0px;
    align-items: start;
    justify-content: start;
    opacity: 1;
    height: fit-content;
}
#projet .carousel-control-prev {
    right: auto;
    left: 0px;
    top: 52px;
    align-items: start;
    justify-content: start;
    opacity: 1;
    height: fit-content;
}
#projet .detail-icon{
	display: flex;
    align-items: center;
    justify-content: flex-start;
        background: #fafafa;
    padding: 10px;
    border-bottom: 1px solid #b7b7b7;
}
#projet .link-plan{
    margin-bottom: 0;
    padding-bottom: 0;
    font-size: 1.1rem;
    font-weight: 600;
    color: #222c6a;
    font-family: 'Montserrat';
    text-decoration: underline;
}
#projet .link-plan:hover{
    color: #3345b5;
}
#projet .detail-icon img{
	float: left;
	width: 24px;
	margin-right: 15px;
}
#projet .detail-icon p{
	margin-bottom: 0;
	padding-bottom: 0;
	font-size: 1.1rem;
	font-weight: 600;
	color: #4e4e4e;
	font-family: 'Montserrat';
}
#projet .detail-icon2{
	display: flex;
    align-items: center;
    justify-content: flex-start;
    background: #222c6a;
    padding: 10px;
}
#projet .detail-icon2 img{
	float: left;
	width: 24px;
	margin-right: 15px;
}
#projet .detail-icon2 p{
	margin-bottom: 0;
	padding-bottom: 0;
	color: #fff;
	font-family: 'Montserrat';
}
#projet .prix1{
    font-size: 0.8rem;
    font-weight: 300;
    display: block;
}
#projet .prix2{
    font-size: 2.3rem;
    font-weight: 700;
}
#projet .prix3{
    font-size: 0.8rem;
    font-weight: 300;
}
#projet .text-just{
	text-align: justify;
}
#projet h6 {
    font-size: 0.9rem;
    font-weight: 700;
    color: #474747;
    list-style: square;
}
#projet h6::before{
	content: "";
	background: url(../img/projets/style-list-square.png);
	width: 10px;
	height: 10px;
	    display: inline-block;
    margin-right: 5px;
}
#projet .appel-num{
    background: #e0e2f2;
    display: flex;
    height: 61px;
    color: #222c6a;
    align-items: center;
    justify-content: center;
    padding: 8px;
}
#projet .appel-num img{
    width: 28px;
    margin-right: 5px;
}
#projet .telecharger-plaq {
    background: #ffffff;
    display: flex;
    height: 61px;
    color: #222c6a;
    align-items: center;
    justify-content: center;
    padding: 8px;
    border: 1px solid #e4e4e4;
}
#projet .telecharger-plaq  img{
    width: 32px;
    margin-right: 5px;
}
#projet .appel-num:hover, #projet .telecharger-plaq:hover {
    background: #f1f1f1;
}
#maps .bloc-adresse-map {
    background: #e0e2f2;
    text-align: center;
    padding-top: 15px;
}

/*videotheque*/
.btn-videotheque{
    background: #8aa4df;
    padding: 8px 15px;
    color: white;
    border-radius: 50px;
    margin-right: 15px;
    text-transform: uppercase;
    font-size: 1rem;
    font-weight: 300;
}
.btn-videotheque.active, .btn-videotheque:hover{
    background: #6b89ce;
    color: #fff;
}
.btn-videotheque-home{
        margin-left: 30px;
    margin-top: 40px;
    display: inline-block;
}
.videospage h2 {
    font-size: 2.2rem;
    color: #25316f;
    font-weight: 700 !important;
}




























/*for mobile*/
@media (max-width:768px){
.logo {
    width: 200px;
    max-width: 100%;
    margin-bottom: 40px;
}
.logo-brand {
    display: block;
    margin-left: 0;
    margin-right: 0;
    margin-top: 30%;
    text-align: center;
}
.link-icon1 span{
    display: block;
    margin-bottom: 15px;
}
.bg-blue-opc {
    height: 100%;
}
#marque h1{
	font-size: 1.4rem;
	text-align: center;
}
#marque h1 span{
	font-size: 2.3rem;
}
#marque p{
	text-align: center;
}
h2 {
    font-size: 2rem !important;
}
a.link-icon2 {
    text-align: center;
    display: block;
    margin-bottom: 15px;
}
#Chiffres .chif-1, #Chiffres .chif-2, #Chiffres .chif-3 {
    margin-bottom: 30px;
}
#projets .carousel-item img{
    min-height: 350px;
    object-fit: cover;
}
#carouselProjets {
    padding: 0;
}
#projets .carousel-caption {
    max-width: 100%;
    padding: 10px;
     min-height: 77px;
}
#projets .carousel-caption a {
    font-size: 1.2rem;
}
#projets .carousel-control-next, #projets .carousel-control-prev {
    display: none;
}
#temoignages {
    padding-bottom: 70px;
    text-align: center;
}
#temoignages p {
    font-size: 1.3rem;
}
footer{
	text-align: center;
}
footer p {
    margin-bottom: 15px;
}

/*page projets*/
.masterhead2 h1{
	font-size: 2rem;
}

/*page marque*/
#pagemarque h2 {
    font-size: 1.4rem;
    text-align: center;
}
#pagemarque h2 span {
    font-size: 2.3rem;
}
#pagemarque p {
    text-align: center;
}

/*page services*/
#pageservices{
	text-align: center;
}
#pageservices h3 {
    font-size: 1.2rem;
}
/*page contact*/
.col-coord-1, .col-coord-2, .col-coord-3{
	justify-content: start;
}
#coordonnees{
    padding-top: 0;
    padding-bottom: 0px;
}
#sendMessageButton{
	margin: 0 auto;
    text-align: center;
    display: block;
}
.formulaire {
    padding: 15px;
}
#maps{
	padding-top: 0px;
}

#pageservices ul{
    text-align: left;
    align-items: center;
    display: inline-block;
}
/*videotheque*/
.d-btn-videoth{
    display: none;
}
}