.container {
    max-width: 100%;
    width: 100% !important;
}

header {
    position: fixed;
  width: 100%;
  z-index: 100;
    background: #e1e1e1;
    border-bottom: 0.0625rem solid #5d358d;
    box-shadow: rgba(0, 0, 0, 0.17) 0px -23px 25px 0px inset, rgba(0, 0, 0, 0.15) 0px -36px 30px 0px inset, rgba(0, 0, 0, 0.1) 0px -79px 40px 0px inset, rgba(0, 0, 0, 0.06) 0px 2px 1px, rgba(0, 0, 0, 0.09) 0px 4px 2px, rgba(0, 0, 0, 0.09) 0px 8px 4px, rgba(0, 0, 0, 0.09) 0px 16px 8px, rgba(0, 0, 0, 0.09) 0px 32px 16px;
}

header h1 {
    background-size: contain;
    font-size: 0rem;
    text-indent: -1000vw;
    width: 100%;
    height: 60px;
    margin: 1rem 0 1rem 0
}

header .connexion {
    float: right;
    display: inline-block;
    height: 60px;
    position: relative
}

header .connexion .menuConnect {
    position: absolute;
    right: 0;
    top: calc(100% + 2.125rem);
    background: #fff;
    padding: 0.625rem 1.3125rem;
    border: 0.0625rem solid #ccc;
    border-top: none;
    border-radius: 0 0 0.3125rem 0.3125rem;
    min-width: 200px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
    z-index: 1000
}

header .connecte {
    display: flex
}

header .connecte .bulle {
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 50%;
    background: #666;
    color: #fff;
    line-height: 2.5rem;
    text-align: center;
    font-size: 1.5rem;
    font-weight: 600;
    margin: 1rem 1rem 1rem 1rem
}

header .connecte .iconTitle {
    margin: 1rem 1rem 1rem 1rem;
    font-size: 2rem
}

header .connecte .identite h3 {
    color: #111;
    font-weight: 800;
    font-size: 1.125rem;
    margin-top: 1rem;
    margin-bottom: 0.25rem;
    width: calc(100% - 1.5rem);
    line-height: 1.00rem
}

header .connecte .identite a {
    color: #5d358d;
    font-weight: 600;
    font-size: 0.85rem;
    opacity: 0.75;
    display: block;
    line-height: 1.3125rem;
    border: 0.0625rem solid #5d358d;
  padding: 0.125rem 0.25rem;
  border-radius: 0.5rem;
  background: #fff;
  transition: all 0.5s ease-in-out;
  margin-bottom: 0.125rem;
}

header .connecte .identite a:hover {
    opacity: 1;
    text-decoration: none
}

header .connecte .deconnect {
    padding: 1.125rem 0 0 1rem
}

header .connecte .deconnect a {
    color: #7f7c7c;
    opacity: 0.75
}

header .connecte .deconnect a:hover {
    opacity: 1
}

@media only screen and (max-width: 680px) {
    header h1 {
        width: 100%;
        height: 40px
    }

    header .connexion .menuConnect {
        top: calc(100% + 1rem)
    }

    header .connecte .bulle {
        width: 2rem;
        min-width: 2rem !important;
        height: 2rem;
        line-height: 2rem;
        font-size: 1rem
    }

    header .connecte .identite h3 {
        font-size: 1rem;
        line-height: 1rem
    }

    header .connecte .identite a {
        display: inline-block;
        font-size: 0.75rem;
        line-height: 1rem
    }

    header .connecte .identite a:first-of-type {
        padding-right: 0.5rem
    }
}

.formField {
    margin-bottom: 0.5rem
}

.formField label {
    color: #7f7c7c;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    font-size: 0.75rem;
    text-transform: capitalize
}

.formField a {
    text-align: right;
    color: #5d358d;
    font-size: 0.75rem;
    display: block;
    font-weight: 600
}

.formField .champs {
    border: 0.0625rem solid #ccc;
    border-radius: 0.25rem;
    font-size: 1rem;
    color: #111;
    padding: 0.125rem 0.25rem
}

