
html,body {
    height: 100%;
}

h1,h2,h3,h4,h5,h6 {
    word-wrap: break-word
}

button:focus {
    outline: none !important;
}


.kfcounter:after {
    content: attr(data-unit);
    position: absolute;
    top: 0;
    font-size: 50%
}

.lfmap {
    overflow: hidden;
    max-width: 100%
}

.bkg-video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -1;
    overflow: hidden;
}

#topic {
    margin: 0 auto
}


legend {
    color: inherit
}
#toolbar1 {
    box-shadow: 0 0 2px 10px hsla(0,0%,100%,0.11);
    z-index: 2;
    padding-top: 12px;
    padding-right: 16px;
    padding-left: 16px;
    max-width: 1200px;
    border-style: outset;
    border-width: 1px;
    border-color: hsla(0,0%,0%,0.25);
    margin-top: 32px;
    position: fixed;
    right: 2px;
    left: 2px;
    top: -33px;
    background-image: linear-gradient(to bottom,rgb(119,181,254) 0,rgb(255,255,255));
    margin-left: auto;
    margin-right: auto;
	border: 1px solid #d4d4d4;
	border-radius: 4px;
}

#collapsibleNavbar li.dropdown.open>.dropdown-toggle {
    background-color: transparent
}

#collapsibleNavbar li>a {
    text-shadow: none
}
#collapsibleNavbar .active>a {
    box-shadow: 0 8px 12px -8px hsl(0,0%,0%) inset;
    border-radius: 10px 10px 10px 10px;
    color: hsl(0,0%,100%);
    background: none;
    background-color: hsla(0,0%,0%,0.5);
}

#collapsibleNavbar li>a:hover, #collapsibleNavbar .dropdown-toggle:hover, #collapsibleNavbar li.dropdown.open>.dropdown-toggle {
    color: hsl(24,100%,50%);
}
#collapsibleNavbar li>a, #collapsibleNavbar .dropdown-toggle {
    text-transform: uppercase;
    font-weight: bold;
    color: hsl(0,0%,100%);
    font-size: 14px;
}
#collapsibleNavbar ul.nav li.dropdown:hover>ul.dropdown-menu {
    margin: 0;
    display: block;
}

#toolbar li>a {
    text-shadow: none
}

#logo:hover {
    text-decoration: none
}

.posrel {
    position: relative
}

#calendar {
    margin: 16px 0 16px;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 8px
}


input[type=radio] {
	margin-left : 5px;
	margin-bottom: 10px;
    margin-top: 1px;
    height: 20px;
    width: 20px;}
input[type=checkbox]  {
    margin-top: 1px;
}
.input-tsia{
	margin-left:10px
}


.sobj {
    position: relative;
}


.wrapper-with-intrinsic-ratio {
    position: relative;
    height: 0
}

