/*--------------------------------------------------------------------- File Name: responsive.css ---------------------------------------------------------------------*/


/*--------------------------------------------------------------------- File Name: style.css ---------------------------------------------------------------------*/


/*--------------------------------------------------------------------- import Fonts ---------------------------------------------------------------------*/

@import url('https://fonts.googleapis.com/css?family=Rajdhani:300,400,500,600,700');
@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');
@import url('https://fonts.googleapis.com/css?family=Raleway:100,400,600,700,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Ovo&display=swap');
@import url('Trajan-Bold.ttf');

@font-face {font-family: "Trajan-Bold"; src: url('Trajan-Bold.ttf'); }

/*--------------------------------------------------------------------- import Files ---------------------------------------------------------------------*/

@import url(animate.min.css);
@import url(normalize.css);
@import url(meanmenu.css);
@import url(owl.carousel.min.css);
@import url(slick.css);
@import url(jquery-ui.css);
@import url(nice-select.css);

/*--------------------------------------------------------------------- skeleton ---------------------------------------------------------------------*/

* {
     box-sizing: border-box !important;
}

html {
     scroll-behavior: smooth;
}

body {
     color: #453f99;
     font-size: 14px;
     font-family: 'Ovo', serif;
     font-style: normal;
     line-height: 1.80857;
     font-weight: normal;
}

a {
     color: #453f99;
     text-decoration: none !important;
     outline: none !important;
     -webkit-transition: all .3s ease-in-out;
     -moz-transition: all .3s ease-in-out;
     -ms-transition: all .3s ease-in-out;
     -o-transition: all .3s ease-in-out;
     transition: all .3s ease-in-out;
}

h1,
h2,
h3,
h4,
h5,
h6 {
     font-family: 'Trajan-Bold', sans-serif;
     letter-spacing: 0;
     font-weight: normal;
     position: relative;
     padding: 0 0 10px 0;
     font-weight: normal;
     line-height: normal;
     color: #453f99;
     margin: 0
}

h1 {
     font-size: 20px;
}

h2 {
     font-size: 35px;
}

h3 {
     font-size: 14px;
}

h4 {
     font-size: 12px
}

h5 {
     font-size: 14px
}

h6 {
     font-size: 13px
}

*,
*::after,
*::before {
     -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
     box-sizing: border-box;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
     color: #453f99;
     text-decoration: none!important;
     opacity: 1
}

button:focus {
     outline: none;
}

ul,
li,
ol {
     margin: 0px;
     padding: 0px;
     list-style: none;
}

p {
     margin: 0px;
     font-weight: 500;
     font-size: 15px;
     line-height: 24px;
}

a {
     color: #453f99;
     text-decoration: none;
     outline: none !important;
}

a,
.btn {
     text-decoration: none !important;
     outline: none !important;
     -webkit-transition: all .3s ease-in-out;
     -moz-transition: all .3s ease-in-out;
     -ms-transition: all .3s ease-in-out;
     -o-transition: all .3s ease-in-out;
     transition: all .3s ease-in-out;
}

img {
     max-width: 100%;
     height: auto;
}

 :focus {
     outline: 0;
}

.btn-custom {
     margin-top: 20px;
     background-color: transparent !important;
     border: 2px solid #ddd;
     padding: 12px 40px;
     font-size: 16px;
}

.lead {
     font-size: 18px;
     line-height: 30px;
     color: #453f99;
     margin: 0;
     padding: 0;
}

.form-control:focus {
     border-color: #ffffff !important;
     box-shadow: 0 0 0 .2rem rgba(255, 255, 255, .25);
}

.navbar-form input {
     border: none !important;
}

/*.badge {
     font-weight: 500;
}

blockquote {
     margin: 20px 0 20px;
     padding: 30px;
}*/

button {
     border: 0;
     margin: 0;
     padding: 0;
     cursor: pointer;
}

/*.full {
     float: left;
     width: 100%;
}

.layout_padding {
     padding-top: 90px;
     padding-bottom: 90px;
}

.layout_padding_2 {
     padding-top: 75px;
     padding-bottom: 75px;
}

.light_silver {
     background: #f9f9f9;
}

.theme_bg {
     background: #38c8a8;
}

.margin_top_30 {
     margin-top: 30px !important;
}*/

.full {
     width: 100%;
     float: left;
     margin: 0;
     padding: 0;
}


/**-- heading section --**/


/*-- navigation--*/

.navigation.navbar {
     float: right;
     margin-top:16px;
     margin-bottom: 0px;
}

