﻿/** ===================================
//
// CSS du gabarit des applications IRSST
//
====================================**/



/** =================================== 
//
// Code applicable pour toutes les tailles
//
=================================== **/

html {
  scroll-behavior: smooth;
}

html,
body {
    height: 100%;
}

#page-content {
    flex: 1 0 auto;
}

#sticky-footer {
    flex-shrink: none;
}

.appheader {
  padding: 0;
  margin-bottom: 0;
  background-color: #fff;
}

.appheader .lead {
  margin-bottom: 0;
}

.appheader-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}

.bg-darker{background-color:rgba(0,0,0,0.2);}
.bg-lighter{background-color:rgba(255,255,255,0.2);}

.text-white a{color:#96c8ff;}
.text-white a:hover{color:#4fa4ff;}

.nav-pills .nav-link {
  border-radius: 0.25rem;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #2C3E50;
}

.dropdown-item:hover, .dropdown-item:focus {
  color: #16181b;
  text-decoration: none;
  background-color: #eeeeee;
}
/* Back to top */
#back-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 9999;
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 32px;
    color: rgba(108,117,125,0.5);
    cursor: pointer;
    border: 0;
    border-radius: 2px;
    text-decoration: none;
    transition: opacity 0.2s ease-out;
    opacity: 0;
    font-weight: 700;
}
#back-to-top:hover {
color: rgba(108,117,125,1);
	transition: 0.2s;
}
#back-to-top.show {
    opacity: 1;
}

.form-control-sm {
    font-size: 80% /*Pour matcher la police de .small*/
}

/** =================================== 
//
// anchor offset pour sticky*
//
=================================== **/

	a.anchor{
		display:block;
		position:relative;
		top:-135px;
		visibility:hidden
}

/** =================================== 
//
// Header Parallax Element Style
//
=================================== **/
.paral {
height: 60%;
background-attachment: fixed;
background-size: cover;
background-position: 50% 50%;
display:-webkit-box;
display:-ms-flexbox;
display:flex;
-webkit-box-align:center;
-ms-flex-align:center;
align-items:center;
-ms-flex-pack:distribute;
justify-content:space-around;
-ms-flex-direction:column;
flex-direction:column;
}

.jumbotron.paral {
margin-bottom:0;
}

/* Paragraph for Parallax Section 
.paral p {
font-size: 24px;
color:#f5f5f5;
text-align: center;
line-height: 60px;
}*/ 
 
/* Heading for Parallax Section  
.paral h1 {
color: #fff;
font-size: 60px;
text-align: center;
}*/

/* Image for Parallax Section */ 
.paralsec {
background-image: url("back.png");
}
 
/* Add more images for more sections 
.paralsectop {
background-image: url("../img/parallax-bg.jpg");}
 */

/* Remove Bottom Margin from Jumbotron 
.jumbotron.paral.paralsectop{margin-bottom: 0;border-radius:0;}
*/
/*texte blanc dans boutons qui sont dans une card (boite)*/
.card a.btn {color:#fff;}
.card a.btn-light, .card a.btn-warning {color:#212529;}

/** =================================== 
//
// Ajouts pour FontAwesome 4.7
//
=================================== **/

.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -.0667em; }

.fa-xs {
  font-size: .75em; }

.fa-sm {
  font-size: .875em; }

.fa-1x {
  font-size: 1em; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-6x {
  font-size: 6em; }

.fa-7x {
  font-size: 7em; }

.fa-8x {
  font-size: 8em; }

.fa-9x {
  font-size: 9em; }

.fa-10x {
  font-size: 10em; }
  
/** ===================================
//
// Flexible Sidebar
//
====================================**/
  
 .wrapper {
    display: flex;
    width: 100%;
    align-items: stretch;
}

#sidebar {
    min-width: 250px;
    max-width: 250px;
	transition: all 0.3s;
}

#sidebar.active {
    margin-left: -250px;
}

a[data-toggle="collapse"] {
    position: relative;
}
.ClassRMGlobal_100 {
    border: 4px solid #f1b8c8;
}
/*.wrapper {
    margin: 200px 150px 0;
}*/

.popover .close {
    position: relative;
    bottom: 4px;
}
/** ===================================
//
// Reponsive classes
//
====================================**/
/** ===================================
//
// Extra small devices (portrait phones, less than 576px)
//
====================================**/
/** ===================================
// Spécifique pour XS seulement
=================================== **/
@media (max-width: 575.98px) {
}

/** ===================================
//
// Small devices (landscape phones, 576px et 767px;)
//
=================================== **/

/** ===================================
// Spécifique pour SM et +
=================================== **/
@media (min-width: 576px) {
}

/** =================================== 
// Spécifique pour SM et - 
=================================== **/
@media (max-width: 767.98px) {
    .section-preview .image img {
        width: 100%
    }
	
	    .splash {
        padding-top: 8em
    }
    .splash .logo {
        width: 100px
    }
    .splash h1 {
        font-size: 2em
    }
    #banner {
        margin-bottom: 2em;
        text-align: center
    }
	
	
	
    #sidebar {
        margin-left: -250px;
    }
    #sidebar.active {
        margin-left: 0;
    }
}

	


/** =================================== 
// Spécifique pour SM seulement 
====================================**/
@media (min-width: 576px) and (max-width: 767.98px) {
	
}

/** ===================================
//
// Medium devices (tablets, 768px et 992px)
//
====================================**/

/** ===================================
Spécifique pour MD et +
=================================== **/
@media (min-width: 768px) {
    body>.navbar-transparent {
        box-shadow: none
    }
    body>.navbar-transparent .navbar-nav>.open>a {
        box-shadow: none
    }
    .appheader {
        padding: 2rem 0;
    }
}

/** ===================================
// Spécifique pour MD et -
=================================== **/
@media (max-width: 991.98px) {
    .container {
        max-width: 98%; /**Rend le container Fluide lorsque l'écran est en sm**/
    }
}

/** ===================================
// Spécifique pour MD seulement
=================================== **/
@media (min-width: 768px) and (max-width: 991.98px) {
	
}

/** ===================================
//
// Large devices (desktops, 992px 1999px)
//
=================================== **/

/** ===================================
// Spécifique pour LG et +
=================================== **/
@media (min-width: 992px) {

}

/** =================================== 
// Spécifique pour LG et -
=================================== **/
@media (max-width: 1199.98px) {
	
}

/** =================================== 
// Spécifique pour LG seulement
=================================== **/
@media (min-width: 992px) and (max-width: 1199.98px) {
	
}

/** ===================================
//
// Extra large devices (large desktops, 1200px and up)
//
=================================== **/
@media (min-width: 1200px) {

}

/** ===================================
//
Spécifique pour le print
//
=================================== **/

@media print {
	
}