.bouton {
    width: 100%;
    background: #5d358d;
    color: #fff;
    font-weight: 600;
    font-size: 1rem;
    text-transform: uppercase;
    border: none;
    padding: 0.125rem 0.25rem
}

#inscription {
    width: calc(100% - 25px);
    padding-left: 25px;
    margin-left: 25px;
    margin: 0 auto;
    margin-top: 4%
}

#inscription form {
    padding-left: 25px !important
}

#inscription label {
    color: #5d358d;
    font-weight: 800
}

#inscription input[type=text],
#inscription input[type=tel],
#inscription input[type=email],
#inscription input[type=password],
#inscription textarea {
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    box-sizing: border-box
}

#inscription input[type=submit] {
    background-color: #5d358d;
    color: white;
    padding: 14px 20px;
    margin: 8px 0;
    border: none;
    cursor: pointer;
    width: 100%;
    font-weight: 600
}

#inscription input[type=submit]:hover {
    color: #bababa
}

.form-group2 select {
    width: 100%;
    border: 1px solid #E9E9E9;
    font-size: 0.9em;
    width: 100%;
    outline: none;
    padding: 0.5em 1em;
    color: #999;
    margin-top: 0.5em;
    font-family: 'Roboto', sans-serif
}

button,
input,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

nav {
    position: fixed;
    left: 0;
    top: calc(60px + 2.25rem);
    background: #fff;
    padding: 0.5rem 0.5rem;
    height: calc(100vh - (60px + 2.25rem));
    width: calc(30px + 1rem);
    z-index: 1000;
    box-shadow: rgba(0, 0, 0, 0.17) 0px -23px 25px 0px inset, rgba(0, 0, 0, 0.15) 0px -36px 30px 0px inset, rgba(0, 0, 0, 0.1) 0px -0px 40px 0px inset, rgba(0, 0, 0, 0.06) 0px 2px 1px, rgba(0, 0, 0, 0.09) 0px 4px 2px, rgba(0, 0, 0, 0.09) 0px 8px 4px, rgba(0, 0, 0, 0.09) 0px 16px 8px, rgba(0, 0, 0, 0.09) 0px 32px 16px;
}

nav span {
    display: none
}

nav hr {
    width: 20px
}

nav:hover {
    width: 175px
}

nav:hover span {
    display: inline-block
}

nav:hover hr {
    width: calc(175px - 1.75rem)
}

nav ul {
    list-style: none
}

nav ul li a {
    color: #5d358d;
    opacity: 0.75
}

nav ul li a:hover,
nav ul li a.active {
    opacity: 1;
    color: #5d358d;
    text-decoration: none;
    font-weight: 600
}

nav ul li a:hover .fa-duotone,
nav ul li a.active .fa-duotone {
    color: #111
}

nav ul li a .fa-duotone {
    width: 30px;
    color: #7f7c7c
}