.element-to-stretch {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

@keyframes fade {
    from {
        opacity: 0
    }
}

@-webkit-keyframes fade {
    from {
        opacity: 0
    }
}

@keyframes fadeUp {
    from {
        transform: translateY(.25em);
        opacity: 0
    }
}

@-webkit-keyframes fadeUp {
    from {
        transform: translateY(.25em);
        opacity: 0
    }
}

@keyframes fadeDown {
    from {
        transform: translateY(-.25em);
        opacity: 0
    }
}

@-webkit-keyframes fadeDown {
    from {
        transform: translateY(-.25em);
        opacity: 0
    }
}

@keyframes fadeLeft {
    from {
        opacity: 0;
        transform: translateX(.5em)
    }

    to {
        transform: translateX(0%)
    }
}

@-webkit-keyframes fadeLeft {
    from {
        opacity: 0;
        transform: translateX(.5em)
    }

    to {
        transform: translateX(0%)
    }
}

@keyframes fadeRight {
    from {
        opacity: 0;
        transform: translateX(-.5em)
    }

    to {
        transform: translateX(0%)
    }
}

@-webkit-keyframes fadeRight {
    from {
        opacity: 0;
        transform: translateX(-.5em)
    }

    to {
        transform: translateX(0%)
    }
}

@keyframes slideUp {
    from {
        transform: translateY(100%);
        opacity: 0
    }
}

@-webkit-keyframes slideUp {
    from {
        transform: translateY(100%);
        opacity: 0
    }
}

@keyframes slideDown {
    from {
        transform: translateY(-100%);
        opacity: 0
    }
}

@-webkit-keyframes slideDown {
    from {
        transform: translateY(-100%);
        opacity: 0
    }
}

@keyframes slideLeft {
    from {
        transform: translateX(100%);
        opacity: 0
    }
}

@-webkit-keyframes slideLeft {
    from {
        transform: translateX(100%);
        opacity: 0
    }
}

@keyframes slideRight {
    from {
        transform: translateX(-100%);
        opacity: 0
    }
}

@-webkit-keyframes slideRight {
    from {
        transform: translateX(-100%);
        opacity: 0
    }
}

@keyframes zoomIn {
    from {
        transform: scale(0.8);
        opacity: 0
    }
}

@-webkit-keyframes zoomIn {
    from {
        transform: scale(0.8);
        opacity: 0
    }
}

@keyframes zoomOut {
    from {
        transform: scale(1.2);
        opacity: 0
    }
}

@-webkit-keyframes zoomOut {
    from {
        transform: scale(1.2);
        opacity: 0
    }
}

@keyframes flipV {
    from {
        transform: rotateY(180deg);
        opacity: 0
    }
}

@-webkit-keyframes flipV {
    from {
        transform: rotateY(180deg);
        opacity: 0
    }
}

@keyframes flipH {
    from {
        transform: rotateX(180deg);
        opacity: 0
    }
}

@-webkit-keyframes flipH {
    from {
        transform: rotateX(180deg);
        opacity: 0
    }
}

@keyframes skewLeft {
    from {
        transform: skewX(30deg);
        opacity: 0
    }
}

@-webkit-keyframes skewLeft {
    from {
        transform: skewX(30deg);
        opacity: 0
    }
}

@keyframes skewRight {
    from {
        transform: skewX(-30deg);
        opacity: 0
    }
}

@-webkit-keyframes skewRight {
    from {
        transform: skewX(-30deg);
        opacity: 0
    }
}


#langselect {
    padding-top: 10px;
    padding-left: 16px;
    text-transform: uppercase;
    font-weight: 800;
    color: hsl(0,0%,100%);
    font-size: 14px;
}

#searchbox {
    border-style: none;
}

#site {
    font-family: cursive;
    font-size: 15px;
    color: hsl(218,7%,52%);
}

#content {
    border-radius: 0;
    box-shadow: none;
    border-style: none;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
}

#sharebox img {
    padding-right: 8px;
}


#top-sb {
    padding-left: 10px;
    padding-right: 10px;
    box-shadow: none;
    padding-top: 20px;
}

h1 {
    border-color: hsla(0,0%,100%,0.13);
    font-size: 250%;
    color: hsl(0,0%,100%);
    border-style: double;
    border-width: 0 0;
    text-align: center;
    margin-top: 32px;
    line-height: 1.3;
    text-transform: uppercase;
    animation: fade .5s ease-out .15s backwards;
    margin-bottom: 2px;
    font-family: 'PT Sans Caption',cursive;
}

main{
background : #f5f5f5;
}


#topic {
    border-width: 0;
    border-color: hsl(0,0%,100%);
    border-style: solid;
}

#page {
    box-shadow: none;
    margin-left: auto;
    margin-right: auto;
}


#searchbox>input {
    width: 125px;
    border-style: none;
    background: hsla(0,0%,100%,0.24) url(search-white.png) no-repeat 10px center;
    background-size: 15px 15px;
    padding: 4px 4px 4px 30px;
    transition: all 0.7s ease 0s;
    border-radius: 20px;
    box-shadow: 0 1px 5px 1px hsla(0,0%,0%,0.3) inset;
    font-family: inherit;
}

#searchbox>input:focus {
    width: 150px;
    background: none;
    background-color: hsl(0,0%,100%);
    outline: none;
    font-style: normal;
}

#collapsibleNavbar .navbar-nav{
	width: 100%;
    justify-content: flex-end;
}

