/*
Theme Name: grg Theme 17
Theme URI: http://wordpress.org/themes/twentyfourteen
Author: SXW, GroupeRG
Author URI: http://www.grouperg.com/
Text Domain: grgTheme
*/


body{
    font-family: 'Montserrat', sans-serif;
    margin: 0px;
    padding: 0px;
    background-color: #fcfeff;
    
}
a{
    color:#ed1b2e;
    text-decoration: none;
}
a:hover{
    text-decoration: underline;
}
.btn-red {
	display: inline-block;
	font-weight: 400;
	color: white;
	text-align: center;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-color: #e2383f;
	border: 1px solid transparent;
	padding: .375rem .75rem;
	font-size: 1rem;
	line-height: 1.5;
        border-color: #e2383f;
	border-radius: .25rem;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
        text-decoration: none;
}

a.btn-red:hover{
    text-decoration: none;
}
.btn-red:hover {
  color: #fff;
  background-color: #c6152b;
  border-color: #c6152b;
}
.btn-red:focus, .btn-red.focus {
  box-shadow: 0 0 0 0.2rem rgba(249, 80, 79, 0.5);
}

.btn-blue {
	display: inline-block;
	font-weight: 400;
	color: white;
	text-align: center;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-color: #004b85;
	border: 1px solid transparent;
	padding: .375rem .75rem;
	font-size: 1rem;
	line-height: 1.5;
        border-color: #004b85;
	border-radius: .25rem;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
        text-decoration: none;
}

a.btn-blue:hover{
    text-decoration: none;
}
.btn-blue:hover {
  color: #fff;
  background-color: #003d75;
  border-color: #003d75;
}
.btn-blue:focus, .btn-blue.focus {
  box-shadow: 0 0 0 0.2rem rgba(81, 130, 194, 0.5);
}

.btn-dark {
	display: inline-block;
	font-weight: 400;
	color: white;
	text-align: center;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-color: #404041;
	border: 1px solid transparent;
	padding: .375rem .75rem;
	font-size: 1rem;
	line-height: 1.5;
        border-color: #404041;
	border-radius: .25rem;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
        text-decoration: none;
}

a.btn-dark:hover{
    text-decoration: none;
}
.btn-dark:hover {
  color: #fff;
  background-color: #2c2d2e;
  border-color: #2c2d2e;
}
.btn-dark:focus, .btn-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(119, 119, 121, 0.5);
}

.btn-light {
	display: inline-block;
	font-weight: 400;
	color: #404041;
	text-align: center;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-color: #d1d2d4;
	border: 1px solid transparent;
	padding: .375rem .75rem;
	font-size: 1rem;
	line-height: 1.5;
        border-color: #d1d2d4;
	border-radius: .25rem;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
        text-decoration: none;
}

a.btn-light:hover{
    text-decoration: none;
}
.btn-light:hover {
  color: #404041;
  background-color: #b6b6b8;
  border-color: #b6b6b8;
}
.btn-light:focus, .btn-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(215, 216, 218, 0.5);
}

a img{
    border:none 0px;
    
}
h2{
    font-size: 30px;
    font-weight: 700;
}
h3{
    font-size: 25px;
    font-weight: 700;
}
h4{
    font-size: 22px;
    font-weight: 700;
}
h5{
    font-size: 20px;
}
p{
    margin: 0px;
    font-size: 20px;
    line-height: 1.4;
}

#grp_fullwidth_top {

	position: fixed;
	top: 0px;
	height: 83px;
	display: block;
	z-index: 99999999;
	width: 100%;
}
#grg_top {
    position: relative;
    width: calc(100% - 160px);
    padding-left: 80px;
    padding-right: 80px;
    height: 83px;
    background-color: #004b85;
}
#grg_logo {
	position: relative;
	padding-top: 14px;
}
#grg_logo img{
    height: 51px;
    width: auto;
}
#grg_langue {
	position: absolute;
	right: 0px;
	top: 9px;
	
	width: 93px;
	text-align: right;
	padding-top: 18px;
	padding-bottom: 19px;
}
#grg_langue ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
}
#grg_langue a{
    color: black;
    text-transform: uppercase;
    font-weight: bold;
}
#grg_langue a:hover{
    color:#ed1b2e;
    text-decoration: none;
}
#grg_custom_btn {
	position: absolute;
	top: 0px;
	right: 80px;
}
#btn-site {
    float: left;
    margin-right: 5px;
    margin-top: 5px;
}
#btn-fb{
    float: left;
    margin-right: 5px;
    margin-top: 5px;
}
#btn-tw{
    float: left;
    margin-right: 10px;
    margin-top: 5px;
}
#top_social {
	position: absolute;
	top: 20px;
	right: 98px;
}
#grg_group_nav_entete_mobi{
        display: none;
        color:white;
        padding-top: 60px;
        text-align: center;
        text-transform: uppercase;
        font-size: 11px;
    }
    #grg_group_nav_bottom_mobi{
        display: none;
        text-align: center;
        margin-top: 20px;
    }
    #grg_group_nav_titre{
        font-family: 'Audiowide', cursive; 
    text-transform: uppercase;
    font-size: 35px;
    }    
    #grg_group_nav_dot{
        padding-top: 20px;
        padding-bottom: 20px;
    }
    #grg_group_nav_bottom_mobi div{
        display: inline-block;
        margin-left: 5px;
        margin-right: 5px;
        
    }
