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


body {
	font-family: 'Open Sans', sans-serif;
	margin: 0px;
	padding: 0px;
	background-color: black;
}
a{
    color:#d84046;
    text-decoration: none;
}
a:hover{
    text-decoration: underline;
}
a img{
    border:none 0px;
    
}
p{
    margin-top: 0px;
    margin-bottom: 10px;
}
#grp_fullwidth_top {
	background-color: black;
}
#grg_top {
    height: 1200px;
    height: 100vh;
    max-height: 100%;
    overflow: hidden;
    position: relative;
}
#grg_top::before {
	background: -moz-linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 75%, rgba(0, 0, 0, 0.3) 100%);
	background: -webkit-linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 75%, rgba(0, 0, 0, 0.3) 100%);
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 75%, rgba(0, 0, 0, 0.3) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000", endColorstr="#4d000000", GradientType=0);
	bottom: 0;
	content: "";
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	right: 0;
	z-index: 2;
        height: 33%;
}
#grg_top.fixed{
    height: auto;
    max-height:none;
}
#grg_titre_section{
    bottom: 0;
    display: block;
    left: 0;
    height: auto;
    padding-top: 0;
    position: absolute;
    width: 100%;
    margin-bottom: 72px;
    z-index: 3;
}
#grg_titre{
    margin-left: auto;
    margin-right: auto;
    width: 979px;
    text-align: center;
}
#grg_titre h1{
    color:white;
    text-transform: uppercase;
    font-size: 34px;
}
#grg_thumb img{
    height: 100%;
	left: 0;
	-o-object-fit: cover;
	object-fit: cover;
	top: 0;
	-ms-transform: none;
	-moz-transform: none;
	-webkit-transform: none;
	transform: none;
	width: 100%;
        position: fixed;
}
#grg_logo{
    
    padding-left: 15px;
    height: 65px;
}
#grg_logo img{
    height: 65px;
    width: auto;
}
#grg_menu_scroll{
    display: block;
    padding: 1em;
    position: absolute;
    right: 0;
    color:#767676;
    top:0.7em;
}
#grg_menu_scroll.fixed{
    display: none;
}
.grg_icon_arrow{

	display: inline-block;
	fill: currentColor;
	height: 18px;
	position: relative;
	top: -0.0625em;
	vertical-align: middle;
	width: 18px;
	overflow: hidden;

	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);

}
.grg_icon_arrow svg {
	fill: currentColor;
}
#grg_group_nav{
  
    width: 979px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    position: relative;
}
#grg_group_nav ul{
    list-style: none;
    margin-left: 0px;
    padding-left: 0px;
    margin-top: 0px;
    padding-top: 0px;
    margin-bottom: 0px;
}
#grg_group_nav ul li{
    display: block;
    float: left;
    padding-left: 0px;
    padding-right: 0px;
    font-size: 14px;
}

#grg_group_nav ul li a {
	text-decoration: none;
	color: white;
	font-weight: bold;
	text-transform: uppercase;
	display: block;
	padding-left: 17px;
	padding-right: 17px;
	padding-top: 14px;
	padding-bottom: 14px;
}
#grg_group_nav ul li.current-menu-item a{
    color:#767676;
}
#grg_group_nav ul li a:hover{
    color:#767676;
    
}
#grg_page {
	background-color: black;
	position: relative;
	color: white;
}
#grg_contenu{
    width: 979px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 35px;
}

#grg_group_btn {
	bottom: 0;
	font-size: 14px;
	font-size: 0.875rem;
	left: 0;
	position: absolute;
	right: 0;
	width: 100%;
	z-index: 3;
	background-color: black;
	border-bottom: 1px solid #eee;
	border-top: 1px solid black;
}
#grg_group_btn.fixed {
	bottom: auto;
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 7;
}

#btn_menuhb{
    position: absolute;
    top:25px;
    right: 35px;
    display: none;
}


#grg_overlay {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
    width: 100%;
    height: 100%;
    background-color: #464646;
    display: none;
    overflow: auto;
    
}
#grg_overlay.show_overlay{
    display: block;
}
#grg_menu{
    width: 1140px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}
#btn_close{
    position: absolute;
    right: 0px;
    top:30px;
}
#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-color: black;
	border-top: 1px solid #eee;
	margin-top: 42px;
	z-index: 3;
}

#grg_bottom{
    position: relative;
    width: 979px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
    color:#666;
    font-size: 14px;
    padding-top: 13px;
    padding-bottom: 12px;
    
}


