/* ARREGLOS CSS 

desktop-
tablet-
phone_landscape-
phone_portail-

*/

.top-bar ul > li.toggle-topbar{
	width:100% !important;
}




/* DESKTOP */
@media only screen and (min-width: 768px){
	
	.hide-for-desktop-up, .hide-for-tablet-up, .hide-for-phone_landscape-up{ display:none !important;}
	
	/* <nav> */
	.top-bar { background: #222222; min-height: 45px; line-height: 45px; margin: 0 0 30px 0; padding: 0; width: 100%; position: relative; /* Contain width to .row width */ /* First <ul> for branding, title, name, etc */ /* topbar global <ul> styles */ }
	.contain-to-grid .top-bar { max-width: 940px; margin: 0 auto; }
	.top-bar > ul .name h1 { line-height: 45px; margin: 0; }
	.top-bar > ul .name h1 a { font-weight: bold; padding: 0 22.5px; font-size: 17px !important; }
	.top-bar > ul .name img { margin-top: -5px; vertical-align: middle; }
	.top-bar.expanded { height: inherit; }
	.top-bar ul { margin-left: 0; display: inline; height: 45px; line-height: 45px; list-style: none; /* Main Navigation links style */ /* Left Side <ul> */ /* Right Side <ul> */ }
	.top-bar ul > li { float: left; /* Dividers between navigation */ /* Put a button in an <li> but give is a class */ /* Put a search bar or text input in the bar */ /* Put login bar in the top bar */ /* Hide the triangle for breakpoint menu */ /* li.has-dropdown */ }
	.top-bar ul > li a:not(.button) { color: white; display: block; font-size: 13px; font-weight: bold; height: 45px; line-height: 45px; padding: 0 15px; }
	.top-bar ul > li:not(.name):hover, .top-bar ul > li:not(.name).active, .top-bar ul > li:not(.name):focus { background: black; }
	.top-bar ul > li:not(.name):hover a, .top-bar ul > li:not(.name).active a, .top-bar ul > li:not(.name):focus a { color: #d9d9d9; }
	.top-bar ul > li.divider { background: black; -webkit-box-shadow: 1px 0 0 rgba(255, 255, 255, 0.1); -moz-box-shadow: 1px 0 0 rgba(255, 255, 255, 0.1); box-shadow: 1px 0 0 rgba(255, 255, 255, 0.1); height: 100%; margin-right: 1px; width: 1px; }
	.top-bar ul > li.has-button a.button { margin: 0 11.25px; }
	.top-bar ul > li.has-button:hover, .top-bar ul > li.has-button:focus { background: #222222; }
	.top-bar ul > li.has-button:hover a, .top-bar ul > li.has-button:focus a { color: #fff; }
	.top-bar ul > li.search { padding: 0 15px; }
	.top-bar ul > li.search form { display: inline-block; margin-bottom: 0; vertical-align: middle; width: 200px; }
	.top-bar ul > li.search form input[type=text] { -moz-border-radius-topright: 0; -webkit-border-top-right-radius: 0; border-top-right-radius: 0; -moz-border-radius-bottomright: 0; -webkit-border-bottom-right-radius: 0; border-bottom-right-radius: 0; float: left; font-size: 13px; margin-top: -1px; height: 22.5px; margin-bottom: 0; width: 130px; }
	.top-bar ul > li.search form input[type=text] + .button { border-left: none; -moz-border-radius-topleft: 0; -webkit-border-top-left-radius: 0; border-top-left-radius: 0; -moz-border-radius-bottomleft: 0; -webkit-border-bottom-left-radius: 0; border-bottom-left-radius: 0; float: left; font-size: 12px; margin-top: -1px; padding: 5px 12px 4px; }
	.top-bar ul > li.search form input[type=search] { font-size: 16px; margin-bottom: 0; }
	.top-bar ul > li.search:hover, .top-bar ul > li.search:focus { background: #222222; }
	.top-bar ul > li.login { padding: 0 15px; }
	.top-bar ul > li.login form { display: inline-block; margin-bottom: 0; vertical-align: middle; width: 300px; }
	.top-bar ul > li.login form input { float: left; width: auto; font-size: 13px; margin-top: -1px; height: 22.5px; margin-bottom: 0; }
	.top-bar ul > li.login form input[type=text] { -moz-border-radius-topright: 0; -webkit-border-top-right-radius: 0; border-top-right-radius: 0; -moz-border-radius-bottomright: 0; -webkit-border-bottom-right-radius: 0; border-bottom-right-radius: 0; width: 120px; }
	.top-bar ul > li.login form input[type=password] { margin-bottom: 0; -moz-border-radius-topleft: 0; -webkit-border-top-left-radius: 0; border-top-left-radius: 0; -moz-border-radius-bottomleft: 0; -webkit-border-bottom-left-radius: 0; border-bottom-left-radius: 0; width: 120px; }
	.top-bar ul > li.login form input[type=password] + .button { border-left: none; -moz-border-radius-topleft: 0; -webkit-border-top-left-radius: 0; border-top-left-radius: 0; -moz-border-radius-bottomleft: 0; -webkit-border-bottom-left-radius: 0; border-bottom-left-radius: 0; -moz-border-radius-topright: 2px; -webkit-border-top-right-radius: 2px; border-top-right-radius: 2px; -moz-border-radius-bottomright: 2px; -webkit-border-bottom-right-radius: 2px; border-bottom-right-radius: 2px; float: left; font-size: 12px; margin-top: -1px; padding: 5px 12px 4px; width: 60px; }
	.top-bar ul > li.login:hover, .top-bar ul > li.login:focus { background: #222222; }
	.top-bar ul > li.toggle-topbar { display: none; }
	.top-bar ul > li.has-dropdown { position: relative; /* Dropdown Level 2+ */ }
	.top-bar ul > li.has-dropdown:hover > .dropdown, .top-bar ul > li.has-dropdown:focus > .dropdown { display: block; visibility: visible; }
	.top-bar ul > li.has-dropdown a { padding-right: 33.75px; }
	.top-bar ul > li.has-dropdown a:after { content: ""; display: block; width: 0; height: 0; border: solid 5px; border-color: white transparent transparent transparent; margin-right: 15px; margin-top: -2.5px; position: absolute; right: 0; top: 50%; }
	.top-bar ul > li.has-dropdown .dropdown { background: #222222; left: 0; margin: 0; padding: 9px 0 0 0; position: absolute; visibility: hidden; z-index: 99; }
	.top-bar ul > li.has-dropdown .dropdown li { background: #222222; line-height: 1; min-width: 100%; padding-bottom: 5px; }
	.top-bar ul > li.has-dropdown .dropdown li a { color: white; font-weight: normal; height: 100%; line-height: 1; padding: 5px 17px 5px 15px; white-space: nowrap; }
	.top-bar ul > li.has-dropdown .dropdown li a:after { border: none; }
	.top-bar ul > li.has-dropdown .dropdown li a:hover, .top-bar ul > li.has-dropdown .dropdown li a:focus { background: #3c3c3c; }
	.top-bar ul > li.has-dropdown .dropdown li label { color: #6f6f6f; font-size: 10px; font-weight: bold; margin: 0; padding-left: 15px; text-transform: uppercase; }
	.top-bar ul > li.has-dropdown .dropdown li.divider { border-top: solid 1px black; -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1) inset; -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1) inset; box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1) inset; height: 10px; padding: 0; width: 100%; }
	.top-bar ul > li.has-dropdown .dropdown li:last-child { padding-bottom: 10px; }
	.top-bar ul > li.has-dropdown .dropdown li.active a { background: black; }
	.top-bar ul > li.has-dropdown .dropdown li.has-dropdown > a { padding-right: 30px; }
	.top-bar ul > li.has-dropdown .dropdown li.has-dropdown > a:after { border: none; content: "\00bb"; right: 5px; top: 6px; }
	.top-bar ul > li.has-dropdown .dropdown li.has-dropdown .dropdown { position: absolute; left: 100%; top: 0; }
	.top-bar ul > li.has-dropdown .dropdown li.has-dropdown:hover > .dropdown, .top-bar ul > li.has-dropdown .dropdown li.has-dropdown:focus > .dropdown { display: block; }
	.top-bar ul.left { float: left; width: auto; margin-bottom: 0; }
	.top-bar ul.right { float: right; width: auto; margin-bottom: 0; /* Dropdown Right Side Alignment */ }
	.top-bar ul.right .has-dropdown .dropdown { left: auto; right: 0px; }
	.top-bar ul.right .has-dropdown .dropdown li.has-dropdown > .dropdown { right: 100%; left: auto; width: 100%; }
	.top-bar .js-generated { display: none; }
}

/* TABLET */
@media only screen and (min-width: 481px) and (max-width: 767px) {
	
	.hide-for-tablet-down{ display:none !important;}
	.hide-for-tablet-up, .hide-for-phone_landscape-up{ display:none !important;}
	
	
  .row .tablet-one { width: 25% !important; float: left; padding: 0 15px; }
  .row .tablet-one:last-child { float: right; }
  .row .tablet-one.end { float: left; }
  .row.collapse .tablet-one { padding: 0; }
  .row .tablet-two { width: 50% !important; float: left; padding: 0 15px; }
  .row .tablet-two:last-child { float: right; }
  .row .tablet-two.end { float: left; }
  .row.collapse .tablet-two { padding: 0; }
  .row .tablet-three { width: 75% !important; float: left; padding: 0 15px; }
  .row .tablet-three:last-child { float: right; }
  .row .tablet-three.end { float: left; }
  .row.collapse .tablet-three { padding: 0; }
  .row .tablet-four { width: 100% !important; float: left; padding: 0 15px; }
  .row .tablet-four:last-child { float: right; }
  .row .tablet-four.end { float: left; }
  .row.collapse .tablet-four { padding: 0; }
  .push-one-tablet { left: 25%; }
  .pull-one-tablet { right: 25%; }
  .push-two-tablet { left: 50%; }
  .pull-two-tablet { right: 50%; }
  .push-three-tablet { left: 75%; }
  .pull-three-tablet { right: 75%; }
  /* Block Grids --- */
  /*                 */
  .block-grid.tablet > li { float: none; width: 100%; margin-left: 0; }
  .block-grid > li { clear: none; }
  .block-grid.tablet-one-up > li { width: 100%; }
  .block-grid.tablet-two-up > li { width: 50%; }
  .block-grid.tablet-two-up > li:nth-child(2n+1) { clear: both; }
  .block-grid.tablet-three-up > li { width: 33.33333%; }
  .block-grid.tablet-three-up > li:nth-child(3n+1) { clear: both; }
  .block-grid.tablet-four-up > li { width: 25%; }
  .block-grid.tablet-four-up > li:nth-child(4n+1) { clear: both; }
  .block-grid.tablet-five-up > li { width: 20%; }
  .block-grid.tablet-five-up > li:nth-child(5n+1) { clear: both; }
  .block-grid.tablet-six-up > li { width: 16.66667%; }
  .block-grid.tablet-six-up > li:nth-child(6n+1) { clear: both; }
  .block-grid.tablet-seven-up > li { width: 14.28571%; }
  .block-grid.tablet-seven-up > li:nth-child(7n+1) { clear: both; }
  .block-grid.tablet-eight-up > li { width: 12.5%; }
  .block-grid.tablet-eight-up > li:nth-child(8n+1) { clear: both; }
  .block-grid.tablet-nine-up > li { width: 11.11111%; }
  .block-grid.tablet-nine-up > li:nth-child(9n+1) { clear: both; }
  .block-grid.tablet-ten-up > li { width: 10%; }
  .block-grid.tablet-ten-up > li:nth-child(10n+1) { clear: both; }
  .block-grid.tablet-eleven-up > li { width: 9.09091%; }
  .block-grid.tablet-eleven-up > li:nth-child(11n+1) { clear: both; }
  .block-grid.tablet-twelve-up > li { width: 8.33333%; }
  .block-grid.tablet-twelve-up > li:nth-child(12n+1) { clear: both; }
  
  /* Tabs --- */
  /*          */
  .tabs.tablet { width: auto; margin: 20px -20px 40px; border-bottom: solid 1px #ccc; height: auto; margin: 20px -15px 0px -15px; }
  .tabs.tablet dt, .tabs.tablet li, .tabs.tablet dd { float: none; height: auto; }
  .tabs.tablet dd a, .tabs.tablet li a { font-size: 15px; display: block; width: auto; height: auto; padding: 18px 20px; margin: 0; color: #555; line-height: 1; border: none; border-left: none; border-right: none; border-top: 1px solid #ccc; background: #fff; }
  .tabs.tablet dd a.active, .tabs.tablet li a.active { border: none; background: #2ba6cb; color: #fff; margin: 0; position: static; top: 0; height: auto; }
  .tabs.tablet dd:first-child a.active, .tabs.tablet li:first-child a.active { margin: 0; }
  .tabs.tablet + .tabs-content.contained { margin-left: -15px; margin-right: -15px; }
  .tabs.tablet .section-title { padding-left: 20px !important; }
  .contained.tablet { margin-bottom: 0; }
  .contained.tabs.tablet dd a, .contained.tabs.tablet li a { padding: 18px 20px; }
  .tabs.tablet + ul.contained { margin-left: -20px; margin-right: -20px; border-width: 0 0 1px 0; }
 
}
/* FIN TABLET */




/* PHONE_LANDSCAPE */
@media only screen and (min-width: 321px) and (max-width: 480px) {
	
	.hide-for-tablet-down, .hide-for-phone_landscape-down{ display:none !important;}
	.hide-for-phone_landscape-up{ display:none !important;}
	
  .row .phone_landscape-one { width: 25% !important; float: left; padding: 0 15px; }
  .row .phone_landscape-one:last-child { float: right; }
  .row .phone_landscape-one.end { float: left; }
  .row.collapse .phone_landscape-one { padding: 0; }
  .row .phone_landscape-two { width: 50% !important; float: left; padding: 0 15px; }
  .row .phone_landscape-two:last-child { float: right; }
  .row .phone_landscape-two.end { float: left; }
  .row.collapse .phone_landscape-two { padding: 0; }
  .row .phone_landscape-three { width: 75% !important; float: left; padding: 0 15px; }
  .row .phone_landscape-three:last-child { float: right; }
  .row .phone_landscape-three.end { float: left; }
  .row.collapse .phone_landscape-three { padding: 0; }
  .row .phone_landscape-four { width: 100% !important; float: left; padding: 0 15px; }
  .row .phone_landscape-four:last-child { float: right; }
  .row .phone_landscape-four.end { float: left; }
  .row.collapse .phone_landscape-four { padding: 0; }
  .push-one-phone_landscape { left: 25%; }
  .pull-one-phone_landscape { right: 25%; }
  .push-two-phone_landscape { left: 50%; }
  .pull-two-phone_landscape { right: 50%; }
  .push-three-phone_landscape { left: 75%; }
  .pull-three-phone_landscape { right: 75%; }
  /* Block Grids --- */
  /*                 */
  .block-grid.phone_landscape > li { float: none; width: 100%; margin-left: 0; }
  .block-grid > li { clear: none; }
  .block-grid.phone_landscape-one-up > li { width: 100%; }
  .block-grid.phone_landscape-two-up > li { width: 50%; }
  .block-grid.phone_landscape-two-up > li:nth-child(2n+1) { clear: both; }
  .block-grid.phone_landscape-three-up > li { width: 33.33333%; }
  .block-grid.phone_landscape-three-up > li:nth-child(3n+1) { clear: both; }
  .block-grid.phone_landscape-four-up > li { width: 25%; }
  .block-grid.phone_landscape-four-up > li:nth-child(4n+1) { clear: both; }
  .block-grid.phone_landscape-five-up > li { width: 20%; }
  .block-grid.phone_landscape-five-up > li:nth-child(5n+1) { clear: both; }
  .block-grid.phone_landscape-six-up > li { width: 16.66667%; }
  .block-grid.phone_landscape-six-up > li:nth-child(6n+1) { clear: both; }
  .block-grid.phone_landscape-seven-up > li { width: 14.28571%; }
  .block-grid.phone_landscape-seven-up > li:nth-child(7n+1) { clear: both; }
  .block-grid.phone_landscape-eight-up > li { width: 12.5%; }
  .block-grid.phone_landscape-eight-up > li:nth-child(8n+1) { clear: both; }
  .block-grid.phone_landscape-nine-up > li { width: 11.11111%; }
  .block-grid.phone_landscape-nine-up > li:nth-child(9n+1) { clear: both; }
  .block-grid.phone_landscape-ten-up > li { width: 10%; }
  .block-grid.phone_landscape-ten-up > li:nth-child(10n+1) { clear: both; }
  .block-grid.phone_landscape-eleven-up > li { width: 9.09091%; }
  .block-grid.phone_landscape-eleven-up > li:nth-child(11n+1) { clear: both; }
  .block-grid.phone_landscape-twelve-up > li { width: 8.33333%; }
  .block-grid.phone_landscape-twelve-up > li:nth-child(12n+1) { clear: both; }
  
  /* Tabs --- */
  /*          */
  .tabs.phone_landscape { width: auto; margin: 20px -20px 40px; border-bottom: solid 1px #ccc; height: auto; margin: 20px -15px 0px -15px; }
  .tabs.phone_landscape dt, .tabs.phone_landscape li, .tabs.phone_landscape dd { float: none; height: auto; }
  .tabs.phone_landscape dd a, .tabs.phone_landscape li a { font-size: 15px; display: block; width: auto; height: auto; padding: 18px 20px; margin: 0; color: #555; line-height: 1; border: none; border-left: none; border-right: none; border-top: 1px solid #ccc; background: #fff; }
  .tabs.phone_landscape dd a.active, .tabs.phone_landscape li a.active { border: none; background: #2ba6cb; color: #fff; margin: 0; position: static; top: 0; height: auto; }
  .tabs.phone_landscape dd:first-child a.active, .tabs.phone_landscape li:first-child a.active { margin: 0; }
  .tabs.phone_landscape + .tabs-content.contained { margin-left: -15px; margin-right: -15px; }
  .tabs.phone_landscape .section-title { padding-left: 20px !important; }
  .contained.phone_landscape { margin-bottom: 0; }
  .contained.tabs.phone_landscape dd a, .contained.tabs.phone_landscape li a { padding: 18px 20px; }
  .tabs.phone_landscape + ul.contained { margin-left: -20px; margin-right: -20px; border-width: 0 0 1px 0; }
 
}
/* FIN phone_LANDSCAPE */




/* phone_PORTAIL */
@media only screen and (max-width: 320px) {
	
	.hide-for-tablet-down, .hide-for-phone_landscape-down, .hide-for-phone_portail-down { display:none !important;}
	
	
  .row .phone_portail-one { width: 25% !important; float: left; padding: 0 15px; }
  .row .phone_portail-one:last-child { float: right; }
  .row .phone_portail-one.end { float: left; }
  .row.collapse .phone_portail-one { padding: 0; }
  .row .phone_portail-two { width: 50% !important; float: left; padding: 0 15px; }
  .row .phone_portail-two:last-child { float: right; }
  .row .phone_portail-two.end { float: left; }
  .row.collapse .phone_portail-two { padding: 0; }
  .row .phone_portail-three { width: 75% !important; float: left; padding: 0 15px; }
  .row .phone_portail-three:last-child { float: right; }
  .row .phone_portail-three.end { float: left; }
  .row.collapse .phone_portail-three { padding: 0; }
  .row .phone_portail-four { width: 100% !important; float: left; padding: 0 15px; }
  .row .phone_portail-four:last-child { float: right; }
  .row .phone_portail-four.end { float: left; }
  .row.collapse .phone_portail-four { padding: 0; }
  .push-one-phone_portail { left: 25%; }
  .pull-one-phone_portail { right: 25%; }
  .push-two-phone_portail { left: 50%; }
  .pull-two-phone_portail { right: 50%; }
  .push-three-phone_portail { left: 75%; }
  .pull-three-phone_portail { right: 75%; }
  /* Block Grids --- */
  /*                 */
  .block-grid.phone_portail > li { float: none; width: 100%; margin-left: 0; }
  .block-grid > li { clear: none; }
  .block-grid.phone_portail-one-up > li { width: 100%; }
  .block-grid.phone_portail-two-up > li { width: 50%; }
  .block-grid.phone_portail-two-up > li:nth-child(2n+1) { clear: both; }
  .block-grid.phone_portail-three-up > li { width: 33.33333%; }
  .block-grid.phone_portail-three-up > li:nth-child(3n+1) { clear: both; }
  .block-grid.phone_portail-four-up > li { width: 25%; }
  .block-grid.phone_portail-four-up > li:nth-child(4n+1) { clear: both; }
  .block-grid.phone_portail-five-up > li { width: 20%; }
  .block-grid.phone_portail-five-up > li:nth-child(5n+1) { clear: both; }
  .block-grid.phone_portail-six-up > li { width: 16.66667%; }
  .block-grid.phone_portail-six-up > li:nth-child(6n+1) { clear: both; }
  .block-grid.phone_portail-seven-up > li { width: 14.28571%; }
  .block-grid.phone_portail-seven-up > li:nth-child(7n+1) { clear: both; }
  .block-grid.phone_portail-eight-up > li { width: 12.5%; }
  .block-grid.phone_portail-eight-up > li:nth-child(8n+1) { clear: both; }
  .block-grid.phone_portail-nine-up > li { width: 11.11111%; }
  .block-grid.phone_portail-nine-up > li:nth-child(9n+1) { clear: both; }
  .block-grid.phone_portail-ten-up > li { width: 10%; }
  .block-grid.phone_portail-ten-up > li:nth-child(10n+1) { clear: both; }
  .block-grid.phone_portail-eleven-up > li { width: 9.09091%; }
  .block-grid.phone_portail-eleven-up > li:nth-child(11n+1) { clear: both; }
  .block-grid.phone_portail-twelve-up > li { width: 8.33333%; }
  .block-grid.phone_portail-twelve-up > li:nth-child(12n+1) { clear: both; }
  
  /* Tabs --- */
  /*          */
  .tabs.phone_portail { width: auto; margin: 20px -20px 40px; border-bottom: solid 1px #ccc; height: auto; margin: 20px -15px 0px -15px; }
  .tabs.phone_portail dt, .tabs.phone_portail li, .tabs.phone_portail dd { float: none; height: auto; }
  .tabs.phone_portail dd a, .tabs.phone_portail li a { font-size: 15px; display: block; width: auto; height: auto; padding: 18px 20px; margin: 0; color: #555; line-height: 1; border: none; border-left: none; border-right: none; border-top: 1px solid #ccc; background: #fff; }
  .tabs.phone_portail dd a.active, .tabs.phone_portail li a.active { border: none; background: #2ba6cb; color: #fff; margin: 0; position: static; top: 0; height: auto; }
  .tabs.phone_portail dd:first-child a.active, .tabs.phone_portail li:first-child a.active { margin: 0; }
  .tabs.phone_portail + .tabs-content.contained { margin-left: -15px; margin-right: -15px; }
  .tabs.phone_portail .section-title { padding-left: 20px !important; }
  .contained.phone_portail { margin-bottom: 0; }
  .contained.tabs.phone_portail dd a, .contained.tabs.phone_portail li a { padding: 18px 20px; }
  .tabs.phone_portail + ul.contained { margin-left: -20px; margin-right: -20px; border-width: 0 0 1px 0; }
 
}
/* FIN phone_PORTAIL */
