@charset "UTF-8";


@media (min-width: 768px) {
  section {
    padding: 5rem 0;
  }
}
#mainNav.navbar-shrink {
    padding-top: 1rem;
    padding-bottom: 1rem;
    background-color: #671e4d;
  }
a.nav-link {
    font-weight: bolder;
}
.btn-primary {
    color: #fff;
    background-color: #671e4d;
    border-color: #671e4d;
}
#mainNav .navbar-nav .nav-item .nav-link:hover {
    color: #795548;
}
.btn-primary:hover {
    color: #fff;
    background-color: #72355a;
    border-color: #5d2b36;
}
a:hover {
    color: #795548;
}
a.button-- {
    width: 50%;
}
div#content {
    padding-top: 5rem;
}
.thank-you {
    padding-top: 5rem;
}

a.btn.btn-primary {
    font-size: 1.5rem;
    cursor: pointer;
    padding: 1rem 1rem;
    border-radius: 0.3rem;
    transform: scale(1);
    transition-property: transform;
    transition-duration: 400ms;
}
a.btn.btn-primary:hover{
	transform: scale(1.15);
}
	






.row.service {
    display: flex;
	margin: 0 10%;
}
.ser-col {
    text-align: center;
    padding: 10%;
}
#service h2 {
    font-family: ui-monospace;
    font-size: -webkit-xxx-large;
}
/*
.ser-img-1 {
    margin-left: 15%;
}
*/
#service a {
    border: 0;
    cursor: pointer;
    font-weight: 600;
    font-size: 1.1rem;
    text-decoration: none;
    padding: 1rem 3.5rem;
    display: inline-block;
    margin-bottom: 1rem;
    transition: .3s ease;
    background: #671e4d;
    color: #F1EFEE;
    border-radius: 50px;
    appearance: none;
	transform: scale(1);
    transition-property: transform;
    transition-duration: 400ms;
}
#service a:hover {
    transform: scale(1.15);
}
.d-mannequin {
    text-align: center;
}
.actualites-title {
    text-align: center;
	margin-bottom: 5rem;
}
.actualites-title h2 {
    font-size: 4.2rem;
    margin-bottom: 0;
    font-family: ui-monospace;
}
.actualites-title p {
    font-size: 1.9rem;
    font-weight: 300;
}
.actualites-title::after {
    content: '';
    width: 5.3rem;
    height: .6rem;
    background: #671e4d;
    display: block;
    margin: 1rem auto 0;
}
.actualites .row gx-5 actu {
	display: flex;
    justify-content: space-between;
}
.actualites .row gx-5 actu .col mx-auto{
	position: relative;
    padding-top: 26rem;
    flex: 0 0 auto;
    width: 30%;
    height: 46rem;
    box-shadow: 0px 1px 84px rgb(0 0 0 / 16%);
}
.actualites .col mx-auto .nth-2 {
	margin-top: 3rem;
}
.col.mx-auto.text-center.nth-2 {
    margin-top: 5rem;
}
.actu .bg-white {
    padding: 5% 10% 2%;
    background: #f9f9f9 !important;
    box-shadow: 0 0 1.25rem 0 rgb(212 189 204);
	border-radius: 5px;
}
.col text-center::before {
	content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 26rem;
    background-color: #C9C4C0;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0.9;
}
.rond {
    padding-left: 7rem;
}
.actualites .actu-date {
    transform: translate3d(-50%, 0, 0);
    width: 6.5rem;
    height: 6.5rem;
    background: #671e4d;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    font-size: 2.8rem;
    font-weight: 600;
    margin-bottom: -3rem;
}
.actualites .actu-date span {
	text-transform: capitalize;
    font-weight: 300;
	font-size: 1rem;
    display: block;
    margin-top: -.6rem;
}
.actualites .actu-title {
	margin-top: 3rem;
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1.1;
    padding: 0 2rem;
    margin-bottom: .5rem;
}
.actualites .actu-title a {
	color: inherit;
    text-decoration: none;
}
.actualites .actu-savoir {
    padding: 0 2rem;
    line-height: 1.5;
}
.actualites .actu-savoir a {
	color: #671e4d;
}





.button-submit {
    font-size: 1.5rem;
    cursor: pointer;
    border-radius: 0.3rem;
    transform: scale(1);
    transition-property: transform;
    transition-duration: 400ms;
}
.button-submit:hover {
    transform: scale(1.15);
}
.submit-btn {
	padding-top: 3%;
}

.submit-btn :hover {
    color: #fff;
    background-color: #72355a;
    border-color: #5d2b36;
}

.button-submit {
    border: 0;
    cursor: pointer;
    font-weight: 600;
    font-size: 1.1rem;
    text-decoration: none;
    padding: 1rem 3.5rem;
    display: inline-block;
    transition: .3s ease;
    background: #671e4d;
    color: #fff;
    border-radius: 5px;
    appearance: none;
}
.py-4 {
    padding-top: 2px!important;
    padding-bottom: 2px!important;
}
section#contact {
    padding-bottom: 2rem;
}