#grg_menu_toggle{
    display: none;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: white;
    display: none;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 800;
    line-height: 1.5;
    margin: 1px auto 2px;
    padding: 1em;
    text-shadow: none;
    cursor: pointer;
}

.grg_icon_bars{

    margin-right: 0.5em;
    top: -2px;
    overflow: hidden;
    display: inline-block;
    fill: currentColor;
    height: 1em;
    position: relative;
    top: -0.0625em;
    vertical-align: middle;
    width: 1em;


}
.grg_icon_close{
    display: none;
    margin-right: 0.5em;
    top: -2px;
    overflow: hidden;
    
    fill: currentColor;
    height: 1em;
    position: relative;
    top: -0.0625em;
    vertical-align: middle;
    width: 1em;


}
.portfolio-image{
    float: left;
    margin-left: 24px;
    margin-right: 24px;
    margin-bottom: 24px;
}
.portfolio-image img{
    height: 190px;
    width: 190px;
}
.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;
}
#grg_BoxOverlay{
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: #636466;
  width: 100%;
  height: 100%;
  display: none;
  overflow: auto;
}
#grg_BoxContenu{
    width: 979px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
    position: relative;
}
#grg_BoxContenu img{
    width: 100%;
    height: auto;
}
#grg_BoxContenu .btn_close{
    background-image: url(images/btn_box_close.png);
    width: 34px;
    height: 35px;
    cursor: pointer;
    position: absolute;
    right: 18px;
    top:20px;
}
#grg_BoxContenu .btn_next{
    width: 36px;
    height: 66px;
    background-image: url(images/btn_box_next.png);
    position: absolute;
    right: 18px;
    top:calc(50% - 33px);
}
#grg_BoxContenu .btn_prev{
    width: 36px;
    height: 66px;
    background-image: url(images/btn_box_prev.png);
    position: absolute;
    left: 18px;
    top:calc(50% - 33px);
}
#grg_BoxOverlay.show{
    display: block;
}
#btn_nav_social{
    float: right;
    margin-top: 10px;
}
.btn_social{
    display: inline-block;
    float: none;
    margin-right: 2px;
}

.btn_social a svg {
	background-color: black;
	color: white;
	fill: white;
	width: 24px;
	height: 24px;
}
#copy{
	float: left;
	padding-top: 9px;
	padding-right: 17px;
	color: black;
}
@media screen and (max-width: 979px) {
    #grg_top{
        width: 100%;
    }
    #grp_fullwidth_top{
        background-color: white;
    }
    #grg_bottom{
        width: calc(100% - 30px);
    }
    #grg_menu{
        width: 100%;
    }

    #grg_group_nav{
        width: 100%;
    }
    #grg_logo_mobi{
        display: block;
        padding-top: 8px;
        padding-left: 14px;
        padding-bottom: 8px;
    }
    #grg_logo_mobi img{
        width: auto;
        height: 59px;
    }
    #grg_logo{
        display: none;
    }
    #btn_menuhb{
        display: block;
    }
    
    #grg_titre{
        width: 100%;
    }
    #grg_titre h1{
        margin-left: 20px;
    }
    #grg_contenu{
        width: calc(100% - 40px);
        margin-left: 20px;
        margin-right: 20px;
    }
    #grg_BoxContenu{
        width: 100%;
    }
}

@media screen and (max-width: 765px) {
    #grg_menu_toggle{
        display: block;
    }
    #grg_group_nav_list {
	display: none;
	position: absolute;
	z-index: 99999999;
	width: 100%;
	top: 70px;
	left: 0px;
	background-color: black;
        border-bottom: 1px solid #eee;
    }
    #grg_group_nav_list.show{
        display: block;
    }
    #grg_menu_scroll{
        display: none;
    }
    .btn_nav_social_accueil{
        display: none;
    }
    #grg_top {
        height: auto;
        overflow: visible;
    }
    #grg_top::before {
        display: none;
    }
   #grg_group_nav ul li {
            border-top: 1px solid #eee;
            position: relative;
            float: none;
    }
    #grg_thumb img{
        position: relative;
        height: auto;
    }
    #grg_group_btn{
        position: relative;
    }
    #grg_titre img{
        width: 50%;
        height: auto;
    }
}
@media screen and (max-width: 530px) {
    #grg_titre img{
        width: 125px;
        height: auto;
    }
    #grg_contenu img{
	max-width: 100%;
	height: auto;
    }
}