#top-content {
    padding-left: 32px;
    padding-right: 32px;
    padding-top: 20px;
    padding-bottom: 20px;
    background-image: linear-gradient(to bottom,hsl(0,0%,100%) 100px,hsl(0,0%,100%) 75px,hsl(0,0%,100%) 100px);
}

h1 .btn {
    font-size: 18px;
    animation: fade .5s ease-out .30s backwards;
}

.toTop {
    position: fixed;
    display: none;
    right: 1em;
    bottom: 1em;
}

.toBottom {
    position: absolute;
    cursor: pointer;
    bottom: 4px;
    left: calc(50% - 2em);
}

.toBottom i {
    color: #161764;
    text-shadow: none;
}

.toTop,.toBottom {
    z-index: 5000;
    text-decoration: none;
    color: #161764;
    cursor: pointer;
    background-color: rgba(165,165,165,0.50);
    padding: 0.7em;
}

.toTop:hover,.toBottom:hover {
    background-color: rgba(255,255,255,0.60);
}

.toTopLink {
    color: #161764;
}

#searchbox::after {
    font-family: FontAwesome;
    display: inline-block;
    padding-left: .2em;
    content: "\f002";
    vertical-align: middle;
    cursor: pointer;
    font-size: 140%;
    color: #888888;
    text-shadow: .08em .08em hsla(0,0%,0%,.3);
}

.max-width {
    width: 100%
}

.max-field-width {
    width: calc(100% - 15px)
}

.max-filebtn-width {
    width: calc(100% - 38px)
}

.form-auto,.form-mini,.form-small,.form-normal,.form-large,.form-xlarge,.form-xxlarge,.form-hauto,.form-hmini,.form-hsmall,.form-hnormal,.form-hlarge,.form-hxlarge,.form-hxxlarge {
    margin-left: auto;
    margin-right: auto;
}

.form-hmini {
    width: 264px;
}

.form-mini {
    width: 84px
}


.form-hsmall {
    width: 294px;
}

.form-small {
    width: 114px
}

.form-hmedium,.form-hauto {
    width: 340px;
}

.form-medium,.form-auto {
    width: 160px
}

.form-hnormal {
    width: 410px;
}

.form-normal {
    width: 230px
}


.form-hlarge {
    width: 414px;
}

.form-large {
    width: 234px
}


.form-hxlarge {
    width: 474px;
}

.form-xlarge {
    width: 294px
}

.form-hxxlarge {
    width: 734px;
}

.form-xxlarge {
    width: 558px
}

.btn.disabled:hover,.btn[disabled]:hover {
    color: #333333;
    box-shadow: none;
}
.container {
    background-color: #f5f5f5;
}

#formlogin{
	padding-top :10px;
}
.align-center{
	text-align : -webkit-center;
}
.boutondte{
	float: right;
	margin-right:7%;
	margin-top: 10px;
}
div #pwdoublie{
	margin-bottom :50px;
	margin-left:7%;
}
a#pwdoublie{
	float:left;
}
.text-secondary {
    color : #4d90f7!important;
}
.btn-light {
    border-color: #92b1d0!important;
}
.btn-primary {
    background-color :#404184;
    border-color : #404184;
}
button.btn-primary[disabled] {
	background-color : unset;
}
button.btn-primary[disabled]:hover {
	color : lightgray;
}
.verset-login { 
	font-size: small;
	font-weight: 800;
}
.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-clip: border-box;
    border: 1px solid rgb(209 215 232 / 96%);
    border-radius: .25rem;
	padding:0;
    height:100%;
    background-image: repeating-linear-gradient(
        148deg
        , hsl(209, 0%, 100%), rgb(204 209 226));
}
.card:hover{
    box-shadow:8px 8px 10px 0 rgba(0,0,0,0.5);
}

    .card > hr {
        margin-right: 0;
        margin-left: 0
    }

    .card > .list-group:first-child .list-group-item:first-child {
        border-top-left-radius: .25rem;
        border-top-right-radius: .25rem
    }

    .card > .list-group:last-child .list-group-item:last-child {
        border-bottom-right-radius: .25rem;
        border-bottom-left-radius: .25rem
    }
.card-footer {
	justify-content: flex-end;
}
.table-responsive .card-footer {
	text-align : center;
}