/*---------------------------------------------------------social--------------------------------------------------------------*/
a.btn.btn-dark.btn-social.mx-2.\31 {
    font-size: small;
}
a.btn.btn-dark.btn-social.mx-2 {
    background-color: #671e4d;
    border-color: #671e4d;
}





/*-----------------------------------------------------thank-you-page--------------------------------------------------------*/
.button-- {
    appearance: none;
    transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
    background-color: #671e4d;
    background-image: -webkit-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.15)), url(images/bg01.png);
    border-radius: 5px;
    border: 0;
    color: white;
    cursor: pointer;
    padding: 0 1.5em;
    line-height: 2.75em;
    min-width: 9em;
    text-align: center;
    text-decoration: none;
    font-weight: 600;
    letter-spacing: -0.025em;
}

/*-----------------------------------------------------bouton-b--------------------------------------------------------*/





/*-----------------------------------------------------page-service----------------------------------------------------------*/
.page-service {
    padding-bottom: 10%;
    width: 1160px;
    margin: 0 auto;
}
.text-serv {
    background-color: rgba(242, 243, 244, 0.80);
    padding: 5%;
	position: absolute;
}
.img-serv {
    z-index: 1;
    margin-top: 3%;
    margin-left: 50%;
}
.contoure {
    padding-top: 30px;
	padding-right: 10%;
}
.souligne {
    border-style: solid;
}

 






/*-----------------------------------------------------page-contact----------------------------------------------------------*/
.media-sociau {
    margin-top: -2rem;
}
.text-center {
    padding-top: 2rem;
}
.title-contact {
    padding-bottom: 2rem;
}
.taille {
    padding-bottom: 3%;
}
.input-taille {
    line-height: 1em;
    appearance: none;
    transition: border-color 0.2s ease-in-out;
    background: #fff;
    border: solid 1px #e0e0e0;
    border-radius: 5px;
    color: inherit;
    display: block;
    outline: 0;
    padding: 0.75em;
    text-decoration: none;
    width: 100%;
    font-size: 14pt;
}
img#contactForm {
    width: 100%;
}
textarea#message {
    width: 100%;
	margin-top: 0px;
    margin-bottom: 0px;
    height: 20rem;
}
form#contactForm select {
    transition: border-color 0.2s ease-in-out;
    background: #fff;
    border: solid 1px #e0e0e0;
    border-radius: 5px;
    display: block;
    outline: 0;
    padding: 0.75em;
    text-decoration: none;
    width: 100%;
    font-size: 14pt;
    color: #9c9c9c;
}
.foutin {
    text-align: center;
	font-size: smaller;
	color: #b5a4a4;
}
.foutin a {
    color: #b5a4a4;
}

/*-----------------------------------------------------page-team-------------------------------------------------------------*/

img.mx-auto.rounded-circle {
    background-color: #671e4d;
    border: 7px solid #8e597b;
}
.timeline-heading {
    padding-top: 6%;
}
.text-paragraphe {
    padding-top: 3%;
}



#creators .timeline > li .timeline-image {
    width: 100px;
    height: 100px;
    left: 21%;
}
.timeline > li .timeline-image.creators {
    width: 30%;
    height: auto;
}
#creators .timeline::before {
    left: 14%;
    width: 5px;
    margin-bottom: 5%;
}
#creators .timeline-panel {
    width: 100%;
    padding: 7px;
    padding-left: 25%;
}
#creators .timeline > li .timeline-image.contact {
    width: 100px;
    height: 100px;
    top: -2rem;
}
.row.\31 {
	padding-bottom: 10%;
}
/*
.row.\32 {
	padding-bottom: 5%;
}
*/
.timeline > li .timeline-image .h-4 {
    margin-top: 20%;
    font-size: medium;
}
.timeline > li .timeline-image {
    background-color: #671e4d;
    border: 7px solid #8e597b;
}
.m-espace {
    max-width: 1100px;
}




/*-----------------------------------------------------page-team-------------------------------------------------------------*/

/*
section#about {
    padding: 3rem 0 0 0;
}
.timeline::before {
    left: 25%;
    width: 5px;
    margin-bottom: 20%;
}
.timeline > li .timeline-image {
    left: 20%;
    width: 300px;
    height: 300px;
}
.timeline > li .timeline-image.contact {
    width: 150px;
    height: 150px;
    left: 26%;
    top: -70%;
}
.timeline > li.timeline-inverted > .timeline-panel {
    padding: 0 100px 20px 20px;
    margin: 0 10rem 0 10%;
}
*/




.second--{
	padding-bottom: 5rem;
}
    