nav:after {
    content: '';
    background: linear-gradient(#5d358d, transparent);
    width: 0.0625rem;
    height: calc(100vh - (60px + 2.25rem));
    position: absolute;
    top: 0;
    left: calc(30px + 1rem)
}

nav:hover:after {
    left: calc(175px + 0px)
}

@media only screen and (max-width: 680px) {
    nav {
        top: calc(60px + 0.75rem);
        position: fixed;
        left: 0;
        height: calc(100vh - (60px + 1rem));
        border-top: 0.0625rem solid #5d358d
    }
}

.rowContent {
    padding-left: calc(30px + 3.5rem);
    padding-top: 6rem;
}
.rowContent.rowAccueil {
padding-left: calc(30px + 1.125rem);
}

.colCentre {
    padding: 1.5rem 1rem 1.5rem 0;
    height: calc(100vh - (60px + 2.25rem));
    overflow-x: hidden;
    overflow-y: auto;
    /* Mozilla firefox */
    scrollbar-color: #5d358d transparent;
    scrollbar-width: thin;
}

/* Global */
.colCentre::-webkit-scrollbar {
    width: 0.75rem;
}

/* Ascenseur */
.colCentre::-webkit-scrollbar-thumb {
    background: #5d358d;
    border-radius: 8px;
}

.colDroite {
    background: #fbd9db;
    min-height: calc(100vh - (60px + 2.25rem));
    padding: 0 !important;
    box-shadow: rgba(0, 0, 0, 0.17) 0px -23px 25px 0px inset, rgba(0, 0, 0, 0.15) 0px -36px 30px 0px inset, rgba(0, 0, 0, 0.1) 0px -0px 40px 0px inset, rgba(0, 0, 0, 0.06) 0px 2px 1px, rgba(0, 0, 0, 0.09) 0px 4px 2px, rgba(0, 0, 0, 0.09) 0px 8px 4px, rgba(0, 0, 0, 0.09) 0px 16px 8px, rgba(0, 0, 0, 0.09) 0px 32px 16px;
}

@media only screen and (max-width: 680px) {
    .colDroite {
        background: #fbd9db;
        min-height: calc(100vh - (60px + 1rem))
    }
}

h2 {
    font-size: 1.75rem;
    color: #5d358d;
    font-weight: 800;
    margin-bottom: 0.75rem;
    padding: 0.25rem 0.5rem;
    background: linear-gradient(90deg, rgba(196,182,214,1) 0%, rgba(196,182,214,1) 76%, rgba(196,182,214,0) 100%);
    border-radius: 0.5rem 0 0 0.5rem;
    font-weight: bold;
    font-family: "Oswald", sans-serif;
}

h3, h4{
    font-family: "Oswald", sans-serif;
}

h2 .fa-duotone {
    width: 30px;
    font-size: 1.25rem
}

.texte {
    font-size: 0.875rem;
    color: #111;
    margin-bottom: 2rem
}

.actuLanceur {
    border-left: 0.0625rem solid #5d358d;
    padding-left: 0.5rem;
    margin-left: 25px;
    margin-bottom: 1.25rem
}

.actuLanceur h3 {
    font-size: 1rem;
    color: #5d358d
}

.actuLanceur .accroche {
    font-size: 0.875rem;
    color: #111;
    margin-bottom: 0.75rem
}

.actuLanceur a {
    color: #5d358d;
    opacity: 0.75;
    font-weight: 600
}

.actuLanceur a:hover {
    opacity: 1;
    text-decoration: none
}

.linkBar {
    background: #5d358d;
    text-align: right;
    padding: 0.25rem 0.75rem;
    color: #fff;
    font-size: 1rem;
    font-weight: 600;
    display: block;
    margin-bottom: 0.75rem
}

.linkBar:hover {
    text-decoration: none;
    color: #ccc
}

.agenda,
.actualites {
    min-height: 525px
}

.droiteContent {
    padding: 0 0.75rem;
    margin-bottom: 1rem
}

.droiteContent:first-of-type {
    padding-top: 1.5rem
}

.droiteContent h3 {
    color: #5d358d;
    font-size: 1.125rem;
    font-weight: 800
}

.droiteContent h4 {
    color: #5d358d;
    font-size: 1rem
}

.droiteContent .accroche {
    color: #111;
    font-size: 0.875rem;
    padding-bottom: 0.75rem
}

.droiteContent a {
    color: #5d358d;
    opacity: 0.75;
    font-weight: 600
}

.droiteContent a:hover {
    opacity: 1;
    text-decoration: none
}

@media only screen and (max-width: 767px) {

    .agenda,
    .actualites {
        min-height: 0px
    }

    .colCentre {
        height: auto
    }

    .actuLanceur {
        margin-left: 0
    }
}

.navigationBar {
    width: 100%;
    text-align: center
}

.navigationBar a {
    color: #111 !important
}

.navigationBar a.active,
.navigationBar a.active:hover {
    background: #5d358d !important;
    color: #fff !important;
    opacity: 1 !important
}

.navigationBar a:hover {
    background: #5d358d !important;
    color: #fff !important;
    opacity: .75
}

.detailArticle .date {
    font-size: 0.75rem;
    background: #fbd9db;
    padding: 0.25rem 0.5rem;
    opacity: .75
}

.detailArticle .accrocheArt {
    font-weight: 600;
    font-size: 1.125rem;
    position: relative;
    padding-bottom: 0.75rem
}

.detailArticle .accrocheArt:after {
    position: absolute;
    content: '';
    width: 100%;
    height: 0.125rem;
    background: #5d358d;
    background: linear-gradient(90deg, #5d358d 0%, transparent 100%);
    bottom: 0;
    left: 0
}

.detailArticle .contentArt {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem
}

.detailArticle .contentArt * {
    font-size: 1.125rem
}

.downloads {
    max-height: 6rem;
    overflow: auto;
    list-style: none
}

.downloads li {
    font-size: 0.75rem
}

.downloads li a {
    color: #111;
    font-weight: 400;
    line-height: 1.5rem;
    margin-bottom: 0.5rem;
    display: flex
}

.downloads li a .fa-duotone {
    font-size: 1.5rem;
    color: #5d358d
}

.downloads li a .fa-duotone.fa-file-excel {
    color: darkgreen
}

.downloads li a .fa-duotone.fa-file-word {
    color: darkblue
}

.downloads li a .fa-duotone.fa-file-pdf {
    color: darkred
}

.downloads li a .fa-duotone.fa-file-powerpoint {
    color: darkorange
}

.downloads li a .fa-duotone.fa-file-image {
    color: grey
}

.downloads li a span {
    line-height: 1.5rem;
    padding: 0rem 0.5rem
}

.downloads li a:hover {
    color: #5d358d;
    font-weight: 600
}

.illustrations img {
    width: calc(50% - 1rem);
    height: auto;
    margin: 0.25rem;
    border-radius: 0.25rem
}

.illustrations a {
    display: flex;
    width: calc(50% - 1rem);
    height: 100px;
    margin: 0.25rem;
    border-radius: 0.25rem;
    background-size: cover !important;
    overflow: hidden;
}

.illustrations {
    display: flex;
    flex-wrap: wrap;
}

#texte,
#texte p,
#texte h5,
#texte li {
    font-size: 0.9rem;
}

#texte h5 {
    font-weight: bold;
}