#grg_group_nav{
   
}
#grg_group_nav ul{
    list-style: none;
    margin-left: auto;
    padding-left: 0px;
    margin-top: 0px;
    padding-top: 0px;
    margin-bottom: 0px;
    display: table;
    height: 40px;
    
}
#grg_group_nav ul li{
    display: table-cell;    
    padding-left: 0px;
    padding-right: 0px;
    font-size: 15px;
    text-align: center;
    vertical-align: middle;
    color: #ffffff;

}

#grg_group_nav ul li a{
    text-decoration: none;
    color: inherit;
    font-weight: bold;
    text-transform: uppercase;
    display: block;
    padding-left: 20px;
    padding-right: 20px;
    font-style: normal;
}
#grg_group_nav ul li.current-menu-item{

    color:#e2383f;
}

#grg_group_nav ul li:hover{

    color:#e2383f;
}

#grg_group_nav ul li ul.sub-menu {
	display: block;
	position: absolute;
	z-index: 9999;
        background-color: #d8d9de;
        visibility: hidden;
        top:75px;
        height: auto;
}

#grg_group_nav ul li ul.sub-menu li {
	float: none;
        padding: 0px;
        display: block;
}
#grg_group_nav ul li ul.sub-menu li a{
    display: block;
    width: 222px;
    color: white;
    text-align: left;
    font-size: 12px;
    text-transform: none;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 22px;
    padding-right: 22px;
}
#grg_group_nav ul li ul.sub-menu li:not(:last-child){
    border-bottom: solid 1px white;
}
#grg_group_nav ul li ul.sub-menu li a:hover{
    background-color: #b6b7ba;
}
#grg_group_nav ul li ul.sub-menu li.current_page_item a{
    background-color: #b6b7ba;
}
#grg_contenu{
    margin-top: 83px;
    
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
#grg_contenu img{
    max-width: 100%;
    height: auto;
}
#grg_contenu .content-area{
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0px;
}
#grg_group_btn {
	position: absolute;
	right: 71px;
	top: 32px;
}

#grg-banniere{
    height: 251px;
    background-color: red;
    color:white;
    display: table;
    width: 100%;
}
#grg-banniere-contenu{
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}
#grg-banniere h1{
    margin-top: 0px;
    margin-bottom: 15px;
    font-size: 50px;
    text-transform: uppercase;
}
#grg-banniere p{
    margin: 0px;
    font-size: 20px;
}
#btn_menuhb{
    position: absolute;
    top:24px;
    right: 35px;
    display: none;
}


#grg_overlay {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
    width: 100%;
    height: 100%;
    background-color: #464646;
    display: none;
    
}
#grg_overlay.show_overlay{
    display: block;
}
#grg_menu{
    width: 1140px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}
#btn_close {
	position: absolute;
	right: 7px;
	top: 10px;
}
#grg_nav{
    margin-top: 80px;
    width: 200px;
    margin-left: auto;
    margin-right: auto;
}
#grg_nav ul{
    list-style: none;
    margin: 0px;
    padding: 0px;
    font-size: 16px;
}
#grg_nav ul li{
    display: block;
    margin-top: 9px;
    margin-bottom: 9px;
}
#grg_nav ul li a{
    color:white;
    text-transform: uppercase;
    text-decoration: none;
    display: block;
    text-align: center;
    padding-top: 3px;
    padding-bottom: 3px;
    margin-left: auto;
    margin-right: auto;
}
#grg_nav ul li a:hover{
    background-color: #3f9df4;
}
#grp_fullwidth_bottom{

    background-position: top left;
    background-repeat: no-repeat;
    background-image: url(images/background-bottom.png);
    background-color: #77777b;
    height: 421px;
}

