
html, body {
  
  margin: 0px;
  padding: 0px;
  overflow: auto;

}

html { scroll-behavior: smooth; }

/************************************************************************************** General */

.clear_all {

  display: block;
  margin: 0;
  padding: 0;
  clear: both;
}


/* register start */
/* --- Form Styling based on Contact Form Structure --- */

/* Form Container Background (matching the image) */
.acces form.login {
    background: #d8d8d8;
    padding: 40px;
    border-radius: 20px;
    width: 90%;
    max-width: 900px;
}

/* Label Styling */
.acces form.login label {
    display: block;
    font-size: 22px;
    line-height: 37px;
    color: rgb(63, 63, 63);
    margin: 20px 0 5px 0;
   
    width: 100%;
    font-family: "IBM Plex Sans Condensed", sans-serif;
    font-weight: 400;
    font-style: normal;
}

/* Input Fields (Text, Email, Password, etc.) */
.acces form.login input[type=text],
.acces form.login input[type=email],
.acces form.login input[type=password],
.acces form.login input[type=phone] {
    display: block;
    width: 95%;
    margin: 2px 0 20px 0;
    padding: 25px 15px; /* Balanced padding for the rounded look */
    
    color: #5c5c5c;
    background: #f6f6f6; /* Light grey input background */
    
    font-family: "Saira Extra Condensed", sans-serif;
    font-style: normal;
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    
    border-radius: 12px; /* Matching the rounded corners in your image */
    border: solid 1px #9a9a9a;
    box-sizing: border-box; /* Ensures padding doesn't push width over 95% */
}

/* Focus State (The dark border shown in your image) */
.acces form.login input:focus {
    outline: none;
    border: 2px solid #000000;
    background: #ffffff;
}

/* Radio Button Container */
.acces form.login div[style*="display: flex"] {
    background: #f6f6f6;
    padding: 20px;
    border-radius: 12px;
    border: 1px solid #9a9a9a;
    margin-bottom: 20px;
}

/* Submit Button Styling */
.acces form.login .login_btn a {
    display: inline-block;
    font-size: 18px;
    letter-spacing: 0.02em;
    color: white;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;

    margin: 20px 0 10px 0;
    padding: 30px 50px;

    background: #006997;
    border-radius: 15px;

    font-family: "League Spartan", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    line-height: normal;
    font-style: normal;
    transition: background 0.3s ease;
}

.acces form.login .login_btn a:hover {
    background: #004d70;
}
/* register end */


header {

  display: block;
  width: 100%;
  height: 1080px;
  
}

header.extra_headers {

  display: block;
  width: 100%;
  height: 350px;
  
}

h2 {

  font-family: "League Spartan", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
}

h3 {
  
  display: block;
  font-size: 30px;
  color: #45a6d0;
  text-transform: uppercase;
  
  margin: 20px 0 10px 0;
  
  font-family: "League Spartan", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  line-height: normal;
  font-style: normal;
}

p {
  font-family: "IBM Plex Sans Condensed", sans-serif;
  font-weight: 400;
  font-style: normal;
}

/* ul { list-style: none;} */

/************************************************************************************** Content */

.container {
  
  position: relative;
  display: block;
  margin: 0 auto;
  padding: 0;
  width: 100%;

}

.header_content {

  position: absolute;
  display: block;
  width: 100%;
  height: 1080px;
  
  top: 0;
  left: 0;
  z-index: 10;

  background: url(../img/bg_header.png) left top no-repeat;
  
}

.header_content.extra_pages {
  
  position: absolute;
  display: block;
  width: 100%;
  max-width: 1920px;
  height: 350px;
  
  top: 0;
  left: 0;
  z-index: 10;
  
  background: url(../img/bg_header_mobile.png) left top no-repeat;

}

.header_content.extra_pages h2 {
  
  display: block;
  margin: 155px 0 0 370px;
  text-transform: uppercase;
  font-size: 70px;
  
}