.pdfViewer{
	overflow-x:hidden;
	position: relative;
}
body{
    scrollbar-3dlight-color: #5d358d;
  scrollbar-arrow-color: #ffffff;
  scrollbar-darkshadow-color: #5d358d;
  scrollbar-face-color: #5d358d;
  scrollbar-highlight-color: #ffffff;
  scrollbar-shadow-color: #ffffff;
  scrollbar-track-color: #5d358d;
}
.maskedDiv{
	width: 50px; 
	height:500px;
	background: transparent;
	position: absolute;
	right: 10px;
	top: 0;
	z-index: 1000;
}

.accueil{
    background: url('../img/bg_accueil.png') no-repeat 50% 0;
    background-size: 75rem;
    height: calc(100vh - (60px + 2.25rem)) !important;
}
.bullesAccueil{
    text-indent: -1000rem;
    cursor: pointer;
    opacity: 1;
    transition: all 0.5s ease-in-out;
    filter: sepia(0.75);
}

.bullesTitre{
    text-indent: -1000rem;
    margin: 0 auto 1rem auto;
    cursor: pointer;
    opacity: 1;
    transition: all 0.5s ease-in-out;
}
.bullesMenu{
    width: 100%;
    margin: 0px auto;
    position: relative;
    max-width: 54.25rem;
    

}
.bullesAccueil:hover{
    opacity: 1;
    filter: sepia(0);
}

#bulle0{
    background: url('../img/bulles/bulle0.png') no-repeat 0 0;
    width: 13.875rem;
    height: 13.875rem;
    background-size: 100%;
    position: absolute;
    top: 2.375rem;
    left: 50%;
    transform: translate(-50%, 0);
    opacity: 1;
    filter: sepia(0);
}
#bulle0b{
    background: url('../img/bulles/bulle0b.png') no-repeat 0 0;
    width: 13.875rem;
    height: 13.875rem;
    background-size: 100%;
    position: absolute;
    top: 2.375rem;
    left: 50%;
    transform: translate(-50%, 0);
    opacity: 1;
    filter: sepia(0);
}