.carte-annonce {
    padding-bottom: 3px!important;
}
.card-body {
    flex: 1 1 auto;
    padding: 1rem
}

.card-title {
    margin-bottom: .75rem
}

.card-subtitle {
    margin-top: -.375rem;
    margin-bottom: 0
}

.card-text:last-child {
    margin-bottom: 0
}

.card-link:hover {
    text-decoration: none
}

.card-link + .card-link {
    margin-left: 1.25rem
}

.card-header {
    padding: 0.3rem;
    margin-bottom: 0;
    color: inherit;
        background-color: #d6e4ea;
    border-bottom: 1px solid rgba(26,54,126,0.125)
}

    .card-header:first-child {
        border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0
    }

    .card-header + .list-group .list-group-item:first-child {
        border-top: 0
    }

.card-footer {
    padding: 0.3rem;
    border-top: 1px solid rgba(26,54,126,0.125)
}

    .card-footer:last-child {
        border-radius: 0 0 calc(.25rem - 1px) calc(.25rem - 1px)
    }
	.card-footer .btn {
		font-size : smaller;
		padding : 1px 5px;
	}
.icone-statut .fa {
	color : #003678;
}
.color-statut{
    color: #153760;
}
.icone-statut{
    opacity: .7;
    background: #f3f3f3;
    border-radius: 0 0 calc(.25rem - 1px) calc(.25rem - 1px);
    margin: 1px;
    padding-left: 7px;
    font-size: smaller;
}
.card-body span{
	font-size: x-small;
}
.card-body .num-tel {
	font-size: small;
}
.card-header .mail {
	font-size: x-small;
}

.card-header-tabs {
    margin-right: -.625rem;
    margin-bottom: -.75rem;
    margin-left: -.625rem;
    border-bottom: 0
}

.card-header-pills {
    margin-right: -.625rem;
    margin-left: -.625rem
}
.card-shadow-info {
    box-shadow: 0 0.46875rem 2.1875rem rgba(22,170,255,0.03),0 0.9375rem 1.40625rem rgba(22,170,255,0.03),0 0.25rem 0.53125rem rgba(22,170,255,0.05),0 0.125rem 0.1875rem rgba(22,170,255,0.03)
}

.alert-success {
    color: #161764;
    background-color: #ebebf5;
    border-color: #ebebf5;
}
.alert-success hr {
    border-top-color: #161764;
}

input.form-control {
    display: block;
    width: 100%;
    height: calc(2.25rem + 1px);
    padding: .375rem .75rem;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
}


.form-control::-ms-expand {
    background-color: transparent;
    border: 0
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #a9bcee;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0,123,255,0.25)
}

.form-control::placeholder {
    color: #eee;
    opacity: 0,7
}

.form-control:disabled, .form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1
}


label {
    display: inline-block;
    font-size: x-small;
    font-weight: 700;
    font-style: italic;
}
.form-control {
    display: block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out
}
select.form-control[size], select.form-control[multiple] {
    height: auto
}

textarea.form-control {
    height: auto
}
.align-items-center {
    align-items: center !important
}

.fond {
	background-color: hsl(218,30%,90%);
    border-radius: 3px;
    padding: 7px 0 0 7px;
    margin-bottom: 15px;
}

.fond-card {
	background: #d6e4ea;
}


.table-responsive {
	display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.table {
    width: 100%;
    margin-bottom: 1rem;
    background-color: rgba(0,0,0,0)
}

    .table th, .table td {
        /*padding: .55rem;*/
        vertical-align: top;
        border-top: 1px solid #e9ecef
    }

    .table thead th {
        vertical-align: bottom;
        border-bottom: 2px solid #e9ecef
    }

    .table tbody + tbody {
        border-top: 2px solid #e9ecef
    }

    .table .table {
        background-color: #fff
    }
	.table td.text-muted {
		width: 160px;
	}

.table-bordered {
    border: 1px solid #e9ecef
}

    .table-bordered th, .table-bordered td {
        border: 1px solid #e9ecef
    }

    .table-bordered thead th, .table-bordered thead td {
        border-bottom-width: 2px
    }

.table-borderless th, .table-borderless td, .table-borderless thead th, .table-borderless tbody + tbody {
    border: 0
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0,0,0,0.03)
}