.header_content.extra_pages h2 .titre_bleu { color: #2187c6;}
.header_content.extra_pages h2 .titre_cacvc { color: #e13838;}

.header_content .logo { margin: -20px 0 0 90px; }

.header_content .logo h1 a {

  display: block;
  float: left;
  width: 150px;
  height: 195px;
  padding: 0;
  margin: 0;
  background: url(../img/tcvcm_logo.png) top left no-repeat;
  
  text-indent: -9999px;
  
}


/************************************************************************************** Main menu */

.header_content .main_menu {

  display: block;
  width: 1576px;
  height: 60px;

  margin: 0 0 0 304px;
  padding: 5px 0 0 40px;

  background: url(../img/menu_top_bar.png) top left no-repeat;

}

.header_content .main_menu ul {
  
  display: block;
  list-style: none;
  max-width: 1100px;
  
}

.header_content .main_menu li a {
  
  display: block;
  float: left;
  margin: 0 25px 0 0;
  
  color: white;
  font-size: 17px;
  text-decoration: none;
  text-transform: uppercase;
  
  font-family: "League Spartan", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
  
}

.header_content .main_menu li a i {
  
  color: #00b8ff;
  margin-right: 5px;
  
}

.header_content .main_menu li.login {
  
  float: right;
  background: #006997;
  
  padding: 10px 15px;
  margin: -10px 0 0 0;
  
  border-radius: 10px;
}

.header_content .main_menu li.login a { margin: 0;}

.header_content .main_menu li.login a i { color: #ff6a00; }



/************************************************************************************** Sortie Urgence */

.header_content .sortie_urgence {
  
  position: absolute;
  top: 65px;
  left: 362px;

  display: block;
  width: 670px;
  height: 65px;
  margin: 0 0 0 0;
  padding: 6px 0px 0px 24px;
  
  background: url(../img/urgence_top_bar.png) left top no-repeat;
  
}

.header_content .main_menu li.menu_contact { display: none;}



.header_content .sortie_urgence ul {
  
  display: block;
  list-style: none;

}

.header_content .sortie_urgence li a {
  
  display: block;
  float: left;
  
  margin: 0 65px 0px 0px;
  
  color: rgb(86, 86, 86);
  font-size: 15px;
  text-decoration: none;
  text-transform: uppercase;
  
  font-family: "League Spartan", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  
}

.header_content .sortie_urgence li.btn_sortie a { }
.header_content .sortie_urgence li.btn_sortie a i { 
  
  color: #be0000; 
  margin-right: 3px;
  

}

.header_content .sortie_urgence li.btn_contact a { 

  margin-left: 27px;
  color: white;

}

.header_content .sortie_urgence li.btn_contact a i { 
  
  color: #58a9ff; 
  margin-right: 5px;
}

.header_content .sortie_urgence li.btn_urgence a { color: white; }
.header_content .sortie_urgence li.btn_urgence a i { 
  
  color: rgb(255, 164, 164); 
  margin-right: 3px;

}



/************************************************************************************** Organisme Text */

texts {

  display: block;
  width: 100%;
  max-width: 1920px;
  margin: 0;

}

texts .sous_menu {
  
  display: block;
  width: 100%;
  height: auto;
  background: #45a6d0;
  padding: 10px 0 25px 0;
  
}

texts .sous_menu.aide_rouge { 
  
  background: #0085bf;
  padding: 40px 0 35px 0;

}

texts .sous_menu.cacvc { 
  
  background: #e13738;
  
}

texts .texts_organismes p.pers_contact { 
  
  display: inline-grid;
  background: #f3f3f3;
  padding: 6px 15px 7px 10px;
  border-radius: 10px;
  border-left: solid 5px #d8d8d8;
  margin: 0 15px 50px 0;
  
}

texts .texts_organismes p.pers_contact i.bleu { color: #45a6d0;} 

texts .sous_menu.login_membres { 
  
  background: #38a3e0;
  padding: 35px 0 30px 0;

}

texts .sous_menu.login_membres p,
texts .sous_menu.aide_rouge p { 
  
  display: block;
  color: white;
  font-size: 22px;
  text-transform: uppercase;
  padding: 0 0 0 30px;
  margin: 0 0 0 0;
  
  font-family: "League Spartan", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  
}

texts .sous_menu.aide_rouge p .tel_911 {

  background: #000;
  padding: 15px 15px 10px 15px;
  margin-left: 5px;
  border-radius: 5px;

}

texts .sous_menu ul {

  display: block;
  list-style: none;
}

texts .sous_menu.cacvc ul li a {

  background:#c80000;

}


texts .sous_menu ul li a {
  
  display: block;
  float: left;
  margin: 5px 15px 5px 0;
  padding: 15px 15px 10px 15px;

  background: #2c88af;
  border-radius: 5px;
  
  color: white;
  text-decoration: none;
  text-transform: uppercase;
  
  font-family: "League Spartan", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
  
}

texts .sous_menu ul li a i {

  font-size: 15px;
  line-height: 14px;
  margin-right: 5px;
}

texts .texts_organismes,
texts .texts_traces {
  
  display: block;
  width: 90%;
  margin: 0 0 20px 50px;
  padding-top: 45px;
}


texts .texts_organismes.cacvc h3 {

  color: #e13838;

}



texts .texts_organismes .text_eevc {
  
  display: block;
  max-width: 90%;
  
  margin-bottom: 100px;
  
}

texts .texts_organismes .text_eevc p.pers_contact {
    display: inline-grid;
    background: #f3f3f3;
    padding: 6px 15px 7px 10px;
    border-radius: 10px;
    border-left: solid 5px #d8d8d8;
    margin: 0 15px 15px 0;
}

texts .texts_organismes h3 {
  
  display: block;
  font-size: 30px;
  color: #45a6d0;
  text-transform: uppercase;
  
  margin: 20px 0 10px 0;
  
  font-family: "League Spartan", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  line-height: normal;
  font-style: normal;
  
}

texts .texts_organismes h3.cacvc { color: #e13838;}

texts .texts_organismes p {
  
  font-size: 22px;
  line-height: 37px;
  color: rgb(63, 63, 63);
  margin: 0 0 40px 0;
  
  font-family: "IBM Plex Sans Condensed", sans-serif;
  font-weight: 400;
  font-style: normal;
  
}

texts .texts_organismes p a { color: #147db3; }
texts .texts_organismes p.quote { margin: -20px 0 60px 0; }

texts .texts_organismes img.img_equipe {

  display: block;
  max-width: 40%;
  float: left;
  border-radius: 15px;
  margin: 0 80px 30px 0;

  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
}

texts .texts_organismes img.img_documents {

  display: block;
  float: right;
  border-radius: 15px;
  margin: 0 30px 30px 80px;

  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
}

texts .texts_organismes img.img_violence_etapes {

  display: block;
  float: right;
  border-radius: 15px;
  margin: -20px 0px 40px 0px;
  max-width: 600px;

}

texts .texts_organismes .etapes_violence {
  
  display: block;
  max-width: 100%;
  margin-bottom: 100px;
  
}

texts .texts_organismes .etapes_violence .box_violence {
  
  display: inline-block;
  vertical-align: top;
  width: 215px;
  height: 610px;
  border: 2px solid #c7c7c7;
  border-radius: 15px;
  padding: 20px;
  margin: 20px 10px 50px 0;
  text-align: center;

  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
  
}


texts .texts_organismes .etapes_violence .box_violence.box_lune { margin-right: 0; }

texts .texts_organismes .etapes_violence .box_violence h4 {
  
  display: block;
  font-size: 28px;
  color: #45a6d0;
  text-transform: uppercase;
  margin: 0px 0 20px 0;
  font-family: "League Spartan", sans-serif;
  font-optical-sizing: auto;
  font-weight: 650;
  line-height: normal;
  font-style: normal;
  
}

texts .texts_organismes .etapes_violence .box_violence p {
  
  line-height: 30px;
  margin: 0 0 30px 0;
  
}

texts .texts_organismes .etapes_violence .box_violence p.etapes_top { height: 180px; }

texts .texts_organismes .etapes_violence .box_violence h5 {
  
  display: block;
  font-size: 24px;
  color: #d97a1c;
  text-transform: uppercase;
  margin: 0px 0 10px 0;
  font-family: "League Spartan", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  line-height: normal;
  font-style: normal;
  
}

texts .texts_organismes .etapes_violence .box_violence i {
  
  font-size: 24px;
  margin-bottom: 10px;
}

texts .texts_organismes .etapes_violence .box_violence.box_tension { border-top: 10px solid #d98116; }
texts .texts_organismes .etapes_violence .box_violence.box_tension h4,
texts .texts_organismes .etapes_violence .box_violence.box_tension h5,
texts .texts_organismes .etapes_violence .box_violence i.box_tension { color: #d98116; }

texts .texts_organismes .etapes_violence .box_violence.box_crise { border-top: 10px solid #d33d49; }
texts .texts_organismes .etapes_violence .box_violence.box_crise h4, 
texts .texts_organismes .etapes_violence .box_violence.box_crise h5,
texts .texts_organismes .etapes_violence .box_violence i.box_crise { color: #d33d49; }

texts .texts_organismes .etapes_violence .box_violence.box_justification { border-top: 10px solid #e3a90a; }
texts .texts_organismes .etapes_violence .box_violence.box_justification h4,
texts .texts_organismes .etapes_violence .box_violence.box_justification h5, 
texts .texts_organismes .etapes_violence .box_violence i.box_justification { color: #e3a90a; }

texts .texts_organismes .etapes_violence .box_violence.box_lune { border-top: 10px solid #859c00; }
texts .texts_organismes .etapes_violence .box_violence.box_lune h4, 
texts .texts_organismes .etapes_violence .box_violence.box_lune h5,
texts .texts_organismes .etapes_violence .box_violence i.box_lune { color: #859c00; }


texts .texts_organismes h4 {
  
  display: block;
  font-size: 24px;
  line-height: 30px;

  color: #d97a1c;
  text-transform: uppercase;
  margin: 0px 0 10px 0;
  font-family: "League Spartan", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;

  margin: 25px 0;
  
}

texts .texts_organismes ul {
  
  display: block;
  list-style: none;
  padding: 0 0 0 0;
  margin: 10px 0 50px 0;
  
}

texts .texts_organismes li {
  
  display: table;
  border: 1px solid #0074a7;
  border-left: 10px solid #0074a7;
  border-radius: 20px;
  padding: 30px 40px 0 40px;
  margin: 30px 0 0 0;
  vertical-align: top;
  
}

texts .texts_organismes.cacvc i,
texts .texts_organismes.cacvc a {

  color: #e13838;
  margin-right: 3px;
  margin-left: 3px;

}


texts .texts_organismes.cacvc img {

  display: block;
  float: right;
  margin: 0px 320px 0px 0;

}


texts .texts_organismes.cacvc li {

  border-color: #e13838;

}

.manquant {

  display: inline;
  background-color: gold;

}

#traces_auto { padding-bottom: 45px;}


texts .texts_traces .title_traces {
  
  display: block;
  margin: 0 0 50px 0;
  
}

texts .texts_traces .title_traces h2 {
  
  font-size: 30px;
  font-weight: 700;
  margin: 0 0 10px 0;
  
}

texts .texts_traces .title_traces p {
  
  font-size: 20px;
  margin: 0 0 0 0;
  
}

texts .texts_traces .card p i { color: #d7a600; }

texts .texts_traces .card {
  
  display: table;
  border: 1px solid #0074a7;
  border-left: 10px solid #0074a7;
  border-radius: 20px;
  padding: 30px 40px 25px 40px;
  margin: 30px 0 0 0;
  vertical-align: top;
  
}

texts .texts_traces .card h3 {
  
  display: block;
  font-size: 30px;
  color: #45a6d0;
  text-transform: uppercase;
  
  margin: 0 0 20px 0;
  
  font-family: "League Spartan", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  line-height: 35px;
  font-style: normal;
  
}

texts .texts_traces .card p {

  display: block;
  font-size: 20px;
}

texts .texts_traces .card ol {
  
  display: block;
  list-style: auto;
  padding: 0;
  margin: 0 0 10px 0;

  font-family: "IBM Plex Sans Condensed", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  
}

texts .texts_traces .card ul {
  
  display: block;
  list-style: none;
  padding: 0;
  margin: 0 0 10px 0;

  font-family: "IBM Plex Sans Condensed", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  
}

texts .texts_traces .card ul li { margin: 0 0 0 10px;}
texts .texts_traces .card ul li i { margin: 0 5px 0 0;}

texts .texts_traces .card li {

  width: 100%;
  border-radius: 20px;
  padding: 10px 0 0 0;
  margin: 0 0 0 30px;
  vertical-align: top;

}

texts .texts_organismes ul.documentation_list {
  
  display: block;
  width: 1400px;
  list-style: none;
  column-count: 4;
  column-gap: 40px;
  padding: 0;
  margin: 0 0 90px 0;

  font-family: "IBM Plex Sans Condensed", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 22px;
  
}

texts .texts_organismes ul.documentation_list li {

  display: inline-block;
  width: 280px;
  border: 1px solid #0074a7;
  border-left: 10px solid #0074a7;
  border-radius: 20px;
  padding: 25px 20px;
  margin: 30px 0 0 0;
  vertical-align: top;

}


/**** Centre des femmes ****************************/


texts .texts_organismes .centre_femmes_mtl, 
texts .texts_organismes .maisons_violence { 
  
  display: block;
  width: 100%;
  max-width: 1920px;
  margin-bottom: 100px;

}

texts .texts_organismes .centre_femmes_mtl li, 
texts .texts_organismes .maisons_violence li {
  
  display: inline-block;
  font-size: 20px;
  line-height: 20px;
  font-family: "IBM Plex Sans Condensed", sans-serif;
  font-weight: 400;
  font-style: normal;
  padding: 30px 40px;
  margin: 30px 30px 0 0;
  
}

/* 
texts .texts_organismes .centre_femmes_mtl li:nth-child(even){ margin: 30px 0 0 0; }
texts .texts_organismes .maisons_violence li:nth-child(even){ margin: 30px 30px 0 0; }
*/

texts .texts_organismes .centre_femmes_mtl li h5,
texts .texts_organismes .maisons_violence li h5 {

  display: block;
  font-size: 24px;
  line-height: 30px;

  color: #0074a7;
  text-transform: uppercase;
  font-family: "League Spartan", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;

  margin: 0 0 10px 0;

}
texts .texts_organismes .centre_femmes_mtl li p,
texts .texts_organismes .maisons_violence li p {

  margin: 0 0 0 0 ;

}

/***************************************************/


texts .texts_organismes .questions_aide {

  display: block;
  margin: 0 0 60px 0;
}

texts .texts_organismes .questions_aide ul {

  display: block;
  text-align: left;
}

texts .texts_organismes .questions_aide li {
  
  display: table;
  border: 1px solid #88c819;
  border-left: 10px solid #88c819;
  border-radius: 20px;
  padding: 30px 40px;
  margin: 30px 0 0 0;
  vertical-align: top;
}

texts .texts_organismes .questions_aide li p { margin: 0; }

texts .texts_organismes .questions_aide li i { font-size: 26px; color: #88c819; margin: 0 10px; }

texts .texts_organismes .questions_aide li:first-child { margin: 30px 0 0 0; }

texts .texts_organismes ul.the_team {
  
  display: block;
  text-align: left;
}

texts .texts_organismes ul.the_team li {
  
  display: inline-block;
  width: 230px;
  height: 195px;
  border: 1px solid #0074a7;
  border-top: 10px solid #0074a7;
  border-radius: 20px;
  padding: 30px 40px;
  margin: 30px 20px 0 0;
  vertical-align: top;
  text-align: center;
  
}


texts .texts_organismes ul.the_team li i { display: block; margin: 10px auto; font-size: 23px;}


texts .texts_organismes li i { color: #e2871e; margin-right: 5px; font-size: 20px;}

texts .texts_organismes li a { color: #147db3; }

texts .texts_organismes .grey_wrapper { 
  
  display: block;
  background: #f3f3f3;
  padding: 40px;
  border-radius: 40px;
  border-left: solid 10px #d8d8d8;
  margin: 0 0 40px 0;
  padding-bottom: 1px;

}

texts .texts_organismes img.img_vous {
 
  display: block;
  float: right;
  border-radius: 15px;
  margin: 0px 40px 50px 100px;
  max-width: 700px;

}



texts .acces {
  
  display: block;
  width: 60%;
  margin: 70px 0 70px 50px;
}

texts .acces h3 {

  display: block;
  font-size: 35px;
  color: #45a6d0;
  text-transform: uppercase;

  margin: 20px 0 10px 0;

  font-family: "League Spartan", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  line-height: normal;
  font-style: normal;

}

texts .acces p {
  
  font-size: 22px;
  line-height: 37px;
  color: rgb(63, 63, 63);
  margin: 0 0 40px 0;
  width: 100%;
  
  font-family: "IBM Plex Sans Condensed", sans-serif;
  font-weight: 400;
  font-style: normal;
  
}

texts .acces p a { color: #147db3; }

texts .acces form .login {

  display: block;
  max-width: 1920px;
}

texts .texts_organismes form {

  display: block;
  width: 60%;
  padding-bottom: 40px;
}

texts .acces form.login label,
texts .texts_organismes form.form_contact label {

  font-size: 22px;
  line-height: 37px;
  color: rgb(63, 63, 63);
  margin: 0 5px 40px 0;
  width: 60%;
  
  font-family: "IBM Plex Sans Condensed", sans-serif;
  font-weight: 400;
  font-style: normal;
  
}

texts .acces form.login input[type=email],
texts .acces form.login input[type=password] {
	
	display: block;
	width: 95%;
	margin: 15px 0 20px 0;
	padding: 25px 0 25px 15px;
	
	color: #5c5c5c;
	background: #f6f6f6;

  font-family: "Saira Extra Condensed", sans-serif;
  font-style: normal;
  font-size: 24px;
  font-weight: 400;
  line-height: 28px;
	
	border-radius: 10px;
  border: solid 1px #9a9a9a;
  
}

texts .texts_organismes form.form_contact input[type=text],
texts .texts_organismes form.form_contact input[type=phone],
texts .texts_organismes form.form_contact input[type=email],
texts .texts_organismes form.form_contact textarea {
  
  display: block;
  width: 95%;
  margin: 15px 0 20px 0;
  padding: 25px 0 25px 15px;
  
  color: #5c5c5c;
  background: #f6f6f6;
  
  font-family: "Saira Extra Condensed", sans-serif;
  font-style: normal;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  
  border-radius: 10px;
  border: solid 1px #9a9a9a;
  
}

texts .texts_organismes form.form_contact textarea {

  resize: vertical;
  height: 200px;

}

texts .acces form.login .login_btn a,
texts .texts_organismes form.form_contact .login_btn a {

  display: inline-block;
  font-size: 18px;
  letter-spacing: 0.02em;
  color: white;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;

  margin: 20px 0 10px 0;
  padding: 35px 50px;

  background: #006997;
  border-radius: 15px;

  font-family: "League Spartan", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  line-height: normal;
  font-style: normal;

}

texts .acces form.login p.forgot a {

  display: inline;
  float: right;
  margin: 0 60px 0 0;
  font-size: 20px;

}


/************************************************************************************** Liste news */


texts .liste_nouvelles {
  
  display: block;
  width: 90%;
  margin: 50px 0 50px 0px;
  
}

texts .liste_nouvelles ul {

  display: block;
  list-style: none;
  margin: 0 0 0 0;

}

texts .liste_nouvelles ul li {
  
  width: 85%;
  margin: 0 0 50px 0;
  padding: 0 0 50px;
  border-bottom: dotted 1px #7d7d7d;
  
}

texts .liste_nouvelles ul li:last-of-type { 
  
  border: none;
  padding-bottom: 0;

}

texts .liste_nouvelles ul li .news_details {
  
  display: block;
  float: left;
  list-style: none;
  margin: 10px 0 0 0;
  width: 70%;
  
}

texts .liste_nouvelles li img { 

  display: block;
  float: left;
  margin: 0 30px 0 0;
  border: 1px solid #dedede;

}

texts .liste_nouvelles li .news_details h3 {

  display: block;
  font-size: 25px;
  color: #45a6d0;
  text-transform: uppercase;

  margin: 10px 0 10px 0;

  font-family: "League Spartan", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  line-height: normal;
  font-style: normal;

}


texts .liste_nouvelles li .news_details p {
  
  font-size: 22px;
  line-height: 37px;
  color: rgb(63, 63, 63);
  margin: 0 0 20px 0;
  width: 100%;
  
  font-family: "IBM Plex Sans Condensed", sans-serif;
  font-weight: 400;
  font-style: normal;
  
}

texts .liste_nouvelles li .news_details p a {

  color:#006ea5;
  text-decoration: none;
}

.home_news li.news_list a i {

  margin-right: 5px;
  color: #00b8ff;

}


/************************************************************************************** Home Text */


.header_content .home_text {
  
  display: block;
  width: 640px;
  margin: 60px 0 0 40px;
  
}

.header_content .home_text h2 {
  
  font-size: 54px;
  line-height: 60px;
  text-transform: uppercase;
  margin: 0;
}

.header_content .home_text h2 .concertation {
    
  display: block;
  float: left;
  color: #00b8ff;
  font-size: 80px;
  margin: 0 8px 5px 0;
}

.header_content .home_text h2 .table {
  
  display: block;
  margin:0 0 5px 0;
  margin: 0 0 10px 0;
  line-height: normal;
  
}

.header_content .home_text h2 .en_violence {
  
  display: block;
  color: #006997;
  font-size: 40px;
  margin: 35px 0 0 0;
  line-height: normal;
  
}
.header_content .home_text h2 .violence {
  
  display: block;
  color: #006997;
  margin: 0 0 0 0;
  line-height: normal;
  
}

.header_content .home_text h2 .de_montreal {
  
  display: block;
  font-size: 40px;
  font-style: normal;
  margin: -5px 0 0 0;
  
}

.header_content .home_text .sep_home {
  
  display: block;
  width: 150px;
  height: 10px;
  margin: 30px 0 40px 0;
  background: #e4e4e4;
  
}

.header_content .home_text p {
  
  display: block;
  max-width: 490px;
  font-size: 26px;
  line-height: 36px;
  margin: 0 0 30px 0;
  
}

.header_content .home_text p a {
  
  color: black;
  text-decoration: none;
  width: 300px;
  
}


.header_content .home_text p a i {
  
  color: #00b8ff;
  font-size: 30px;
  margin: 0 0 0 0;
  
}

.header_content .suivez-nous {
  
  display: block;
  margin: 100px 0 0 0;
}

.header_content .suivez-nous p {
  
  font-size: 28px;
  text-transform: uppercase;
  color: white;
  margin: 0;
  
  font-family: "League Spartan", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  
}

.header_content .suivez-nous p a i {
  
  margin-right: 0;
  font-size: 34px;
  color: #be4f00;
  
}

.container .video-container {
  
  position: relative;
  z-index: 5;
  
}





/************************************************************************************** Home News */

.home_news {
  
  position: absolute;
  top: 658px;
  left: 675px;
  display: block;
  float: left;
  width: 452px;
  height: auto;
  
  background: url(../img/bg_home_news.png) top left no-repeat;
  
}

.home_news h3 {
  
  display: block;
  padding: 17px 0 0 20px;
  margin: 0 0 20px 0;
  width: 410px;
  height: 40px;
  font-size: 23px;
  
  color: #6cceff;
  text-transform: uppercase;
  
  font-family: "League Spartan", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;

}

.home_news ul {

  display: block;
  list-style: none;
  padding: 0 0 0 20px;

}

.home_news li { 
  
  display: block; 
  margin-bottom: 30px; 

}

.home_news li h4 {

  display: block;
  margin: 0 0 0 0;


  font-size: 23px;

  color: #4dc3ff;
  text-transform: uppercase;

  font-family: "League Spartan", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;

}

.home_news li p {
  
  display: block;
  color: #96dcff;
  font-size: 18px;
  line-height: 20px;
  margin: 5px 0px 10px 0;
  
}

.home_news li p a {

  color:#ace3ff;
  text-decoration: none;
}

.home_news li.news_list {
  
  display: inline-block;
  color:#ace3ff;
  padding: 8px 15px 3px 15px;
  background: #0074a7;
  border-radius: 10px;
}

.home_news li.news_list a {
  
  color: #4dc3ff;
  
}

.home_news li.news_list a i {

  margin-right: 5px;
  color: #00b8ff;

}

/************************************************************************************** Home services */

services {

  display: block;
  width: 100%;
  max-width: 1920px;
  background: #fcfcfc;
  text-align: center;
  padding: 40px 0;


}

services .service_box {
    
  display: inline-table;
  max-width: 430px;
  width: 23%;
  height: auto;
  padding: 0 0 20px 0;
  margin: 0 auto 30px auto;
  background: #f2f2f2;
  border-radius: 20px;
  text-align: center;

}

services .service_box:nth-child(2n+1),
services .service_box:nth-child(2) { margin-right: 10px; }

services .service_box h3 {
  
  display: block;
  
  font-size: 26px;
  
  color: #6cceff;
  text-transform: uppercase;
  
  font-family: "League Spartan", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
  
}

services .service_box h3 i {
  
  display: block;
  color: #ff6a00;
  margin: 31px 0 10px 0;
  font-size: 35px;
}

services .service_box img {

  display: block;
  max-width: 430px;
  width: 90%;
  margin: auto;

}

services .service_box p {
  
  display: block;
  margin: 20px auto 10px auto;
  width: 80%;
  font-size: 23px;
  line-height: 24px;
  
}


/************************************************************************************** Home messages */

messages {
  
  display: block;
  width: 100%;
  max-width: 1920px;
  min-height: 216px;

  text-align: center;
  padding: 60px 0;
  margin: 0;
  
  background: #dd9c6b url(../img/bg_message_box.png) center bottom no-repeat;
  
  color: #ffffff;
  text-transform: uppercase;
  
  font-family: "League Spartan", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  
  font-size: 40px;
  line-height: normal;
  
  display: flex;
  justify-content: center;
  align-items: center;
  
}

messages .messages_text {

  width: 70%;
  line-height: 45px;
}

messages .messages_text .source_message {

  font-size: 27px;
  color: #ffd9a8;
  font-style: italic;

}

/************************************************************************************** Footer */

footer {

  display: block;
  width: 100%;
  max-width: 1920px;
}

footer urgences {
  
  display: block;
  width: 100%;
  max-width: 1920px;
  
  text-align: center;
  padding: 20px 0;
  margin: 0;
  
  background: #0074a7;
  
}

footer urgences img:nth-child(2n+1),
footer urgences img:nth-child(2) { margin-right: 8px; }


/************************************************************************************** Footer content */


footer footer_content {

  display: block;
  margin: 0;
  padding: 40px 0;

  background-color: #072c43;
  color: white;
  text-transform: uppercase;

  font-family: "League Spartan", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;

  text-align: center;
}

footer footer_content div {

  display: inline-flex;
  vertical-align: middle;
  margin: 0 40px;

}

footer footer_content .footer_logo {

  display: inline-flex;
  width: auto;

  justify-content: center;
  align-items: center;

}

footer footer_content .footer_menu ul {
  
    display: block;
    list-style: none;
    width: auto;
    padding: 0;
    margin: 0;
    text-align: left;
    
  }
  
  footer footer_content .footer_menu li a {
    
    display: block;
    margin: 10px 0;
    
    color: rgb(166, 224, 255);
    font-size: 17px;
    text-decoration: none;
    text-transform: uppercase;
    
    font-family: "League Spartan", sans-serif;
    font-optical-sizing: auto;
    font-weight: <weight>;
    font-style: normal;
    
  }
  
  footer footer_content .footer_menu li a i {
    
    color: #367196;
    width: 25px;
    margin-right: 5px;
    text-align: center;
    
  }

  footer footer_content .footer_phone {
    
    display: inline-block;
    text-align: left;
    width: 300px;
    
    line-height: 24px;

  }
  
  footer footer_content .footer_phone p {
    
    font-family: "League Spartan", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    
  }
  
  footer footer_content .footer_phone p.title { 
    
    color: #2187c6;
    font-size: 16px;
    
    font-family: "League Spartan", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    
  }
  
  footer footer_content .footer_phone i {
    
    color: #367196;
    width: 25px;
    margin-right: 5px;
    text-align: center;
    
  }
  
  footer footer_content .footer_copyrights {

    display: inline-block;
    text-align: center;
    width: 270px;
    vertical-align: middle;
  
  }


  footer footer_content .footer_copyrights p {
    
    font-size: 16px;
    margin: 0 auto 30px;
    text-align: center;
    
    font-family: "League Spartan", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
    
    color: #6baad1;
    
  }
  
  footer footer_content .footer_copyrights p:last-child { margin-bottom: 0; }

  footer footer_content .footer_copyrights p span {

    display: block;
    color: #2187c6;
    margin-top: 5px;
  }
  
  footer footer_content .footer_copyrights p a {

    display: block;
    color: #2187c6;
    margin-top: 5px;
    text-decoration: none;
  }

  footer footer_content .footer_reseaux {
    
    display: inline-block;
    width: 50px;
    text-align: center;
    vertical-align: middle;
    
  }
  
  footer footer_content .footer_reseaux p a {
    
    font-size: 50px;
    line-height: 60px;
    color: #367196;
    
  }
  
  footer footer_content .twisted {
    
    display: inline-block;
    width: auto;
    text-align: center;
    vertical-align: middle;
    
  }

  footer footer_content .btn_top {

    display: inline-block;
    width: auto;
    text-align: center;
  }







  /****************** ////////////////////////////////////////////////////////////////// Mobile - MAX 600 */

@media only screen and (max-width: 600px) {

  .video-container { display: none; }

  .container {
  
    position: relative;
    display: block;
    margin: 0 auto;
    padding: 0;
    width: 100%;
  
  }
  
  .header_content {
  
    position: none;
    display: block;
    width: 100%;
    height: auto;
    
    top: 0;
    left: 0;
    z-index: 10;
  
    background: url(../img/bg_header_mobile.png) left top no-repeat;
  
  }
  
  .header_content .logo { 
    
    margin: 0 0 0 0; 
  
  }
  
  .header_content .logo h1 {
  
    display: block;
    float: none;
    width: 150px;
    height: 195px;
    padding: 0;
    margin: 0 auto;
        
  }

  /************************************************************************************** Main menu */

  .header_content .main_menu {

    display: block;
    width: 100%;
    height: auto;

    margin: 0 0 20px 0;
    padding: 20px 0;

    background: #0085bf;
    background-image: none;

  }

  .header_content .main_menu ul {
    
    display: block;
    list-style: none;
    max-width: 100%;
    margin: 0;
    padding: 0 0 0 30px;
    
  }

  .header_content .main_menu li a {
    
    display: block;
    float: none;
    margin: 10px 25px 10px 0;
    
    
  }

  .header_content .main_menu li a i {
    
    color: #00b8ff;
    margin-right: 5px;
    text-align: center;
    width: 20px;
    
  }

  .header_content .main_menu li.login {
    
    display: inline-block;
    float: none;
    background: #006997;
    
    padding: 10px 15px;
    margin: 10px 0 0 0;
    
    border-radius: 10px;
  }

  .header_content .main_menu li.login a { margin: 0;}

  .header_content .main_menu li.login a i { color: #ff6a00; }


  /************************************************************************************** Sortie Urgence */

  .header_content .sortie_urgence {
    
    position: relative;
    top: -21px;
    left: 0;
    display: block;
    width: 95%;
    height: 65px;
    margin: 0 0 0 0px;
    padding: 2px 0 0 20px;
    
    background: url(../img/urgence_top_bar_mobile.png) right top no-repeat;
    
  }
  
  .header_content .sortie_urgence ul { padding: 0px 0 0 15px; }

  .header_content .sortie_urgence li a {
    
    display: block;
    float: left;
    
    margin: 0 20px 0 0;
    
  }

  .header_content .sortie_urgence li.btn_sortie a { color: white;; }
  .header_content .sortie_urgence li.btn_sortie a i { 
    
    color: #ff8b8b; 
    margin-right: 3px;

  }


  /************************************************************************************** Home Text */


  .header_content .home_text {
    
    width: 95%;
    margin: 40px auto;
    text-align: center;
    
  }

  .header_content .home_text h2 {
    
    font-size: 46px;
    line-height: 44px;
  }

  .header_content .home_text h2 .table {
    
    display: block;
    margin:0 0 5px 0;
    margin: 0 0 0 0;
    line-height: normal;
    
  }

  .header_content .home_text h2 .concertation {
    
    display: block;
    float: none;
    color: #00b8ff;
    font-size: 50px;
    margin: 0 0 5px 0;
    
  }

  .header_content .home_text h2 .en_violence {
    
    display: inline;
    color: #006997;
    font-size: 40px;
    margin: 0 0 0 0;
    line-height: normal;
    
  }
  .header_content .home_text h2 .violence {
    
    display: inline;
    color: #006997;
    margin: 0 0 0 0;
    line-height: normal;
    
  }

  .header_content .home_text h2 .de_montreal {
    
    display: block;
    font-size: 40px;
    font-style: normal;
    margin: -5px 0 0 0;
    
  }

  .header_content .home_text .sep_home {
    
    display: block;
    width: 150px;
    height: 10px;
    margin: 30px auto 40px auto;
    background: #e4e4e4;
    
  }

  .header_content .home_text p {
    
    display: block;
    max-width: 94%;
    font-size: 26px;
    line-height: 30px;
    margin: 0 auto 20px;
    
  }

  .header_content .suivez-nous {
  
    display: block;
    margin: 40px 0 50px 0;
    height: 200px;

    background: url(../img/bg_suivez-nous.png) center center no-repeat;
    background-size: contain;
    
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .header_content .suivez-nous .follow p {

    display: block;
    width: 200px;
    margin: 0 0 0 0;
  }

  /************************************************************************************** Home News */

    .home_news {
    
      position: static;
      /*top: 658px;
      left: 675px;*/
      display: block;
      float: none;
      width: 100%;
      height: auto;
      
      background: #147db3 url(../img/bg_home_news.png) top left no-repeat;
    
    }

    .home_news ul {

      display: block;
      list-style: none;
      padding: 0 0 0 20px;
      margin: 0 0 0 0;
      max-width: 90%;
    }

  /************************************************************************************** Home services */

  services {

    display: block;
    width: 100%;
    max-width: none;
    background: #fff;
    text-align: center;
    margin: 790px auto 0 auto;
    padding: 40px 0 0 0;


  }

  services .service_box {
    
    display: inline-block;
    width: 350px;
    height: auto;
    padding: 0 0 20px 0;
    margin: 0 auto 30px auto;
    background: #f2f2f2;
    border-radius: 20px;
    text-align: center;
    
  }

  services .service_box:nth-child(2n+1),
  services .service_box:nth-child(2) { margin-right: 0; }

  services .service_box img {

    display: block ;
    max-width: 90%;
    margin: auto;

  }

  services .service_box p {
    
    display: block;
    margin: 20px auto 10px auto;
    width: 80%;
    font-size: 23px;
    line-height: 24px;
    
  }

  /************************************************************************************** Footer Urgences */


  footer footer_content {
    
    display: block;
    margin: 0;
    padding: 40px 0;
    text-align: center;
    
  }

  footer urgences {
    
    display: block;
    text-align: center;
    padding: 20px 0;
    
  }

  footer urgences img {
    
    display: inline-block;
    max-width: 90%;
    margin: 0 auto;
    padding: 10px 0;
    
  }

  footer urgences a img {
    
    display: inline-block;
    max-width: 90%;
    margin: 0 auto;
    padding: 10px 0;
    
  }

  footer urgences img:nth-child(2n+1), footer urgences img:nth-child(2) { margin: auto; }




  /************************************************************************************** Footer content */

  footer footer_content .footer_logo {

  display: block;
  width: 300px;
  margin: auto;
  justify-content: center;
  align-items: center;

}

  footer footer_content .footer_menu ul {
  
    display: block;
    list-style: none;
    width: auto;
    padding: 0;
    margin: 30px 0;
    text-align: left;
    
  }
  
  footer footer_content .footer_phone {
    
    display: block;
    text-align: center;
    width: 300px;
    
    line-height: 24px;

    margin: 10px auto 0px;
    padding: 35px 0 0px;
    
    border-top: #0085bf 1px dotted;
    
  }
  
  footer footer_content .footer_copyrights {
    
    display: block;
    text-align: center;
    width: 300px;
    vertical-align: middle;
    
    margin: 30px auto 50px;
    padding: 50px 0 30px;

    border-top: #0085bf 1px dotted;
    border-bottom: #0085bf 1px dotted;

  
  }

  footer footer_content .footer_copyrights p {
    
    font-size: 16px;
    margin: 0 auto 30px;
    text-align: center;
    
  }
  
  footer footer_content .footer_copyrights p:last-child { margin-bottom: 30px; }

  
  footer footer_content .footer_reseaux {
    
    display: block;
    width: 200px;
    text-align: center;
    vertical-align: middle;
    margin: 0 auto 30px;
    
  }
  
  footer footer_content .footer_reseaux p a {
    
    font-size: 50px;
    margin: 0 5px;
    
  }
  
  footer footer_content .twisted {
    
    display: block;
    width: auto;
    text-align: center;
    margin-bottom: 30px;
    
  }

  footer footer_content .top {

    display: inline-block;
    width: auto;
    text-align: center;
  }

  
} /* END 1180PX



/****************** ///////////////////////////////////////////////////// Mobile - MAX 600 */

@media only screen and (max-width: 1500px) {

  .video-container { display: none; }

  .container .video-container_mobile {
  
    position: relative;
    z-index: 1;
    display: block;
    
  }

  .container {
  
    position: relative;
    display: block;
    margin: 0 auto;
    padding: 0;
    width: 100%;
  
  }
  
  .header_content {
  
    position: none;
    display: block;
    width: 100%;
    height: auto;
    
    top: 0;
    left: 0;
    z-index: 10;
  
    background: url(../img/bg_header_mobile.png) left top no-repeat;
  
  }
  
  .header_content .logo { 
    
    margin: 0 0 0 0; 
  
  }
  
  .header_content .logo h1 {
  
    display: block;
    float: none;
    width: 150px;
    height: 195px;
    padding: 0;
    margin: 0 auto;
        
  }

  /************************************************************************************** Main menu */

  .header_content .main_menu {

    display: block;
    width: 100%;
    height: auto;

    margin: 0 0 20px 0;
    padding: 20px 0;

    background: #0085bf;
    background-image: none;

  }

  .header_content .main_menu ul {
    
    display: block;
    list-style: none;
    max-width: 100%;
    margin: 0;
    padding: 0 0 0 30px;
    
  }

  .header_content .main_menu li a {
    
    display: block;
    float: none;
    margin: 10px 25px 10px 0;
    
    
  }

  .header_content .main_menu li a i {
    
    color: #00b8ff;
    margin-right: 5px;
    text-align: center;
    width: 20px;
    
  }

  .header_content .main_menu li.menu_contact { display: block; }

  .header_content .main_menu li.login {
    
    display: inline-block;
    float: none;
    background: #006997;
    
    padding: 10px 15px;
    margin: 10px 0 0 0;
    
    border-radius: 10px;
  }

  .header_content .main_menu li.login a { margin: 0;}

  .header_content .main_menu li.login a i { color: #ff6a00; }


  /************************************************************************************** Sortie Urgence */

  .header_content .sortie_urgence {
    
    position: relative;
    top: -21px;
    left: 0;
    display: block;
    width: 95%;
    height: 65px;
    margin: 0 0 0 0px;
    padding: 2px 0 0 20px;
    
    background: url(../img/urgence_top_bar_mobile.png) right top no-repeat;
    
  }
  
  .header_content .sortie_urgence ul { padding: 0px 0 0 15px; }
  
  .header_content .sortie_urgence li.btn_contact { display: none;}

  .header_content .sortie_urgence li a {
    
    display: block;
    float: left;
    
    margin: 0 20px 0 0;
    
  }

  .header_content .sortie_urgence li.btn_sortie a { color: white;; }
  .header_content .sortie_urgence li.btn_sortie a i { 
    
    color: #ff8b8b; 
    margin-right: 3px;

  }


   /************************************************************************************** Home Text */


  .header_content .home_text {
    
    width: 95%;
    margin: 40px auto;
    text-align: center;
    
  }

  .header_content .home_text h2 {
    
    font-size: 46px;
    line-height: 44px;
  }

  .header_content .home_text h2 .table {
    
    display: block;
    margin:0 0 5px 0;
    margin: 0 0 0 0;
    line-height: normal;
    
  }

  .header_content .home_text h2 .concertation {
    
    display: block;
    float: none;
    color: #00b8ff;
    font-size: 50px;
    margin: 0 0 5px 0;
    
  }

  .header_content .home_text h2 .en_violence {
    
    display: inline;
    color: #006997;
    font-size: 40px;
    margin: 0 0 0 0;
    line-height: normal;
    
  }
  .header_content .home_text h2 .violence {
    
    display: inline;
    color: #006997;
    margin: 0 0 0 0;
    line-height: normal;
    
  }

  .header_content .home_text h2 .de_montreal {
    
    display: block;
    font-size: 40px;
    font-style: normal;
    margin: -5px 0 0 0;
    
  }

  .header_content .home_text .sep_home {
    
    display: block;
    width: 150px;
    height: 10px;
    margin: 30px auto 40px auto;
    background: #e4e4e4;
    
  }

  .header_content .home_text p {
    
    display: block;
    max-width: 94%;
    font-size: 26px;
    line-height: 30px;
    margin: 0 auto 20px;
    
  }

  .header_content .suivez-nous {
  
    display: block;
    margin: 40px 0 50px 0;
    height: 200px;

    background: url(../img/bg_suivez-nous.png) center center no-repeat;
    background-size: contain;
    
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .header_content .suivez-nous .follow p {

    display: block;
    width: 200px;
    margin: 0 0 0 0;
  }

  /************************************************************************************** Home News */

    .home_news {
    
      position: static;
      /*top: 658px;
      left: 675px;*/
      display: block;
      float: none;
      width: 100%;
      height: auto;
      
      background: #147db3 url(../img/bg_home_news.png) top left no-repeat;
    
    }

    .home_news ul {

      display: block;
      list-style: none;
      padding: 0 0 0 20px;
      margin: 0 0 0 0;
      max-width: 90%;
    }

  /************************************************************************************** Home services */

  services {

    display: block;
    width: 100%;
    max-width: none;
    background: #fff;
    text-align: center;
    margin: 820px auto 0 auto;
    padding: 40px 0 0 0;


  }

  services .service_box {
    
    display: inline-block;
    width: 350px;
    height: auto;
    padding: 0 0 20px 0;
    margin: 0 auto 30px auto;
    background: #f2f2f2;
    border-radius: 20px;
    text-align: center;
    
  }

  services .service_box:nth-child(2n+1),
  services .service_box:nth-child(2) { margin-right: 0; }

  services .service_box img {

    display: block ;
    max-width: 90%;
    margin: auto;

  }

  services .service_box p {
    
    display: block;
    margin: 20px auto 10px auto;
    width: 80%;
    font-size: 23px;
    line-height: 24px;
    
  }

  footer urgences .urgence_imgs {

      width: 90%;
      margin: auto;
  }

  header .extra_headers {
    
    height: 740px;
  }
  
  .header_content.extra_pages { height: 740px; }
  
  .header_content.extra_pages h2 {

    display: block;
    margin: 50px auto 0 auto;
    text-transform: uppercase;
    font-size: 60px;
    line-height: 60px;
    text-align: center;
    width: 90%;
  
  }

  texts .texts_organismes {
    display: block;
    width: 80%;
    margin: 0 auto 50px auto;
  
  }

  texts .texts_organismes h3 { 
    
    font-size: 30px;
    line-height: 35px;
    margin: 0;

  }
  
  texts .texts_organismes img.img_equipe {
    display: block;
    float: none;
    border-radius: 15px;
    margin: 0 auto 30px auto;
    max-width: 100%;
  }
  
  texts .texts_organismes img.img_documents {
    display: block;
    float: none;
    max-width: 100%;
    border-radius: 15px;
    margin: 0px auto 30px auto;
  }
  
  texts .texts_organismes ul.documentation_list {
    display: block;
    list-style: none;
    column-count: 3;
    column-gap: 40px;
    padding: 0 0 0 0;
    margin: 0 0 50px 0;
    max-width: 100%;
  }
  
  texts .texts_organismes.cacvc img {
    display: block;
    float: none;
    margin: 0 auto 30px auto;
    width: 100%;
}

texts .texts_organismes p.pers_contact {
  border-left: solid 5px #d8d8d8;
  margin: 0 0 50px 0;
  line-height: 30px;
}


texts .texts_organismes form {

    display: block;
    width: 95%;
    padding-bottom: 40px;
  }


    
/****************** ///////////////////////////////////////////////////// Mobile - BETWEEN */

@media only screen and (min-width: 600px) and (max-width: 1400px) {

  .video-container { display: none; }

  /************************************************************************************** Home services */

  services {

    display: block;
    width: 100%;
    max-width: none;
    background: #fff;
    text-align: center;
    margin: 580px auto 0 auto;
    padding: 40px 0 0 0;


  }

  services .service_box {
    
    display: inline-block;
    max-width: 430px;
    width: 23%;
    height: auto;
    padding: 0 0 20px 0;
    margin: 0 auto 30px auto;
    background: #f2f2f2;
    border-radius: 20px;
    text-align: center;
    
  }

  services .service_box:nth-child(2n+1),
  services .service_box:nth-child(2) { margin-right: 10px; }

  services .service_box img {

    display: block ;
    max-width: 90%;
    margin: auto;

  }

  services .service_box p {
    
    display: block;
    margin: 20px auto 10px auto;
    width: 66%;
    font-size: 23px;
    line-height: 24px;
    
  }

  /************************************************************************************** Footer content */

  footer urgences .urgence_imgs {

    width: 680px;
    margin: 20px auto;
    text-align: center;
  }
  
  footer footer_content .footer_logo {

    display: block;
    width: 300px;
    margin: auto;
    justify-content: center;
    align-items: center;
  
  }
  
    footer footer_content .footer_menu ul {
    
      display: block;
      list-style: none;
      width: auto;
      padding: 0;
      margin: 30px 0;
      text-align: left;
      
    }
    
    footer footer_content .footer_phone {
      
      display: block;
      text-align: center;
      width: 300px;
      
      line-height: 24px;
  
      margin: 10px auto 0px;
      padding: 35px 0 0px;
      
      border-top: #0085bf 1px dotted;
      
    }
    
    footer footer_content .footer_copyrights {
      
      display: block;
      text-align: center;
      width: 300px;
      vertical-align: middle;
      
      margin: 30px auto 50px;
      padding: 50px 0 30px;
  
      border-top: #0085bf 1px dotted;
      border-bottom: #0085bf 1px dotted;
  
    
    }
  
    footer footer_content .footer_copyrights p {
      
      font-size: 16px;
      margin: 0 auto 30px;
      text-align: center;
      
    }
    
    footer footer_content .footer_copyrights p:last-child { margin-bottom: 30px; }
  
    
    footer footer_content .footer_reseaux {
      
      display: block;
      width: 200px;
      text-align: center;
      vertical-align: middle;
      margin: 0 auto 30px;
      
    }
    
    footer footer_content .footer_reseaux p a {
      
      font-size: 50px;
      margin: 0 5px;
      
    }
    
    footer footer_content .twisted {
      
      display: block;
      width: auto;
      text-align: center;
      margin-bottom: 30px;
      
    }
  
    footer footer_content .top {
  
      display: inline-block;
      width: auto;
      text-align: center;
    }

    texts {
      display: block;
      width: 100%;
      max-width: 1920px;
      margin: 410px 0 0 0;
    }

    texts .texts_organismes img.img_equipe {
      display: block;
      float: left;
      border-radius: 15px;
      margin: 0 50px 20px 0;
      max-width: 50%;
    }
    
    texts .texts_organismes img.img_documents {
      display: block;
      float: right;
      border-radius: 15px;
      margin: 80px 30px 30px 80px;
      max-width: 50%;
    }

    texts .texts_organismes img.img_violence_etapes {
  
      display: block;
      float: none;
      border-radius: 15px;
      margin: 0 auto 40px auto;
      max-width: 100%;
    }

    texts .texts_organismes ul.documentation_list {
      display: block;
      list-style: none;
      column-count: 2;
      column-gap: 40px;
      padding: 0 0 0 0;
      margin: 0 0 50px 0;
      max-width: 100%;
    }
  
    texts .texts_organismes img.img_vous {
   
      display: block;
      float: none;
      margin: 0px auto;
      max-width: 100%;
    
    }

    texts .acces {
      display: block;
      width: 90%;
      margin: 70px 0 70px 50px;
    }

    texts .liste_nouvelles {
      display: block;
      width: 100%;
      margin: 50px auto;
    }

    texts .liste_nouvelles ul li {
      width: 95%;
      margin: 0 0 50px 0;
      padding: 0 0 50px 0;
      border-bottom: dotted 1px #7d7d7d;
    }

    texts .liste_nouvelles li img {
      display: block;
      float: right;
      margin: 0 5px 0 0;
      max-width: 40%;
    }

    texts .liste_nouvelles ul li .news_details {
      display: block;
      float: left;
      list-style: none;
      margin: 10px 0 0 0;
      width: 50%;
    }

    texts .liste_nouvelles li .news_details h3 {
      margin: 0px 0 10px 0;
  }

    texts .liste_nouvelles li .news_details p {
      line-height: 30px;
    }

  
}

/****************** ///////////////////////////////////////////////////// Mobile - MAX 600 px */

@media only screen and (max-width: 950px) {

  .video-container { display: none; }

  services { max-width: 100%; }

  texts { margin-top: 410px;}
  
}

/****************** ///////////////////////////////////////////////////// Mobile - MAX 600 px */

@media only screen and (max-width: 700px) {
  
  .video-container { display: none; }
  
  services { max-width: 100%; }
  
  .service_box {
    
    min-width: 300px;
    margin-right: 0;
    
  }

  texts .sous_menu.aide_rouge {
  
    background: #d33d49;
    padding: 15px 0 20px 0;
    text-align: center;
    line-height: 43px;
  
  }


  texts .sous_menu.login_membres p, texts .sous_menu.aide_rouge p {

    padding: 0;

  }
  
  texts .texts_organismes img.img_violence_etapes {
  
    display: block;
    float: none;
    border-radius: 15px;
    margin: 0 auto 40px auto;
    max-width: 100%;
  }

  texts .texts_organismes .etapes_violence .box_violence {
    
    display: block;
    vertical-align: top;
    width: 84%;
    height: auto;
    border: 2px solid #c7c7c7;
    border-radius: 15px;
    padding: 30px 20px 20px 20px;
    margin: 20px auto 30px auto;
    text-align: center;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
    
  }
  
  texts .texts_organismes .etapes_violence .box_violence p.etapes_top { height: 140px; }
  
  texts .texts_organismes .etapes_violence .box_violence h5 { 
    
    display: block;
    max-width: 60%;
    margin: auto;
  
  }

  /************/

  texts .texts_organismes .centre_femmes_mtl li, texts .texts_organismes .maisons_violence li {
    display: block;
    padding: 30px;
    margin: 30px 0px 0 0;
    width: 80%;
  }

  texts .texts_organismes .centre_femmes_mtl li p, texts .texts_organismes .maisons_violence li p {
    margin: 0 0 0 0;
    width: 100%;
    overflow-wrap: break-word;
    line-height: normal;
  }


  texts .texts_organismes ul.documentation_list {
  
    display: block;
    list-style: none;
    column-count:auto;
    column-gap: 40px;
    padding: 0 0 0 0;
    margin: 0 0 50px 0;
    max-width: 100%;
    
  }
  
  texts .texts_organismes img.img_vous {
   
    display: block;
    float: none;
    margin: 0px auto;
    max-width: 100%;
  
  }


  texts .acces {
    display: block;
    width: 70%;
    margin: 70px 0 70px 50px;
  } 

  texts .acces form.login .login_btn a {
    
    text-align: center;

  }

  texts .texts_organismes form {

    display: block;
    width: 95%;
    padding-bottom: 40px;
  }



  texts .liste_nouvelles {
    display: block;
    width: 90%;
    margin: 50px auto;
  }

  texts .liste_nouvelles ul {
    display: block;
    list-style: none;
    margin: 0 auto;
    padding: 0;
    width: 100%;
  }

  texts .liste_nouvelles li img {
    display: block;
    float: none;
    margin: 0 auto;
  }

    
  texts .liste_nouvelles ul li {
  
    width: 100%;
    margin: 0 0 50px 0;
    padding: 0;
    border-bottom: dotted 1px #7d7d7d;
  }

  texts .liste_nouvelles ul li .news_details {
  
    display: block;
    float: none;
    list-style: none;
    margin: 30px auto;
    width: 85%;
  }


  texts .texts_organismes, texts .texts_traces {
  
    display: block;
    width: 85%;
    margin: 0 auto 20px auto;
    padding-top: 45px;
  }

  texts .texts_traces .card {
  
    display: block;
    border: 1px solid #0074a7;
    border-top: 10px solid #0074a7;
    padding: 20px 20px 25px 20px;
    margin: 30px 0 0 0;
    vertical-align: top;
  }

  texts .texts_traces .card li {
  
    width: 90%;
    padding: 0px 0 0 0px;
    margin: 0px auto 20px 24px;
    vertical-align: top;
    text-align: left;
  }

  texts .texts_traces .card ul li { margin: 0 0 30px 10px; }

  texts .texts_organismes .text_eevc {
  
    display: block;
    max-width: 90%;
    margin-bottom: 50px;
  }

  texts #trajectoire img {
  
    display: block;
    max-width: 90%;
    margin: 0 auto;
  }





}