#bulle1{
    background: url('../img/bulles/bulle1.png') no-repeat 50% 50%;
    width: 9.125rem;
    height: 9.125rem;
    background-size: 100%;
    position: absolute;
    top: 5.25rem;
    left: 1rem;
    transform: translate(0, 0);
}

#bulle2{
    background: url('../img/bulles/bulle2.png') no-repeat 50% 50%;
    width: 9.125rem;
    height: 9.125rem;
    background-size: 100%;
    position: absolute;
    top: 5.25rem;
    right: 1rem;
    transform: translate(0, 0);
}

#bulle1b{
    background: url('../img/bulles/bulle1b.png') no-repeat 50% 50%;
    width: 9.125rem;
    height: 9.125rem;
    background-size: 100%;
    position: absolute;
    top: 5.25rem;
    left: 1rem;
    transform: translate(0, 0);
}

#bulle2b{
    background: url('../img/bulles/bulle2b.png') no-repeat 50% 50%;
    width: 9.125rem;
    height: 9.125rem;
    background-size: 100%;
    position: absolute;
    top: 5.25rem;
    right: 1rem;
    transform: translate(0, 0);
}

#bulle3{
    background: url('../img/bulles/bulle4.png') no-repeat 50% 50%;
    width: 10.875rem;
    height: 10.875rem;
    background-size: 100%;
    position: absolute;
    top: 16.25rem;
    left: 8rem;
    transform: translate(0, 0);
}

#bulle4{
    background: url('../img/bulles/bulle3.png') no-repeat 50% 50%;
    width: 10.875rem;
    height: 10.875rem;
    background-size: 100%;
    position: absolute;
    top: 16.25rem;
    right: 8rem;
    transform: translate(0, 0);
}

#bulle5{
    background: url('../img/bulles/bulle5.png') no-repeat 50% 50%;
    width: 10.875rem;
    height: 10.875rem;
    background-size: 100%;
    position: absolute;
    top: 20.25rem;
    left: 50%;
    transform: translate(-50%, 0);
}

#bulle5b{
    background: url('../img/bulles/bulle5b.png') no-repeat 50% 50%;
    width: 10.875rem;
    height: 10.875rem;
    background-size: 100%;
    position: absolute;
    top: 20.25rem;
    left: 50%;
    transform: translate(-50%, 0);
}

#bulleTitre1{
    background: url('../img/bulles/bulle2b.png') no-repeat 50% 50%;
    width: 9.125rem;
    height: 9.125rem;
    background-size: 100%;
    position: relative;
}
#bulleTitre2{
    background: url('../img/bulles/bulle5b.png') no-repeat 50% 50%;
    width: 9.125rem;
    height: 9.125rem;
    background-size: 100%;
    position: relative;
}


@media only screen and (max-width: 1200px) {
    #bulle3, #bulle4{
        top: 18.25rem;
    }
    #bulle3{
        left: 4rem;
    }
    #bulle4{
        right: 4rem;
    }
    #bulle5, #bulle5b{
        width: 9.125rem;
        height: 9.125rem;
    }
}
@media only screen and (max-width: 1024px) {
    #bulle1, #bulle2,#bulle1b, #bulle2b{
        top: 18rem;
    }
    #bulle3, #bulle4{
        top: 28.25rem;
    }
    #bulle1, #bulle1b{
        left: 0.25rem;
    }
    #bulle2, #bulle2b{
        right: 0.25rem;
    }
    #bulle3{
        left: 2rem;
    }
    #bulle4{
        right: 2rem;
    }
}
@media only screen and (max-width: 920px) {
    #bulle5, #bulle5b{
        width: 9.125rem;
        height: 9.125rem;
    }
}
@media only screen and (max-width: 764px) {
    #bulle1, #bulle2,#bulle1b, #bulle2b{
        top: 5.25rem;
    }
    #bulle3, #bulle4{
        top: 20.25rem;
    }
    #bulle1, #bulle1b{
        left: 1rem;
    }
    #bulle2, #bulle2b{
        right: 1rem;
    }
}
@media only screen and (max-width: 680px) {
    #bulle1, #bulle2,#bulle1b, #bulle2b{
        top: 18rem;
        width: 8.125rem;
        height: 8.125rem;
    }
    #bulle3, #bulle4{
        top: 26.25rem;
        width: 8.125rem;
        height: 8.125rem;
    }
    #bulle1, #bulle1b, #bulle3{
        left: 0.25rem;
    }
    #bulle2, #bulle2b, #bulle4{
        right: 0.25rem;
    }
}