.table-hover tbody tr:hover {
    background-color: #e0f3ff
}

.align-middle {
    vertical-align: middle !important
}

.elt-sary {
    width:90px;
}
.elt-coord {
    font-size: 0.85rem;
    font-weight: 600;
}
.elt-contact {
    display: block!important;
}

.widget-content {
    padding: 1rem;
    flex-direction: row;
    align-items: center
}
    .widget-content .widget-content-wrapper {
        display: flex;
        flex: 1;
        position: relative;
        align-items: center
    }


    .widget-content .widget-content-left .widget-heading {
        opacity: .8;
        font-weight: bold;
        font-size: medium;
    }

.widget-subheading {
        margin:0;
		font-size : small;

    }
.fidirana{
    margin: 0 1rem;
}
.rounded-circle {
    border-radius: 50% !important;
}
.opacity-7 {
    opacity: .7 !important
}

.opacity-8 {
    opacity: .8 !important
}
.champ-login {

    display: flex;
    text-align: end;
}

#articles .modal-dialog {
    max-width: 90%;
}
#articles table {
    width:100%;
}
#articles td,th {
    border: 1px solid;
} 
.hanoratra {
    direction:rtl;
}
.desactive {
    color:#a5a5a5;
}
.hide {
    display:none;
}
/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info {
    width: 100%;
    padding-bottom: 15px;
    width: fit-content;
    margin: auto;
  }
  
  .contact .info i {
    font-size: 20px;
    color: #49b5e7;
    float: left;
    width: 44px;
    height: 44px;
    background: #ebf7fc;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    transition: all 0.3s ease-in-out;
  }
  
  .contact .info h4 {
    padding: 0 0 0 60px;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 5px;
    color: #404184;
  }
  
  .contact .info p {
    padding: 0 0 0 60px;
    margin-bottom: 0;
    font-size: 14px;
    color: #007bff;
  }
  
  .contact .info .email, .contact .info .phone {
    margin-top: 10px;
  }
  
  .contact .info .email:hover i, .contact .info .address:hover i, .contact .info .phone:hover i {
    background: #49b5e7;
    color: #fff;
  }

  .contact p {
      color: #404184;
  }
  .contact row {
    text-align: center;
  }

  .contact .section-title {
    padding-top: 2rem;
    text-align: center;
  }
  .contact .t1 {
      background-color: rgb(192, 205, 218);
  }

  .contact .dte-lieu {
    padding-left : 1.5rem;
    background-image: linear-gradient(to left,hsl(209deg 43% 89%) 0,rgb(255 255 255 / 0%) 100%);
    border-radius: 7px;
}
.contact .gch-lieu {
    padding-left : 1.5rem;
    background-image: linear-gradient(to right,hsl(209deg 43% 89%) 0,rgb(255 255 255 / 0%) 100%);
    border-radius: 7px;
}
.contact .img-info {
    border-radius: 3px;
    width:100%;
}
.contact .imgfanolorana {
    max-width: 300px;
    border-radius: 10px;
    width: 100%;
}
  /**********************
*  adidy
**********************/
.charts__chart[data-percent]::after {
    content: attr(data-percent);
    display: block;
    margin-left: 45%;
    position: relative;
    color: #ebeded;
    font-size: 1.2em;
    top: .21em
}

.charts__chart {
    background-color: #7f8c8d;
    width: 100%;
    height: 2em;	
    margin: .5em 0;
	border-radius: 3px;
}

p.etiq-mois {
	text-align: right;
    width: 90px;
    margin: 10px 0 15px 0;
}

