﻿navbar/* colors */
/*
    background : #ebece7
    navbar :  #0E72B5
    bleu nuit :  #0f436b
    bandeau : rgb(80, 156, 185)
    turquoise :  #17a2b8
    grey : #f1f2f3
*/

body {
    font-size: 18px;
    font-weight: 200;
}

.body-accueil {
    background-color: #ebece7;
}

.logonavbar img:hover {
    transition: 0.2;
    opacity: 1;
    padding: 5px;
}

a img:hover {
    transition: 0.5s;
    opacity: 0.7;
}

/* ul {
        list-style: none;
    } */

h2,
h3 {
    color: #0f436b;
}

b {
    font-weight: 600;
}

a:hover {
    text-decoration: none;
}

/* .display-5 {
        font-size: 1.8rem;
        font-weight: 200;
        line-height: 1.2;
  } */

.btn {
    border-radius: 0px;
}

.margin-80 {
    margin-top: 80px;
}

.bottom-40 {
    margin-bottom: 40px;
}

.left-20 {
    padding-left: 20px;
}

.dropdown-menu {
    border-radius: initial;
    border: none;
    background-color: #f1f2f3;
}

.dropdown-divider {
    border-color: rgb(212, 210, 210);
}

.link-police {
    color: #17a2b8;
}

.link-police:hover {

    text-decoration-line: underline;
    color: #17a2b8;
}


.habillage-img {
    float: left;
    margin: 15px 35px 15px 0px;
}

.habillage-img-right {
    float: right;
    margin: 15px 0px 15px 35px;
}

.habillage-img-right img{
    width: 40%;
}

.aplat-grey {
    font-weight: 300;
    padding: 20px;
    /*  background-color: #ebece7; */
    background-color: #f1f2f3;
}

.liste-tiret {
    list-style-type: upper-roman;
}

.logonavbar {
    position: fixed;
    margin-top: 10px;
    z-index: 2000;
}

/* .logonavbar-policiers {
    position: absolute;
    margin-top: -10px;
    margin-left: 80%;
    z-index: 100;
} */

.navbar-brand {
    /*font-size: 25px;
    margin-left: 20px;*/
}

.upnavbar {
    font-size: 16px;
    font-weight: 400;
    background-color: #0E72B5;
    height: 70px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px 0 100px;
    z-index: 99;
}