#grg_bottom{
    position: relative;
    width: 1599px;
    margin-left: auto;
    margin-right: auto;
    
    font-size: 16px;
    padding-top: 25px;
    color: #9d9d96;
    background-repeat: no-repeat;
    background-image: url(images/background-bottom2.png);
    background-position: top right;
}
#grg_bottom_logo img{

}
#grg_bottom_logo{
    float: left;
}
#grg_bottom_logo_text {
	float: left;
	font-size: 12px;
	width: calc(90% - 100px);
	padding-left: 20px;
	padding-top: 20px;
}
#grg_bottom_logo_text_titre{
    font-family: 'Audiowide', cursive; 
    text-transform: uppercase;
    font-size: 35px;
}
#grg_bottom_logo_text_lnk {
	margin-top: 50px;
	font-size: 25px;
}
#grg_bottom_logo_text_lnk a{
    text-transform: uppercase;
    font-weight: bold;
    color:#363636;
}
#grg_bottom_logo_text_social{
    margin-top: 50px;
}
#grg_bottom_btn_fb{
    float: left;
    padding-right:15px;
}
#grg_bottom_btn_tw{
    float: left;
    padding-right:25px;
}
#grg_bottom_btn_twt{
    float: left;

}
#grg_bottom_col1{
    width: 550px;
    float: left;
}
#grg_bottom_col2{
    width: 300px;
    float: left;
    padding-top: 147px;
}
#grg_bottom_col3{
    width: 300px;
    float: left;
    padding-top: 147px;
}
#grg_bottom_copy{
    margin-top: 57px;
    padding-left: 24px;
}
#grg_bottom a{
    color:inherit;
}
#grg_bottom_tel {
    background-image: url(images/btn_tel.png);
    background-repeat: no-repeat;
    padding-left: 41px;
    padding-top: 5px;
    padding-bottom: 5px;
}
#grg_bottom_email {
    margin-top: 20px;
    background-image: url(images/btn_email.png);
    background-repeat: no-repeat;
    padding-left: 41px;
    padding-top: 5px;
    padding-bottom: 5px;
    background-position: left center;
}
#grg_bottom_groupbtn {
	position: absolute;
	top: 0px;
	right: 0px;
        width: 378px;
}
.btn-soumision a {
	background-color: #d0202e;
	display: block;
	float: left;
	color: white !important;
	font-size: 13px;
	background-image: url(images/bull.png);
	background-repeat: no-repeat;
	background-position: 18px center;
	width: 105px;
	margin-right: 5px;
	padding-left: 56px;
	height: 46px;
	padding-top: 12px;
}
.btn-entrepre a {
	background-color: #b4b2ae;
	display: block;
	float: left;
	color: white !important;
	font-size: 13px;
	background-image: url(images/bull2.png);
	background-repeat: no-repeat;
	background-position: 11px center;
	width: 125px;
	margin-right: 5px;
	padding-left: 36px;
	height: 46px;
	padding-top: 12px;
}
.btn-lagne{
    display: block;
    float: left;
}
.btn-lagne ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
        display: block;
        
}
.btn-lagne a {
	background-color: white;
	display: block;
	color: #004b85 !important;
	font-size: 16px;
	text-align: center;
	padding-top: 5px;
        padding-bottom: 5px;
        padding-right: 7px;
        padding-left: 7px;
        text-transform: uppercase;
        font-weight: bold;
}
#grp_plan_site_nav ul{
    list-style: none;
    margin: 0px;
    padding: 0px;
    
}
#grp_plan_site_nav ul li{
    margin-bottom: 10px;
}
#grp_plan_site_nav ul li a{
    margin-bottom: 10px;
    color: inherit;
    text-transform: uppercase;
    
}
#btn_nav_social{
    margin-left: 50%;
}
.btn_social{
    display: inline-block;
    float: none;
    margin-right: 4px;
}

.btn_social a svg{
    color:black;
    fill:black;
    width: 32px; 
    height: 32px;
}
.btn_social a:hover svg{
    color:#ed1b2e;
    fill:#ed1b2e;
    width: 32px; 
    height: 32px;
}
.Box-red {
	background-color: #e2383f;
	color: white;
}
.Box-dark
{
	background-color: #404041;
	color: white;
}
.Box-light
{
	background-color: #d1d2d4;
	color: #404041;
}
.Box-blue
{
	background-color: #004b85;
	color: white;
}
.Box-white{
    background-color: white;
    color: black;
}
.Box-contenu {
	width: 979px;
	margin-left: auto;
	margin-right: auto;
}