/******************* 
*  rakitra  
********************/
.main-timeline8{overflow:hidden;position:relative}
.main-timeline8:after,.main-timeline8:before{content:"";display:block;width:100%;clear:both}
.main-timeline8:before{content:"";width:3px;height:100%;background:#d6d5d5;position:absolute;top:30px;left:50%}
.main-timeline8 .timeline{width:50%;float:left;padding-right:20px;position:relative}
.main-timeline8 .timeline-icon{width:32px;height:32px;border-radius:50%;background:#fff;border:3px solid #a6b0cf;position:absolute;top:5.5%;right:-17.5px}
.main-timeline8 .year{display:block;padding:10px;margin:0;font-size:15px;color:#fff;border-radius:0 50px 50px 0;background:#a6b0cf;text-align:center;position:relative}
.main-timeline8 .year:before{content:"";border-top:35px solid #dfdede;border-left:35px solid transparent;position:absolute;bottom:-35px;left:0}
.main-timeline8 .timeline-content{padding:15px 5px;margin:0 35px 0 35px;background:#f2f2f2}
.main-timeline8 .title{font-size:15px;font-weight:600;color:#504f54;margin:0}
.main-timeline8 .description{font-size:14px;color:#7d7b7b;margin:0}
.main-timeline8 .timeline:nth-child(2n){padding:0 0 0 25px}
.main-timeline8 .timeline:nth-child(2n) .timeline-icon{right:auto;left:-14.5px}
.main-timeline8 .timeline:nth-child(2n) .year{border-radius:50px 0 0 50px;background:#a6b0cf}
.main-timeline8 .timeline:nth-child(2n) .year:before{border-left:none;border-right:35px solid transparent;left:auto;right:0}
.main-timeline8 .timeline:nth-child(2n) .timeline-content{text-align:right;margin:0 35px 0 45px}
.main-timeline8 .timeline:nth-child(2){margin-top:90px}
.main-timeline8 .timeline:nth-child(odd){margin:-95px 0 0}
.main-timeline8 .timeline:nth-child(even){margin-bottom:25px}
.main-timeline8 .timeline:first-child,.main-timeline8 .timeline:last-child:nth-child(even){margin:0}
.main-timeline8 .timeline:nth-child(2n) .timeline-icon{border-color:#a6b0cf}
.main-timeline8 .timeline:nth-child(2n) .year:before{border-top-color:#dfdede}

/**********************
*  cards
***********************/
.d-flex {
    display: flex !important;
}
.stretch-card {
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: stretch;
    align-items: stretch;
    -webkit-justify-content: stretch;
    justify-content: stretch;
}
.stretch-card > .card {
    width: 100%;
    min-width: 100%;
}
.card .card-body {
    padding: 2rem 2rem;
    flex: 1 1 auto;
    padding: 1.25rem;
}
.visibilite {
    float: right;
    font-size: medium;
    margin-top: 5px;
    border: 1px solid;
    padding: 0 5px;
    border-radius: 5px;
    opacity:30%
}
.visibilite.public{
    color: red;

}
.visibilite.interne {
    color: lightseagreen;
    
}

.flex-wrap, .jsgrid .jsgrid-pager {
    flex-wrap: wrap !important;
}
.justify-content-between {
    justify-content: space-between !important;
}
.extra-large-title {
    line-height: 25px;
    color: #4c4a56;
    font-weight: bold;
    font-size: larger;
}
.badge {
    border-radius: 0;
    font-size: 12px;
    line-height: normal;
    padding: .375rem .5625rem;
    font-weight: normal;
    display: inline-block;
    padding: 0.25em 0.4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.badge-danger {
    color: #fff;
    background-color: #57588f;
}
.badge-pill {
    border-radius: 10rem;
    padding-right: 0.6em;
    padding-left: 0.6em;
    border-radius: 10rem;
}
.icon-bg-square {
    width: 44px;
    height: 44px;
    background: #c6d6ef;
    color: #161764;
    padding: .75rem .875rem;
    margin-right: 1rem;
    border-radius: 4px;
    text-align: center;
}
.zonetitre2 {
    background: #c6d6ef;
    border-radius: 5px;
    padding: 3px 0;
    width:100%;
}
.zonelien {
    text-align: end;
    margin-bottom: 1rem;
    margin-right: 1rem;
}

.font-weight-bold {
    font-size: large;
}
.placephoto {
    float:right;
}
.taillephoto {
    width:55px;
}
.avecphoto {
    width:calc(100% - 55px);
}
.mois {
    width: 100%;
    background-color: #c6d6ef;
    border-radius: 5px;
    margin: 5px 5px 15px 5px;
    padding-left: 5px;
    box-shadow: 8px 6px 5px 0 rgb(0 22 75 / 27%);
}