.navigation.navbar-dark .navbar-nav .nav-link {
     padding-right: 15px;
     padding-left: 15px;
     color: #453f99;
     font-size: 18px;
     line-height: 20px;
     text-align: center;
}

.navigation.navbar-dark .navbar-nav .nav-link:focus,
.navigation.navbar-dark .navbar-nav .nav-link:hover {
     color: #eb7b25;
}

.navigation.navbar-dark .navbar-nav .active>.nav-link,
.navigation.navbar-dark .navbar-nav .nav-link.active,
.navigation.navbar-dark .navbar-nav .nav-link.show,
.navigation.navbar-dark .navbar-nav .show>.nav-link {
     color: #eb7b25;
}


.navbar-expand-md .navbar-nav {
     padding-right: 10px;
}

/*
.sign_btn {
     padding-left: 50px;
}

.sign_btn a {
     text-transform: uppercase;
     background-color: #453f99;
     display: inline-block;
     padding: 6px 35px;
     border-radius: 25px;
     color: #292e39;
     font-size: 17px;
}

.sign_btn a:hover {
     color: #453f99;
     background: #eb7b25;
}
*/

 .sous{
     margin-top: var(--hauteur-menu);
     width: 100%;
     text-align: center;
     background-color: rgba(255,255,255);
     border-radius: 2px;
     overflow: hidden;
     max-height: 0;
 }


 .deroulant > a::after{
     content:" ▼";
     font-size: 15px;
 }
 
 @keyframes apparitionSousMenu {
     0% {
       box-shadow: 0px 3px 3px 1px rgba(0,0,0,0);
       border-top: 3px solid #453f99;
     }
     30% {
       box-shadow: 0px 3px 3px 1px rgba(0,0,0,0.3);
     }
     100% {
       max-height: 50em;
       border-top: 3px solid #453f99;
       box-shadow: 0px 3px 3px 1px rgba(0,0,0,0.3);
     }
   }
.sous > li:hover{
     color: #eb7b25;
}

.sous > li > a:hover{
     color:#eb7b25;
}

.deroulant:hover > .sous{
     animation: apparitionSousMenu 1s forwards;;
 }

/*-- Fin menu déroulant --*/

/*-- header area --*/


/*--------------------------------------------------------------------- top banner area ---------------------------------------------------------------------*/


/*--------------------------------------------------------------------- layout new css ---------------------------------------------------------------------*/

.header {
     width: 100%;
     background: transparent;
     padding: 10px 5px;
     position: fixed;
     z-index : 1000000;
}

.active { 
    background-image: url(../images/polygon-backgrounds-orange10.png);
    background-repeat: repeat;
    box-shadow: 0 3px 3px -3px #eb7b2581;
    transition: 0.3s;
    height : 100px
}

.logo img {
     height : 80px;
}

.logo img .active{
     height: 10px;
}

/** banner section **/

.banner_image{
     background-image: url(../images/hotel_dieu_5.jpg);
     background-repeat: no-repeat;
     background-size: 100% 100%;
}

.banner_main {
     background-color: rgba(255,255,255, 0.2);
     background-repeat: no-repeat;
     min-height: 800px;
     display: flex;
     justify-content: center;
     align-content: center;
     align-items: center;
     background-size: 100% 100%;
     margin-bottom: 60px;
}

.text-bg {
     text-align: center;
     padding-bottom: 100px;
}

.text-bg h1 {
     color: #453f99;
     font-size: 60px;
     line-height: 60px;
     padding-bottom: 15px;
     /*font-weight: bold;*/
     text-transform: uppercase;
}

.text-bg span {
     color: #eb7b25;
     font-size: 45px;
     line-height: 50px;
     font-style: italic;
     padding-bottom: 20px;
     display: block;
}

.text-bg p {
     color: #453f99;
     font-size: 17px;
     line-height: 28px;
     padding-bottom: 60px;
}

.text-bg a {
     font-size: 17px;
     background-color: #453f99;
     color: #000;
     font-weight: 500;
     padding: 13px 0px;
     width: 100%;
     max-width: 190px;
     text-align: center;
     display: inline-block;
     transition: ease-in all 0.5s;
     border-radius: 10px
}

.text-bg a:hover {
     background-color: #eec237;
     color: #453f99;
     transition: ease-in all 0.5s;
     border-radius: 25px
}

.titlepage {
     text-align: center;
     padding-bottom: 60px;
}

.titlepage h2 {
     /*font-size: 55px;*/
     color: #453f99;
     line-height: 60px;
     /*font-weight: bold;*/
     padding: 0;
}

.d_flex {
     display: flex;
     align-items: center;
     flex-wrap: wrap;
}



/** banner section **/