.float-right{
    float: right;
}
.float-left{
    float: left;
}
.col-bottom{
    width: 50%;
    margin-bottom: 17px;
    float: left;
}
.logo-bottom{
    text-align: right;
}
.clearfix{
    clear: both;
}
.text-left{
    text-align: left;
}
.text-right{
    text-align: right;
}
.text-center{
    text-align: center;
}
.alignleft {
	display: inline;
	float: left;
}

.alignright {
	display: inline;
	float: right;
}

.aligncenter {
	display: block;
	margin-right: auto;
	margin-left: auto;
}
.wpcf7-textarea{
    height: 70px !important;
    margin-top: 5px !important;
    margin-bottom: 10px !important;
    line-height: 15px !important;
}
.wpcf7-text{
    margin-top: 5px !important;
    margin-bottom: 5px !important;
}
#grg_logo_mobi{
    display: none;
}
#top_social_mobi{
    display: none;
}
#grg_langue_mobi{
    display: none;
}
#grg_custom_mobi_btn{
    display: none;
}
@media screen and (max-width: 1599px) {
    #grg_logo {
	position: relative;
	padding-top: 5px;
    }

    #grg_logo img {
            height: 31px;
    }
    #grg_group_nav ul li{
        font-size: 15px;
    }
    
    #grg_bottom{
        width: calc(100% - 30px);
    }
    #grg_bottom_col1{
        width: 50%;
    }
    #grg_bottom_col2{
        width: 25%;
    }
    #grg_bottom_col3{
        width: 25%;
    }
}
@media screen and (max-width: 1200px) {
    #grg_top{
        padding-left: 30px;
        padding-right: 30px;
        width: calc(100% - 60px);
    }
    #grg_group_nav ul li a {
	text-decoration: none;
	color: inherit;
	font-weight: bold;
	text-transform: uppercase;
	display: block;
	padding-left: 10px;
	padding-right: 10px;
	font-style: normal;
    }

    #grg_group_btn {
            position: absolute;
            right: 0px;
            top: 36px;
    }

    #grg_custom_btn {
            position: absolute;
            top: 0px;
            right: 30px;
    }
}
@media screen and (max-width: 979px) {
    .Box-contenu{
        width: 100%;
    }
}
@media screen and (max-width: 900px) {
    #grg_bottom_logo_text_lnk{
        font-size: 21px;
    }
    #grg_bottom_col1{
        
    }
    #grg_bottom_col2 {
	width: calc(50% - 25px);
	padding-top: 90px;
	padding-left: 25px;
    }
    #grg_bottom_col3{
        width: calc(50% - 25px);
        padding-top: 15px;
        padding-left: 25px;
    }
}
@media screen and (max-width: 800px) {
    #grp_fullwidth_top{

        height: 56px;
    }
    #grg_top{
        height: 56px;
    }
    
    #grg_langue{
        display: none;
    }
    #top_social{
        display: none;
    }
    #grg_bottom{
        width: 100%;
    }
    #grg_menu{
        width: 100%;
    }
    #grg_group_nav_entete_mobi{
        display: block;
    }
    #grg_group_nav_bottom_mobi{
        display: block;
    }
    #grg_group_btn{
        position: fixed;
        top: 0;
        left: 0;
        z-index: 99999;
        width: 100%;
        height: 100%;
        background-color: #004b85;
        display: none;
        display: none;
    }
    #grg_logo_mobi{
        display: block;
        padding-top: 8px;
        padding-left: 14px;
        padding-bottom: 8px;
    }
    #grg_logo_mobi img{
        width: auto;
        height: 59px;
    }
    #grg_logo{
        padding-top: 10px;
    }
    #grg_custom_btn {
	position: absolute;
	top: 13px;
	right: 85px;
}
#btn_menuhb {
	position: absolute;
	top: 14px;
	right: 30px;
	display: block;
}
    
    #grg_group_btn {
	
    }
    #grg_group_nav{
        list-style: none;
        margin: 0px;
        padding: 0px;
        font-size: 16px;
        width: 100%;
    }
    #grg_group_nav ul{
        height: auto;
        display: block;
    }
    #grg_group_nav ul li{
        display: block;
        margin-top: 0px;
        margin-bottom: 0px;
        float: none;
    }
    #grg_group_nav ul li a{
        background-image: none;
        color:white;
        text-transform: uppercase;
        text-decoration: none;
        display: block;
        text-align: center;
        padding-top: 7px;
        padding-bottom: 7px;
        margin-left: auto;
        margin-right: auto;
        padding-right: 0px;
        font-size: 16px;
    }
    #grg_group_nav ul li:not(:last-child) a{
        border: none 0px;
    }
    #grg_group_nav ul li.current-menu-item{
        background-color: white;
    }
    #grg_group_nav ul li.current-menu-item a{
        color:#004b85;
        background-color: transparent;
    }
    #grg_group_nav ul li a:hover{
       color:#004b85;
       background-color: transparent;
    }
    #grg_group_nav ul li:hover{
        background-color: white;
    }
    
     #grg_group_nav ul li ul.sub-menu {
	display: block;
	position: relative;
        background-color: #d8d9de;
        visibility:visible !important;
        top:0px;
}