@media only screen and (max-width: 480px) {
    #bulle5, #bulle5b{
        width: 8.125rem;
        height: 8.125rem;
        top: 22.25rem;
    }
}

@media only screen and (max-width: 410px) {
    #bulle5, #bulle5b{
        width: 8.125rem;
        height: 8.125rem;
        top: 32.75rem;
    }
}

.bgLeftActu{
    padding: 0.5rem;
    width: calc(46% - 1rem);
    background: linear-gradient(90deg, rgba(238,234,254,1) 0%, rgba(238,234,254,1) 76%, rgba(238,234,254,0) 100%);
}
.bgRightActu{
    padding: 0.5rem;
    width: calc(46% - 1rem);
    background: linear-gradient(90deg, rgba(238,234,254,0) 0%, rgba(238,234,254,1) 76%, rgba(238,234,254,01) 100%);
}
.bgLeftActu h2, .bgRightActu h2{
    background:transparent;
    font-size: 1.5rem;
}
.bannerHome{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    transition: all 0.5s ease-in-out;

    margin: 32rem -1rem 0 0rem;
}

@media only screen and (max-width: 1024px) {
    .bannerHome{
        margin: 40rem -1rem 0 0rem;
    }
}
@media only screen and (max-width: 480px) {
    .bannerHome{
    flex-direction: column;
    margin: 42rem -1rem 0 0rem;
    }
    .bgLeftActu, .bgRightActu{
        padding: 0.5rem;
        width: calc(100% - 1rem);
        background: linear-gradient(90deg, rgba(238,234,254,1) 0%, rgba(238,234,254,1) 76%, rgba(238,234,254,0) 100%);
    }
}

.blocDroite{
    padding: 0.5rem;
}

.blocDroite h2{
    font-size: 1.25rem;
}

.blocDroite .actuLanceur{
    margin-bottom: 0;
}

.menuConnectCol{

}
.menuConnectCol label{
    font-size: 1rem;
    color: #5d358d;
    width: 10rem;
}

.menuConnectCol .formField{
    margin-bottom: 1rem;
}
.menuConnectCol .formField .champs{
    width: calc(100% - 10.5rem);
}

.blocDroite a.bouton{
    display: block;
    width: 100%;
    text-align: center;
}

.or {
    max-width: 960px;
    margin: 1.5rem auto;
  }
  
  .or {
    overflow: hidden;
    text-align: center;
  }
  .or span {
    position: relative;
    padding: 1em;
  }
  .or span:before, .or span:after {
    content: "";
    display: block;
    position: absolute;
    height: 1px;
    background: #000;
    width: 1200px;
    top: 50%;
    margin-top: -1px;
  }
  .or span:before {
    right: 100%;
  }
  .or span:after {
    left: 100%;
  }
.blocLanceur{
    height: 5.3125rem;
    overflow: hidden;
    width: 100%;
    margin: 0.75rem 0;
    cursor: pointer;
}
.blocLanceur h3{
    display: block;
    color: #fff;
    width: 50%;
    padding: 0.25rem;
    font-size: 1.25rem;
    line-height: 1.25rem;
}
.blocLanceur p{
    display: block;
    color: #fff;
    width: 50%;
    padding: 0.25rem;
    font-size: 0.75rem;
    line-height: 0.75rem;
}
.blocAgenda{
    background: #5d358d url('../img/bloc_agenda.png') no-repeat 100% 0;

}
.blocCR{
    background: #5d358d url('../img/bloc_cr.png') no-repeat 100% 0;

}
.blocPerso{
    background: #5d358d url('../img/bloc_perso.png') no-repeat 100% 0;

}