/** Choose  section **/
/*
.choose {
     margin-top: 90px;
}

.choose_box {
     padding-top: 76px;
}

.choose_box .titlepage {
     text-align: left;
     padding-bottom: 35px;
}

.text_norlam {
     font-weight: normal;
}

.choose_box p {
     font-size: 17px;
     line-height: 36px;
     color: #453f99;
     padding: 0px 0px 45px 0px;
}

.img_box {
     margin-bottom: 30px;
}

.img_box figure {
     margin: 0;
}

.img_box figure img {
     width: 100%;
}
*/

/** end Choose  section **/

/** testimonial section **/

.testimonial {
     margin-top: 80px;
     padding-bottom: 400px;
     margin-bottom: -265px;
}

.testimonial .titlepage h2 {
     font-weight: normal; /**?**/
}

.testimonial_Carousel .carousel-caption {
     position: inherit;
     padding: 0;
}

/*.testimonial_box {
     border-radius: 15px;
}*/

.test_box {
     padding: 30px 25px;
     border: 2px solid #eb7b25;
     width: 100%;
     height: 140px;
     display: flex;
     align-items: center;
     justify-content: center;
}

.testimonial_Carousel .test_box p {
     font-size: 20px;
     line-height: 36px;
     color: #453f99;
     padding: 0px;
     max-width: 820px;
}

.testimonial_Carousel .carousel-indicators {
     bottom: -100px;
}

.testimonial_Carousel .carousel-indicators li {
     width: 20px;
     height: 20px;
     background: #453f99;
     border-radius: 10px;
}

.testimonial_Carousel .active { 
     background: #fff;
     box-shadow: 0;
     height: 100%;
 }

.testimonial_Carousel .carousel-indicators li.active {
     background: #fff;
     border: 2px solid #453f99
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
     display: none;
}

@keyframes carousel {
	0%, 28%, 100%	{ left: 0 }
	30%, 38%		{ left: -100% }
	40%, 86%		{ left: -200% }
	88%, 98%		{ left: -300% }
}


#myCarousel .carousel {
	animation: slider 25s infinite;
}

/** end testimonial section **/


/** section blanche **/
#Domaines{
     padding-top: 130px; 
     margin-top: -130px;
}

#Domaines .blanc_box ul{
     font-size: 20px;
}

#Domaines .blanc_box ul li{
     margin: 2em 0;
}

.blanc {
     padding: 150px 0px;
     margin-top: -100px;
     display: flex;
}

.blanc_box .titlepage {
     text-align: right;
}

.blanc_box {
     text-align: justify;
}

.blanc_box p {
     color: #453f99;
     font-size: 17px;
     line-height: 28px;
     font-weight: 500;
     padding: 0px 0px 30px 0px;
}

.blanc_box ul{
     font-size: 20px;
     line-height: 28px;
     font-weight: 500;
     padding-bottom: 30px;
}

.blanc_box ul li{
     list-style-type: circle;
     list-style-image: url(../images/petit-logo-seul2.png);
     margin: .5em 0 0 5em;
}

.blanc .img_box {
     margin-bottom: 40px;
}

.img_box figure {
     margin: 0;
}

.img_box figure img {
     width: 100%;
}


/** fin de la section blanche **/


/** section violette **/

#Nos\ engagements {
     font-size: 20px;
     margin: 2em 0;
     color: #fff;
}

#Nos\ engagements table {
     table-layout: fixed;
     width: 100%;
   }
   
#Nos\ engagements thead th:nth-child(1) {
     width: 50%;
   }
   
#Nos\ engagements thead th:nth-child(2) {
     width: 50%;
   }

#Nos\ engagements th, td {
     vertical-align:text-top;
     padding: 0px 20px;
}

#Nos\ engagements ul li {
     color: #fff;
     font-size: 17px;
     line-height: 28px;
     font-weight: 500;
     padding-bottom: 30px;
     list-style-type: circle;
}

.violet {
     background: #453f99;
     padding: 150px 0;
     -webkit-clip-path: polygon(0px 0px, 100% 10%, 100% 90%, 0px 100%);
     clip-path: polygon(0px 0px, 100% 10%, 100% 90%, 0px 100%);
     display: flex;
}

.violet .titlepage {
     text-align: left;
}

.violet .titlepage h2 {
     color: #fff;
}

.violet_text {
     text-align: justify;
}

.violet p {
     color: #fff;
     font-size: 17px;
     line-height: 28px;
     font-weight: 500;
     padding: 0px 20px 30px 0px;
}