#grg_group_nav ul li ul.sub-menu li {
	float: none;
        padding: 0px;
        background-color: white;
        
}
#grg_group_nav ul li ul.sub-menu li a{
    display: block;
    width: auto;
    color: black;
    text-align: center;
    font-size: 16px;
}
#grg_group_nav ul li ul.sub-menu li:not(:last-child){
    border-bottom: solid 1px white;
}
#grg_group_nav ul li ul.sub-menu li a:hover{
    background-color: white;
    color:#e31d1a;
}
#grg_group_nav ul li ul.sub-menu li.current_page_item a{
    background-color: white;
    color:#e31d1a;
}
    #grg_group_btn.show_menu{
        display: block;
    }
    #grg_langue_mobi{
        display: block;
    }
    #grg_langue_mobi ul li a{
        background-color: #e2383f;
        color:white;
    }
    #grg_langue_mobi ul li a:hover{
        background-color: white;
    }
    #grg_custom_mobi_btn{
        display: block;
    }
    #grg-espace-entre-btn{
        background-color: #b4b2ae;
    }
    #top_social_mobi{
        display: block;
        text-align: center;
    }
    #top_social_mobi .btn_social{
        margin-right: 0px;
    }
    #top_social_mobi .btn_social a svg{
        color:white;
        fill:white;
    }
    #top_social_mobi .btn_social a:hover svg{
        color:#ed1b2e;
        fill:#ed1b2e;

    }
    #grg_contenu{
        width: 100%;
        margin-top: 56px;
    }
    #grg_contenu .content-area{
        width: 100%;
    }
    .Box-contenu{
        width: 100%;
    }
    .col-bottom{
        padding-left: 15px;
        padding-right: 15px;
        width: calc(50% - 30px);
    }
    #map1 a{
        width: 100%;
    }
    #map2 a{
        width: 100%;
    }
    #logo-canada{
        float: none;
        
    }
    #text-seo{
        float: none;
        width: auto;
        margin-left: 0px;
    }
    

}

@media screen and (max-width: 695px) {
   
    #btn_book{
        display: none;
    }
    #grg_logo{
        position: relative;
    }


    #box-atelier .boite-atelier .header-ate img {
        height: 30px;
        width: auto;
    }

    .btn-atelier{

    width: 132px;
    
}
    .btn-atelier a{

        font-size: 14px;

    }
    #grg_bottom_logo_text_lnk {
	margin-top: 23px;
    }
   #grg_bottom_logo_text_social {
	margin-top: 21px;
    }
    #grg_bottom_col1{
        width: 100%;
        float: none;
    }
    #grg_bottom_col2 {
	clear: both;
	width: calc(100% - 131px);
	float: none;
	padding-left: 131px;
	padding-top: 30px;
    }
    #grg_bottom_col3 {
	width: calc(100% - 131px);
	float: none;
	padding-left: 131px;
	padding-bottom: 52px;
    }
    #grg_bottom {
	background-image: url(images/background-bottom3.png);
	background-position: bottom right;
    }
}
@media screen and (max-width: 550px) {
   #grg_custom_btn{
        display: none;
    }


}
@media screen and (max-width: 400px) {
   #grg_bottom_logo img {
	width: 75px;
}

#grg_bottom_logo_text_titre{
    font-size: 20px;
}
#grg_bottom_logo_text_lnk {
	font-size: 18px;
}
#grg_bottom_col2 {
	clear: both;
	width: calc(100% - 94px);
	float: none;
	padding-left: 94px;
	padding-top: 30px;
}
#grg_bottom_col3 {
	width: calc(100% - 94px);
	float: none;
	padding-left: 94px;
	padding-bottom: 52px;
}
#btn_menuhb {
	position: absolute;
	top: 11px;
	right: 12px;
	display: block;
}

#grg_top {
	padding-left: 3px;
	padding-right: 3px;
	width: calc(100% - 6px);
}

}