.blocActus{
    background: #5d358d url('../img/bloc_actus.png') no-repeat 100% 0;

}

.blocCe{
    background: #5d358d url('../img/bloc_ce.png') no-repeat 100% 0;

}

.line{
    display: flex;
    justify-content:space-between;
    flex-wrap: wrap;
}

.colBulle{
    width: 15rem;
}

.colCont{
    width: calc(100% - 40rem);
}

.colCont .accroche{
    font-size: 1.125rem;
    font-weight: bold;
    margin: 0 0 1rem 0;
}

.colCont .texte{
    font-size: 1.125rem;
    font-weight: normal;
    margin: 0 0 1rem 0;
}
.colForm{
    background: #c4b6d6;
    width: 15rem; 
    height: 100vh;
    margin-top: -1.5rem;
    margin-bottom: -1.5rem;
    padding: 1rem 0.5rem;
}

.colForm h4{
    font-size: 1.25rem;
    color: #5d358d;
}

.colForm .form-group{
    margin-bottom: 0.5rem;
}

.colForm label{
    color: #5d358d;
    font-size: 0.75rem;
}

.colForm select{
    border: none;
    border-radius: 0.25rem;
    width: 100%;
    height: 2rem;
}

.colForm textarea{
    border: none;
    border-radius: 0.25rem;
    width: 100%;
    height: 5rem;
}

.colForm .result{
    background: #fff;
    padding: 0.5rem;
    border-radius: 0.25rem;
    margin: 0.75rem 0;
    font-weight: bold;
    font-size: 0.85rem;
    line-height: 0.85rem;
}

.backTo{
    width: 75%;
    font-size: 1rem;
    line-height: 1rem;
    color: #fff;
    background:  #5d358d;
    border-radius: 0.25rem;
    text-align: center;
    margin: 2rem auto;
    display: block;
    padding: 0.5rem;
    transition: all 0.5s ease-in-out;
}

.backTo:hover{
    color: #fff;
    opacity: 0.75;
    text-decoration: none;
}

@media only screen and (max-width: 1280px) {
    .colForm{
        width: calc(100% - 1rem);
        height: auto;
        margin-top: 0.5rem;
        margin-bottom: 0;
        margin-right: -1.5rem;
    }
    .colCont{
        width: calc(100% - 15rem);
    }
    .graph-form{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .colForm .form-group{
        width: 100%;
    }
    .colForm .form-group.col1-2{
        width: calc(50% - 1rem);
    }
}

@media only screen and (max-width: 840px) {
    .colForm .form-group.col1-2{
        width: calc(100% - 0rem);
    }
    .colCont{
        width: calc(100% - 2rem);
        padding: 1rem;
    }
    .colBulle{
        width: 100%;
    }

}

.filters{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    margin: 1rem 0 2rem 1rem;
    border-radius: 0.5rem 0 0 0.5rem;
    background: linear-gradient(90deg, rgba(196,182,214,1) 0%, rgba(196,182,214,1) 76%, rgba(196,182,214,0) 100%);
}
.filters label{
    display: block;
    padding: 0.5rem;
    width: auto;
}
.blocFilter{
    width: 4rem;
    height: 4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background:  #5d358d;
    font-weight: bold;
    font-size: 1.125rem;
    border: 0.0625rem solid #bababa;
    border-radius: 0.25rem;
    margin: 0.5rem 0.5rem;
    opacity: 0.5;
    transition: all 0.5s ease-in-out;
}
.blocFilter.active{
    opacity: 1;
}
.blocFilter:hover{
    color: #fff;
    text-decoration: none;
    opacity: 0.75;
}

#alert{
    font-family: "Oswald", sans-serif;
    border-radius: 0.5rem;
    text-transform: uppercase;
    font-size: 1.125rem;
    margin: 1rem 0;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
}

iframe.gmap{ 
    width:100%!important; 
    height:10rem!important; 
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;

}

.actuLanceur .accroche img{
    width: 100%!important;
    margin: 5px 0;
    z-index: 10;

}
.contentArt img{
    width: 100%!important;
    margin: 5px 0;
    z-index: 10;
}