.downnavbar {
    font-size: 16px;
    font-weight: 400;
    z-index: 99;
    background-color: white;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.upnavbar a {
    color: white;
}

.iconnavbar {
    display: flex;
    font-size: 1.5rem;
    align-items: center;
    justify-content: space-between;
    width: 16rem;
}

.img-policiers {
    margin-top: 50px;
}

.margin-sous-menu {
    padding-left: 10px;
}

.submenu-hidden {
    padding: 10px;
    background-color: #e4e4e4;
    width: 100%;
    margin-left:100px;
    display: none;
    position: absolute;
}

.dropdown-display:hover .submenu-hidden {
    display: block;

}

.overflow-height {
    height: 30rem;
}

.margin-sous-menu h6{
    color: #0f436b;
}

.media-1200 {
    display: block;
}

.smartphone {
    display: initial;
}

/* ************************************************************************************ */
/* Animation */
/* ************************************************************************************ */

.reveal-loaded .reveal [class*="reveal-"] {
    opacity: 0;
    transform: translateY(15px);
}

.reveal-loaded [class*="reveal"]{
    transition: 0.8s cubic-bezier(.5, 0, 0, 1);
}

/* On ajoute du délai */
.reveal-loaded .reveal-2 {
    transition-delay: .05s;
}

.reveal-loaded .reveal-3 {
    transition-delay: .1s;
}

.reveal-loaded .reveal-4 {
    transition-delay: .2s;
}


/* ************************************************************************************ */
/* Bandeau */
/* ************************************************************************************ */

.bandeau {
    background-color: #17a2b8;
    margin-top: -40px;
    color: white;

}

.bandeau-emploi {
    /* background-color: #0E72B5; */
    background-color: #0f436b;
    color: white;
}

.bandeau img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.bandeau-text {
    padding: 40px 200px 40px 120px;
}

.bandeau-text-emploi {
    margin-top: 40px;
    margin-bottom: 40px;
    border-left: 1px solid white
}

.bandeau-text-emploi a {
    color: salmon;
}

.bandeau-text-emploi p,
.bandeau-text-emploi h5 {
    padding-left: 40px;
}

.bandeau-text-emploi h5 {
    text-transform: uppercase;
}

.btn-emploi {
    margin-left: 40px;
}

.carousel-caption {
    margin-bottom: 15%;
    background-color: rgba(0, 0, 0, 0.4);

}

/* ************************************************************************************ */
/* Bandeau SearchSecteur*/
/* ************************************************************************************ */

.bandeau-searchsecteur {
    background-color: #0f436b;
    color: white;
}

.bandeau-text-searchsecteur {
    margin-top: 40px;
    margin-bottom: 40px;
    /* border-left: 1px solid white */
}

.bandeau-text-searchsecteur h5 {
    text-transform: uppercase;
}

/* ************************************************************************************ */
/* Bandeau Jumbotron*/
/* ************************************************************************************ */

.iconsjumbotron {
    /* background: rgba(235, 237, 238) bottom -20% left 100% /45% no-repeat url("/img/bande3.png"); */
   /*  background: rgba(235, 237, 238) bottom -15% left 10% /30% no-repeat url("/img/bande4.png"); */
    position: -webkit-sticky;
    /* Safari Browser */
    position: sticky;
    background-color: rgb(233, 237, 238);
    top: -340px;
    transition: 1s;
    z-index: 80;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}


.iconsjumbotron:hover {
    background-color: rgba(235, 237, 238, 0.9);
    position: -webkit-sticky;
    position: sticky;
    top: 20px;
    transition: 1s;
    z-index: 80;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}


/* ************************************************************************************ */
/* Icones Police */
/* ************************************************************************************ */

.iconpolice, .iconpolice-solo {
    display: -ms-flex;
    flex-flow: -ms-column;
    align-items: -ms-center;

    display: flex;
    flex-flow: column;
    align-items: center;

}

.iconpolice img {
    width: 37%;
    transition: 0.6s;
}

.iconpolice img:hover {
    opacity: 60%;
    width: 36%;
    transition: 0.6s;
}

.iconpolice h4 {
    margin-top: 5%;
    font-weight: 700;
    letter-spacing: 2pt;
    color: #17a2b8;
}

.iconpolice-solo h4 {
    font-weight: 700;
    letter-spacing: 2pt;
    color: #17a2b8;
}

/* ************************************************************************************ */
/* Formulaire */
/* ************************************************************************************ */

.articleform {
    width: 60%;
    margin-top: 3%;
    padding: 25px;
}


/* ************************************************************************************ */
/* Vue article */
/* ************************************************************************************ */

.test {
    /* background-color: rgb(238, 136, 68); */
    /* background-color: #0f436b; */
    transition: 0.3s;
    border: solid 2px #17a2b8;
    color: #17a2b8;
    padding: 10px 15px 5px 15px;
    margin-bottom: 15px;
}

.test:hover {
    margin-left: 10px;
    margin-right: -10px;
    transition: 0.5s;
    background-color: #17a2b8;
    text-decoration: none;
    color: white;
}

.articleview-flex {
    /* margin-top: 3%; */
    display: flex;
    justify-content: space-around;
}

.articlemenu {
    width: 20%;
    height: 100%;
    margin-top: 5%;
    margin-bottom: 3%;

}

.articlemenu-titre {
    background-color: #0E72B5;
    padding: 10px 15px 5px 15px;
    color: white;
}

.articlemenu h3 {
    letter-spacing: 3pt;
    color: white;
}

.articlemenu-liste {
    background-color: #f1f2f3;
    padding: 10px 15px 0px 15px;
}

.articlemenu ul a {
    color: #17a2b8;
}

.articlemenu ul a:hover {
    color: #0E72B5;
    text-decoration: none;
}

.articlemenu p {
    font-size: 10pt;
}

.articlemenu h6 {
    color: #999b9c;
    font-style: italic;
}

.articleview {
    width: 50%;
    margin-top: 6%;
    margin-bottom: 3%;
    margin-right: 10%;
}

.urg_container 
{
    z-index: 81;
    display: flex;
    position: fixed;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 80px;
    height: 40em;
    width: 50em;
    margin-top: -85%;
    margin-left: 25%;
}

.urg_container .card_urg
{
    position: relative;
    width: 600px;
    height: 600px;
    background: #007bb6;
    border-radius: 20px;
    border-top-left-radius: 70px;
    overflow: hidden;
    padding: 10%;
}

.urg_container .card_urg .box_urg
{
    position: absolute;
    inset: 10px;
    background: #282828;
    border-radius: 10px;
}

.urg_container .card_urg .box_urg .icon_urg
{
    position: absolute;
    width: 140px;
    height: 140px;
    background: #007bb6;
    border-bottom-right-radius: 50%;
    transition: 0.5s;
}

.urg_container .card_urg:hover .box_urg .icon_urg
{
    width: 100%;
}

.urg_container .card_urg .box_urg .icon_urg::before
{
    content: '';
    position: absolute;
    bottom: -30px;
    left: 0;
    width: 30px;
    height: 30px;
    background: transparent;
    border-top-left-radius: 30px;
    box-shadow: -5px -5px 0 5px #007bb6;
}

.urg_container .card_urg .box_urg .icon_urg::after
{
    content: '';
    position: absolute;
    bottom: -30px;
    top: 0;
    right: -30px;
    width: 30px;
    height: 30px;
    background: transparent;
    border-top-left-radius: 30px;
    box-shadow: -5px -5px 0 5px #007bb6;
}

.urg_container .card_urg .box_urg .icon_urg .iconBox_urg
{
    position: absolute;
    inset: 10px;
    background: #282828;
    border-radius: 50%;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
}

.urg_container .card_urg .box_urg .icon_urg .iconBox_urg
{
    font-size: 4em;
    color: #007bb6;
}

.urg_container .card_urg .box_urg .content_urg
{
    position: absolute;
    top: 170px;
    padding: 20px;
    margin-left: 30px;
}

.urg_container .card_urg .box_urg .content_urg h1
{
    color: #fff;
    font-size: 1.35em;
    font-weight: 1000;
    text-transform: uppercase;
    letter-spacing: 0.12em;
}

.urg_container .card_urg .box_urg .content_urg p
{
    color: #fff;
    font-size: 0.95em;
    opacity: 0.75;
    margin: 0 0 10px;
}

.urg_container .card_urg .box_urg .content_urg button
{
    background: #007bb6;
    display: inline-block;
    padding: 10px 25px;
    text-decoration: none;
    color: #333;
    text-transform: uppercase;
    font-weight: 600;
    border-radius: 30px;
    transition: 0.5s;
}

.urg_container .card_urg .box_urg .content_urg button:hover
{
    letter-spacing: 0.2em;
}

.articleview .vignette
{
	width: 50%;
	
	text-align: center;
}

.articleview img {
    width: 75%;
    margin-bottom: 30px;
	padding: 5%;
	margin-left : 25%;
	margin-right: 15%;
}

/* ************************************************************************************ */
/* Articles */
/* ************************************************************************************ */
.containerarticle {
    display: flex;
    justify-content: space-between;
}

.article-new {
    z-index: 70;
    position: absolute;
    margin-left: 80%;
    margin-top: -30px;
    border-radius: 100%;
    width: 80px;
    height: 80px;
    background-color: lightsalmon;
    color: white;
    border: solid 5px white;
}

.secteur-numero {
    z-index: 70;
    position: absolute;
    margin-left: 40%;
    margin-top: -30px;
    border-radius: 100%;
    width: 60px;
    height: 60px;
    background-color: lightsalmon;
    color: white;
    border: solid 5px white;
}

.lastarticle-new {
    border-radius: 100%;
    width: 80px;
    height: 80px;
    background-color: lightsalmon;
    color: white;
    border: solid 5px white;
}

.article-new h5,
.lastarticle-new h5 {
    font-style: italic;
    line-height: 70px;
}

.secteur-numero h5 {
    font-style: italic;
    line-height: 50px;
}

.white {
    color: white;
}

.white:hover {
    color: white;
}

.card {
    border: none;
    border-radius: 0px;
    background-color: white;
    min-width: 30%;
    margin: 25px 0px 25px 0px;
    box-shadow: 1px 1px 2px rgb(207, 204, 204);
}

.card h3,
h2 {
    font-weight: 700;
}

.card-img-top {
    border-radius: 0px;
}

.card-footer {
    background-color: white;
}

.small-grey {
    color: gainsboro;
}

.cardarticle h4 {
    font-style: italic;
    color: rgb(90, 88, 88);
}

.cardarticle {
    max-width: 30%;
}

.card-subtitle {
    display: initial;
}

.card-text {
    margin-top: 20px;
}

.cardarticle img {
    object-fit: cover;
    height: 15rem;
}

.lastarticle {
    padding-right: 20px;
    margin: 10px 0 20px 0;
}

.lastarticle img {
    object-fit: cover;
    height: 100%;
}

.lastarticle h4 {
    font-style: italic;
    color: rgb(90, 88, 88);
}

.lastarticle .card-body {
    padding: 40px 30px 20px 30px;
}

.bandeau-titre h3 {
    font-weight: 600;
    letter-spacing: 2pt;
    text-transform: uppercase;
}

/* **************************************************************************************************
    * Gestes articles
    ***************************************************************************************************** */

.gestes-articles-0 {
    display: flex;
    justify-content: space-between;
}

.gestes-articles-3 {
    display: flex;
    justify-content: space-around;
}

.gestes-articles {
    width: 80%;
    padding-left: 40px;
}

.gestes-articles div img {
    width: 30%;
    height: 30%;
}

.gestes-articles div p {
    width: 60%;
    height: 20em;
}

/* .gestes-articles div {
    align-items: center;
} */

.gestes-articles-2 div img {
    width: 20%;
}

.gestes-articles-2 div p {
    width: 100%;
}

.gestes-articles-2 div {
    align-items: center;
}

.gestes-articles-2 ul {
    list-style: none;
}

.gestes-articles-2 div ul {
    list-style: disc;
}

/* ************************************************************************************ */
/* Pages */
/* ************************************************************************************ */

.points-accueil {
    font-size: 16px;
    display: flex;
    justify-content: center;
}

.points-accueil-titre {
    background-color: #0E72B5;
    height: 60px;
    margin: 20px -20px 20px -20px;
    text-align: center;
}

.points-accueil h1 {
    color: white;
    font-size: 36px;
    line-height: 53px;
}

.points-accueil p {
    font-size: 14px;
    padding-left: 10px;
    border-left: white 1px solid;
    margin-left: 10px;
}

.points-accueil .link-police {
    color: orange;
    font-size: 16px;
}


.points-accueil h5 {
    font-size: 18px;
    padding-bottom: 10px;

}

.points-accueil-img {

    z-index: 49;
    width: 50%;
    position: relative;
    margin-right: -150px;
    margin-top: 70px;
}

.secteur-img {
    z-index: 49;
    width: 50%;
    position: relative;
    margin-right: -80px;
}


.div-secteur h5 {
    text-align: left;
    font-weight: 700;
    font-size: 20px;
}

.map__image {
    width: 100%;
    position: absolute;
}

/* .map__image .cls-2 {
    opacity: 0;
    fill: #ff9d00;
    transition: 0.3s
} */

.map__image .cls-2 {
    opacity: 0;
    fill: white;
    stroke:tomato;
    stroke-width:8px;
    transition: 0.3s
}

.map__image .clsecteur-2 {
    opacity: 0;
    fill: tomato;
    stroke:tomato;
    stroke-width:8px;
    transition: 0.3s
}

.map__image .is-active {
    opacity: 0.7;
}

/* .cls-4 {
    display: none;
} */

.map__list {
    z-index: 50;
}

.map__list .cls-3 {
    transition: 0.8s;
    width: 49%;
    color: white;
    background-color: #0f436b;
    margin-right: 5px;
    margin-bottom: 5px;
}

.map__list .clsecteur-3 {
    transition: 0.8s;
    width: 49%;
    color: white;
    background-color: #0f436b;
    padding: 12px;
    margin-bottom: 2px;
}

.clsecteur-3:hover {
    cursor: pointer;
}

.cls-3 img {
    transition: 0.8s;
    width: 100%;
    height:0px;
    object-fit: cover;
}

.map__list .is-active {
    transition: 0.8s;
    background-color: tomato;
}

.map__list .is-active img{
    transition: 0.8s;
    height: 100px;
}

.map__list .card {
    margin-top: 0px;
}

.map__list .cls-3 .is-active {
    background-color: transparent;
}

.horaire {
    transition: 0.8s;
    color:white;
    padding: 0 10px;
    font-weight: bold;
}

.horaire-admin {
    transition: 0.8s;
    color:white;
    background-color:  #0f436b;
    padding: 15px;
    font-weight: bold;
}

.horaire-admin h5 {
    font-weight: 700;
    font-size: 20px;
}


.map__list .is-active .horaire {
    transition: 0.8s;
    padding: 10px;
    background-color: rgb(197, 55, 30);
}


.map__list .is-active .link-police {
    transition: 0.8s;
    color: rgb(197, 55, 30);
}


.points-accueil-img img {
    width: 100%;
    position: absolute;
}

.secteur-img img {
    width: 100%;
    position: absolute;
}

.points-accueil-article {
    width: 40%;
    margin-top: 100px;
    margin-bottom: 3%;
}

.space-div {
    height: 20rem;
    display: block;
}

/* ************************************************************************************ */
/* COLLAPSE */
/* ************************************************************************************ */

.btn-collapse {
    transition: 0.8;
    border: none;
    text-decoration: none;
    font-size: 16px;
    background-color: inherit;
    color: #0E72B5;
}

.btn-collapse:hover {
    transition: 0.8;
    text-decoration-line: underline;
    color: #17a2b8;
}

/* ************************************************************************************ */
/* FOOTER */
/* ************************************************************************************ */

.bandeau-img {
    margin-bottom: -7px;
    background-color: white;
    padding: 100px 10px 0 10px;
}

.bandeau-img img {
    width: 100%;
}

.site-footer {
    /* background:  #26272b bottom 10% left 85% /30% no-repeat url("/img/bande5.png"); */
    background-color: #26272b;
    padding: 45px 0 20px;
    font-size: 15px;
    line-height: 24px;
    color: #737373;
}

.site-footer hr {
    border-top-color: #bbb;
    opacity: 0.5;
}

.site-footer hr.small {
    margin: 20px 0
}

.site-footer h6 {
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    margin-top: 5px;
}

.site-footer a {
    color: #737373;
}

.site-footer a:hover {
    color: #3366cc;
    text-decoration: none;
}

.footer-links {
    padding-left: 0;
    list-style: none
}

.footer-links li {
    display: block
}

.footer-links a {
    color: #737373
}

.footer-links a:active,
.footer-links a:focus,
.footer-links a:hover {
    color: #3366cc;
    text-decoration: none;
}

.footer-links.inline li {
    display: inline-block
}

.site-footer .social-icons {
    text-align: right
}

.site-footer .social-icons a {
    width: 20px;
    height: 20px;
    line-height: 20px;
    margin-left: 6px;
    margin-right: 0;
    border-radius: 100%;
    background-color: #33353d
}

.card .social-icons a {
    width: 30px;
    height: 30px;
    line-height: 30px;
    margin-left: 6px;
    margin-right: 0;
    border-radius: 100%;
    background-color: rgb(177, 203, 218);
    color: white;
}

.copyright-text {
    margin: 0
}

.social-icons
{
    padding-left:0;
    margin-bottom:0;
    list-style:none
}

.social-icons li
{
    display:inline-block;
    margin-bottom:4px
}

.social-icons li.title
{
    margin-right:15px;
    text-transform:uppercase;
    color:#96a2b2;
    font-weight:700;
    font-size:13px
}

.social-icons a
{
    background-color:#eceeef;
    color:#818a91;
    font-size:16px;
    display:inline-block;
    line-height:44px;
    width:44px;
    height:44px;
    text-align:center;
    margin-right:8px;
    border-radius:100%;
    -webkit-transition:all .2s linear;
    -o-transition:all .2s linear;
    transition:all .2s linear
}

.social-icons li a i
{
margin-top: 6px;
}

.social-icons a:active,.social-icons a:focus,.social-icons a:hover
{
    color:#fff;
    background-color:#29aafe
}

.social-icons.size-sm a
{
    line-height:34px;
    height:34px;
    width:34px;
    font-size:14px
}

.social-icons a.facebook:hover
{
    background-color:#3b5998
}

.social-icons a.twitter:hover
{
    background-color:#191919
}

.social-icons a.instagram:hover
{
    background-color:#ea4c89
}

.social-icons a.linkedin:hover
{
    background-color:#007bb6
}

.social-icons a.dribbble:hover
{
    background-color:#ea4c89
}

.dropdown-menu .show > .dropdown-toggle::after {
    transform: rotate(-90deg);
}

.form-control::placeholder
{
    color:silver;
}


.carrousel  .carousel-item
{
    height: 66%;
}

.carousel-item img
{
    max-height: 600px;
    object-fit: cover;
}

.m-5
{
    background-image: url("/img/logo_fondu.png");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: right bottom;
    background-size: 30%;
}

.lgbt img
{
    width:45px;
    height:25px;
    margin-top: 7px;
}