.violet_text ul li {
     color: #fff;
     font-size: 17px;
     line-height: 28px;
     font-weight: 500;
     padding-bottom: 30px;
     list-style-type: circle;
}

.violet_img {
     margin-top: 40px;
}

.violet_img figure {
     margin: 0;
}

.violet_img figure img {
     width: 100%;
}


/** fin de la section violette **/
/*
.read_more {
     font-size: 17px;
     background-color: #000;
     color: #fff;
     padding: 13px 0px;
     width: 100%;
     max-width: 190px;
     text-align: center;
     display: inline-block;
     transition: ease-in all 0.5s;
     border-radius: 10px;
}

.read_more:hover {
     background: #eec237;
     color: #fff;
     transition: ease-in all 0.5s;
     border-radius: 25px;
}
*/

/** Où sont nos clients ? **/
#nos-clients {
     /*margin: -100px 50px -200px 50px ;*/
     padding-bottom: 200px;
     margin-bottom: -200px;
     padding-top: 150px;
     margin-top: -100px;
}
#nos-clients #qui .titlepage {
     text-align: left;
}


#nos-clients #conteneur {
     position: relative;
     align-items: right;
     align-content: right;
     text-align: right;
     align-self: right;
	width: 80%;
     padding-bottom: 30px;
     padding-top: 30px;
     margin-left: 20%;
}


#nos-clients #conteneur .France{opacity: 1;}
#nos-clients #conteneur .Paris{opacity:0; position:absolute; animation: 22s 0s infinite apparition_villes;}
#nos-clients #conteneur .Aix{opacity:0;position:absolute;animation: 22s 2s infinite apparition_villes;}
#nos-clients #conteneur .Grenoble{opacity:0;position:absolute;animation: 22s 4s infinite apparition_villes;}
#nos-clients #conteneur .Montpellier{opacity:0;position:absolute;animation: 22s 6s infinite apparition_villes;}
#nos-clients #conteneur .Lyon{opacity:0;position:absolute;animation: 22s 8s infinite apparition_villes;}
#nos-clients #conteneur .Toulouse{opacity:0;position:absolute;animation: 22s 10s infinite apparition_villes;}
#nos-clients #conteneur .Montélimar{opacity:0;position:absolute;animation: 22s 12s infinite apparition_villes;}
#nos-clients #conteneur .Tours{opacity:0;position:absolute;animation: 22s 14s infinite apparition_villes;}
#nos-clients #conteneur .Marseille{opacity:0;position:absolute;animation: 22s 16s infinite apparition_villes;}
#nos-clients #conteneur .Clermont-Ferrand{opacity:0;position:absolute;animation: 22s 18s infinite apparition_villes;}
#nos-clients #conteneur .Nice{opacity:0;position:absolute;animation: 22s 20s infinite apparition_villes;}


@keyframes apparition_villes {
     0% {opacity : 0}
     5% {opacity : 1}
     10% {opacity : 1}
     15% {opacity : 0}
     100% {opacity : 0}
     }

/** Fin où sont nos clients ? **/

/** moi **/

.moi{
     padding: 60px 25%;
     text-align: center;
     padding-top: 130px; 
     margin-top: -130px;
}

.moi .titlepage {
     text-align: left;
     padding: 0;
}

.moi_text {     
     margin-top: 30px;
     width: 100%;
}

.moi_text .titlepage h2 {
     text-align: center;
     color: #453f99;
     margin-bottom: 20px;
}

.moi_text .titlepage p {
     text-indent: 60px;
     color: #453f99;
     font-size: 17px;
     line-height: 28px;
     font-weight: 500;
     padding-bottom: 30px;
     text-align: justify;
}

.image_ronde{
     position: center;
     max-width: 450px;
     width: 100%;
     height: 100%;
}


.moi figure {
     margin: 0;
}



/** footer **/
.footer {
     margin-top: 50px;
     background: #453f99;
     padding-top: 50px;
     padding-bottom: 0px;
     text-align: center;
}

.footer .titlepage {
     text-align: left;
     padding-bottom: 20px;
}

.footer .titlepage h2 {
     color: #fff;
}

.cont {
     padding-top: 20px;
     padding-bottom: 20px;
     text-align: left;
}

.cont p {
     color: #fff;
     font-size: 17px;
     line-height: 28px;
     padding-top: 20px;
}

.cont a {
     color: #fff;
     font-size: 17px;
     line-height: 28px;
     padding-top: 20px;
}

.copyright p {
     color: #fff;
     font-size: 12px;
     line-height: 22px;
     text-align: center;
}

.copyright a {
     color: #fff;
}

.copyright a:hover {
     color: #eb7b25;
}

/** end footer **/

